Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 284633 Details for
Bug 380649
dev-libs/bglibs-1.106-r1 : add sys-devel/libtool in DEPEND
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
bglibs.txt (text/plain), 10.77 KB, created by
bay
on 2011-08-25 13:53:47 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
bay
Created:
2011-08-25 13:53:47 UTC
Size:
10.77 KB
patch
obsolete
>>>> Emerging (1 of 1) dev-libs/bglibs-1.106-r1 > * bglibs-1.106.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] >Getting list of allowed files...This may take some time >All files list recieved, waiting for a list of allowed files >Blocking an access to /usr/lib64/misc/ac-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/bin/libtoolize >Blocking an access to /usr/lib64/misc/ac-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/bin/libtoolize >>>> Unpacking source... >>>> Unpacking bglibs-1.106.tar.gz to /var/tmp/portage/dev-libs/bglibs-1.106-r1/work >>>> Source unpacked in /var/tmp/portage/dev-libs/bglibs-1.106-r1/work >Blocking an access to /usr/lib64/misc/ac-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/bin/libtoolize >>>> Preparing source in /var/tmp/portage/dev-libs/bglibs-1.106-r1/work/bglibs-1.106 ... > * Applying bglibs-1.106-parallel-fix.patch ... [ ok ] >>>> Source prepared. >Blocking an access to /usr/lib64/misc/ac-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/bin/libtoolize >>>> Configuring source in /var/tmp/portage/dev-libs/bglibs-1.106-r1/work/bglibs-1.106 ... >>>> Source configured. >Blocking an access to /usr/lib64/misc/ac-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/bin/libtoolize >>>> Compiling source in /var/tmp/portage/dev-libs/bglibs-1.106-r1/work/bglibs-1.106 ... >make -j3 >( \ > echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec `head -n 1 conf-cc` -I. '-o ${base}.o -c $source ${1+"$@"}'; \ >) >compile >( \ > echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}' ; \ >) >load >cat warn-auto.sh choose.sh >choose >chmod 755 compile >chmod 755 load >chmod 755 choose >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'lib="$1"; shift';\ > echo 'rm -f "$lib"';\ > echo libtool --mode=link --silent $tag `head -n 1 conf-ld` '-o "$lib" -rpath' `head -n 1 conf-lib` -version-info `head -n 1 LIBVERSION` '${1+"$@"}';\ >) >makeshlib >( \ > if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec libtool --mode=compile --silent $tag `head -n 1 conf-cc` -I. '-o ${base}.lo -c $source ${1+"$@"}'; \ >) >ltcompile >Blocking an access to /usr/bin/libtool >Blocking an access to /usr/bin/libtool >chmod 755 ltcompile >( \ > if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec libtool --mode=link --silent $tag `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}' ; \ >) >ltload >Blocking an access to /usr/bin/libtool >chmod 755 makeshlib >chmod 755 ltload >( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$PATH"; export PATH; \ > perl=`which perl`; \ > echo "#! $perl"; \ > echo "# WARNING: This file was auto-generated. Do not edit!"; \ > echo ) >perl-head.pl >Checking for -lcrypt: Checking for -ldl: Checking for -lm: yes >Checking for -lnet: yes >Checking for -lrt: yes >Checking for -ls: no >Checking for -lshadow: yes >Checking for socket libraries: no >( ( ./compile sys/trysystime.c >/dev/null 2>&1 && \ > echo '#include <sys/time.h>' ); \ > ( ./compile sys/trytime.c >/dev/null 2>&1 && \ > echo '#include <time.h>' ) ) >systime.h >no >./ltcompile adt/adt_sp.c >no >./ltcompile adt/ghash_add.c >Blocking an access to /usr/bin/libtool >./ltcompile: line 4: exec: libtool: not found >make: *** [adt/adt_sp.lo] Error 127 >make: *** Waiting for unfinished jobs.... >Blocking an access to /usr/bin/libtool >./ltcompile: line 4: exec: libtool: not found >make: *** [adt/ghash_add.lo] Error 127 >rm -f sys/trysystime.o sys/trytime.o >emake failed > * ERROR: dev-libs/bglibs-1.106-r1 failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 56: Called src_compile > * environment, line 2221: Called die > * The specific snippet of code: > * emake || die > * > * If you need support, post the output of 'emerge --info =dev-libs/bglibs-1.106-r1', > * the complete build log and the output of 'emerge -pqv =dev-libs/bglibs-1.106-r1'. > * The complete build log is located at '/var/tmp/portage/dev-libs/bglibs-1.106-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/bglibs-1.106-r1/temp/environment'. > * S: '/var/tmp/portage/dev-libs/bglibs-1.106-r1/work/bglibs-1.106' >Blocking an access to /usr/lib64/misc/ac-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/lib64/misc/am-wrapper.sh >Blocking an access to /usr/bin/libtoolize > >File access report for dev-libs/bglibs-1.106-r1: >[SYSTEM] app-arch/gzip-1.4 : [u'unpack'] > /bin/gzip readed >[SYSTEM] app-arch/tar-1.23-r2 : [u'unpack'] > /bin/tar readed >[SYSTEM DEP] dev-lang/python-2.7.1-r1 : [u'setup', u'unpack', u'prepare', u'configure', u'compile'] > /usr/lib64/python2.7/lib-dynload/_collections.so accessed > /usr/lib64/python2.7/os.py accessed > /usr/lib64/python2.7/shlex.py accessed > /usr/lib64/python2.7/genericpath.py accessed > /usr/lib64/python2.7/sysconfig.py accessed > /usr/lib64/python2.7/gettext.py accessed > /usr/lib64/python2.7/textwrap.py accessed > /usr/lib64/python2.7/commands.py accessed > /usr/lib64/python2.7/atexit.py accessed > /usr/lib64/python2.7/lib-dynload/_io.so accessed > /usr/lib64/python2.7/linecache.py accessed > ... and 57 more ... >[SYSTEM] sys-apps/coreutils-8.7 : [u'setup', u'unpack', u'prepare', u'configure', u'compile'] > /bin/stty readed > /usr/bin/install readed > /bin/mkdir readed > /bin/cat readed > /bin/chown readed > /usr/bin/head readed > /bin/chgrp readed > /bin/rm readed > /usr/bin/basename readed > /bin/chmod readed > /usr/bin/uname readed > ... and 2 more ... >[SYSTEM] sys-apps/findutils-4.4.2 : [u'unpack'] > /usr/bin/xargs readed > /usr/bin/find readed >[SYSTEM] sys-apps/gawk-3.1.8 : [u'prepare'] > /usr/bin/awk readed >[SYSTEM] sys-apps/grep-2.5.4-r1 : [u'prepare', u'compile'] > /bin/fgrep readed > /bin/egrep readed >[SYSTEM] sys-apps/sed-4.2.1 : [u'prepare', u'compile'] > /bin/sed readed >[SYSTEM] sys-apps/which-2.20 : [u'compile'] > /usr/bin/which readed >[NOT IN DEPS] sys-devel/autoconf-wrapper-11 : [u'setup', u'unpack', u'prepare', u'configure', u'compile'] > /usr/lib64/misc/ac-wrapper.sh blocked >[NOT IN DEPS] sys-devel/automake-wrapper-5 : [u'setup', u'unpack', u'prepare', u'configure', u'compile'] > /usr/lib64/misc/am-wrapper.sh blocked >[SYSTEM] sys-devel/gcc-4.4.5 : [u'compile'] > /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/collect2 readed > /usr/libexec/gcc/x86_64-pc-linux-gnu/4.4.5/cc1 readed > /usr/x86_64-pc-linux-gnu/gcc-bin/4.4.5/x86_64-pc-linux-gnu-gcc readed >[NOT IN DEPS] sys-devel/libtool-2.4-r1 : [u'setup', u'unpack', u'prepare', u'configure', u'compile'] > /usr/bin/libtoolize blocked > /usr/bin/libtool blocked >[SYSTEM] sys-devel/make-3.82 : [u'compile'] > /usr/bin/make readed >[SYSTEM] sys-devel/patch-2.6.1 : [u'prepare'] > /usr/bin/patch readed >[SYSTEM] sys-libs/glibc-2.12.2 : [u'compile'] > /lib64/ld-2.12.2.so accessed > /usr/include/bits/sigset.h readed > /usr/include/xlocale.h readed > /usr/include/gnu/stubs.h readed > /lib64/librt-2.12.2.so accessed > /usr/include/sys/time.h readed > /usr/include/bits/typesizes.h readed > /usr/lib64/libc.so accessed > /usr/include/sys/cdefs.h readed > /usr/include/features.h readed > /usr/include/gnu/stubs-64.h readed > ... and 15 more ... > >>>> Failed to emerge dev-libs/bglibs-1.106-r1, Log file: > >>>> '/var/tmp/portage/dev-libs/bglibs-1.106-r1/temp/build.log'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 380649
: 284633