From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MRtfg-0004UL-PW for garchives@archives.gentoo.org; Fri, 17 Jul 2009 20:04:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 950F3E028E; Fri, 17 Jul 2009 20:04:43 +0000 (UTC) Received: from mail.informasoftware.com (mail.informasoftware.com [66.193.169.4]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C0B5E028E for ; Fri, 17 Jul 2009 20:04:43 +0000 (UTC) Received: from [192.168.100.74] ([192.168.100.74] RDNS failed) by mail.informasoftware.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 17 Jul 2009 16:04:41 -0400 Message-ID: <4A60D956.1000904@kutulu.org> Date: Fri, 17 Jul 2009 16:04:38 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] emerge and running tests as non-root Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Jul 2009 20:04:41.0366 (UTC) FILETIME=[D2152B60:01CA0719] X-Archives-Salt: 09ab42ee-839b-4f34-a29f-8cae834a0e10 X-Archives-Hash: e04d72b0f5ea9798924aa4775a975fe1 In trying to merge the most recent mysql, I am getting this notice at the start of the ebuild: * Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root. Is there a way to actually do what it suggests using just emerge, or would I need to ebuild this package in two steps (ebuild test, then ebuild merge as root)? --K