Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails with BINPKG_COMPRESS=xz #2

Open
HJarausch opened this issue May 10, 2018 · 0 comments
Open

Fails with BINPKG_COMPRESS=xz #2

HJarausch opened this issue May 10, 2018 · 0 comments

Comments

@HJarausch
Copy link

I have BINPKG_COMPRESS=xz in make.conf.
Here quickunpkg fails with
17 # quickunpkg portage-9999.tbz2

Create the workdir, tbz2file

TBZ2FILE=portage-9999.tbz2
TBZ2FILE_XPAK=portage-9999.xpak
WORKDIR=/tmp/20180510_091345
mkdir: created directory '/tmp/20180510_091345'

Copying the file to the workdir

'portage-9999.tbz2' -> '/tmp/20180510_091345/portage-9999.tbz2'

Uncompressing the tbz2file

input tbz2: portage-9999.tbz2 (3.3M)
output tar.bz2: (null) (3.3M)
output xpak: portage-9999.xpak (43.0K)
PF=portage-9999
CATEGORY=sys-apps
TBZ2FILE_XPAK=portage-9999.xpak

Emerging portage-9999.tbz2

mkdir: created directory '/tmp/20180510_091345/All'
'portage-9999.tbz2' -> '/tmp/20180510_091345/All/portage-9999.tbz2'

!!! Invalid binary package: '/tmp/20180510_091345/portage-9999.xpak'
!!! Missing metadata key(s): CATEGORY, PF, SLOT. This binary package is not
!!! recoverable and should be deleted.

!!! Invalid binary package: '/tmp/20180510_091345/portage-9999.xpak'
!!! Missing metadata key(s): CATEGORY, PF, SLOT. This binary package is not
!!! recoverable and should be deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant