From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mail.hiwaay.net (fly.hiwaay.net [208.147.154.56]) by chiba.3jane.net (Postfix) with ESMTP id D43DBABBA6 for ; Sun, 1 Sep 2002 14:07:40 -0500 (CDT) Received: from hiwaay.net (tnt6-216-180-4-180.dialup.HiWAAY.net [216.180.4.180]) by mail.hiwaay.net (8.12.5/8.12.5) with ESMTP id g81J7W2j510159 for ; Sun, 1 Sep 2002 14:07:33 -0500 (CDT) Message-ID: <3D711EEC.3090702@hiwaay.net> Date: Sat, 31 Aug 2002 14:54:20 -0500 From: mschroer User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [gentoo-dev] ebuild problem Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: f84b9c45-d324-466c-ad26-992222292748 X-Archives-Hash: 5eb9bb2afaa20d382568b797b97c6936 I am new to Gentoo and having trouble with an ebuild. I put the latest tarball of anjuta-0.9.99.tar.gz in the distfile directory and built a new ebuild file from the anjuta-0.1.9.ebuild. When I emerge, running as root, I get the following error: ******** all the unpack and compile seem to work fine and the image is built in var/// and I get to here ******* make install-man1 make[3]: Entering directory `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc' /bin/sh ../mkinstalldirs /usr/share/man/man1 /bin/install -c -m 644 ./anjuta.1 /usr/share/man/man1/anjuta.1 ACCESS DENIED open_wr: /usr/share/man/man1/anjuta.1 /bin/install: cannot create regular file `/usr/share/man/man1/anjuta.1': Permission denied /bin/install -c -m 644 ./anjuta_launcher.1 /usr/share/man/man1/anjuta_launcher.1 ACCESS DENIED open_wr: /usr/share/man/man1/anjuta_launcher.1 /bin/install: cannot create regular file `/usr/share/man/man1/anjuta_launcher.1': Permission denied make[3]: *** [install-man1] Error 1 make[3]: Leaving directory `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc' make[2]: *** [install-man] Error 2 make[2]: Leaving directory `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/anjuta-0.9.99/work/anjuta-0.9.99/doc' make: *** [install-recursive] Error 1 !!! ERROR: The ebuild did not complete successfully. !!! Function src_install, Line 8, Exitcode 2 !!! (no error message) --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-anjuta-0.9.99-23571.log" open_wr: /usr/share/man/man1/anjuta.1 open_wr: /usr/share/man/man1/anjuta_launcher.1 -------------------------------------------------------------------------------- !!! emerge aborting on /usr/portage/dev-util/anjuta/anjuta-0.9.99.ebuild . Can anyone help me ?