Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222677 - clean-installing uim-1.5.1 may need MAKEOPTS to be "-j1"
Summary: clean-installing uim-1.5.1 may need MAKEOPTS to be "-j1"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-18 16:09 UTC by Naohiro Aota
Modified: 2008-05-22 16:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Naohiro Aota gentoo-dev 2008-05-18 16:09:09 UTC
I tried to emerge uim-1.5.1 but failed.

Then I found it succeed, when I specify MAKEOPTS="-j1".




Reproducible: Always

Steps to Reproduce:
1.emerge -C uim
2.MAKEOPTS="-j3" emerge uim


Actual Results:  
emerge failed with this error.

 /bin/sh ../libtool   --mode=install /usr/bin/install -c  'libuim-custom.la' '/var/tmp/portage/app-i18n/uim-1.5.1/image//usr/lib64/libuim-custom.la'
libtool: install: warning: relinking `libuim-custom.la'
(cd /var/tmp/portage/app-i18n/uim-1.5.1/work/uim-1.5.1/uim; /bin/sh ../libtool  --tag=CC --mode=relink x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -fomit-frame-pointer -pipe -DQT_THREAD_SUPPORT -pedantic -Wall -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wno-long-long -Wno-overlength-strings -DNDEBUG -Wno-redundant-decls -Wno-unused-function -version-info 2:0:0 -export-dynamic -o libuim-custom.la -rpath /usr/lib64 libuim_custom_la-uim-custom.lo libuim-scm.la libuim.la -ldl -inst-prefix-dir /var/tmp/portage/app-i18n/uim-1.5.1/image/)  
x86_64-pc-linux-gnu-gcc -shared  .libs/libuim_custom_enabler_la-uim-custom-enabler.o  -L/var/tmp/portage/app-i18n/uim-1.5.1/image//usr/lib64 -L/usr/lib64 -luim-custom -luim-scm -luim -ldl  -march=athlon64 -Wl,-soname -Wl,libuim-custom-enabler.so -o .libs/libuim-custom-enabler.so
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -luim-custom
collect2: ld returned 1 exit status
libtool: install: error: relink `libuim-custom-enabler.la' with the above command before installing it
make[3]: *** [install-uim_pluginLTLIBRARIES] Error 1
make[3]: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc -shared  .libs/libuim_custom_la-uim-custom.o  -L/var/tmp/portage/app-i18n/uim-1.5.1/image//usr/lib64 -L/usr/lib64 -luim-scm -luim -ldl  -march=athlon64 -Wl,-soname -Wl,libuim-custom.so.2 -o .libs/libuim-custom.so.2.0.0
/usr/bin/install -c .libs/libuim-custom.so.2.0.0T /var/tmp/portage/app-i18n/uim-1.5.1/image//usr/lib64/libuim-custom.so.2.0.0
(cd /var/tmp/portage/app-i18n/uim-1.5.1/image//usr/lib64 && { ln -s -f libuim-custom.so.2.0.0 libuim-custom.so.2 || { rm -f libuim-custom.so.2 && ln -s libuim-custom.so.2.0.0 libuim-custom.so.2; }; })
(cd /var/tmp/portage/app-i18n/uim-1.5.1/image//usr/lib64 && { ln -s -f libuim-custom.so.2.0.0 libuim-custom.so || { rm -f libuim-custom.so && ln -s libuim-custom.so.2.0.0 libuim-custom.so; }; })
/usr/bin/install -c .libs/libuim-custom.lai /var/tmp/portage/app-i18n/uim-1.5.1/image//usr/lib64/libuim-custom.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
make[3]: Leaving directory `/var/tmp/portage/app-i18n/uim-1.5.1/work/uim-1.5.1/uim'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/app-i18n/uim-1.5.1/work/uim-1.5.1/uim'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/var/tmp/portage/app-i18n/uim-1.5.1/work/uim-1.5.1/uim'
make: *** [install-recursive] Error 1
* 
* ERROR: app-i18n/uim-1.5.1 failed.
* Call stack:
*               ebuild.sh, line   49:  Called src_install
*             environment, line 3022:  Called die
* The specific snippet of code:
*       emake DESTDIR="${D}" install || die "make install failed";
*  The die message:
*   make install 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/app-i18n/uim-1.5.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-i18n/uim-1.5.1/temp/environment'.
* 


Expected Results:  
Finish emerge.




Portage 2.1.5 (default-linux/amd64/2007.0, gcc-4.2.3, glibc-2.7-r2, 2.6.24-ccs-r8 x86_64)
=================================================================
System uname: 2.6.24-ccs-r8 x86_64 AMD Athlon(tm) 64 Processor 3500+
Timestamp of tree: Sun, 18 May 2008 02:15:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r3
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.4-r1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.62
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
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.25-r3
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"
ANT_HOME="/usr/share/ant-core"
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"
CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="2G"
CDEFINE_amd64="__x86_64__"
CDEFINE_x86="__i386__"
CFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -pipe"
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"
CLASSPATH="."
CLEAN_DELAY="5"
CONFIG_PROTECT="/etc /usr/lib/ccs /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CVS_RSH="ssh"
CXXFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -pipe"
DCCC_PATH="/usr/lib/distcc/bin"
DEFAULT_ABI="amd64"
DISTCC_LOG=""
DISTCC_VERBOSE="0"
DISTDIR="/usr/portage/distfiles"
EDITOR="/bin/nano"
ELIBC="glibc"
EMERGE_WARNING_DELAY="10"
FEATURES="ccache distlocks parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
GDK_USE_XFT="1"
GENTOO_MIRRORS="http://gentoo.gg3.net/ ftp://gg3.net/pub/linux/gentoo/ ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO http://gentoo.channelx.biz/ http://ftp.jaist.ac.jp/pub/Linux/Gentoo/ ftp://ftp.jaist.ac.jp/pub/Linux/Gentoo/ http://ftp.iij.ad.jp/pub/linux/gentoo/ ftp://ftp.iij.ad.jp/pub/linux/gentoo/ "
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.3/info:/usr/share/info/emacs-23"
INPUT_DEVICES="keyboard mouse evdev"
JAVAC="/etc/java-config-2/current-system-vm/bin/javac"
JAVA_HOME="/etc/java-config-2/current-system-vm"
JDK_HOME="/etc/java-config-2/current-system-vm"
KERNEL="linux"
LANG="ja_JP.UTF-8"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
LDFLAGS=""
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"
LINGUAS="ja"
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=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=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:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;35:*.wav=01;35:"
MAKEOPTS="-j3"
MANPATH="/etc/java-config-2/current-system-vm/man:/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.3/man:/etc/java-config/system-vm/man/:/usr/lib64/php5/man/:/usr/qt/3/doc/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)"
NOCOLOR="true"
OLDPWD="/var/tmp/portage/app-i18n/uim-1.5.1/work/uim-1.5.1/uim"
OPENGL_PROFILE="nvidia"
PAGER="/usr/bin/lv -Ou8 -c"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.2.3:/usr/qt/3/bin:/usr/local/teTeX/bin:/usr/local/bin:/root/bin"
PKGDIR="/usr/portage/packages"
PKG_CONFIG_PATH="/usr/qt/3/lib64/pkgconfig"
PORTAGE_ARCHLIST="ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha 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="log warn error"
PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="nao.aota@gmail.com /usr/sbin/sendmail"
PORTAGE_ELOG_SYSTEM="echo mail"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="250"
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_NICENESS="19"
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_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/emacs /usr/portage/local/layman/tomoyo /usr/portage/local/layman/zugaina /usr/portage/local/pc_local"
PWD="/root"
PYTHONPATH="/usr/lib64/portage/pym"
QMAKESPEC="linux-g++"
QTDIR="/usr/qt/3"
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/gcc-bin/4.2.3:/usr/qt/3/bin"
RPMDIR="/usr/portage/rpm"
S9XKEYS="27,100,99,115,120,113,114,13,32,104,108,107,106,121,110,117,109"
SHELL="/bin/zsh"
SHLVL="1"
STAGE1_USE="nptl nptlonly unicode"
SYMLINK_LIB="yes"
SYNC="rsync://122.249.91.102/gentoo-portage"
TERM="screen"
USE="3dnow 3dnowext X acl acpi alsa amd64 apache2 bdf bl bzip2 cddb cdparanoia cdr cjk cli cracklib crypt cups cvs dga directfb divx dri dvd dvdr dvdread dynamicplugin emacs encode fbcon firefox gd gdbm gif gnus gpm gtk gzip-el hddtemp iconv immqt-bc ipv6 isdnlog java jpeg lm_sensors maildir matrox midi mikmod mmx mmxext mozilla mp3 mplayer msn mudflap mule mysql ncurses nls nptl nptlonly nsplugin nss nvidia ogg openal opengl openmp pam pcre perl php png python qt3 qt3support qt4 quicktime readline reflection ruby sdl sensord session sound spell spl sse sse2 ssl subtitles svg sysfs tcpd tetex threads toolkit-scroll-bars truetype unicode vorbis wmp xface xft xine xinetd xorg xscreensaver xvid zip zlib zsh-completion" 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="ja" USERLAND="GNU" VIDEO_CARDS="vesa vga fbdev amd matrox mga nvidia"
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="vesa vga fbdev amd matrox mga nvidia"
_="/usr/bin/emerge"
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2008-05-22 16:06:18 UTC
fixed in cvs. thanks.