From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3AE6D1381F3 for ; Wed, 25 Sep 2013 07:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB2ECE0D29; Wed, 25 Sep 2013 07:33:14 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by pigeon.gentoo.org (Postfix) with ESMTP id E70E4E0B83 for ; Wed, 25 Sep 2013 07:33:13 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCqIg/2dsb2JhbABEvw4Xc4IeAQEEOxwoNxMBIAUlJBOICwagC5MljX2NBIMlYQONfogOhX6IcIFegmop X-IPAS-Result: Av4EABK/CFFMCqIg/2dsb2JhbABEvw4Xc4IeAQEEOxwoNxMBIAUlJBOICwagC5MljX2NBIMlYQONfogOhX6IcIFegmop X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="28993648" Received: from 76-10-162-32.dsl.teksavvy.com (HELO waltdnes.org) ([76.10.162.32]) by ironport2-out.teksavvy.com with SMTP; 25 Sep 2013 03:28:58 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Wed, 25 Sep 2013 03:33:07 -0400 From: "Walter Dnes" Date: Wed, 25 Sep 2013 03:33:07 -0400 To: Gentoo Users List Subject: [gentoo-user] Problems building www-client/uzbl-9999 Message-ID: <20130925073307.GA25548@waltdnes.org> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: fe58cf6d-ce65-4b1d-9e70-85d18279dc1a X-Archives-Hash: 87413616fb2654d5db8edcce61a6917f Since this is a 9999 ebuild, I'm not filing a bugzilla bug. Note that www-client/uxbl-2012.05.14 built OK. Apparently, the latest git sources have some features I really want, that are not in any of the other ebuilds. So I'm trying to build it. The 9999 build first pulled down and installed git, so that it could then pull the latest uzbl source. The compile seems to have gone OK, but the final install process ran into permission problems creating a directory. Here's the part with the error... > running build_scripts > running install_lib > creating /usr/lib64/python3.2/site-packages/uzbl > * ACCESS DENIED: mkdir: /usr/lib64/python3.2/site-packages/uzbl > error: could not create '/usr/lib64/python3.2/site-packages/uzbl': Permission denied > make: *** [install-event-manager] Error 1 > * ERROR: www-client/uzbl-9999 failed (install phase): > * emake failed I'm attaching the full log. The system is a Dell Intel i5, with pure 64-bit mode (no multilib), and the basic workstation profile, cut down even more by starting USE with "-*" and adding the flags I need for a "custom profile". This is the first time I've tried a "9999" ebuild, so I may be missing something obvious. /usr/lib64/python3.2/site-packages/ is user:group root:root -- Walter Dnes I don't run "desktop environments"; I run useful applications