You are not logged in.

#1 2013-05-04 13:47:56

joetw
Member
Registered: 2012-11-22
Posts: 5

[SOLVED]Silent breakage in package when building last vim with abs/pxz

Building the last version only of vim with abs and pxz (in makepkg.conf) results in silent breakage, i.e. a broken tar.

It works with pxz and nethogs, or with xz and vim. Fully updated system, stock kernel.

Where is the bug? Can anyone reproduce it? Advice?

# grep xz /etc/makepkg.conf
COMPRESSXZ=(pxz -c -z -)
PKGEXT='.pkg.tar.xz'

# pxz -V                                                                                                                                          
Parallel PXZ 4.999.9beta (build 20130406)
xz (XZ Utils) 5.0.4
liblzma 5.0.4

# cd ~/tmp
# ABSROOT=. abs extra/vim
# cd extra/vim
# makepkg -sf
no errors
# makepkg -i
...loading packages...
error: error while reading package /home/joetw/packages/vim-runtime-7.3.918-1-x86_64.pkg.tar.xz: Damaged tar archive
error: '/home/joetw/packages/vim-runtime-7.3.918-1-x86_64.pkg.tar.xz': libarchive error

# xz -t /home/joetw/packages/vim-runtime-7.3.918-1-x86_64.pkg.tar.xz
no error
# tar -tf /home/joetw/packages/vim-runtime-7.3.918-1-x86_64.pkg.tar.xz
...
usr/share/vim/vim73/spell/en.ascii.sug
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

Last edited by joetw (2013-05-20 12:49:09)

Offline

#2 2013-05-20 09:22:50

yachi
Member
Registered: 2008-07-31
Posts: 3

Re: [SOLVED]Silent breakage in package when building last vim with abs/pxz

using the lastest pxz source to build seems to be working fine. https://github.com/jnovy/pxz

Offline

#3 2013-05-20 12:49:41

joetw
Member
Registered: 2012-11-22
Posts: 5

Re: [SOLVED]Silent breakage in package when building last vim with abs/pxz

Thanks, that works. Marked as solved.

Offline

Board footer

Powered by FluxBB