Gentoo Archives: gentoo-dev

From: mschroer <mschroer@××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] ebuild problem
Date: Sun, 01 Sep 2002 14:07:40
Message-Id: 3D711EEC.3090702@hiwaay.net
1 I am new to Gentoo and having trouble with an ebuild. I put the latest
2 tarball of anjuta-0.9.99.tar.gz in the distfile directory and built a
3 new ebuild file from the anjuta-0.1.9.ebuild. When I emerge, running as
4 root, I get the following error:
5
6 ******** all the unpack and compile seem to work fine and the image is
7 built in var/// and I get to here *******
8
9 make install-man1
10 make[3]: Entering directory
11 `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc'
12 /bin/sh ../mkinstalldirs /usr/share/man/man1
13 /bin/install -c -m 644 ./anjuta.1 /usr/share/man/man1/anjuta.1
14 ACCESS DENIED open_wr: /usr/share/man/man1/anjuta.1
15 /bin/install: cannot create regular file `/usr/share/man/man1/anjuta.1':
16 Permission denied
17 /bin/install -c -m 644 ./anjuta_launcher.1
18 /usr/share/man/man1/anjuta_launcher.1
19 ACCESS DENIED open_wr: /usr/share/man/man1/anjuta_launcher.1
20 /bin/install: cannot create regular file
21 `/usr/share/man/man1/anjuta_launcher.1': Permission denied
22 make[3]: *** [install-man1] Error 1
23 make[3]: Leaving directory
24 `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc'
25 make[2]: *** [install-man] Error 2
26 make[2]: Leaving directory
27 `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc'
28 make[1]: *** [install-am] Error 2
29 make[1]: Leaving directory
30 `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc'
31 make: *** [install-recursive] Error 1
32
33 !!! ERROR: The ebuild did not complete successfully.
34 !!! Function src_install, Line 8, Exitcode 2
35 !!! (no error message)
36
37 --------------------------- ACCESS VIOLATION SUMMARY
38 ---------------------------
39 LOG FILE = "/tmp/sandbox-anjuta-0.9.99-23571.log"
40
41 open_wr: /usr/share/man/man1/anjuta.1
42 open_wr: /usr/share/man/man1/anjuta_launcher.1
43 --------------------------------------------------------------------------------
44 !!! emerge aborting on /usr/portage/dev-util/anjuta/anjuta-0.9.99.ebuild .
45
46
47 Can anyone help me ?

Replies

Subject Author
Re: [gentoo-dev] ebuild problem Paul de Vrieze <pauldv@××××××.nl>