Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354424 Details for
Bug 478490
dev-libs/icu - /usr/lib64/libicui18n.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
build.txt (text/plain), 15.63 KB, created by
Robert
on 2013-07-28 18:48:11 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Robert
Created:
2013-07-28 18:48:11 UTC
Size:
15.63 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-db/sqlite-3.7.17 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: arfrever.fta@gmail.com proxy-maint@gentoo.org >[32;01m * [39;49;00mUSE: amd64 elibc_glibc extensions icu kernel_linux readline secure-delete tcl userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking sqlite-src-3071700.zip to /var/tmp/portage/dev-db/sqlite-3.7.17/work >>>> Source unpacked in /var/tmp/portage/dev-db/sqlite-3.7.17/work >>>> Preparing source in /var/tmp/portage/dev-db/sqlite-3.7.17/work/sqlite-src-3071700 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-db/sqlite-3.7.17/work/sqlite-src-3071700 ... > * econf: updating sqlite-src-3071700/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating sqlite-src-3071700/config.sub with /usr/share/gnuconfig/config.sub >./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-threadsafe --enable-load-extension --enable-readline --disable-static --with-readline-inc=-I/usr/include/readline --disable-debug --enable-tcl >configure: loading site script /usr/share/config.site >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >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 for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for a BSD-compatible install... /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c >checking for gawk... gawk >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking for int8_t... yes >checking for int16_t... yes >checking for int32_t... yes >checking for int64_t... yes >checking for intptr_t... yes >checking for uint8_t... yes >checking for uint16_t... yes >checking for uint32_t... yes >checking for uint64_t... yes >checking for uintptr_t... yes >checking for sys/types.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for stdint.h... (cached) yes >checking for inttypes.h... (cached) yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking for usleep... yes >checking for fdatasync... yes >checking for localtime_r... yes >checking for gmtime_r... yes >checking for localtime_s... no >checking for utime... yes >checking for malloc_usable_size... yes >checking for tclsh8.5... no >checking for tclsh... tclsh >configure: Version set to 3.7 >configure: Release set to 3.7.17 >configure: Version number set to 3007017 >checking whether to support threadsafe operation... yes >checking for library containing pthread_create... -lpthread >checking whether to allow connections to be shared across threads... no >checking whether to support shared library linked as release mode or not... no >checking whether to use an in-ram database for temporary tables... no >checking if executables have the .exe suffix... unknown >checking host system type... (cached) x86_64-pc-linux-gnu >checking for Tcl configuration... found /usr/lib64/tclConfig.sh >checking for existence of /usr/lib64/tclConfig.sh... loading >checking for library containing tgetent... -lncurses >checking for readline in -lreadline... yes >checking for library containing fdatasync... none required >checking for library containing dlopen... -ldl >configure: creating ./config.status >config.status: creating Makefile >config.status: creating sqlite3.pc >config.status: creating config.h >config.status: executing libtool commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-db/sqlite-3.7.17/work/sqlite-src-3071700 ... >make -j1 TCLLIBDIR=/usr/lib64/sqlite-3.7.17 >tclsh ./tool/mksqlite3h.tcl . >sqlite3.h >x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -o mkkeywordhash -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_ICU ./tool/mkkeywordhash.c >./mkkeywordhash >keywordhash.h >x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -o lemon ./tool/lemon.c >cp ./src/lempar.c . >cp ./src/parse.y . >rm -f parse.h >./lemon -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_ICU parse.y >mv parse.h parse.h.temp >gawk -f ./addopcodes.awk parse.h.temp >parse.h >cat parse.h ./src/vdbe.c | gawk -f ./mkopcodeh.awk >opcodes.h >gawk -f ./mkopcodec.awk opcodes.h >opcodes.c >rm -rf tsrc >mkdir tsrc >cp -f ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h ./src/build.c ./src/callback.c ./src/complete.c ./src/ctime.c ./src/date.c ./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h ./src/os_common.h ./src/os_unix.c ./src/os_win.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbesort.c ./src/vdbetrace.c ./src/vdbeInt.h ./src/vtab.c ./src/wal.c ./src/wal.h ./src/walker.c ./src/where.c ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c ./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_aux.c ./ext/fts3/fts3_expr.c ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c ./ext/fts3/fts3_tokenize_vtab.c ./ext/fts3/fts3_unicode.c ./ext/fts3/fts3_unicode2.c ./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c ./ext/rtree/rtree.h ./ext/rtree/rtree.c keywordhash.h opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h tsrc >rm tsrc/sqlite.h.in tsrc/parse.y >tclsh ./tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new >mv vdbe.new tsrc/vdbe.c >touch .target_source >tclsh ./tool/mksqlite3c.tcl >cp tsrc/shell.c tsrc/sqlite3ext.h . >./libtool --mode=compile --tag=CC x86_64-pc-linux-gnu-gcc -DSQLITE_SOUNDEX -DSQLITE_SECURE_DELETE -DSQLITE_CHECK_PAGES -DSQLITE_CORE -march=core2 -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_ICU -DSQLITE_TEMP_STORE=1 -c sqlite3.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DSQLITE_SOUNDEX -DSQLITE_SECURE_DELETE -DSQLITE_CHECK_PAGES -DSQLITE_CORE -march=core2 -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_ICU -DSQLITE_TEMP_STORE=1 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o >./libtool --mode=link x86_64-pc-linux-gnu-gcc -DSQLITE_SOUNDEX -DSQLITE_SECURE_DELETE -DSQLITE_CHECK_PAGES -DSQLITE_CORE -march=core2 -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_ICU -Wl,-O1 -Wl,--as-needed -o libsqlite3.la sqlite3.lo -ldl -lpthread -licui18n -licuuc \ > -rpath "/usr/lib64" -version-info "8:6:8" >libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/sqlite3.o -ldl -lpthread -licui18n -licuuc -march=core2 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6 >libtool: link: (cd ".libs" && rm -f "libsqlite3.so.0" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so.0") >libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so") >libtool: link: ( cd ".libs" && rm -f "libsqlite3.la" && ln -s "../libsqlite3.la" "libsqlite3.la" ) >./libtool --mode=link x86_64-pc-linux-gnu-gcc -DSQLITE_SOUNDEX -DSQLITE_SECURE_DELETE -DSQLITE_CHECK_PAGES -DSQLITE_CORE -march=core2 -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_ICU -Wl,-O1 -Wl,--as-needed -DHAVE_READLINE=1 -I/usr/include/readline \ > -o sqlite3 ./src/shell.c libsqlite3.la \ > -lreadline -lncurses -ldl -lpthread -licui18n -licuuc -rpath "/usr/lib64" >libtool: link: x86_64-pc-linux-gnu-gcc -DSQLITE_SOUNDEX -DSQLITE_SECURE_DELETE -DSQLITE_CHECK_PAGES -DSQLITE_CORE -march=core2 -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_ICU -Wl,-O1 -Wl,--as-needed -DHAVE_READLINE=1 -I/usr/include/readline -o .libs/sqlite3 ./src/shell.c ./.libs/libsqlite3.so -lreadline -lncurses -ldl -lpthread -licui18n -licuuc -Wl,-rpath -Wl,/usr/lib64 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libstdc++.so.6, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so, not found (try using -rpath or -rpath-link) >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@CXXABI_1.3' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicuuc.so: undefined reference to `__cxa_call_unexpected@CXXABI_1.3' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `__gxx_personality_v0@CXXABI_1.3' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `__dynamic_cast@CXXABI_1.3' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@CXXABI_1.3' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@CXXABI_1.3' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.3' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libicui18n.so: undefined reference to `std::terminate()@GLIBCXX_3.4' >collect2: error: ld returned 1 exit status >make: *** [sqlite3] Error 1 > [31;01m*[0m ERROR: dev-db/sqlite-3.7.17::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-db/sqlite-3.7.17::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-db/sqlite-3.7.17::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-db/sqlite-3.7.17/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-db/sqlite-3.7.17/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-db/sqlite-3.7.17/work/sqlite-src-3071700' > [31;01m*[0m S: '/var/tmp/portage/dev-db/sqlite-3.7.17/work/sqlite-src-3071700'
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 478490
:
354420
|
354422
| 354424 |
354466
|
354482