Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] More emerge oddity in chroot
Date: Thu, 08 May 2014 23:34:27
Message-Id: 1705870.juBmpdkTIZ@wstn
In Reply to: [gentoo-user] More emerge oddity in chroot by Peter Humphrey
1 On Thursday 24 April 2014 13:57:19 Peter Humphrey wrote:
2 > Hello list,
3 >
4 > I'm wearying of this chroot operation, and I must be sounding like a tyro.
5 >
6 > The other day emerge started hanging at the end of compilation, thus:
7 >
8 > # emerge -1 apache-tools
9
10 [,,,]
11
12 > >>> Completed installing apache-tools-2.2.25 into /var/tmp/portage/app-
13 >
14 > admin/apache-tools-2.2.25/image/
15 >
16 > strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment -R
17 > .GCC.command.line -R .note.gnu.gold-version
18 > usr/sbin/htpasswd
19 > usr/sbin/ab
20 > usr/sbin/rotatelogs
21 > usr/sbin/logresolve
22 > usr/sbin/htdigest
23 > usr/sbin/htdbm
24 > usr/sbin/htcacheclean
25 > usr/sbin/httxt2dbm
26 > usr/sbin/checkgid
27 >
28 > >>> Done.
29 >
30 > It never comes back from there, not even with a CTRL-C; I have to "kill -9"
31 > from another Konsole.
32
33 I've found what was causing this. I can hardly believe it myself, but the
34 evidence is conclusive.
35
36 In my /etc/init.d/atom start script I nfs-mounted the Atom's package
37 directory, but for historical reasons (latterly approaching the hysterical) I
38 was passing "-o vers=3". Once I removed that, portage sprang back into life.
39
40 Go figure, as they say on the other side of the pond.
41
42 --
43 Regards
44 Peter