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 23:10:37
Message-Id: 20030427224735.GC3977@sesame
In Reply to: Re: [gentoo-dev] ebuild problem by Norberto BENSA
1 Norberto BENSA wrote: [Sun Apr 27 2003, 03:26:20PM EDT]
2 > It seems that the .ebuild is the problem here but I can't find what's wrong.
3 > I've checked the tarball and is OK, I can 'tar jxf' as user and root.
4
5 I suspect the directories are owned by you and -rwx------ or something
6 like that. Root can read the files, but the "portage" user can't, so it
7 breaks when portage transitions to the "portage" user.
8
9 chmod -R a+rX portage
10
11 Aron

Replies

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