!UNVBThoJtlIiVwiDjU:nixos.org

Staging

381 Members
Staging merges | Find currently open staging-next PRs: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+sort%3Aupdated-desc+head%3Astaging-next+head%3Astaging-next-21.05+is%3Aopen125 Servers

Load older messages


SenderMessageTime
26 Oct 2021
@r-burns:matrix.orgRyan BurnsAre we sure that peertube is the same problem? I wouldn't want to confuse them if it is not actually related21:47:07
@vcunat:matrix.orgVladimír Čunát Is there evidence that peertube is broken by the same coreutils commit? 21:47:15
@janne.hess:helsinki-systems.dedas_jGood point21:47:23
@janne.hess:helsinki-systems.dedas_jAnd alacritty was Darwin, that might also be caused by another commit21:48:04
@vcunat:matrix.orgVladimír Čunát If the commit can be reverted on release without conflicts (after stripping NEWS), it shouldn't be that hard to verify both. 21:49:24
@moritz.hedtke:matrix.orgmoritz.hedtke joined the room.21:49:24
@janne.hess:helsinki-systems.dedas_jI can try on Darwin21:49:46
@vcunat:matrix.orgVladimír Čunát(without messing with coreutils dependencies)21:49:50
@vcunat:matrix.orgVladimír ČunátI can check peertube tomorrow on the same Linux system; seems easy if it applies.21:51:19
@vcunat:matrix.orgVladimír ČunátOh and I see a "coretuils" typo in the e-mail :-)21:52:17
@moritz.hedtke:matrix.orgmoritz.hedtkeIs there already a diff then I could also test peertube with that commit reverted. Considering that I could build with (likely just) another -frandom-seed I don't believe that's the issue but I could still verify.21:54:09
@moritz.hedtke:matrix.orgmoritz.hedtkeI can also create it myself doesn't seem that hard21:54:32
@moritz.hedtke:matrix.orgmoritz.hedtkeOhh I think we can't really verify whether its the revert then or a compiler bug as this also changes the -frandom-seed22:01:57
@janne.hess:helsinki-systems.dedas_joh oof, right22:02:20
@moritz.hedtke:matrix.orgmoritz.hedtkeIs there a revert with fixed conflicts because I don't like the conflicts22:02:52
@moritz.hedtke:matrix.orgmoritz.hedtke * Is there a revert with fixed conflicts because I don't like the conflicts?22:02:56
@janne.hess:helsinki-systems.dedas_jI tried with interdiff and failed22:05:45
@janne.hess:helsinki-systems.dedas_jyou could `substituteInPlace src/copy.c --replace SEEK_HOLE 0?22:06:21
@janne.hess:helsinki-systems.dedas_j * you could substituteInPlace src/copy.c --replace SEEK_HOLE 0 22:06:24
@janne.hess:helsinki-systems.dedas_jah wait its ifdef22:06:40
@janne.hess:helsinki-systems.dedas_j --replace "ifdef SEEK_HOLE" "if 0" is probably safer 22:06:57
@r-burns:matrix.orgRyan Burnsmaybe just #undef it at the top22:07:06
@r-burns:matrix.orgRyan Burnswell after the relevant includes22:07:16
@moritz.hedtke:matrix.orgmoritz.hedtketo be more idiot safe I just removed the whole sections (so played compiler a bit)22:09:12
@janne.hess:helsinki-systems.dedas_jlooking at the SEEK_DATA macro we can probably just build without it until this is fixed22:13:26
@janne.hess:helsinki-systems.dedas_jit also disables SEEK_DATA when it cannot find Python22:13:53
@moritz.hedtke:matrix.orgmoritz.hedtkewhat is SEEK_DATA in relation to SEEK_HOLE?22:14:25
@janne.hess:helsinki-systems.dedas_j
   Seeking file data and holes
       Since version 3.1, Linux supports the following additional values
       for whence:

       SEEK_DATA
              Adjust the file offset to the next location in the file
              greater than or equal to offset containing data.  If
              offset points to data, then the file offset is set to
              offset.

       SEEK_HOLE
              Adjust the file offset to the next hole in the file
              greater than or equal to offset.  If offset points into
              the middle of a hole, then the file offset is set to
              offset.  If there is no hole past offset, then the file
              offset is adjusted to the end of the file (i.e., there is
              an implicit hole at the end of any file).
22:14:50
@janne.hess:helsinki-systems.dedas_j the entire functionality in cp seems to be governed by the SEEK_DATA macro? 22:16:02
@janne.hess:helsinki-systems.dedas_j * the entire functionality in cp seems to be governed by the SEEK_HOLE macro 22:16:12

Show newer messages


Back to Room ListRoom Version: 6