Created attachment 461042 [details] build.log sys-libs/zlib-1.2.11 fails in unpack phase
Created attachment 461044 [details] emerge --info '=sys-libs/zlib-1.2.11::gentoo'
Created attachment 461048 [details] emerge --info '=sys-libs/zlib-1.2.11::gentoo' just updated portage, no changes
Which version of app-arch/gzip is installed?
Can you remove the tarball from DISTDIR and try again?
(In reply to Jeroen Roovers from comment #3) > Which version of app-arch/gzip is installed? app-arch/gzip-1.6 [U] app-arch/gzip Available versions: 1.6 (~)1.7 1.8 {pic static} Installed versions: 1.6(01:21:15 27.01.2015)(-pic -static) Homepage: https://www.gnu.org/software/gzip/ Description: Standard GNU compressor
(In reply to Jeroen Roovers from comment #4) > Can you remove the tarball from DISTDIR and try again? no changes after removing /usr/portage/distfiles/zlib-1.2.11.* also i can unpack in manually : # gzip -d /usr/portage/distfiles/zlib-1.2.11.tar.gz # ls /usr/portage/distfiles/zlib-1.2.11.tar /usr/portage/distfiles/zlib-1.2.11.tar # tar xf /usr/portage/distfiles/zlib-1.2.11.tar # ls ./ zlib-1.2.11
in despite of unpack error, i get successfully build by: # ebuild /usr/portage/sys-libs/zlib/zlib-1.2.11.ebuild unpack # touch /var/tmp/portage/sys-libs/zlib-1.2.11/.unpacked # ebuild /usr/portage/sys-libs/zlib/zlib-1.2.11.ebuild compile also there is no error for manual call unpack command from console: # gzip -d -c -- /var/tmp/portage/sys-libs/zlib-1.2.11/distdir/zlib-1.2.11.tar.gz | tar xof - # echo ${PIPESTATUS[*]} 0 0 is there any difference between calling this command from bash and from portage? pipe size or something else?
(In reply to sango from comment #5) gzip-1.8 is stable. please upgrade and try again.
(In reply to SpanKY from comment #8) > (In reply to sango from comment #5) > > gzip-1.8 is stable. please upgrade and try again. already done - no changes
accidentally i found what's wrong with my gzip few month ago i accidentally unpacked cpio arch for 80386 in root of my x86_64 os. removing x86 gzip solved the problem