[sleuthkit-developers] [ sleuthkit-Bugs-3105539 ] Build error for sleuthkit 3.2.0
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-11-08 21:28:46
|
Bugs item #3105539, was opened at 2010-11-08 22:28 Message generated for change (Tracker Item Submitted) made by drag0nl0rd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dragonlord (drag0nl0rd) Assigned to: Nobody/Anonymous (nobody) Summary: Build error for sleuthkit 3.2.0 Initial Comment: Building the package on Arch Linux i686 with up-to-date packages gives following error: ... make[2]: Entering directory `/build/src/sleuthkit-3.2.0/tools/autotools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_recover.o -MD -MP -MF .deps/tsk_recover.Tpo -c -o tsk_recover.o tsk_recover.cpp mv -f .deps/tsk_recover.Tpo .deps/tsk_recover.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_recover tsk_recover.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_loaddb.o -MD -MP -MF .deps/tsk_loaddb.Tpo -c -o tsk_loaddb.o tsk_loaddb.cpp mv -f .deps/tsk_loaddb.Tpo .deps/tsk_loaddb.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': sqlite3.c:(.text+0x2380): undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': sqlite3.c:(.text+0xa1d9): undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': sqlite3.c:(.text+0xa2e4): undefined reference to `pthread_mutexattr_init' sqlite3.c:(.text+0xa2f4): undefined reference to `pthread_mutexattr_settype' sqlite3.c:(.text+0xa308): undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': sqlite3.c:(.text+0xb149): undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': sqlite3.c:(.text+0xb181): undefined reference to `dlopen' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': sqlite3.c:(.text+0x19a56): undefined reference to `dlerror' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: Leaving directory `/build/src/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 Aborting... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 |