(for ubuntu-bugcontrol) I would triage this as a "High" importance bug, since it breaks the build of a heavily used coreutil. I would not mark it critical since it is a build-time issue that would not cause any persistent issues with existing deployments.
-- You received this bug notification because you are a member of Debcrafters packages, which is subscribed to gzip in Ubuntu. https://bugs.launchpad.net/bugs/2115033 Title: gzip build fails with rust coreutils - cat: f.gz: EPIPE: Broken pipe Status in coreutils: New Status in coreutils-from package in Ubuntu: New Status in gzip package in Ubuntu: New Status in rust-coreutils package in Ubuntu: New Bug description: The build fails in questing with the rust coreutils https://launchpadlibrarian.net/798206696/buildlog_ubuntu-questing-amd64.gzip_1.13-1ubuntu3_BUILDING.txt.gz + perl -e use POSIX qw(dup2); $SIG{PIPE} = "DEFAULT"; pipe my ($read_end, $write_end) or die "pipe: $!\n"; dup2 fileno $write_end, 1 or die "dup2: $!\n"; close $read_end or die "close: $!\n"; exec 'cat', 'f.gz', 'f.gz'; cat: f.gz: EPIPE: Broken pipe cat: f.gz: EPIPE: Broken pipe + signal_status=2 It seems similar to upstream https://github.com/uutils/coreutils/issues/6876 To manage notifications about this bug go to: https://bugs.launchpad.net/coreutils/+bug/2115033/+subscriptions -- Mailing list: https://launchpad.net/~debcrafters-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~debcrafters-packages More help : https://help.launchpad.net/ListHelp

