Gentoo Archives: gentoo-dev

From: hanez <you@×××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] ACCESS VIOLATION WITH EBUILD
Date: Tue, 14 May 2002 17:02:57
Message-Id: 200205150017.25658.you@hanez.org
1 hello all,
2
3 i have some problems with an ebuild i made:
4
5 ###START SNIP
6
7 >>> Install myprogramm-0.9.0-r1 into
8 /var/tmp/portage/myprogramm-0.9.0-r1/image/ category media-sound
9 Making install in src
10 make[1]: Entering directory
11 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
12 make[2]: Entering directory
13 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
14 /bin/sh ../mkinstalldirs /usr/bin
15 /bin/install -c myprogramm /usr/bin/myprogramm
16 ACCESS DENIED open_wr: /usr/bin/myprogramm
17 /bin/install: cannot create regular file `/usr/bin/myprogramm': Permission
18 denied
19 make[2]: *** [install-binPROGRAMS] Error 1
20 make[2]: Leaving directory
21 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
22 make[1]: *** [install-am] Error 2
23 make[1]: Leaving directory
24 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
25 make: *** [install-recursive] Error 1
26 strip:
27 >>> Completed installing into /var/tmp/portage/myprogramm-0.9.0-r1/image/
28
29 --------------------------- ACCESS VIOLATION SUMMARY
30 ---------------------------
31 LOG FILE = "/tmp/sandbox-myprogramm-0.9.0-r1-12505.log"
32
33 open_wr: /usr/bin/myprogramm
34 --------------------------------------------------------------------------------
35 !!! emerge aborting on
36 /usr/portage/media-sound/myprogramm/myprogramm-0.9.0-r1.ebuild .
37
38 ###STOP SNIP
39
40 when i compile "myprogramm" by hand there are no problems. the emerge process
41 stops when installing the binary to /usr/bin/myprogramm. the LOG FILE on ly
42 have this content:
43
44 ###START SNIP
45
46 unlink: /usr/bin/myprogramm
47
48 ###STOP SNIP
49
50 help would be wonderfull... i'm so confused after sitting here for hours §%&$.
51
52 :-(
53
54 regards
55
56
57 hanez

Replies

Subject Author
Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD Spider <spider@g.o>