Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Problems building www-client/uzbl-9999
Date: Wed, 25 Sep 2013 07:33:19
Message-Id: 20130925073307.GA25548@waltdnes.org
1 Since this is a 9999 ebuild, I'm not filing a bugzilla bug. Note that
2 www-client/uxbl-2012.05.14 built OK. Apparently, the latest git sources
3 have some features I really want, that are not in any of the other
4 ebuilds. So I'm trying to build it. The 9999 build first pulled down
5 and installed git, so that it could then pull the latest uzbl source.
6 The compile seems to have gone OK, but the final install process ran
7 into permission problems creating a directory. Here's the part with the
8 error...
9
10 > running build_scripts
11 > running install_lib
12 > creating /usr/lib64/python3.2/site-packages/uzbl
13 > * ACCESS DENIED: mkdir: /usr/lib64/python3.2/site-packages/uzbl
14 > error: could not create '/usr/lib64/python3.2/site-packages/uzbl': Permission denied
15 > make: *** [install-event-manager] Error 1
16 > * ERROR: www-client/uzbl-9999 failed (install phase):
17 > * emake failed
18
19 I'm attaching the full log. The system is a Dell Intel i5, with
20 pure 64-bit mode (no multilib), and the basic workstation profile, cut
21 down even more by starting USE with "-*" and adding the flags I need for
22 a "custom profile".
23
24 This is the first time I've tried a "9999" ebuild, so I may be missing
25 something obvious. /usr/lib64/python3.2/site-packages/ is user:group
26 root:root
27
28 --
29 Walter Dnes <waltdnes@××××××××.org>
30 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Problems building www-client/uzbl-9999 Walter Dnes <waltdnes@××××××××.org>
Re: [gentoo-user] Problems building www-client/uzbl-9999 Alan McKinnon <alan.mckinnon@×××××.com>