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

Bug 550734

Summary: app-arch/libarchive-3.1.2-r1[-nettle]: It is not possible to extract a part of the file (only .xz?).
Product: Gentoo/Alt Reporter: Yuta SATOH <nigoro.dev>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ysottre
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---

Description Yuta SATOH 2015-05-29 14:29:07 UTC
# USE="-nettle" ebuild libarchive-3.1.2-r1.ebuild clean compile
# cd /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2
# ./bsdtar xJf /var/tmp/distfiles/freebsd-src-10.1.tar.xz -C /tmp/src/ --strip-components=2 usr/src/share
bsdtar: Truncated input file (needed 1024 bytes, only 0 available)
bsdtar: Error exit delayed from previous errors.

# USE="nettle" ebuild libarchive-3.1.2-r1.ebuild clean compile
# cd /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2
# ./bsdtar xJf /var/tmp/distfiles/freebsd-src-10.1.tar.xz -C /tmp/src/ --strip-components=2 usr/src/share
#

If someone find a good solution, i will add "app-arch/libarchive nettle" to package.use.force.

Reproducible: Always
Comment 1 Yuta SATOH 2015-06-02 12:26:38 UTC

*** This bug has been marked as a duplicate of bug 545714 ***