From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-166968-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 24CC11384C1
	for <garchives@archives.gentoo.org>; Mon, 31 Aug 2015 16:43:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AF9AF1424C;
	Mon, 31 Aug 2015 16:43:36 +0000 (UTC)
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 95C5014040
	for <gentoo-user@lists.gentoo.org>; Mon, 31 Aug 2015 16:43:35 +0000 (UTC)
Received: from compute6.internal (compute6.nyi.internal [10.202.2.46])
	by mailout.nyi.internal (Postfix) with ESMTP id 11992202D1
	for <gentoo-user@lists.gentoo.org>; Mon, 31 Aug 2015 12:43:35 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
  by compute6.internal (MEProxy); Mon, 31 Aug 2015 12:43:35 -0400
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=
	messagingengine.com; h=content-type:date:from:in-reply-to
	:message-id:mime-version:references:subject:to:x-sasl-enc
	:x-sasl-enc; s=smtpout; bh=tfa65Bx18A9ILsmmlRGs/a1xs8I=; b=PuykB
	+D1pmln1MjwlHmRitOYeJ2bfbsUjDT6wpem8PIWs88jvLZJj4d9141U9sMoGPNuq
	21y/Zmbf2eIv3febnCErL1knu5NCFcizCcikIqsj8whBCohlPquo0QVrXfdAOvH+
	CLaOyTMF764+9GdvKiRS17UmxlSxvW6/NUzcTU=
X-Sasl-enc: wfmA/DHqPTC5IBaZmDu0NFbP/vkytJVxpI2390g4PAYs 1441039414
Received: from apio.adsroot.itcs.umich.edu (0587386255.wireless.umich.net [35.2.205.143])
	by mail.messagingengine.com (Postfix) with ESMTPA id B48896800EC;
	Mon, 31 Aug 2015 12:43:34 -0400 (EDT)
Date: Mon, 31 Aug 2015 12:43:29 -0400
From: Alec Ten Harmsel <alec@alectenharmsel.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Failed to set XATTR_PAX markings
Message-ID: <20150831164329.GA24351@apio.adsroot.itcs.umich.edu>
References: <55E48272.1060900@sys-concept.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <55E48272.1060900@sys-concept.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Archives-Salt: 14209840-afd3-4477-880c-660c3fc7b9b9
X-Archives-Hash: 8a6413964011612b512f61bd6bf477ee

On Mon, Aug 31, 2015 at 10:36:02AM -0600, thelma@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