Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 524794

Summary: app-arch/pigz-2.3.1 - gzip: .../distdir/xmltex-1.9.tar.gz OK, has trailing junk which was ignored
Product: Gentoo Linux Reporter: Walter Trautner <wtrautner>
Component: Current packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED FIXED    
Severity: normal CC: voron1
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=888777
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log

Description Walter Trautner 2014-10-09 02:58:33 UTC
Created attachment 386270 [details]
Build log

With app-arch/pigz installed it will be used by emerge to unpack xmltex-1.9.tgz which fails due to:
gzip: has trailing junk which was ignored.

I'll attach the build log. No emerge.info this time .. it's a failure in pigz/emerge, not my settings.

Reproduce it by:
- install pigz
- compile xmltex
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-09 08:26:19 UTC
# /usr/bin/gunzip xmltex-1.9.tar.gz
gunzip: xmltex-1.9.tar.gz OK, has trailing junk which was ignored
# echo $?
2
Comment 2 Tim Harder gentoo-dev 2014-10-09 16:55:13 UTC
This has been fixed in 2.3.1-r1 for a long time, I'll open a stabilization bug for it.
Comment 3 Walter Trautner 2014-10-09 17:24:52 UTC
Ahh I see, #417657. Thanks :)
Comment 4 Walter Trautner 2014-10-09 17:32:27 UTC
Just for the record:

Installed app-arch/pigz-2.3.1-r1 and xmltex is unpacking/compiling fine.