On Fri, Feb 3, 2017 at 7:00 PM,  <the...@sys-concept.com> 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       defaults        0 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

Reply via email to