Gentoo Archives: gentoo-alt

From: Michael Yang <yangofzeal@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] configure getcwd (NULL, 0) hanging on emerge app-arch/cpio-2.10
Date: Wed, 01 Jul 2009 12:28:28
Message-Id: 2125c95f0907010528q6882b398q298b8eff09fa0403@mail.gmail.com
1 I'm trying to bootstrap prefix on a 64-bit redhat linux system. On
2 the final emerge -e system step, package # 15 of 75,
3 app-arch/cpio-2.10 hangs at:
4 checking whether getcwd (NULL, 0) allocates memory for result...
5
6 I have FEATURES="-sandbox" and USE="unicode nls -pam -gdbm"
7
8 $ emerge --info
9 Portage 2.2.00.13683-prefix (prefix/linux/amd64, gcc-4.3.3,
10 unavailable, 2.6.18-128.1.14.el5 x86 64)
11 =================================================================
12 System uname: Linux-2.6.18-128.1.14.el5-x86_64-Intel-R-_Xeon-R-_CPU_E5345_@_2.33GHz-with-redhat-
13 .3-Torino
14 Timestamp of tree: Wed, 01 Jul 2009 09:13:49 +0000
15 app-shells/bash: 4.0_p24
16 dev-lang/python: 2.6.2-r01.1
17 sys-apps/sandbox: 2.0
18 sys-devel/autoconf: 2.63-r01.1
19 sys-devel/automake: 1.10.2-r00.1, 1.11
20 sys-devel/binutils: 2.19.51.0.10
21 sys-devel/gcc-config: 1.4.1-r00.2
22 sys-devel/libtool: 2.2.6a-r00.1
23 ACCEPT_KEYWORDS="~amd64-linux"
24 CBUILD="x86_64-pc-linux-gnu"
25 CFLAGS="-O2 -pipe"
26 CHOST="x86_64-pc-linux-gnu"
27 CONFIG_PROTECT="/etc"
28 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf
29 /etc/sandbox.d /etc/terminf "
30 CXXFLAGS="-O2 -pipe"
31 DISTDIR="/home/msyang/gentoo/usr/portage/distfiles"
32 EPREFIX="/home/msyang/gentoo"
33 FEATURES="assume-digests distlocks fixpackages parallel-fetch
34 preserve-libs protect-owned sfperm strict unmerge-orphans userfetch"
35 GENTOO_MIRRORS="http://distfiles.gentoo.org
36 http://distro.ibiblio.org/pub/linux/distributions/ge too"
37 LDFLAGS="-Wl,-O1"
38 PKGDIR="/home/msyang/gentoo/usr/portage/packages"
39 PORTAGE_CONFIGROOT="/home/msyang/gentoo/"
40 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
41 --compress --force --whole- ile --delete --stats --timeout=180
42 --exclude=/distfiles --exclude=/local --exclude=/packages"
43 PORTAGE_TMPDIR="/home/msyang/gentoo/var/tmp"
44 PORTDIR="/home/msyang/gentoo/usr/portage"
45 SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
46 USE="amd64 berkdb bzip2 cli cracklib crypt dri fortran iconv ipv6
47 isdnlog midi mmx mudflap ncurs s nls nptl nptlonly openmp pcre perl
48 pppd prefix python readline reflection session spl sse sse2 ssl sysfs
49 tcpd unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp
50 atiixp-modem bt87x ca0106 c ipci emu10k1x ens1370 ens1371 es1938
51 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident sb-audio
52 via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy
53 dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa
54 lfloat linear meter mmap_emul mulaw multi null plu rate route share
55 shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias
56 authn_anon uthn_dbm authn_default authn_file authz_dbm authz_default
57 authz_groupfile authz_host authz_owner authz_user autoindex cache dav
58 dav_fs dav_lock deflate dir disk_cache env expires ext_filter fil
59 _cache filter headers include info log_config logio mem_cache mime
60 mime_magic negotiation rewrit setenvif speling status unique_id
61 userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="k yboard
62 mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk
63 hd44780 lb216 lcdm00 mtxorb ncurses text" USERLAND="GNU"
64 VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv 128 radeon
65 savage sis tdfx trident vesa vga via vmware voodoo"
66 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK,
67 LANG, LC_ALL, LINGUAS, MAK OPTS, PORTAGE_COMPRESS,
68 PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Replies