Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Failed to set XATTR_PAX markings -me
Date: Fri, 03 Feb 2017 17:11:44
Message-Id: CAJ1xhMW=+DwKPqgwundhX988EM9srP_1OH+pY8go+SzXNEDvFg@mail.gmail.com
In Reply to: Re: [gentoo-user] Failed to set XATTR_PAX markings -me by thelma@sys-concept.com
1 On Fri, Feb 3, 2017 at 7:00 PM, <thelma@×××××××××××.com> wrote:
2 >
3 > On 02/03/2017 09:49 AM, thelma@×××××××××××.com wrote:
4 >> I'm stuck again on openoffice-bin:
5 >> Failed to set XATTR_PAX markings -me
6 >>
7 >>>>> Installing (1 of 1) app-office/openoffice-bin-4.1.2::gentoo
8 >> * Updating desktop mime database ...
9 >> * Updating desktop mime database ...
10 >> * Updating shared mime info database ...
11 >> * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with paxctl
12 >> * PT_PAX marking -m /usr/lib/openoffice/program/soffice.bin with scanelf
13 >> * XATTR_PAX marking -me /usr/lib/openoffice/program/soffice.bin with setfattr
14 >> * Failed to set XATTR_PAX markings -me /usr/lib/openoffice/program/soffice.bin.
15 >>
16 >> I have in kernel-4.1.15 XATTR set, system is using EXT3
17 >>
18 >> # CONFIG_EXT2_FS_XATTR is not set
19 >> CONFIG_EXT3_FS_XATTR=y
20 >> CONFIG_TMPFS_XATTR=y
21 >> # CONFIG_CIFS_XATTR is not set
22 >>
23 >> My system is not using tempfs, in fstab:
24 >>
25 >> #none /dev/shm devtmpfs defaults 0 0
26 >
27 > In my make.conf I've commented out:
28 > #PORTAGE_TMPFS="/dev/shm"
29 > #PORTAGE_TMPDIR="/home/tmp"
30 >
31 > But during installation openoffice-bin is still uncompressed to: "/var/tmp/" I think this might be the reason it is failing
32 >
33 >>>> Unpacking ./en-US/RPMS/openoffice-base-4.1.2-9782.i586.rpm to /var/tmp/portage/app-office/openoffice-bin-4.1.2/work
34 >>>> Unpacking ./en-US/RPMS/openoffice-calc-4.1.2-9782.i586.rpm to /var/tmp/portage/app-office/openoffice-bin-4.1.2/work
35 >
36 > --
37 > Thelma
38 >
39
40 The openoffice-bin ebuild makes use of the pax-utils package. Do you
41 have it installed?
42
43 /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:7
44 inherit eutils fdo-mime gnome2-utils pax-utils prefix rpm multilib
45
46 /usr/portage/app-office/openoffice-bin/openoffice-bin-4.1.2.ebuild:170,178
47 pkg_postinst() {
48
49 fdo-mime_desktop_database_update
50 fdo-mime_mime_database_update
51 use gnome && gnome2_icon_cache_update
52
53 pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/${NM}/program/soffice.bin
54
55 }
56
57 equery -q l '*pax*'
58 app-misc/pax-utils-1.1.7

Replies

Subject Author
Re: [gentoo-user] Failed to set XATTR_PAX markings -me thelma@×××××××××××.com