Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Strange install path but only on one machine
Date: Mon, 05 Jul 2010 17:05:37
Message-Id: 1278347741.3453.0@numa-i
In Reply to: Re: [gentoo-user] Strange install path but only on one machine by "Arttu V."
1 On 07/05/10 17:39:36, Arttu V. wrote:
2 > On 7/5/10, Helmut Jarausch <jarausch@××××××××××××××××.de> wrote:
3 > >
4 > > Hi,
5 > >
6 > > this errors baffles me.
7 > >
8 > > Emerging media-gfx/exact-image works just fine on one machine
9 > > but fails on a very similar (Gentoo) machine with
10 > > install: target `/var/tmp/portage/media-gfx/exact-image-0.8.1/
11 > image//
12 > > usr/lib64/python2.6/site-packages/' is not a directory: No such
13 > file
14 > or
15 > > directory
16 > >
17 > > Has anybody an idea where this strange install path might come
18 > from?
19 >
20 > Can you be more specific on the 'strangeness'? Which part looks odd?
21 >
22 > For a quick glimpse it would seem to be a regular temporary 'image'
23 > directory which is part of every package's install phase. Only once
24 > files have been successfully installed under this temporary 'image'
25 > (directory) will portage merge that directory's contents to
26 > respective
27 > real directories.
28 >
29 > As for the error itself, it could be a parallel make problem (goes
30 > temporarily away with MAKE_OPTS="-j1", but should still be reported
31 > at
32 > bugs.gentoo.org) or a lazy installer script which isn't properly
33 > creating the directories to which it will try to install files (which
34 > should also be reported at b.g.o, as it might be a gentoo-only
35 > problem).
36 >
37 > --
38 > Arttu V. -- Running Gentoo is like running with scissors
39 >
40
41 Thanks!
42 MAKEOPTS=-j1 didn't help
43
44 instead of
45 /var/tmp/portage/media-gfx/exact-image-0.8.1/image//usr/lib64/
46 python2.6/site-packages
47
48 there is a file
49 /var/tmp/portage/media-gfx/exact-image-0.8.1/image
50 /usr/lib/python2.5/site-packages
51
52 note lib not lib64
53 python2.5 not python2.6
54
55 eselect python list gives
56 Available Python interpreters:
57 [1] python2.6 *
58 [2] python3.1
59
60 So, where does this come from?
61
62 Many thanks for a hint,
63 Helmut.

Replies

Subject Author
Re: [gentoo-user] Strange install path but only on one machine Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Strange install path but only on one machine "Arttu V." <arttuv69@×××××.com>
Re: [gentoo-user] Strange install path but only on one machine "Arttu V." <arttuv69@×××××.com>