Gentoo Archives: gentoo-alt

From: Zac Medico <zmedico@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: stage3 hangs [linux-headers]
Date: Thu, 29 Aug 2013 17:35:38
Message-Id: 521F8664.1060801@gentoo.org
In Reply to: [gentoo-alt] Re: stage3 hangs [linux-headers] by Steven Trogdon
1 On 08/29/2013 08:50 AM, Steven Trogdon wrote:
2 > Interestingly, if I kill the hanging process then linux-headers are
3 > installed and stage3 continues with building.
4 >
5 >
6 > On Thu, Aug 29, 2013 at 10:03 AM, Steven Trogdon <strogdon@×××××.edu
7 > <mailto:strogdon@×××××.edu>> wrote:
8 >
9 > Hi,
10 >
11 > The latest stage3 hangs (8+ hours) for me while installing
12 > linux-headers (virtual/os-headers). The hang is
13 >
14 > >>> Source prepared.
15 > >>> Configuring source in
16 > /storage/strogdon/gentoo/var/tmp/portage/sys-kernel/linux-headers-3.9/work/gentoo-headers-base-3.9
17 > ...
18 > >>> Source configured.
19 > >>> Compiling source in
20 > /storage/strogdon/gentoo/var/tmp/portage/sys-kernel/linux-headers-3.9/work/gentoo-headers-base-3.9
21 > ...
22 > >>> Source compiled.
23 > >>> Test phase [not enabled]: sys-kernel/linux-headers-3.9
24 >
25 > >>> Install linux-headers-3.9 into
26 > /storage/strogdon/gentoo/var/tmp/portage/sys-kernel/linux-headers-3.9/image/
27 > category sys-kernel
28 >
29 > With LATEST_TREE_YES=1 the hang is with linux-headers-3.10. The
30 > hanging process is
31 >
32 > /storage/strogdon/gentoo/bin/bash
33 > /storage/strogdon/gentoo/usr/lib/portage/bin/ebuild-helpers/unprivileged/chown
34 > -R 0:0 3.9 gentoo-headers-base-3.9
35 >
36 > The image/ folder is created but nothing other than the Prefix path
37 > is ever written to it.
38 >
39 > Steve
40 >
41 >
42
43 The unprivileged/chown wrapper captures all of the output from the real
44 chown program and uses it to generate an ewarn message. You might get a
45 clue if you temporarily rename the wrapper so that the real chown
46 program is called directly.
47 --
48 Thanks,
49 Zac

Replies

Subject Author
Re: [gentoo-alt] Re: stage3 hangs [linux-headers] Steven Trogdon <strogdon@×××××.edu>