Gentoo Archives: gentoo-alt

From: Jorge Schrauwen <jorge.schrauwen@×××××.com>
To: gentoo-alt@l.g.o
Cc: mattmatteh@×××××××××.net
Subject: [gentoo-alt] Portage doesn't have permissions on /var/log/portage
Date: Wed, 02 May 2007 21:19:43
Message-Id: 43e40e000705021419h4cdbe0b4q2ac63d297756cd4b@mail.gmail.com
1 Successfully bootstrapping I did a emerge --sync and it said I needed
2 to update portage.
3 I did this and then ran emerge -e world as posted in
4 http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
5
6 It gave errors on rsync, zlib and others.
7 the build log is attached.
8
9
10
11 I fixed this by:
12 sudo mkdir /var/log/portage
13 sudo chmod 0755 /var/log/portage
14 sudo chown uid:gid /var/log/portage
15
16 and it worked.
17 I don't think it is a good idea to have portage dump its log in there.
18 Shoudln't they go in $EPREFIX/var/log/portage?
19
20
21 --
22 ~Jorge

Attachments

File name MIME type
build.log application/octet-stream

Replies

Subject Author
Re: [gentoo-alt] Portage doesn't have permissions on /var/log/portage Fabian Groffen <grobian@g.o>