Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: gentoo-dev@g.o
Subject: Re: Fwd: Re: [gentoo-dev] strange ebuild error
Date: Thu, 14 Aug 2003 05:01:33
Message-Id: 20030814050129.GE2331%chutz@gg3.net
In Reply to: Fwd: Re: [gentoo-dev] strange ebuild error by Ben Calvert
1 On 13/08/2003 at 21:09:22(-0700), Ben Calvert used 6.6K just to say:
2 > ok, while waiting for someone to help me with my weak-ass python, i'm having
3 > the following problem:
4 >
5 > at the install stage, i get the following error:
6 >
7 > sudo ebuild afterstep-2.00_beta1.ebuild install
8 > Password:
9 > >>> md5 src_uri ;-) AfterStep-2.00.beta1.tar.bz2
10 > >>> Checking AfterStep-2.00.beta1.tar.bz2's mtime...
11 > >>> WORKDIR is up-to-date, keeping...
12 > >>> It appears that afterstep is already compiled; skipping.
13 > >>> (clean to force compilation)
14 >
15 > >>> Install afterstep-2.00_beta1 into
16 > /var/tmp/portage/afterstep-2.00_beta1/image/ category x11-wm
17 > /bin/cp AfterStep.desktop /usr/share/gnome/wm-properties/
18 > ACCESS DENIED open_wr: /usr/share/gnome/wm-properties/AfterStep.desktop
19 > /bin/cp: cannot create regular file
20 > `/usr/share/gnome/wm-properties/AfterStep.desktop': Permission denied
21 > make: *** [install.data] Error 1
22 >
23 > !!! ERROR: x11-wm/afterstep-2.00_beta1 failed.
24 > !!! Function src_install, Line 53, Exitcode 2
25 > !!! (no error message)
26 >
27 > --------------------------- ACCESS VIOLATION SUMMARY
28 > ---------------------------
29 > LOG FILE = "/tmp/sandbox-afterstep-2.00_beta1-24222.log"
30 >
31 > open_wr: /usr/share/gnome/wm-properties/AfterStep.desktop
32 > --------------------------------------------------------------------------------
33 >
34 > /tmp/sandbox-afterstep-2.00_beta1-24222.log:
35 >
36 > open_wr: /usr/share/gnome/wm-properties/AfterStep.desktop
37
38 Your ebuild is not installing in ${D} obviously. Make sure it does. Use
39 einstall or "make DESTDIR=${D} install" instead of "make install".
40 Read the comments in /usr/portage/skel.ebuild for a better explanation.
41
42 If it still doesn't work, you may need to tweak the Makefile itself.
43
44 --
45 () Georgi Georgiev () It is sweet to let the mind unbend on ()
46 () chutz@×××.net () occasion. -- Quintus Horatius Flaccus ()
47 () +81(90)6266-1163 () (Horace) ()
48
49 --
50 gentoo-dev@g.o mailing list