| Summary: | app-i18n/cstools-3.42 : * unpacking /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz failed (comp=gzip -dc arch=tar --no-same-owner -xof) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | base-system, dev-portage, sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-info.txt
app-i18n:cstools-3.42:20180205-223031.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 emerge-info.txt app-i18n:cstools-3.42:20180713-182341.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 emerge-info.txt app-i18n:cstools-3.42:20190713-222259.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 |
||
|
Description
Toralf Förster
2018-02-06 17:55:55 UTC
Created attachment 518082 [details]
emerge-info.txt
Created attachment 518084 [details]
app-i18n:cstools-3.42:20180205-223031.log
Created attachment 518086 [details]
emerge-history.txt
Created attachment 518088 [details]
environment
Created attachment 518090 [details]
etc.portage.tbz2
Created attachment 518092 [details]
logs.tbz2
@portage team... is there a way to get a more meaningful error? This is using default unpack and I cannot reproduce... then, I am unsure about how to even start It unpacks successfully for me with app-arch/tar-1.30, and the debug log shows it's using unpacker.eclass:
> + unpacker_src_unpack
> + unpacker
> + local a
> + [[ 0 -eq 0 ]]
> + set -- Cstools-3.42.tar.gz
> + for a in "$@"
> + _unpacker Cstools-3.42.tar.gz
> + [[ 1 -eq 1 ]]
> + local a=Cstools-3.42.tar.gz
> ++ echo Cstools-3.42.tar.gz
> ++ tr '[:upper:]' '[:lower:]'
> + local m=cstools-3.42.tar.gz
> ++ find_unpackable_file Cstools-3.42.tar.gz
> ++ local src=Cstools-3.42.tar.gz
> ++ [[ -z Cstools-3.42.tar.gz ]]
> ++ [[ Cstools-3.42.tar.gz == ./* ]]
> ++ [[ -e /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz ]]
> ++ src=/var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz
> ++ [[ ! -e /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz ]]
> ++ echo /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz
> + a=/var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz
> + case ${m} in
> + comp='gzip -dc'
> + arch=
> + case ${m} in
> + arch='tar --no-same-owner -xof'
> + [[ -z tar --no-same-owner -xofgzip -dc ]]
> + [[ tar --no-same-owner -xof != unpack_* ]]
> + unpack_banner /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz
> + echo '>>> Unpacking Cstools-3.42.tar.gz to /var/tmp/portage/app-i18n/cstools-3.42/work'
> >>> Unpacking Cstools-3.42.tar.gz to /var/tmp/portage/app-i18n/cstools-3.42/work
> + [[ -z tar --no-same-owner -xof ]]
> + [[ -z gzip -dc ]]
> + gzip -dc /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz
> + tar --no-same-owner -xof -
> + assert 'unpacking /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz failed (comp=gzip -dc arch=tar --no-same-owner -xof)'
also unpacks ok for me, are you able to reproduce? fixed got at the unstable amd64 chroot image 17.0-desktop-plasma_20180706-210011 this : * unpacking /var/tmp/portage/app-i18n/cstools-3.42/distdir/Cstools-3.42.tar.gz failed (comp=gzip -dc arch=tar --no-same-owner -xof) Created attachment 539426 [details]
emerge-info.txt
Created attachment 539428 [details]
app-i18n:cstools-3.42:20180713-182341.log
Created attachment 539430 [details]
emerge-history.txt
Created attachment 539432 [details]
environment
Created attachment 539434 [details]
etc.portage.tbz2
Created attachment 539436 [details]
logs.tbz2
please next time it fails, try to see "emerge -Opv tar" output Thanks *** Bug 609356 has been marked as a duplicate of this bug. *** mr-fox ~ # emerge -Opv app-arch/tar * --tree is broken with --nodeps. Disabling... These are the packages that would be merged, in order: [ebuild R ] app-arch/tar-1.32::gentoo USE="acl nls xattr -minimal (-selinux) -static" 2,879 KiB Total: 1 package (1 reinstall), Size of downloads: 2,879 KiB will attach the usual files too into this asap appeared recently at the tinderbox image 17.1_no-multilib-20190711-143155 Created attachment 582814 [details]
emerge-info.txt
Created attachment 582816 [details]
app-i18n:cstools-3.42:20190713-222259.log
Created attachment 582818 [details]
emerge-history.txt
Created attachment 582820 [details]
environment
Created attachment 582822 [details]
etc.portage.tbz2
Created attachment 582824 [details]
logs.tbz2
Presumably fixed by https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7738196787b30e9e87f9cd3567a390e9dd9366e1 if nothing else. |