Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread thelma
On 02/03/2017 02:45 PM, Neil Bothwick wrote:
> On Fri, 3 Feb 2017 10:00:30 -0700, the...@sys-concept.com wrote:
> 
>> On 02/03/2017 09:49 AM, the...@sys-concept.com wrote:
> 
>>> I have in kernel-4.1.15 XATTR set, system is using EXT3
>>>
>>> # CONFIG_EXT2_FS_XATTR is not set
>>> CONFIG_EXT3_FS_XATTR=y
>>> CONFIG_TMPFS_XATTR=y
>>> # CONFIG_CIFS_XATTR is not set
> 
> That only means you have xattr support in the kernel, not that the
> filesystem is using them. That is controlled by the mount/fstab options.
>>> My system is not using tempfs, in fstab:
>>>
>>> #none   /dev/shm devtmpfs   defaults0 0  
>>
>> In my make.conf I've commented out:
>> #PORTAGE_TMPFS="/dev/shm"
>> #PORTAGE_TMPDIR="/home/tmp"
>>
>> But during installation openoffice-bin is still uncompressed to:
>> "/var/tmp/" I think this might be the reason it is failing
> 
> No, /var/tmp is the default location for PORTAGE_TMPDIR, which you have
> chosen by commenting out any alternative settings.
> 
> Unpacking ./en-US/RPMS/openoffice-base-4.1.2-9782.i586.rpm
> to /var/tmp/portage/app-office/openoffice-bin-4.1.2/work
> Unpacking ./en-US/RPMS/openoffice-calc-4.1.2-9782.i586.rpm
> to /var/tmp/portage/app-office/openoffice-bin-4.1.2/work  
> 
> Is there a reason you are using openoffice rather then libreoffice?

I have some spreadsheet macros and form designed in openoffice and I
think it might not run correctly in  libreoffice.

Thelma




Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread Neil Bothwick
On Fri, 3 Feb 2017 10:00:30 -0700, the...@sys-concept.com wrote:

> On 02/03/2017 09:49 AM, the...@sys-concept.com wrote:

> > I have in kernel-4.1.15 XATTR set, system is using EXT3
> > 
> > # CONFIG_EXT2_FS_XATTR is not set
> > CONFIG_EXT3_FS_XATTR=y
> > CONFIG_TMPFS_XATTR=y
> > # CONFIG_CIFS_XATTR is not set

That only means you have xattr support in the kernel, not that the
filesystem is using them. That is controlled by the mount/fstab options.
> > My system is not using tempfs, in fstab:
> > 
> > #none   /dev/shm devtmpfs   defaults0 0  
> 
> In my make.conf I've commented out:
> #PORTAGE_TMPFS="/dev/shm"
> #PORTAGE_TMPDIR="/home/tmp"
> 
> But during installation openoffice-bin is still uncompressed to:
> "/var/tmp/" I think this might be the reason it is failing

No, /var/tmp is the default location for PORTAGE_TMPDIR, which you have
chosen by commenting out any alternative settings.

> >>> Unpacking ./en-US/RPMS/openoffice-base-4.1.2-9782.i586.rpm
> >>> to /var/tmp/portage/app-office/openoffice-bin-4.1.2/work
> >>> Unpacking ./en-US/RPMS/openoffice-calc-4.1.2-9782.i586.rpm
> >>> to /var/tmp/portage/app-office/openoffice-bin-4.1.2/work  

Is there a reason you are using openoffice rather then libreoffice?


-- 
Neil Bothwick

A good pun is its own reword.


pgpjpDFTxsepU.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread Neil Bothwick
On Fri, 3 Feb 2017 10:13:27 -0700, the...@sys-concept.com wrote:

> I've run:
> PAX_MARKINGS="none" emerge @preserved-rebuild
> 
> and Openoffic-bin was installed but it still asking me to rebuild same
> "libs"; it is running in circle.

Because openoffice-bin is a binary package. The libraries are precompiled
so no amount of reinstalling will change their contents.


-- 
Neil Bothwick

Pedestrians come in two types: Quick or Dead.


pgpxW0CziSeJz.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread thelma


Thelma

On 02/03/2017 10:31 AM, Alexander Kapshuk wrote:
> On Fri, Feb 3, 2017 at 7:18 PM,   wrote:
>>
>> [snip]

>>>
>>> The openoffice-bin ebuild makes use of the pax-utils package. Do you
>>> have it installed?
>>>
>>> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:7
>>> inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib
>>>
>>> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:170,178
>>> pkg_postinst() {
>>>
>>> fdo-mime_desktop_database_update
>>> fdo-mime_mime_database_update
>>> use gnome && gnome2_icon_cache_update
>>>
>>> pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/${NM}/program/soffice.bin
>>>
>>> }
>>>
>>> equery -q l '*pax*'
>>> app-misc/pax-utils-1.1.7
>>
>> Yes, I do:
>>
>> equery -q l '*pax*'
>> app-misc/pax-utils-1.1.7
>> sys-apps/paxctl-0.9
>>
>> --
>> Thelma
>>
> 
> Does 'xattr' show up in your FEATURES and global USE flags, i.e. in
> the output of 'emerge --info'?

I added to make.conf
PAX_MARKINGS="none"

but the rebuild always ends rebuilding openoffice-bin, with "existing preserved 
libs" rebuild instructions.

!!! existing preserved libs:
>>> package: sys-libs/ncurses-5.9-r5
 *  - /usr/lib/libpanelw.so.5
 *  - /usr/lib/libpanelw.so.5.9
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/_curses_panel.so 
(app-office/openoffice-bin-4.1.2)
 *  - /lib/libncursesw.so.5
 *  - /lib/libncursesw.so.5.9
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/_curses.so 
(app-office/openoffice-bin-4.1.2)
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/_curses_panel.so 
(app-office/openoffice-bin-4.1.2)
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/readline.so 
(app-office/openoffice-bin-4.1.2)
Use emerge @preserved-rebuild to rebuild packages using these libraries

--
Thelma



Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread thelma
On 02/03/2017 10:31 AM, Alexander Kapshuk wrote:
> On Fri, Feb 3, 2017 at 7:18 PM,   wrote:
>>
>> [snip]

>>>
>>> The openoffice-bin ebuild makes use of the pax-utils package. Do you
>>> have it installed?
>>>
>>> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:7
>>> inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib
>>>
>>> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:170,178
>>> pkg_postinst() {
>>>
>>> fdo-mime_desktop_database_update
>>> fdo-mime_mime_database_update
>>> use gnome && gnome2_icon_cache_update
>>>
>>> pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/${NM}/program/soffice.bin
>>>
>>> }
>>>
>>> equery -q l '*pax*'
>>> app-misc/pax-utils-1.1.7
>>
>> Yes, I do:
>>
>> equery -q l '*pax*'
>> app-misc/pax-utils-1.1.7
>> sys-apps/paxctl-0.9
>>
>> --
>> Thelma
>>
> 
> Does 'xattr' show up in your FEATURES and global USE flags, i.e. in
> the output of 'emerge --info'?

Yes, it does.

Portage 2.3.3 (python 3.4.5-final-0, default/linux/x86/13.0/desktop, gcc-4.9.3, 
glibc-2.22-r4, 4.1.15-gentoo-r1 i686)
=
System uname: 
Linux-4.1.15-gentoo-r1-i686-AMD_Athlon-TM-_XP_2500+-with-gentoo-2.3
KiB Mem: 1033780 total,293496 free
KiB Swap:2008120 total,   1883108 free
Timestamp of repository gentoo: Sun, 29 Jan 2017 20:00:01 +
sh bash 4.3_p48-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
ccache version 3.2.4 [disabled]
app-shells/bash:  4.3_p48-r1::gentoo
dev-java/java-config: 2.2.0-r3::gentoo
dev-lang/perl:5.22.3_rc4::gentoo
dev-lang/python:  2.7.12::gentoo, 3.4.5::gentoo
dev-util/ccache:  3.2.4::gentoo
dev-util/cmake:   3.7.2::gentoo
dev-util/pkgconfig:   0.28-r2::gentoo
sys-apps/baselayout:  2.3::gentoo
sys-apps/openrc:  0.22.4::gentoo
sys-apps/sandbox: 2.10-r1::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
sys-devel/automake:   1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.14.1::gentoo, 
1.15::gentoo
sys-devel/binutils:   2.25.1-r1::gentoo
sys-devel/gcc:4.8.5::gentoo, 4.9.3::gentoo, 4.9.4::gentoo
sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool:2.4.6-r2::gentoo
sys-devel/make:   4.2.1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:   2.22-r4::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000

x-portage
location: /usr/local/portage
masters: gentoo
priority: 0

ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 Oracle-BCLA-JavaSE"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/gnupg/qualified.txt 
/var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ 
/etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks 
ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs 
protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs 
unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distro.ibidio.org/pub/linux/distributions/gentoo/ 
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.osuosl.org/ 
http://mirror.datapipe.net/gentoo http://gentoo.binarycompass.org;
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acpi alsa apache2 berkdb bluetooth branding bzip2 cairo cdda cdr 
cgi cleartype cli consolekit corefonts cracklib crypt cups cxx dbus dri dts dvd 
dvdr emboss encode exif fam firefox flac foomaticdb fortran gdbm gif glamor gpm 
gtk hal iconv ipv6 java jpeg kpathsea lcms ldap libnotify mad mng modules mp3 
mp4 mpeg mysql ncurses nls nptl ogg opengl openmp pam pango pcre pdf png 
policykit ppds qt3support readline scanner sdl seccomp semantic-desktop server 
session spell ssl startup-notification svg tcpd tetex thunar tiff truetype 
type1 udev udisks unicode 

Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread Alexander Kapshuk
On Fri, Feb 3, 2017 at 7:18 PM,   wrote:
>
> [snip]
>>>
>>
>> The openoffice-bin ebuild makes use of the pax-utils package. Do you
>> have it installed?
>>
>> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:7
>> inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib
>>
>> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:170,178
>> pkg_postinst() {
>>
>> fdo-mime_desktop_database_update
>> fdo-mime_mime_database_update
>> use gnome && gnome2_icon_cache_update
>>
>> pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/${NM}/program/soffice.bin
>>
>> }
>>
>> equery -q l '*pax*'
>> app-misc/pax-utils-1.1.7
>
> Yes, I do:
>
> equery -q l '*pax*'
> app-misc/pax-utils-1.1.7
> sys-apps/paxctl-0.9
>
> --
> Thelma
>

Does 'xattr' show up in your FEATURES and global USE flags, i.e. in
the output of 'emerge --info'?



Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread thelma

[snip]
>>
> 
> The openoffice-bin ebuild makes use of the pax-utils package. Do you
> have it installed?
> 
> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:7
> inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib
> 
> /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:170,178
> pkg_postinst() {
> 
> fdo-mime_desktop_database_update
> fdo-mime_mime_database_update
> use gnome && gnome2_icon_cache_update
> 
> pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/${NM}/program/soffice.bin
> 
> }
> 
> equery -q l '*pax*'
> app-misc/pax-utils-1.1.7

Yes, I do:

equery -q l '*pax*'
app-misc/pax-utils-1.1.7
sys-apps/paxctl-0.9

--
Thelma



Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread thelma
I've run:
PAX_MARKINGS="none" emerge @preserved-rebuild

and Openoffic-bin was installed but it still asking me to rebuild same "libs"; 
it is running in circle.

>>> Installing (1 of 1) app-office/openoffice-bin-4.1.2::gentoo
 * Updating desktop mime database ...
 * Updating desktop mime database ...
 * Updating shared mime info database ...
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

!!! existing preserved libs:
>>> package: sys-libs/ncurses-5.9-r5
 *  - /usr/lib/libpanelw.so.5
 *  - /usr/lib/libpanelw.so.5.9
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/_curses_panel.so 
(app-office/openoffice-bin-4.1.2)
 *  - /lib/libncursesw.so.5
 *  - /lib/libncursesw.so.5.9
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/_curses.so 
(app-office/openoffice-bin-4.1.2)
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/_curses_panel.so 
(app-office/openoffice-bin-4.1.2)
 *  used by 
/usr/lib/openoffice/program/python-core-2.7.6/lib/lib-dynload/readline.so 
(app-office/openoffice-bin-4.1.2)
Use emerge @preserved-rebuild to rebuild packages using these libraries


Thelma




Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread Alexander Kapshuk
On Fri, Feb 3, 2017 at 7:00 PM,   wrote:
>
> On 02/03/2017 09:49 AM, the...@sys-concept.com wrote:
>> I'm stuck again on openoffice-bin:
>> Failed to set XATTR_PAX markings -me
>>
> Installing (1 of 1) app-office/openoffice-bin-4.1.2::gentoo
>>  * Updating desktop mime database ...
>>  * Updating desktop mime database ...
>>  * Updating shared mime info database ...
>>  * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with paxctl
>>  * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with scanelf
>>  * XATTR_PAX marking -me /usr/lib/openoffice/program/soffice.bin with 
>> setfattr
>>  * Failed to set XATTR_PAX markings -me 
>> /usr/lib/openoffice/program/soffice.bin.
>>
>> I have in kernel-4.1.15 XATTR set, system is using EXT3
>>
>> # CONFIG_EXT2_FS_XATTR is not set
>> CONFIG_EXT3_FS_XATTR=y
>> CONFIG_TMPFS_XATTR=y
>> # CONFIG_CIFS_XATTR is not set
>>
>> My system is not using tempfs, in fstab:
>>
>> #none /dev/shm devtmpfs   defaults0 0
>
> In my make.conf I've commented out:
> #PORTAGE_TMPFS="/dev/shm"
> #PORTAGE_TMPDIR="/home/tmp"
>
> But during installation openoffice-bin is still uncompressed to: "/var/tmp/" 
> I think this might be the reason it is failing
>
 Unpacking ./en-US/RPMS/openoffice-base-4.1.2-9782.i586.rpm to 
 /var/tmp/portage/app-office/openoffice-bin-4.1.2/work
 Unpacking ./en-US/RPMS/openoffice-calc-4.1.2-9782.i586.rpm to 
 /var/tmp/portage/app-office/openoffice-bin-4.1.2/work
>
> --
> Thelma
>

The openoffice-bin ebuild makes use of the pax-utils package. Do you
have it installed?

/usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:7
inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib

/usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:170,178
pkg_postinst() {

fdo-mime_desktop_database_update
fdo-mime_mime_database_update
use gnome && gnome2_icon_cache_update

pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/${NM}/program/soffice.bin

}

equery -q l '*pax*'
app-misc/pax-utils-1.1.7



Re: [gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread thelma

On 02/03/2017 09:49 AM, the...@sys-concept.com wrote:
> I'm stuck again on openoffice-bin:
> Failed to set XATTR_PAX markings -me
> 
 Installing (1 of 1) app-office/openoffice-bin-4.1.2::gentoo
>  * Updating desktop mime database ...
>  * Updating desktop mime database ...
>  * Updating shared mime info database ...
>  * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with paxctl
>  * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with scanelf
>  * XATTR_PAX marking -me /usr/lib/openoffice/program/soffice.bin with setfattr
>  * Failed to set XATTR_PAX markings -me 
> /usr/lib/openoffice/program/soffice.bin.
> 
> I have in kernel-4.1.15 XATTR set, system is using EXT3
> 
> # CONFIG_EXT2_FS_XATTR is not set
> CONFIG_EXT3_FS_XATTR=y
> CONFIG_TMPFS_XATTR=y
> # CONFIG_CIFS_XATTR is not set
> 
> My system is not using tempfs, in fstab:
> 
> #none /dev/shm devtmpfs   defaults0 0

In my make.conf I've commented out:
#PORTAGE_TMPFS="/dev/shm"
#PORTAGE_TMPDIR="/home/tmp"

But during installation openoffice-bin is still uncompressed to: "/var/tmp/" I 
think this might be the reason it is failing

>>> Unpacking ./en-US/RPMS/openoffice-base-4.1.2-9782.i586.rpm to 
>>> /var/tmp/portage/app-office/openoffice-bin-4.1.2/work
>>> Unpacking ./en-US/RPMS/openoffice-calc-4.1.2-9782.i586.rpm to 
>>> /var/tmp/portage/app-office/openoffice-bin-4.1.2/work

--
Thelma



[gentoo-user] Failed to set XATTR_PAX markings -me

2017-02-03 Thread thelma
I'm stuck again on openoffice-bin:
Failed to set XATTR_PAX markings -me

>>> Installing (1 of 1) app-office/openoffice-bin-4.1.2::gentoo
 * Updating desktop mime database ...
 * Updating desktop mime database ...
 * Updating shared mime info database ...
 * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with paxctl
 * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with scanelf
 * XATTR_PAX marking -me /usr/lib/openoffice/program/soffice.bin with setfattr
 * Failed to set XATTR_PAX markings -me /usr/lib/openoffice/program/soffice.bin.

I have in kernel-4.1.15 XATTR set, system is using EXT3

# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_TMPFS_XATTR=y
# CONFIG_CIFS_XATTR is not set

My system is not using tempfs, in fstab:

#none   /dev/shm devtmpfs   defaults0 0

-- 
Thelma



Re: [gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread thelma

On 03/06/2016 11:14 AM, netfab wrote:
> Le 06/03/16 à 11:04, the...@sys-concept.com a tapoté :
> 
>> Yes, I'm using official Gentoo kernel:
>> linux-3.10.17-gentoo
>>
> 
> You should update to 3.10.95 if you want to stay on this branch.
> In fact all gentoo-sources kernel should contain this patch.
> 
> Your 3.10.17 old version was probably not built with it.

I upgraded to kernel: linux-4.1.15-gentoo-r1
but it did not help still getting same error message when compiling
these packages.

Thelma



Re: [gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread netfab
Le 06/03/16 à 11:04, the...@sys-concept.com a tapoté :

> Yes, I'm using official Gentoo kernel:
> linux-3.10.17-gentoo
> 

You should update to 3.10.95 if you want to stay on this branch.
In fact all gentoo-sources kernel should contain this patch.

Your 3.10.17 old version was probably not built with it.



Re: [gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread thelma
Yes, I'm using official Gentoo kernel:
linux-3.10.17-gentoo

Though, this patch might not be in my Kernel. Which Kernel contain this
patch? Maybe I just should upgrade the kernel.

Thelma

On 03/06/2016 10:55 AM, netfab wrote:
> Le 06/03/16 à 10:14, the...@sys-concept.com a tapoté :
>> I've tried to use: USE=xattr in make.conf
>> but it doesn't help.
> 
> If you don't use an official gentoo kernel, then your must patch your
> kernel with this :
> 
>   
> https://gitweb.gentoo.org/proj/linux-patches.git/tree/1500_XATTR_USER_PREFIX.patch?h=4.1
> 
> Otherwise you will have such warnings when building many packages.
> 
> 
> 



Re: [gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread netfab
Le 06/03/16 à 10:14, the...@sys-concept.com a tapoté :
> I've tried to use: USE=xattr in make.conf
> but it doesn't help.

If you don't use an official gentoo kernel, then your must patch your
kernel with this :


https://gitweb.gentoo.org/proj/linux-patches.git/tree/1500_XATTR_USER_PREFIX.patch?h=4.1

Otherwise you will have such warnings when building many packages.



Re: [gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread thelma
I've tried to use: USE=xattr in make.conf
but it doesn't help.

Thelma

On 03/06/2016 10:08 AM, the...@sys-concept.com wrote:
> I'm getting a error: Failed to set XATTR_PAX markings
> When I compile some pacakges eg:
> icedtea-bin-7.2.6.4
> thunderbird-38.5.0
> firefox-bin-38.6.1
> 
> I'm not running Gentoo hardened,
> grep CONFIG_TMPFS_XATTR /usr/src/linux/.config
> CONFIG_TMPFS_XATTR=y
> 
> emerge --info
> Portage 2.2.26 (python 3.4.3-final-0, default/linux/x86/13.0/desktop,
> gcc-4.8.5, glibc-2.21-r2, 3.10.17-gentoo i686)
> =
> System uname:
> Linux-3.10.17-gentoo-i686-AMD_Athlon-TM-_XP_2500+-with-gentoo-2.2
> KiB Mem: 1034164 total,221020 free
> KiB Swap:2008120 total,   2007556 free
> Timestamp of repository gentoo: Sat, 05 Mar 2016 19:00:01 +
> sh bash 4.3_p42-r1
> ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
> ccache version 3.1.9 [disabled]
> app-shells/bash:  4.3_p42-r1::gentoo
> dev-java/java-config: 2.2.0::gentoo
> dev-lang/perl:5.20.2::gentoo
> dev-lang/python:  2.7.10-r1::gentoo, 3.4.3-r1::gentoo
> dev-util/ccache:  3.1.9-r4::gentoo
> dev-util/cmake:   3.3.1-r1::gentoo
> dev-util/pkgconfig:   0.28-r2::gentoo
> sys-apps/baselayout:  2.2::gentoo
> sys-apps/openrc:  0.19.1::gentoo
> sys-apps/sandbox: 2.10-r1::gentoo
> sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
> sys-devel/automake:   1.10.3-r1::gentoo, 1.11.6-r1::gentoo,
> 1.14.1::gentoo, 1.15::gentoo
> sys-devel/binutils:   2.25.1-r1::gentoo
> sys-devel/gcc:4.1.2::gentoo, 4.5.4::gentoo, 4.7.4::gentoo,
> 4.8.5::gentoo, 4.9.3::gentoo
> sys-devel/gcc-config: 1.7.3::gentoo
> sys-devel/libtool:2.4.6::gentoo
> sys-devel/make:   4.1-r1::gentoo
> sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
> sys-libs/glibc:   2.21-r2::gentoo
> Repositories:
> 
> gentoo
> location: /usr/portage
> sync-type: rsync
> sync-uri: rsync://rsync.gentoo.org/gentoo-portage
> priority: -1000
> 
> x-portage
> location: /usr/local/portage
> masters: gentoo
> priority: 0
> 
> ACCEPT_KEYWORDS="x86"
> ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 Oracle-BCLA-JavaSE"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
> CHOST="i686-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/gnupg/qualified.txt
> /var/spool/fax/etc"
> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
> /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/
> /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
> /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
> /etc/texmf/updmap.d /etc/texmf/web2c"
> CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
> DISTDIR="/usr/portage/distfiles"
> EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
> FCFLAGS="-O2 -march=i686 -pipe"
> FEATURES="assume-digests binpkg-logs config-protect-if-modified
> distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
> preserve-libs protect-owned sandbox sfperms strict unknown-features-warn
> unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
> FFLAGS="-O2 -march=i686 -pipe"
> GENTOO_MIRRORS="http://distro.ibidio.org/pub/linux/distributions/gentoo/
> ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
> http://gentoo.osuosl.org/ http://mirror.datapipe.net/gentoo
> http://gentoo.binarycompass.org;
> LANG="en_US.UTF-8"
> LC_ALL="en_US.UTF-8"
> LDFLAGS="-Wl,-O1 -Wl,--as-needed"
> MAKEOPTS="-j1"
> PKGDIR="/usr/portage/packages"
> PORTAGE_CONFIGROOT="/"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
> --omit-dir-times --compress --force --whole-file --delete --stats
> --human-readable --timeout=180 --exclude=/distfiles --exclude=/local
> --exclude=/packages"
> PORTAGE_TMPDIR="/var/tmp"
> USE="X a52 aac acpi alsa apache2 berkdb bluetooth branding bzip2 cairo
> cdda cdr cgi cleartype cli consolekit corefonts cracklib crypt cups cxx
> dbus dri dts dvd dvdr emboss encode exif fam firefox flac foomaticdb
> fortran gdbm gif glamor gpm gtk hal iconv ipv6 java jpeg kpathsea lcms
> ldap libnotify mad mng modules mp3 mp4 mpeg mysql ncurses nls nptl ogg
> opengl openmp pam pango pcre pdf png policykit ppds qt3support readline
> scanner sdl seccomp semantic-desktop server session spell ssl
> startup-notification svg tcpd tetex thunar tiff truetype type1 udev
> udisks unicode upower usb vorbis wxwidgets x264 x86 xattr xcb xml xv
> xvid zlib" ABI_X86="32" ALSA_CARDS="via82xx" APACHE2_MODULES="actions
> alias auth_basic auth_digest authn_anon authn_dbd authn_dbm
> authn_default authn_file authz_dbm authz_default authz_groupfile
> authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock
> dbd deflate dir disk_cache env expires ext_filter file_cache filter
> headers 

[gentoo-user] Failed to set XATTR_PAX markings

2016-03-06 Thread thelma
I'm getting a error: Failed to set XATTR_PAX markings
When I compile some pacakges eg:
icedtea-bin-7.2.6.4
thunderbird-38.5.0
firefox-bin-38.6.1

I'm not running Gentoo hardened,
grep CONFIG_TMPFS_XATTR /usr/src/linux/.config
CONFIG_TMPFS_XATTR=y

emerge --info
Portage 2.2.26 (python 3.4.3-final-0, default/linux/x86/13.0/desktop,
gcc-4.8.5, glibc-2.21-r2, 3.10.17-gentoo i686)
=
System uname:
Linux-3.10.17-gentoo-i686-AMD_Athlon-TM-_XP_2500+-with-gentoo-2.2
KiB Mem: 1034164 total,221020 free
KiB Swap:2008120 total,   2007556 free
Timestamp of repository gentoo: Sat, 05 Mar 2016 19:00:01 +
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
ccache version 3.1.9 [disabled]
app-shells/bash:  4.3_p42-r1::gentoo
dev-java/java-config: 2.2.0::gentoo
dev-lang/perl:5.20.2::gentoo
dev-lang/python:  2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/ccache:  3.1.9-r4::gentoo
dev-util/cmake:   3.3.1-r1::gentoo
dev-util/pkgconfig:   0.28-r2::gentoo
sys-apps/baselayout:  2.2::gentoo
sys-apps/openrc:  0.19.1::gentoo
sys-apps/sandbox: 2.10-r1::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
sys-devel/automake:   1.10.3-r1::gentoo, 1.11.6-r1::gentoo,
1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:   2.25.1-r1::gentoo
sys-devel/gcc:4.1.2::gentoo, 4.5.4::gentoo, 4.7.4::gentoo,
4.8.5::gentoo, 4.9.3::gentoo
sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool:2.4.6::gentoo
sys-devel/make:   4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:   2.21-r2::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000

x-portage
location: /usr/local/portage
masters: gentoo
priority: 0

ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 Oracle-BCLA-JavaSE"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/gnupg/qualified.txt
/var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/
/etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
/etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified
distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch
preserve-libs protect-owned sandbox sfperms strict unknown-features-warn
unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distro.ibidio.org/pub/linux/distributions/gentoo/
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://gentoo.osuosl.org/ http://mirror.datapipe.net/gentoo
http://gentoo.binarycompass.org;
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--omit-dir-times --compress --force --whole-file --delete --stats
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acpi alsa apache2 berkdb bluetooth branding bzip2 cairo
cdda cdr cgi cleartype cli consolekit corefonts cracklib crypt cups cxx
dbus dri dts dvd dvdr emboss encode exif fam firefox flac foomaticdb
fortran gdbm gif glamor gpm gtk hal iconv ipv6 java jpeg kpathsea lcms
ldap libnotify mad mng modules mp3 mp4 mpeg mysql ncurses nls nptl ogg
opengl openmp pam pango pcre pdf png policykit ppds qt3support readline
scanner sdl seccomp semantic-desktop server session spell ssl
startup-notification svg tcpd tetex thunar tiff truetype type1 udev
udisks unicode upower usb vorbis wxwidgets x264 x86 xattr xcb xml xv
xvid zlib" ABI_X86="32" ALSA_CARDS="via82xx" APACHE2_MODULES="actions
alias auth_basic auth_digest authn_anon authn_dbd authn_dbm
authn_default authn_file authz_dbm authz_default authz_groupfile
authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock
dbd deflate dir disk_cache env expires ext_filter file_cache filter
headers ident imagemap include info log_config logio mem_cache mime
mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect
proxy_http rewrite setenvif so speling status unique_id userdir
usertrack vhost_alias cgi" CALLIGRA_FEATURES="kexi words flow plan
sheets stage tables krita karbon braindump author" CAMERAS="ptp2"

Re: [gentoo-user] Failed to set XATTR_PAX markings

2015-09-07 Thread netfab
Le 31/08/15 à 10:36, the...@sys-concept.com a tapoté :
> While compiling/updating the system I get a few packages with
> messages:
> 
> LOG: install
> Failed to set XATTR_PAX markings


I'm also getting this kind of messages since some time on a desktop
system with many packages. According to pax-utils.eclass :

> To control what markings are made, set PAX_MARKINGS
> in /etc/portage/make.conf to contain either "PT", "XT" or "none".
> The default is to attempt both PT_PAX and XATTR_PAX.

I guess that setting PAX_MARKINGS="none" into make.conf will silence
those warnings. Not tested.



[gentoo-user] Failed to set XATTR_PAX markings

2015-08-31 Thread thelma
While compiling/updating the system I get a few packages with messages:

LOG: install
Failed to set XATTR_PAX markings -me 
/var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxManage.
Failed to set XATTR_PAX markings -me 
/var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxSVC.
Failed to set XATTR_PAX markings -me 
/var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxXPCOMIPCD.
Failed to set XATTR_PAX markings -me 
/var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxTunctl.

Failed to set XATTR_PAX markings -me python.
etc.

What does it mean?

-- 
Thelma



Re: [gentoo-user] Failed to set XATTR_PAX markings

2015-08-31 Thread Alec Ten Harmsel
On Mon, Aug 31, 2015 at 10:36:02AM -0600, the...@sys-concept.com wrote:
> While compiling/updating the system I get a few packages with messages:
> 
> LOG: install
> Failed to set XATTR_PAX markings -me 
> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxManage.
> Failed to set XATTR_PAX markings -me 
> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxSVC.
> Failed to set XATTR_PAX markings -me 
> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxXPCOMIPCD.
> Failed to set XATTR_PAX markings -me 
> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxTunctl.
> 
> Failed to set XATTR_PAX markings -me python.
> etc.
> 
> What does it mean?

It looks like you're running Gentoo Hardened. It looks like (from a
cursory read of https://wiki.gentoo.org/wiki/Hardened/PaX_Quickstart)
that your filesystem may not support extended attributes. What type of
filesystem is /var/tmp mounted on?

Other info like the output of `emerge --info', what kernel you're
running, and what profile you're on would be helpful.

I personally do not run Hardened, so take this with a grain of salt.

Alec



Re: *****SPAM***** Re: [gentoo-user] Failed to set XATTR_PAX markings

2015-08-31 Thread thelma

On 08/31/2015 10:43 AM, Alec Ten Harmsel wrote:
> On Mon, Aug 31, 2015 at 10:36:02AM -0600, the...@sys-concept.com wrote:
>> While compiling/updating the system I get a few packages with messages:
>>
>> LOG: install
>> Failed to set XATTR_PAX markings -me 
>> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxManage.
>> Failed to set XATTR_PAX markings -me 
>> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxSVC.
>> Failed to set XATTR_PAX markings -me 
>> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxXPCOMIPCD.
>> Failed to set XATTR_PAX markings -me 
>> /var/tmp/portage/app-emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxTunctl.
>>
>> Failed to set XATTR_PAX markings -me python.
>> etc.
>>
>> What does it mean?
> 
> It looks like you're running Gentoo Hardened. It looks like (from a
> cursory read of https://wiki.gentoo.org/wiki/Hardened/PaX_Quickstart)
> that your filesystem may not support extended attributes. What type of
> filesystem is /var/tmp mounted on?
> 
> Other info like the output of `emerge --info', what kernel you're
> running, and what profile you're on would be helpful.
> 
> I personally do not run Hardened, so take this with a grain of salt.
> 
> Alec

No, I'm not running Gentoo Hardened
Here is emerge info

Portage 2.2.20.1 (python 3.4.1-final-0, default/linux/x86/13.0/desktop, 
gcc-4.8.4, glibc-2.20-r2, 3.10.17-gentoo i686)
=
System uname: Linux-3.10.17-gentoo-i686-AMD_Athlon-TM-_XP_2500+-with-gentoo-2.2
KiB Mem: 1034164 total,266436 free
KiB Swap:2008120 total,   1901184 free
Timestamp of repository gentoo: Fri, 28 Aug 2015 22:30:02 +
sh bash 4.3_p39
ld GNU ld (Gentoo 2.24 p1.4) 2.24
ccache version 3.1.9 [disabled]
app-shells/bash:  4.3_p39::gentoo
dev-java/java-config: 2.2.0::gentoo
dev-lang/perl:5.20.2::gentoo
dev-lang/python:  2.7.9-r1::gentoo, 3.3.5-r1::gentoo, 3.4.1::gentoo
dev-util/ccache:  3.1.9-r4::gentoo
dev-util/cmake:   3.2.2::gentoo
dev-util/pkgconfig:   0.28-r2::gentoo
sys-apps/baselayout:  2.2::gentoo
sys-apps/openrc:  0.17::gentoo
sys-apps/sandbox: 2.6-r1::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
sys-devel/automake:   1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.13.4::gentoo, 
1.15::gentoo
sys-devel/binutils:   2.24-r3::gentoo
sys-devel/gcc:4.1.2::gentoo, 4.5.4::gentoo, 4.7.4::gentoo, 
4.8.4::gentoo
sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool:2.4.6::gentoo
sys-devel/make:   4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc:   2.20-r2::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000

x-portage
location: /usr/local/portage
masters: gentoo
priority: 0

ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 Oracle-BCLA-JavaSE"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/gnupg/qualified.txt 
/var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ 
/etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks 
ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs 
protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs 
unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distro.ibidio.org/pub/linux/distributions/gentoo/ 
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.osuosl.org/ 
http://mirror.datapipe.net/gentoo http://gentoo.binarycompass.org;
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acpi alsa apache2 berkdb bluetooth branding bzip2 cairo cdda cdr 
cgi cleartype cli consolekit corefonts cracklib crypt cups cxx dbus dri dts dvd 
dvdr emboss encode exif fam firefox 

Re: *****SPAM***** Re: [gentoo-user] Failed to set XATTR_PAX markings

2015-08-31 Thread Fernando Rodriguez
On Monday, August 31, 2015 10:56:44 AM the...@sys-concept.com wrote:
> 
> On 08/31/2015 10:43 AM, Alec Ten Harmsel wrote:
> > On Mon, Aug 31, 2015 at 10:36:02AM -0600, the...@sys-concept.com wrote:
> >> While compiling/updating the system I get a few packages with messages:
> >>
> >> LOG: install
> >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxManage.
> >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxSVC.
> >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxXPCOMIPCD.
> >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxTunctl.
> >>
> >> Failed to set XATTR_PAX markings -me python.
> >> etc.
> >>
> >> What does it mean?
> > 
> > It looks like you're running Gentoo Hardened. It looks like (from a
> > cursory read of https://wiki.gentoo.org/wiki/Hardened/PaX_Quickstart)
> > that your filesystem may not support extended attributes. What type of
> > filesystem is /var/tmp mounted on?
> > 
> > Other info like the output of `emerge --info', what kernel you're
> > running, and what profile you're on would be helpful.
> > 
> > I personally do not run Hardened, so take this with a grain of salt.
> > 
> > Alec
> 
> No, I'm not running Gentoo Hardened
> Here is emerge info
> 
> Portage 2.2.20.1 (python 3.4.1-final-0, default/linux/x86/13.0/desktop, 
gcc-4.8.4, glibc-2.20-r2, 3.10.17-gentoo i686)
> =
> System uname: Linux-3.10.17-gentoo-i686-AMD_Athlon-TM-_XP_2500+-with-
gentoo-2.2
> KiB Mem: 1034164 total,266436 free
> KiB Swap:2008120 total,   1901184 free
> Timestamp of repository gentoo: Fri, 28 Aug 2015 22:30:02 +
> sh bash 4.3_p39
> ld GNU ld (Gentoo 2.24 p1.4) 2.24
> ccache version 3.1.9 [disabled]
> app-shells/bash:  4.3_p39::gentoo
> dev-java/java-config: 2.2.0::gentoo
> dev-lang/perl:5.20.2::gentoo
> dev-lang/python:  2.7.9-r1::gentoo, 3.3.5-r1::gentoo, 3.4.1::gentoo
> dev-util/ccache:  3.1.9-r4::gentoo
> dev-util/cmake:   3.2.2::gentoo
> dev-util/pkgconfig:   0.28-r2::gentoo
> sys-apps/baselayout:  2.2::gentoo
> sys-apps/openrc:  0.17::gentoo
> sys-apps/sandbox: 2.6-r1::gentoo
> sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
> sys-devel/automake:   1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 
1.13.4::gentoo, 1.15::gentoo
> sys-devel/binutils:   2.24-r3::gentoo
> sys-devel/gcc:4.1.2::gentoo, 4.5.4::gentoo, 4.7.4::gentoo, 
4.8.4::gentoo
> sys-devel/gcc-config: 1.7.3::gentoo
> sys-devel/libtool:2.4.6::gentoo
> sys-devel/make:   4.1-r1::gentoo
> sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
> sys-libs/glibc:   2.20-r2::gentoo
> Repositories:
> 
> gentoo
> location: /usr/portage
> sync-type: rsync
> sync-uri: rsync://rsync.gentoo.org/gentoo-portage
> priority: -1000
> 
> x-portage
> location: /usr/local/portage
> masters: gentoo
> priority: 0
> 
> ACCEPT_KEYWORDS="x86"
> ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 Oracle-BCLA-JavaSE"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
> CHOST="i686-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/lib/fax /usr/share/gnupg/qualified.txt 
/var/spool/fax/etc"
> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-
php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-
active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo 
/etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d 
/etc/texmf/web2c"
> CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
> DISTDIR="/usr/portage/distfiles"
> EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
> FCFLAGS="-O2 -march=i686 -pipe"
> FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks 
ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-
owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-
orphans userfetch userpriv usersandbox usersync"
> FFLAGS="-O2 -march=i686 -pipe"
> GENTOO_MIRRORS="http://distro.ibidio.org/pub/linux/distributions/gentoo/ 
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.osuosl.org/ 
http://mirror.datapipe.net/gentoo http://gentoo.binarycompass.org;
> LANG="en_US.UTF-8"
> LC_ALL="en_US.UTF-8"
> LDFLAGS="-Wl,-O1 -Wl,--as-needed"
> MAKEOPTS="-j1"
> PKGDIR="/usr/portage/packages"
> PORTAGE_CONFIGROOT="/"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-
dir-times --compress --force --whole-file --delete --stats --human-readable --
timeout=180 --exclude=/distfiles --exclude=/local 

Re: [gentoo-user] Failed to set XATTR_PAX markings

2015-08-31 Thread Mick
On Monday 31 Aug 2015 19:07:40 Fernando Rodriguez wrote:
> On Monday, August 31, 2015 10:56:44 AM the...@sys-concept.com wrote:
> > On 08/31/2015 10:43 AM, Alec Ten Harmsel wrote:
> > > On Mon, Aug 31, 2015 at 10:36:02AM -0600, the...@sys-concept.com wrote:
> > >> While compiling/updating the system I get a few packages with
> > >> messages:
> > >> 
> > >> LOG: install
> > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
> 
> emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxManage.
> 
> > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
> 
> emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxSVC.
> 
> > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
> 
> emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxXPCOMIPCD.
> 
> > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app-
> 
> emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxTunctl.
> 
> > >> Failed to set XATTR_PAX markings -me python.
> > >> etc.
> > >> 
> > >> What does it mean?
> > > 
> > > It looks like you're running Gentoo Hardened. It looks like (from a
> > > cursory read of https://wiki.gentoo.org/wiki/Hardened/PaX_Quickstart)
> > > that your filesystem may not support extended attributes. What type of
> > > filesystem is /var/tmp mounted on?
> > > 
> > > Other info like the output of `emerge --info', what kernel you're
> > > running, and what profile you're on would be helpful.
> > > 
> > > I personally do not run Hardened, so take this with a grain of salt.
> > > 
> > > Alec
> > 
> > No, I'm not running Gentoo Hardened
> > Here is emerge info
[snip ...]

> 
> > Thelma
> 
> Could be that you don't have extended attributes enabled for your
> filesystem in the kernel. If you're not using a hardened profile and
> nothing is failing it should be ok.

I also noticed this on an ext4 fs, on a PC that does not run hardened.  I 
don't run ACLs or extended attributes from what I recall and that's what I 
attributed this message to.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.