Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 436426 Details for
Bug 585016
dev-db/tokyocabinet-1.4.48 : /.../ld: cannot find -lbz2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-db:tokyocabinet-1.4.48:20160604-120740.log
dev-db:tokyocabinet-1.4.48:20160604-120740.log (text/plain), 7.56 KB, created by
Toralf Förster
on 2016-06-04 15:21:34 UTC
(
hide
)
Description:
dev-db:tokyocabinet-1.4.48:20160604-120740.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-06-04 15:21:34 UTC
Size:
7.56 KB
patch
obsolete
> * Package: dev-db/tokyocabinet-1.4.48 > * Repository: gentoo > * Maintainer: patrick@gentoo.org > * USE: abi_x86_64 amd64 debug elibc_glibc kernel_linux pie ssp userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking tokyocabinet-1.4.48.tar.gz to /var/tmp/portage/dev-db/tokyocabinet-1.4.48/work >>>> Source unpacked in /var/tmp/portage/dev-db/tokyocabinet-1.4.48/work >>>> Preparing source in /var/tmp/portage/dev-db/tokyocabinet-1.4.48/work/tokyocabinet-1.4.48 ... > * Applying fix_rpath.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/dev-db/tokyocabinet-1.4.48/work/tokyocabinet-1.4.48' ... > * Running aclocal ... > [ ok ] > * This package has a configure.in file which has long been deprecated. Please > * update it to use configure.ac instead as newer versions of autotools will die > * when it finds this file. See https://bugs.gentoo.org/426262 for details. > * Running autoconf --force ... > [ ok ] > * Running elibtoolize in: tokyocabinet-1.4.48/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-db/tokyocabinet-1.4.48/work/tokyocabinet-1.4.48 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-debug --enable-off64 --enable-fastest >#================================================================ ># Configuring Tokyo Cabinet version 1.4.48 (debug) (fastest) (off64). >#================================================================ >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking whether byte ordering is bigendian... no >checking for main in -lc... yes >checking for main in -lm... yes >checking for main in -lpthread... yes >checking for main in -lrt... yes >checking for main in -lz... yes >checking for main in -lbz2... yes >checking for main in -ltokyocabinet... no >checking for stdlib.h... (cached) yes >checking for stdint.h... (cached) yes >checking for unistd.h... (cached) yes >checking dirent.h usability... yes >checking dirent.h presence... yes >checking for dirent.h... yes >checking regex.h usability... yes >checking regex.h presence... yes >checking for regex.h... yes >checking glob.h usability... yes >checking glob.h presence... yes >checking for glob.h... yes >checking pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking bzlib.h usability... yes >checking bzlib.h presence... yes >checking for bzlib.h... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating tokyocabinet.pc >#================================================================ ># Ready to make. >#================================================================ >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-db/tokyocabinet-1.4.48/work/tokyocabinet-1.4.48 ... >make -j1 >cat myconf.c tcutil.c md5.c tchdb.c tcbdb.c tcfdb.c tctdb.c tcadb.c > tokyocabinet_all.c >x86_64-pc-linux-gnu-gcc -c -I. -I/usr/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_MYFASTEST -D_FILE_OFFSET_BITS=64 -D_TC_PREFIX="\"/usr\"" -D_TC_INCLUDEDIR="\"/usr/include\"" -D_TC_LIBDIR="\"/usr/lib64\"" -D_TC_BINDIR="\"/usr/bin\"" -D_TC_LIBEXECDIR="\"/usr/libexec\"" -D_TC_APPINC="\"-I/usr/include\"" -D_TC_APPLIBS="\"-L/usr/lib64 -ltokyocabinet -lbz2 -lz -lrt -lpthread -lm -lc \"" -march=native -O2 -pipe -std=c99 -Wall -fPIC -pedantic -fsigned-char -fforce-addr -minline-all-stringops tokyocabinet_all.c >ar rv libtokyocabinet.a tokyocabinet_all.o >ar: creating libtokyocabinet.a >a - tokyocabinet_all.o >if uname -a | egrep -i 'SunOS' > /dev/null ; \ > then \ > x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -std=c99 -Wall -fPIC -pedantic -fsigned-char -fforce-addr -minline-all-stringops -shared -Wl,-G,-h,libtokyocabinet.so.9 -o libtokyocabinet.so.9.11.0 \ > tokyocabinet_all.o -Wl,-O1 -Wl,--as-needed -L. -L/usr/lib64 -lbz2 -lz -lrt -lpthread -lm -lc ; \ > else \ > x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -std=c99 -Wall -fPIC -pedantic -fsigned-char -fforce-addr -minline-all-stringops -shared -Wl,-soname,libtokyocabinet.so.9 -o libtokyocabinet.so.9.11.0 \ > tokyocabinet_all.o -Wl,-O1 -Wl,--as-needed -L. -L/usr/lib64 -lbz2 -lz -lrt -lpthread -lm -lc ; \ > fi >ln -f -s libtokyocabinet.so.9.11.0 libtokyocabinet.so.9 >ln -f -s libtokyocabinet.so.9.11.0 libtokyocabinet.so >x86_64-pc-linux-gnu-gcc -c -I. -I/usr/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -UNDEBUG -D_MYFASTEST -D_FILE_OFFSET_BITS=64 -D_TC_PREFIX="\"/usr\"" -D_TC_INCLUDEDIR="\"/usr/include\"" -D_TC_LIBDIR="\"/usr/lib64\"" -D_TC_BINDIR="\"/usr/bin\"" -D_TC_LIBEXECDIR="\"/usr/libexec\"" -D_TC_APPINC="\"-I/usr/include\"" -D_TC_APPLIBS="\"-L/usr/lib64 -ltokyocabinet -lbz2 -lz -lrt -lpthread -lm -lc \"" -march=native -O2 -pipe -std=c99 -Wall -fPIC -pedantic -fsigned-char -fforce-addr -minline-all-stringops tcutest.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -std=c99 -Wall -fPIC -pedantic -fsigned-char -fforce-addr -minline-all-stringops -o tcutest tcutest.o -Wl,-O1 -Wl,--as-needed -L. -L/usr/lib64 -static -ltokyocabinet -lbz2 -lz -lrt -lpthread -lm -lc >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lbz2 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lz >collect2: error: ld returned 1 exit status >Makefile:711: recipe for target 'tcutest' failed >make: *** [tcutest] Error 1 >emake failed > * ERROR: dev-db/tokyocabinet-1.4.48::gentoo failed (compile phase): > * emake failed > * > * Call stack: > * ebuild.sh, line 133: Called src_compile > * environment, line 2668: Called default > * phase-functions.sh, line 805: Called default_src_compile > * phase-functions.sh, line 842: Called __eapi2_src_compile > * phase-helpers.sh, line 785: Called die > * The specific snippet of code: > * emake || die "emake failed" > * > * If you need support, post the output of `emerge --info '=dev-db/tokyocabinet-1.4.48::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-db/tokyocabinet-1.4.48::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-db:tokyocabinet-1.4.48:20160604-120740.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/tokyocabinet-1.4.48/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-db/tokyocabinet-1.4.48/temp/environment'. > * Working directory: '/var/tmp/portage/dev-db/tokyocabinet-1.4.48/work/tokyocabinet-1.4.48' > * S: '/var/tmp/portage/dev-db/tokyocabinet-1.4.48/work/tokyocabinet-1.4.48'
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 585016
: 436426 |
436428
|
436430