← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2115033] Re: gzip build fails with rust coreutils - cat: f.gz: EPIPE: Broken pipe

 

To clarify, this is not part of the snapshot from July 11 that I
uploaded today. I will issue a new snapshot some time, but it takes a
bit more work than delivering this almost ready snapshot did (I just had
to fix the localization issue).

-- 
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:
  In Progress

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