Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 209643
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 141990
Assigned To: CJK Team <cjk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mart Raudsepp <leio@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
build.log build log text/plain Mart Raudsepp 2008-02-11 08:42 0000 45.01 KB Details
build.log Log of successful build text/plain Slowking Man 2008-02-11 13:40 0000 62.79 KB Details
emerge-info emerge --info --verbose output text/plain Slowking Man 2008-02-11 13:44 0000 13.56 KB Details
slang-2.1.3-r1.ebuild ebuild used for my test build text/plain Slowking Man 2008-02-13 19:17 0000 1.17 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 209643 depends on: Show dependency tree
Bug 209643 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-02-11 08:40 0000
make[1]: Entering directory
`/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/slsh'
cp ../src/config.h .
x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -ggdb  
-I/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src
-DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"'
-DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"'
-DSLSH_PATH_ENV='"SLSH_PATH"'  slsh.c
rm -f
/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/elfamd64objs/libslang.so.2.1.3
cd /var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/elfamd64objs;
x86_64-pc-linux-gnu-gcc -Wl,-O1,--hash-style=gnu,--as-needed -shared -Wl,-O1
-Wl,--version-script,/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/slang.ver
-Wl,-soname,libslang.so.2 -o libslang.so.2.1.3 sltermin.o sldisply.o slutty.o
slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o
slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o
slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o
slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o
slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o
slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o
slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o
sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o
sllist.o slexcept.o slfpu.o slsig.o slboseos.o
-Wl,-O1,--hash-style=gnu,--as-needed -ldl -lm -lc
x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -ggdb  
-I/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src
-DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"'
-DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"'
-DSLSH_PATH_ENV='"SLSH_PATH"'  -DUSE_GNU_READLINE=0 readline.c
if [ libslang.so.2 != libslang.so.2.1.3 ]; then \
          cd
/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/elfamd64objs; rm
-f libslang.so.2; /bin/ln -sf libslang.so.2.1.3 libslang.so.2; \
        fi
cd /var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/elfamd64objs;
rm -f libslang.so; /bin/ln -sf libslang.so.2.1.3 libslang.so

libslang.so.2.1.3 created in
/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/elfamd64objs.
The link libslang.so to libslang.so.2.1.3 was also created.

make[1]: Leaving directory
`/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src'
cd slsh; make all
make[1]: Entering directory
`/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/slsh'
x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -ggdb   slsh.o readline.o -o
slsh_exe -Wl,-O1,--hash-style=gnu,--as-needed -Wl,-export-dynamic
-L/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/elfamd64objs
-lslang  -ldl  -lm
slsh.o: In function `main':
/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/slsh/slsh.c:498:
undefined reference to `slsh_init_readline_intrinsics'
/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/slsh/slsh.c:666:
undefined reference to `slsh_use_readline'
/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/slsh/slsh.c:696:
undefined reference to `slsh_interactive'
collect2: ld returned 1 exit status
make[1]: *** [slsh_exe] Error 1
make[1]: Leaving directory
`/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/slsh'
make: *** [elf] Error 2
make: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -ggdb   slsh.o readline.o -o
slsh_exe -Wl,-O1,--hash-style=gnu,--as-needed -Wl,-export-dynamic
-L/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/src/elfamd64objs
-lslang  -ldl  -lm
make[1]: Leaving directory
`/var/tmp/portage/sys-libs/slang-2.1.3-r1/work/slang-2.1.3/slsh'
 * 
 * ERROR: sys-libs/slang-2.1.3-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2065:  Called die
 * The specific snippet of code:
 *       emake elf static || die "emake elf static failed.";
 *  The die message:
 *   emake elf static failed.
 * 
 * If you need support, post the topmost build error, and the call stack if
relevant.
 * A complete build log is located at
'/var/tmp/portage/sys-libs/slang-2.1.3-r1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/sys-libs/slang-2.1.3-r1/temp/environment'.
 *

------- Comment #1 From Mart Raudsepp 2008-02-11 08:41:02 0000 -------
My system include --as-needed in LDFLAGS, but compiling slang without
--as-needed fails just the same.
emerge --info:

Portage 2.1.4.3 (default-linux/amd64/2007.0/desktop, gcc-4.2.2, glibc-2.7-r1,
2.6.24-gentoo-r2 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r2 x86_64 AMD Athlon(tm) 64 Processor 3500+
Timestamp of tree: Mon, 11 Feb 2008 01:47:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.3-r4, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ABI="amd64"
ACCEPT_KEYWORDS="amd64 ~amd64"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3
trident usb-audio via82xx via82xx-modem ymfpci"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route
share shm softvol"
APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm
authn_default authn_file authz_dbm authz_default authz_groupfile authz_host
authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir
disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling
status unique_id userdir usertrack vhost_alias"
ARCH="amd64"
ASFLAGS_x86="--32"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CDEFINE_amd64="__x86_64__"
CDEFINE_x86="__i386__"
CFLAGS="-march=athlon64 -O2 -pipe -ggdb"
CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
CHOST="x86_64-pc-linux-gnu"
CHOST_amd64="x86_64-pc-linux-gnu"
CHOST_x86="i686-pc-linux-gnu"
CLEAN_DELAY="5"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo
/etc/udev/rules.d"
CVS_RSH="ssh"
CXXFLAGS="-march=athlon64 -O2 -pipe -ggdb"
DEFAULT_ABI="amd64"
DISPLAY=":0.0"
DISTDIR="/usr/portage/distfiles"
EDITOR="/bin/nano"
ELIBC="glibc"
EMERGE_DEFAULT_OPTS="--ask --verbose"
EMERGE_WARNING_DELAY="10"
FEATURES="cvs distlocks metadata-transfer parallel-fetch sandbox sfperms
splitdebug strict unmerge-orphans userfetch userpriv usersandbox"
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O ${DISTDIR}/${FILE}
${URI}"
GCC_SPECS=""
GDK_USE_XFT="1"
GENTOO_MIRRORS="http://ftp.linux.ee/pub/gentoo/distfiles/
http://trumpetti.atm.tut.fi/gentoo/ "
GUILE_LOAD_PATH="/usr/share/guile/1.8"
HOME="/root"
INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.2.2/info"
INPUT_DEVICES="keyboard mouse evdev"
KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text"
LDFLAGS="-Wl,-O1,--hash-style=gnu,--as-needed"
LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe.sh %s"
LIBDIR_amd64="lib64"
LIBDIR_x86="lib32"
LIBGL_DRIVERS_PATH="/usr/lib64/dri:/usr/lib32/dri"
LINGUAS="et et_EE"
LOGNAME="root"
LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.svgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:"
MAKEOPTS="-j2"
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.2.2/man"
MULTILIB_ABIS="amd64 x86"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib
/usr/X11R6/lib"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)"
OPENGL_PROFILE="ati"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/i486-linux-gnu/gcc-bin/4.1.2:/usr/x86_64-pc-linux-gnu/i586-unknown-linux-gnu/gcc-bin/4.2.2:/usr/x86_64-pc-linux-gnu/gcc-bin/4.2.2"
PKGDIR="/usr/portage/packages"
PORTAGE_ARCHLIST="ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64
alpha ppc-macos hppa sparc-fbsd"
PORTAGE_BINHOST_CHUNKSIZE="3000"
PORTAGE_BIN_PATH="/usr/lib64/portage/bin"
PORTAGE_CONFIGROOT="/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="echo"
PORTAGE_GID="250"
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_IUSE="^(3dfx|adabas|alpha|alsa_cards_aoa|alsa_cards_aoa-fabric-layout|alsa_cards_aoa-onyx|alsa_cards_aoa-soundbus|alsa_cards_aoa-soundbus-i2s|alsa_cards_aoa-tas|alsa_cards_aoa-toonie|alsa_cards_armaaci|alsa_cards_at91-soc|alsa_cards_at91-soc-eti-b1-wm8731|alsa_cards_au1x00|alsa_cards_cs5535audio|alsa_cards_harmony|alsa_cards_powermac|alsa_cards_pxa2xx-i2sound|alsa_cards_pxa2xx-soc|alsa_cards_pxa2xx-soc-corgi|alsa_cards_pxa2xx-soc-poodle|alsa_cards_pxa2xx-soc-spitz|alsa_cards_pxa2xx-soc-tosa|alsa_cards_sa11xx-uda1341ts|alsa_cards_sun-amd7930|alsa_cards_sun-cs4231|alsa_cards_sun-dbri|altivec|amd64|aqua|arm|asm|birdstep|bmp|bmpx|bootstrap|build|capslib|clvm|cman|cmucl|coreaudio|crosscompile_opts_.*|dbmaker|doomsday|drac|elibc_.*|elibc_Darwin|elibc_DragonFly|elibc_FreeBSD|elibc_NetBSD|elibc_OpenBSD|elibc_glibc|elibc_uclibc|emf|empress|empress-bcs|esoob|fdftk|filepro|firebird|frontbase|gamess|gcc64|gulm|hppa|ia64|ibm|icc|icc-pgo|ifc|infopipe|informix|ingres|kernel_.*|kernel_Darwin|kernel_FreeBSD|kernel_linux|lcd_devices_svga|m68k|macbook|mips|multilib|mzscheme|n32|n64|osp|pam_console|pbbuttonsd|pfpro|plugin|ppc|ppc-macos|ppc64|ppcsha1|psyco|pvm|real|s390|selinux|sh|solid|sparc|sparc-fbsd|svga|sybase|sybase-ct|tcc|uclibc|ultra1|userland_.*|userland_BSD|userland_Darwin|userland_GNU|video_cards_amd|video_cards_i740|video_cards_impact|video_cards_imstt|video_cards_newport|video_cards_nsc|video_cards_sunbw2|video_cards_suncg14|video_cards_suncg3|video_cards_suncg6|video_cards_sunffb|video_cards_sunleo|video_cards_suntcx|video_cards_vermilion|video_cards_xgi|vidix|vis|win32codecs|x86|x86-fbsd|xmms|yellownet)$"
PORTAGE_NICENESS="18"
PORTAGE_PYM_PATH="/usr/lib64/portage/pym"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles
--exclude=/local --exclude=/packages"
PORTAGE_RSYNC_RETRIES="3"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_USE="amd64 elibc_glibc kernel_linux userland_GNU"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
PWD="/root"
PYTHONPATH="/usr/lib64/portage/pym"
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O ${DISTDIR}/${FILE}
${URI}"
ROOT="/"
ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/i486-linux-gnu/gcc-bin/4.1.2:/usr/x86_64-pc-linux-gnu/i586-unknown-linux-gnu/gcc-bin/4.2.2:/usr/x86_64-pc-linux-gnu/gcc-bin/4.2.2"
RPMDIR="/usr/portage/rpm"
SHELL="/bin/bash"
SHLVL="1"
STAGE1_USE="nptl nptlonly unicode"
SYMLINK_LIB="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
TERM="xterm"
USE="X acl acpi alsa amd64 avahi bash-completion berkdb bitmap-fonts branding
bzip2 cairo caps cdr cli cracklib crypt cups curl dbus djvu dri dvd dvdr
dvdread eds emboss encode evo expat fam firefox fontconfig fortran gdbm gif
glib gnome gnutls gpm gstreamer gtk hal iconv isdnlog jpeg jpeg2k kde kerberos
keyring lcms libnotify mad midi mikmod mmx mp3 mpeg mudflap ncurses nls nptl
nptlonly ogg opengl openmp pam pch pcre pdf perl png pppd python qt3 qt3support
qt4 quicktime readline reflection samba sdl session slang spell spl sse sse2
ssl svg tcpd tiff truetype truetype-fonts type1-fonts unicode urandom vorbis
xattr xcb xinerama xml xorg xulrunner xv zlib" ALSA_CARDS="ali5451 als4000
atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968
fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx
via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi
null plug rate route share shm softvol" APACHE2_MODULES="actions alias
auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache
filter headers include info log_config logio mem_cache mime mime_magic
negotiation rewrite setenvif speling status unique_id userdir usertrack
vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text" LINGUAS="et et_EE" USERLAND="GNU" VIDEO_CARDS="radeon vesa"
USER="root"
USERLAND="GNU"
USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS
CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS
INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS USERLAND
VIDEO_CARDS"
USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND"
USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d"
VIDEO_CARDS="radeon vesa"
XAUTHORITY="/root/.xauthRydYZq"
_="/usr/bin/emerge"

------- Comment #2 From Mart Raudsepp 2008-02-11 08:42:53 0000 -------
Created an attachment (id=143190) [details]
build log

------- Comment #3 From Timo Gurr 2008-02-11 10:05:27 0000 -------
I also had problems to compile the recent slang, temporarily uncommenting
MAKEOPTS="-j2" in make.conf made it work. Strange thing is though that after
sucessfully emerging slang-2.1.3-r1 once, a re-emerge with MAKEOPTS="-j2" also
works.

------- Comment #4 From Samuli Suominen 2008-02-11 11:46:44 0000 -------
While I was trying to reproduce this bug, I hit few other different issues..
also because of MAKEOPTS. Forced -j1 so people won't hit this, but as it's not
a solution.. leaving this bug open, patches are welcome.

------- Comment #5 From Slowking Man 2008-02-11 13:39:51 0000 -------
Builds properly for me with MAKEOPTS="-j3" on ~amd64 (Intel EM64T processor).
Attaching build log and emerge --info output.

------- Comment #6 From Slowking Man 2008-02-11 13:40:43 0000 -------
Created an attachment (id=143202) [details]
Log of successful build

------- Comment #7 From Slowking Man 2008-02-11 13:44:48 0000 -------
Created an attachment (id=143203) [details]
emerge --info --verbose output

------- Comment #8 From Arfrever Frehtes Taifersar Arahesis 2008-02-13 13:19:06 0000 -------
I was testing building with "-j6", "-j3" and "-j1" and I'm confirming that
"-j1" is needed ONLY for "install-all" target.

"elf", "static" and "slsh" targets build properly with "-j6" and "-j3", so
please remove "-j1" for these targets.

------- Comment #9 From Arfrever Frehtes Taifersar Arahesis 2008-02-13 13:19:22 0000 -------
(In reply to comment #5)
> Builds properly for me with MAKEOPTS="-j3" on ~amd64

Did you removed all "-j1" in ebuild before testing?

------- Comment #10 From Slowking Man 2008-02-13 19:17:04 0000 -------
(In reply to comment #9)
> Did you removed all "-j1" in ebuild before testing?

Yes, I used the ebuild before it was changed to force MAKEOPTS="-j1". Attaching
ebuild.

------- Comment #11 From Slowking Man 2008-02-13 19:17:58 0000 -------
Created an attachment (id=143437) [details]
ebuild used for my test build

------- Comment #12 From Samuli Suominen 2008-04-04 13:45:46 0000 -------
(In reply to comment #8)
> I was testing building with "-j6", "-j3" and "-j1" and I'm confirming that
> "-j1" is needed ONLY for "install-all" target.
> 
> "elf", "static" and "slsh" targets build properly with "-j6" and "-j3", so
> please remove "-j1" for these targets.
> 

And I've built them using -j3 and they randomly failed (like every second
time). Ryan Hill created https://bugs.gentoo.org/attachment.cgi?id=143147 which
fixes part of the installing but doesn't solve all the issues..

So please, "-jX works here" comments doesn't help at all - It's known to be
broken.

------- Comment #13 From Samuli Suominen 2008-07-28 21:02:33 0000 -------

*** This bug has been marked as a duplicate of bug 141990 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug