debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #04853
[Bug 2115033] Re: gzip build fails with rust coreutils - cat: f.gz: EPIPE: Broken pipe
This bug was fixed in the package rust-coreutils -
0.1.0+git20250801.cf79675-0ubuntu1
---------------
rust-coreutils (0.1.0+git20250801.cf79675-0ubuntu1) questing; urgency=medium
* New upstream release.
- Fixes env(1) forks, but must exec() directly (LP: #2112491)
- Fixes cat: f.gz: EPIPE: Broken pipe (LP: #2115033)
- Fixes date parsing does not support sub-second precision (LP: #2111603)
-- Julian Andres Klode <juliank@xxxxxxxxxx> Fri, 01 Aug 2025 17:10:13
+0200
** Changed in: rust-coreutils (Ubuntu)
Status: Fix Committed => Fix Released
--
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:
Fix Released
Status in coreutils-from package in Ubuntu:
New
Status in gzip package in Ubuntu:
New
Status in rust-coreutils package in Ubuntu:
Fix Released
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
References