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=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from moutvdomng1.kundenserver.de (moutvdomng1.kundenserver.de [212.227.126.181]) by chiba.3jane.net (Postfix) with ESMTP id D9FCFABDA8 for ; Tue, 14 May 2002 17:02:57 -0500 (CDT) Received: from [172.19.20.62] (helo=mrvdomng1.kundenserver.de) by moutvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 177kNk-0006DE-00 for gentoo-dev@gentoo.org; Wed, 15 May 2002 00:02:56 +0200 Received: from [80.130.41.75] (helo=n1.hanez.org) by mrvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 177kNk-0006FV-00 for gentoo-dev@gentoo.org; Wed, 15 May 2002 00:02:56 +0200 Content-Type: text/plain; charset="iso-8859-1" From: hanez Organization: http://hanez.org To: gentoo-dev@gentoo.org Date: Wed, 15 May 2002 00:17:25 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205150017.25658.you@hanez.org> Subject: [gentoo-dev] ACCESS VIOLATION WITH EBUILD 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 Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 7f25db04-86ab-48ae-8b7a-c29133d41f7a X-Archives-Hash: e02931dcf7fac418b0d0b41fdf0e648f hello all, i have some problems with an ebuild i made: ###START SNIP >>> Install myprogramm-0.9.0-r1 into=20 /var/tmp/portage/myprogramm-0.9.0-r1/image/ category media-sound Making install in src make[1]: Entering directory=20 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src' make[2]: Entering directory=20 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src' /bin/sh ../mkinstalldirs /usr/bin /bin/install -c myprogramm /usr/bin/myprogramm ACCESS DENIED open_wr: /usr/bin/myprogramm /bin/install: cannot create regular file `/usr/bin/myprogramm': Permissio= n=20 denied make[2]: *** [install-binPROGRAMS] Error 1 make[2]: Leaving directory=20 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src' make[1]: *** [install-am] Error 2 make[1]: Leaving directory=20 `/var/tmp/portage/myprogramm-0.9.0-r1/work/myprogramm-0.9.0-r1/src' make: *** [install-recursive] Error 1 strip: >>> Completed installing into /var/tmp/portage/myprogramm-0.9.0-r1/image/ --------------------------- ACCESS VIOLATION SUMMARY=20 --------------------------- LOG FILE =3D "/tmp/sandbox-myprogramm-0.9.0-r1-12505.log" open_wr: /usr/bin/myprogramm -------------------------------------------------------------------------= ------- !!! emerge aborting on =20 /usr/portage/media-sound/myprogramm/myprogramm-0.9.0-r1.ebuild . ###STOP SNIP when i compile "myprogramm" by hand there are no problems. the emerge pro= cess=20 stops when installing the binary to /usr/bin/myprogramm. the LOG FILE on = ly=20 have this content: ###START SNIP unlink: /usr/bin/myprogramm ###STOP SNIP help would be wonderfull... i'm so confused after sitting here for hours = =A7%&$. :-( regards hanez