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.8 required=5.0 tests=DMARC_REJECT,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by chiba.3jane.net (Postfix) with ESMTP id C0A41201D078 for ; Sat, 13 Apr 2002 18:16:45 -0500 (CDT) Received: from jasonr [152.163.190.1] by myrealbox.com with NIMS ModWeb Module; Sat, 13 Apr 2002 19:16:47 -0400 Subject: Re: [gentoo-dev] ebuild problem From: Jason Ritchie To: gentoo-dev@gentoo.org Date: Sat, 13 Apr 2002 19:16:47 -0400 X-Mailer: NIMS ModWeb Module X-Sender: jasonr MIME-Version: 1.0 Message-ID: <1018739807.4dff0ff9jasonr@myrealbox.com> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable 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: b65b5a9e-5a64-413b-9d29-391dad242a03 X-Archives-Hash: 57a16028fe5210a68d066fa667eec7c3 The package is trying to put the manpages directly into your /usr tree inst= ead of ${D}/usr. Try adding --mandir=3D${D}/usr/share/man to your config= ure or make line. -----Original Message----- From: Doug Shea To: gentoo-dev@gentoo.org Date: Sat, 13 Apr 2002 15:42:20 -0700=20 Subject: [gentoo-dev] ebuild problem Hello. I'm trying to make a new .ebuild file for a package that I=20 like to use under Linux (DVD::Rip), and I'm testing it on my machine,=20 and it's giving me an error that I don't understand. The dependencies=20 work, and it seems to finish the compile part okay, but it fails when=20 installing into the image directory. The error is this: ACCESS DENIED open_wr: /usr/share/man/man1/splitpipe.1 Installing /usr/share/man/man1/splitpipe.1 ACCESS DENIED utime: /usr/share/man/man1/splitpipe.1 ACCESS DENIED chmod: /usr/share/man/man1/splitpipe.1 ...and there's a summary containing basically those three lines, at=20 the end; no new information there. What can be causing this error, and how can I fix it? I'm guessing that the package that I'm trying to install is doing something wrong, but I don't want to go mucking around in that until I'm sure that's the right thing to do. Any help would be appreciated, especially pointers to TFM, if there is one I don't know about, other than the HOWTO link on the Gentoo homepage. Thanks! Doug