You are not logged in.

#1 2009-06-30 14:05:00

lzs
Member
Registered: 2008-01-23
Posts: 39

[SOLVED]makepkg/bsdtar not packing correctly

Hi, when I try to install sabnzbd-svn from the AUR, the package is not created as it should be. It fails to maintain the directory hierarchy: It should look like:

/a
/b
/c/x/y/z/...

Instead it looks like this:

/a
/b
/c/x/y/z/...
/x/...
/y/...
/z/...

Where /{xyz} contain some but not all files of the following directories.

A manual bsdtar -cf test.tar * .INSTALL .PKGINFO gives the same results. tar -cf test.tar * .INSTALL .PKGINFO works fine though. Now it is getting a little weird: tar -czf test.tar.gz * .INSTALL .PKGINFO works only sometimes. If it works bsdtar/gz works too. But plain bsdtar seems to fail everytime ...

Can anyone replicate this or is this something in my configuration?

Last edited by lzs (2009-06-30 14:42:20)

Offline

#2 2009-06-30 14:23:18

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: [SOLVED]makepkg/bsdtar not packing correctly

What exactly do you mean?
I build the package just fine, here[1] is the link to the output of

pacman -Qpl sabnzbd-svn-2653-1-i686.pkg.tar.gz

[1] http://ark.asengard.net/upload/sabnzbd_file_list.txt


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#3 2009-06-30 14:41:38

lzs
Member
Registered: 2008-01-23
Posts: 39

Re: [SOLVED]makepkg/bsdtar not packing correctly

Hmm, my output looks the same. Seems to be related to midnight commander's vfs (where I was browsing the package). Never happened before, but should have had thought of that ... Thanks.

Offline

Board footer

Powered by FluxBB