Gentoo Archives: gentoo-dev

From: Spider <spider@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD
Date: Tue, 14 May 2002 17:15:27
Message-Id: 20020515001233.6086fe5b.spider@gentoo.org
In Reply to: [gentoo-dev] ACCESS VIOLATION WITH EBUILD by hanez
1 please look inside /usr/portage/skel.ebuild and see how its done there.
2
3 //Spider
4
5 begin quote
6 On Wed, 15 May 2002 00:17:25 +0200
7 hanez <you@×××××.org> wrote:
8
9 > hello all,
10 >
11 > i have some problems with an ebuild i made:
12 >
13 > ###START SNIP
14 >
15 > >>> Install myprogramm-0.9.0-r1 into
16 > /var/tmp/portage/myprogramm-0.9.0-r1/image/ category media-sound
17 > Making install in src
18 > make[1]: Entering directory
19 > `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
20 > make[2]: Entering directory
21 > `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
22 > /bin/sh ../mkinstalldirs /usr/bin
23 > /bin/install -c myprogramm /usr/bin/myprogramm
24 > ACCESS DENIED open_wr: /usr/bin/myprogramm
25 > /bin/install: cannot create regular file `/usr/bin/myprogramm':
26 > Permission denied
27 > make[2]: *** [install-binPROGRAMS] Error 1
28 > make[2]: Leaving directory
29 > `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
30 > make[1]: *** [install-am] Error 2
31 > make[1]: Leaving directory
32 > `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src'
33 > make: *** [install-recursive] Error 1
34 > strip:
35 > >>> Completed installing into
36 > >/var/tmp/portage/myprogramm-0.9.0-r1/image/
37 >
38 > --------------------------- ACCESS VIOLATION SUMMARY
39 > ---------------------------
40 > LOG FILE = "/tmp/sandbox-myprogramm-0.9.0-r1-12505.log"
41 >
42 > open_wr: /usr/bin/myprogramm
43 > ---------------------------------------------------------------------
44 > -----------!!! emerge aborting on
45 > /usr/portage/media-sound/myprogramm/myprogramm-0.9.0-r1.ebuild .
46 >
47 > ###STOP SNIP
48 >
49 > when i compile "myprogramm" by hand there are no problems. the emerge
50 > process stops when installing the binary to /usr/bin/myprogramm. the
51 > LOG FILE on ly have this content:
52 >
53 > ###START SNIP
54 >
55 > unlink: /usr/bin/myprogramm
56 >
57 > ###STOP SNIP
58 >
59 > help would be wonderfull... i'm so confused after sitting here for
60 > hours §%&$.
61 >
62 > :-(
63 >
64 > regards
65 >
66 >
67 > hanez
68 > _______________________________________________
69 > gentoo-dev mailing list
70 > gentoo-dev@g.o
71 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
72
73
74 --
75 begin .signature
76 This is a .signature virus! Please copy me into your .signature!
77 See Microsoft KB Article Q265230 for more information.
78 end

Replies

Subject Author
Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD hanez <you@×××××.org>