Gentoo Archives: gentoo-amd64

From: Will Briggs <will@××××××××××××××××××.au>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] chroot emerges hang
Date: Tue, 04 Apr 2006 03:47:33
Message-Id: 4431EC00.9090402@burnieanglican.org.au
1 G'day all,
2
3 I'm having an interesting issue with emerge's done in my x86 chroot.
4 Emerge any package and it will build correctly until it gets to the
5 section "man:" where is tries to gzip man pages. It will then hang
6 until a Ctrl-C it to stop.
7
8 For instance, emerging bash ends with:
9
10 make[1]: Leaving directory `/var/tmp/portage/bash-3.1_p16/work/bash-3.1/po'
11 >>> Completed installing bash-3.1_p16 into
12 /var/tmp/portage/bash-3.1_p16/image/
13
14 man:
15 gzipping man page: rbash.1
16 gzipping man page: bashbug.1
17 gzipping man page: bash.1
18 gzipping man page: builtins.1
19 info:
20 fixing GNU info symlink: bashref.info.gz
21 gzipping GNU info page: bash.info
22
23 ... and then hangs.
24
25 It doesn't seem to be gzip hanging (a ps ax | grep gzip gives no result
26 while the hanging is taking place). An strace seems to show that the
27 hang happens at about the same time scanelf is used but that may not be
28 relevant (or I may have read it incorrectly)
29
30 I've emerged various versions of portage obtained by using quickpkg on a
31 nother (x86) box and have tried them.
32
33 I've tried with and without sandbox in FEATURES.
34
35 A lot more delving into what's going on to do - but wondered if anyone
36 else had had this issue or could advise on steps to take next to
37 diagnose the exact issue.
38
39 Appreciate it,
40
41 Will.
42
43 emerge --info
44 Portage 2.1_pre6-r6 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r1,
45 2.6.16-gentoo-r1 i686)
46 =================================================================
47 System uname: 2.6.16-gentoo-r1 i686 unknown
48 Gentoo Base System version 1.12.0_pre16
49 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
50 [disabled]
51 dev-lang/python: 2.3.5, 2.4.2-r1
52 sys-apps/sandbox: 1.2.17
53 sys-devel/autoconf: 2.13, 2.59-r7
54 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
55 sys-devel/binutils: 2.16.1-r2
56 sys-devel/libtool: 1.5.22
57 virtual/os-headers: 2.6.11-r3
58 ACCEPT_KEYWORDS="x86 ~x86"
59 AUTOCLEAN="yes"
60 CBUILD="i686-pc-linux-gnu"
61 CFLAGS="-Os -pipe -fomit-frame-pointer -ftracer -march=athlon-xp"
62 CHOST="i686-pc-linux-gnu"
63 CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
64 /usr/share/config /var/qmail/control"
65 CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf
66 /etc/revdep-rebuild /etc/terminfo /etc/env.d"
67 CXXFLAGS="-Os -pipe -fomit-frame-pointer -ftracer -march=athlon-xp"
68 DISTDIR="/usr/portage/distfiles"
69 FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms
70 strict"
71 GENTOO_MIRRORS="http://distfiles.gentoo.org
72 http://distro.ibiblio.org/pub/linux/distributions/gentoo"
73 MAKEOPTS="-j2"
74 PKGDIR="/usr/portage/packages"
75 PORTAGE_TMPDIR="/var/tmp"
76 PORTDIR="/usr/portage"
77 SYNC="rsync://batman/gentoo-portage"
78 USE="x86 3dnow 3dnowext X aalib alsa apache2 apm avi berkdb bitmap-fonts
79 cli crypt ctype cups curl dba dri eds emboss encode esd expat fastbuild
80 foomaticdb force-cgi-redirect ftp gd gdbm gif gpm gtk gtk2 hal imlib
81 isdnlog jpeg lcms libg++ libwww mbox memlimit mikmod mmx mmx2 mmxext
82 motif mp3 mpeg ncurses network nls nptl nptlonly ogg oggvorbis opengl
83 pam pcre pdflib perl png posix ppds pppd python qt quicktime readline
84 real sdl session simplexml soap sockets spell spl sse sse2 ssl tcpd
85 tokenizer truetype truetype-fonts type1-fonts udev usb vorbis wmf xml
86 xsl xv xvid zlib elibc_glibc kernel_linux userland_GNU video_cards_ati
87 video_cards_fglrx"
88 Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG,
89 LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
90
91
92 --
93 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] chroot emerges hang Will Briggs <will@××××××××××××××××××.au>