← 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

 

** Changed in: coreutils-from (Ubuntu)
   Importance: Undecided => High

** Changed in: gzip (Ubuntu)
   Importance: Undecided => High

** Changed in: rust-coreutils (Ubuntu)
   Importance: Undecided => High

-- 
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



References