Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ebuild problem
Date: Sun, 27 Apr 2003 18:48:58
Message-Id: 20030427182557.GH1829@sesame
In Reply to: [gentoo-dev] ebuild problem by Norberto BENSA
1 Norberto BENSA wrote: [Sun Apr 27 2003, 05:09:32AM EDT]
2 > nbensa@venkman nbensa $ PORTDIR_OVERLAY=/home/nbensa/portage sudo emerge
3 > basiliskII
4 > Password:
5 > Calculating dependencies ...done!
6 > >>> emerge (1 of 1) app-emulation/basiliskII-1.0.0 to /
7 > >>> md5 ;-) BasiliskII-jit-1.0-mdk-src.tar.bz2
8 > /usr/sbin/ebuild.sh: line 1041:
9 > /home/nbensa/portage/app-emulation/basiliskII/basiliskII-1.0.0.ebuild:
10 > Permission denied
11 >
12 > !!! ERROR: app-emulation/basiliskII-1.0.0 failed.
13 > !!! Function , Line 1041, Exitcode 1
14 > !!! error sourcing ebuild
15
16 Have you tried doing this directly as root instead of sudo? I dimly
17 recall having trouble using sudo this way.
18
19 Also you could
20
21 chmod a+r basiliskII-1.0.0.ebuild
22
23 That would probably do the trick. The error message above clearly says
24 that Portage does not have permission to read the ebuild.
25
26 Aron

Replies

Subject Author
Re: [gentoo-dev] ebuild problem Norberto BENSA <nbensa@×××.net>