Gentoo Archives: gentoo-dev

From: "Philippe Lafoucrière" <lafou@×××××××.fr>
To: Gentoo-dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] ebuild question
Date: Fri, 19 Sep 2003 15:12:43
Message-Id: 1063984361.3361.60.camel@biproc
In Reply to: Re: [gentoo-dev] ebuild question by Georgi Georgiev
1 > I get this error when I don't have a /dev/stdout file. For example emerging in
2 > a chrooted environment, that doesn't have a /dev mounted. I also get it on a
3 > system where I don't have devfsd installed. Doesn't hurt that much, though.
4
5 $ ll /dev/stdout
6 lr-xr-xr-x 1 root root 4 Sep 19 09:17 /dev/stdout ->
7 fd/1
8
9
10 $ ll /dev/fd/1
11 lrwx------ 1 root root 64 Sep 19 17:10 /dev/fd/1 ->
12 /dev/pts/3
13
14 ll /dev/pts/3
15 crw--w---- 1 gravis tty 136, 3 Sep 19 17:10 /dev/pts/3
16
17 its own by gravis (my username). It's probably an access problem. Should
18 I submit a bug report for this ?
19
20
21 --
22 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ebuild question Georgi Georgiev <chutz@×××.net>