Re: [arch-general] bacman failed to set file flags bsdtar error

2014-07-16 Thread Yaro Kasear

On 07/16/2014 02:50 AM, Ralf Mardorf wrote:
 What's the meaning of this [1]?

 Regards,
 Ralf

 [1]
 $ bacman ardour
 == Entering fakeroot environment
 == Package: ardour-2.8.16-1
   - Copying package files...
 etc/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/bin/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/lib/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/applications/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/cs/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/de/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/el/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/es/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/eu/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/fr/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/it/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/pl/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/pt/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/ru/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
 usr/share/locale/sv/LC_MESSAGES/: Failed to set file flags
 bsdtar: Error exit delayed from previous errors.
   - Generating .PKGINFO metadata...
   - Generating the package...
 == Done.

Wild guess? This needs to be run with root priviliges, such as through sudo.

Conrad


Re: [arch-general] bacman failed to set file flags bsdtar error

2014-07-16 Thread Izumi Natsuka

2014-07-16 15:50, Ralf Mardorf wrote:

What's the meaning of this [1]?

Regards,
Ralf


The bsdtar try to set the file flags(xattr) of the target file on your 
filesystem, but this doesn't works fine with some special 
filesystem(e.g. tmpfs, btrfs) so it print this error message.
As I think store xattr in the .pkg.tar.xz is a bit unnecessary, I 
usually ignore these messages.