Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] portage failure on fedora-18
Date: Mon, 28 Jan 2013 18:11:36
Message-Id: 20130128181142.GO83094@gentoo.org
In Reply to: Re: [gentoo-alt] portage failure on fedora-18 by Burcin Erocal
1 On 28-01-2013 01:54:02 +0100, Burcin Erocal wrote:
2 > > line 1367, in _main_loop self._event_loop.iteration() File
3 > > "/Users/burcinTraceback (most recent call last): File
4 > > "/Users/burcin/slave/plainbf_mini/t/local/bin/emerge", line 72, in
5 > > <module> sys.stderr.write(tb_str) IOError: [Errno 35] Resource
6 > > temporarily unavailable
7 >
8 > The traceback above is not complete. I guess it gets interrupted somehow, then the second IOError takes over.
9
10 > File "/Users/burcin/slave/plainbf_mini/t/local/lib/portage/pym/_emerge/SpawnProcess.py", line 162, in _pipe_logger_exit
11 > self.wait()
12
13 I can reproduce this. I don't have your second stack though, I only see
14 the one that results in
15 IOError: [Errno 35] Resource temporarily unavailable
16
17 > It seems that the problem was introduced between these two merges.
18 >
19 > cefe9ddc5e1b8a1ba727afddd11638723875949c 2013-01-05 19:12
20 > 754956bff8273df8ce2c3d9f6ff7fb22126ebd41 2013-01-10 22:01
21
22 Thanks!
23
24 What I see is what looks like it actually chokes on writing more error
25 output like this:
26 * /Volumes/Scratch/bootstrap-20130128/usr/lib/portage/bin/save-ebuild-env.sh:
27 * line 88: compgen: command not found
28 <this repeats many times>
29
30 ...
31
32 File "/Volumes/Scratch/bootstrap-20130128/usr/lib/portage/pym/_emerge/Scheduler.py", line 1373, in _main_loop
33 self._event_loop.iteration()
34 File "/Volumes/Scratch/booTraceback (most recent call last):
35 File "/Volumes/Scratch/bootstrap-20130128/usr/bin/emerge", line 72, in <module>
36 sys.stderr.write(tb_str)
37 IOError: [Errno 35] Resource temporarily unavailable
38
39
40 --
41 Fabian Groffen
42 Gentoo on a different level

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-alt] portage failure on fedora-18 Fabian Groffen <grobian@g.o>
Re: [gentoo-alt] portage failure on fedora-18 Zac Medico <zmedico@g.o>