Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93470 - Failed to emerge sandbox
Summary: Failed to emerge sandbox
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-21 13:48 UTC by Manuel Sabban
Modified: 2005-05-31 21:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log from the workdir attached (config.log,7.28 KB, text/plain)
2005-05-25 00:41 UTC, Manuel Sabban
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Sabban 2005-05-21 13:48:36 UTC
sandbox failes to emerge even if I try to disable I try sudo sh -c
"FEATURES=-sandbox emerge sandbox" as proposed by the error message

Reproducible: Always
Steps to Reproduce:
1. emerge sandbox
or
1. FEATURES=-sandbox emerge sandbox

Actual Results:  
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compile
d programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/sandbox-1.2.8/work/sandbox-1.2.8-x86/config.log

!!! ERROR: sys-apps/sandbox-1.2.8 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
sandbox emerged

fenring manu # emerge info
PORTAGE_GPG_DIR is invalid. Removing gpg from FEATURES.
Portage 2.0.51.22-r1 (default-linux/amd64/2004.3, gcc-3.4.3-20050110,
glibc-2.3.5-r0, 2.6.11-rc4 x86_64)
=================================================================
System uname: 2.6.11-rc4 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.11
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.5-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r9, 2.16
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -mtune=athlon64 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /sbin/rc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -mtune=athlon64 -pipe"
DISTDIR="/usr/distfiles"
FEATURES="autoconfig ccache distcc distlocks fixpackages strict userpriv
usersandbox"
GENTOO_MIRRORS="http://ftp.belnet.be/linux/gentoo"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X Xaw3d a52 aalib acl acpi aim alsa apache2 atm avi bash-completion
berkdb bitmap-fonts bonobo bzlib cacheemu cairo ccache cdda cddb cdio cdr crypt
cscope cups curl dba doc dv dvd dvdr dvdread encode faad fam fame fbcon ffmpeg
flac font-server fortran ftp gd gd-external gdbm gif gimpprint glitz gnustep
gnutls gpm gsnd gstreamer gtk gtk2 hal icq imagemagick imap imlib imlib2 ipv6
jabber jp2 jpeg kexec layout-from-conf-file libcaca libwww lm_sensors lzo lzw
lzw-tiff mad matroska mbox motif mozilla mp3 mpeg4 mplayer mule multilib
multislot mythtv ncurses network nls no_wxgtk1 nptl nptlonly objc ogg oggvorbis
opengl openntpd oscar pam pcre perl plotutils png pthreads python rdesktop
readline rplay rrdtool sasl sdl semanticfix shaper slang spell sqlite ssl
startup-notification tcltk tcpd tetex theora threads tiff truetype
truetype-fonts type1-fonts unicode uptimed usb userland userlocales v4l vdesktop
vidix vorbis xine xml2 xmms xosd xpm xprint xrandr xv xvid zlib zvbi
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Brian Harring (RETIRED) gentoo-dev 2005-05-25 00:19:46 UTC
attach the config.log from the workdir please.
Comment 2 Manuel Sabban 2005-05-25 00:41:19 UTC
Created attachment 59765 [details]
config.log from the workdir attached
Comment 3 Brian Harring (RETIRED) gentoo-dev 2005-05-25 01:02:49 UTC
hmm.  FEATURES="-sandbox" emerge sandbox
Comment 4 Manuel Sabban 2005-05-25 01:31:51 UTC
(In reply to comment #3)
> hmm.  FEATURES="-sandbox" emerge sandbox

It fails with the same error message.
Comment 5 Brian Harring (RETIRED) gentoo-dev 2005-05-25 06:02:58 UTC
Err... that's not exactly possible.
FEATURES="-sandbox -usersandbox -userpriv" emerge sandbox ; # then
echo $LD_PRELOAD also

actually.  attach the results of 
FEATURES="-sandbox -usersandbox -userpriv" emerge -d sandbox
Comment 6 Manuel Sabban 2005-05-25 09:32:41 UTC
(In reply to comment #5)
> Err... that's not exactly possible.
> FEATURES="-sandbox -usersandbox -userpriv" emerge sandbox ; # then
> echo $LD_PRELOAD also

It seemed to work, thanks a lot.
$LD_PRELOAD seems to be empty.

> actually.  attach the results of 
> FEATURES="-sandbox -usersandbox -userpriv" emerge -d sandbox

Comment 7 SpanKY gentoo-dev 2005-05-31 21:50:12 UTC
user says it works now right ...