Bug#811000: pytsk: FTBFS: /usr/bin/ld: cannot find -ltalloc

Chris Lamb lamby at debian.org
Thu Jan 14 18:01:26 UTC 2016


Source: pytsk
Version: 20160111-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Dear Maintainer,

pytsk fails to build from source in unstable/amd64:

  [..]

  /tmp/talloc_version_majorzc9bmhmh.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_majorzc9bmhmh.c: In function ‘main’:
  /tmp/talloc_version_majorzc9bmhmh.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running clean
  removing '/home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_3.5/build' (and everything under it)
  'build/bdist.linux-x86_64' does not exist -- can't clean it
  'build/scripts-3.5' does not exist -- can't clean it
     debian/rules override_dh_clean
  make[1]: Entering directory '/home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111'
  rm -rf tmp
  dh_clean
  make[1]: Leaving directory '/home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111'
   debian/rules build
  dh build --with python2,python3 --buildsystem=pybuild --parallel
     dh_testdir -O--buildsystem=pybuild -O--parallel
     dh_auto_configure -O--buildsystem=pybuild -O--parallel
  I: pybuild base:184: python2.7 setup.py config 
  /tmp/talloc_version_majorVZJAti.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_majorVZJAti.c: In function ‘main’:
  /tmp/talloc_version_majorVZJAti.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  Generating Python bindings for module pytsk3
  running config
  I: pybuild base:184: python3.4 setup.py config 
  /tmp/talloc_version_major3y7947lw.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_major3y7947lw.c: In function ‘main’:
  /tmp/talloc_version_major3y7947lw.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running config
  I: pybuild base:184: python3.5 setup.py config 
  /tmp/talloc_version_majorh5kxj8aj.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_majorh5kxj8aj.c: In function ‘main’:
  /tmp/talloc_version_majorh5kxj8aj.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running config
     dh_auto_build -O--buildsystem=pybuild -O--parallel
  I: pybuild base:184: /usr/bin/python setup.py build 
  /tmp/talloc_version_majorK_VqKO.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_majorK_VqKO.c: In function ‘main’:
  /tmp/talloc_version_majorK_VqKO.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running build
  running build_ext
  building 'pytsk3' extension
  creating build
  creating build/temp.linux-x86_64-2.7
  creating build/temp.linux-x86_64-2.7/talloc
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python2.7 -c class.c -o build/temp.linux-x86_64-2.7/class.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python2.7 -c error.c -o build/temp.linux-x86_64-2.7/error.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python2.7 -c pytsk3.c -o build/temp.linux-x86_64-2.7/pytsk3.o
  pytsk3.c:1065:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   static int check_error() {
              ^
  pytsk3.c:3561:13: warning: ‘ProxiedAttribute___iter__’ defined but not used [-Wunused-function]
   static void ProxiedAttribute___iter__(Attribute self) {
               ^
  pytsk3.c:14605:13: warning: ‘ProxiedDirectory___iter__’ defined but not used [-Wunused-function]
   static void ProxiedDirectory___iter__(Directory self) {
               ^
  pytsk3.c:19457:13: warning: ‘ProxiedFile___iter__’ defined but not used [-Wunused-function]
   static void ProxiedFile___iter__(File self) {
               ^
  pytsk3.c:20590:13: warning: ‘ProxiedVolume_Info___iter__’ defined but not used [-Wunused-function]
   static void ProxiedVolume_Info___iter__(Volume_Info self) {
               ^
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python2.7 -c tsk3.c -o build/temp.linux-x86_64-2.7/tsk3.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python2.7 -c talloc/talloc.c -o build/temp.linux-x86_64-2.7/talloc/talloc.o
  x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/class.o build/temp.linux-x86_64-2.7/error.o build/temp.linux-x86_64-2.7/pytsk3.o build/temp.linux-x86_64-2.7/tsk3.o build/temp.linux-x86_64-2.7/talloc/talloc.o -Ltalloc -ltsk -lstdc++ -o /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_2.7/build/pytsk3.so
  I: pybuild base:184: /usr/bin/python3.4 setup.py build 
  /tmp/talloc_version_major2zhpjaww.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_major2zhpjaww.c: In function ‘main’:
  /tmp/talloc_version_major2zhpjaww.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running build
  running build_ext
  building 'pytsk3' extension
  creating build/temp.linux-x86_64-3.4
  creating build/temp.linux-x86_64-3.4/talloc
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.4m -c class.c -o build/temp.linux-x86_64-3.4/class.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.4m -c error.c -o build/temp.linux-x86_64-3.4/error.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.4m -c pytsk3.c -o build/temp.linux-x86_64-3.4/pytsk3.o
  pytsk3.c:1065:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   static int check_error() {
              ^
  pytsk3.c:3561:13: warning: ‘ProxiedAttribute___iter__’ defined but not used [-Wunused-function]
   static void ProxiedAttribute___iter__(Attribute self) {
               ^
  pytsk3.c:14605:13: warning: ‘ProxiedDirectory___iter__’ defined but not used [-Wunused-function]
   static void ProxiedDirectory___iter__(Directory self) {
               ^
  pytsk3.c:19457:13: warning: ‘ProxiedFile___iter__’ defined but not used [-Wunused-function]
   static void ProxiedFile___iter__(File self) {
               ^
  pytsk3.c:20590:13: warning: ‘ProxiedVolume_Info___iter__’ defined but not used [-Wunused-function]
   static void ProxiedVolume_Info___iter__(Volume_Info self) {
               ^
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.4m -c tsk3.c -o build/temp.linux-x86_64-3.4/tsk3.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.4m -c talloc/talloc.c -o build/temp.linux-x86_64-3.4/talloc/talloc.o
  x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/class.o build/temp.linux-x86_64-3.4/error.o build/temp.linux-x86_64-3.4/pytsk3.o build/temp.linux-x86_64-3.4/tsk3.o build/temp.linux-x86_64-3.4/talloc/talloc.o -Ltalloc -ltsk -lstdc++ -o /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_3.4/build/pytsk3.cpython-34m.so
  I: pybuild base:184: /usr/bin/python3 setup.py build 
  /tmp/talloc_version_major9zm1s2ah.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_major9zm1s2ah.c: In function ‘main’:
  /tmp/talloc_version_major9zm1s2ah.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running build
  running build_ext
  building 'pytsk3' extension
  creating build/temp.linux-x86_64-3.5
  creating build/temp.linux-x86_64-3.5/talloc
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.5m -c class.c -o build/temp.linux-x86_64-3.5/class.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.5m -c error.c -o build/temp.linux-x86_64-3.5/error.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.5m -c pytsk3.c -o build/temp.linux-x86_64-3.5/pytsk3.o
  pytsk3.c:1065:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   static int check_error() {
              ^
  pytsk3.c:3561:13: warning: ‘ProxiedAttribute___iter__’ defined but not used [-Wunused-function]
   static void ProxiedAttribute___iter__(Attribute self) {
               ^
  pytsk3.c:14605:13: warning: ‘ProxiedDirectory___iter__’ defined but not used [-Wunused-function]
   static void ProxiedDirectory___iter__(Directory self) {
               ^
  pytsk3.c:19457:13: warning: ‘ProxiedFile___iter__’ defined but not used [-Wunused-function]
   static void ProxiedFile___iter__(File self) {
               ^
  pytsk3.c:20590:13: warning: ‘ProxiedVolume_Info___iter__’ defined but not used [-Wunused-function]
   static void ProxiedVolume_Info___iter__(Volume_Info self) {
               ^
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.5m -c tsk3.c -o build/temp.linux-x86_64-3.5/tsk3.o
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_TSK_LIBTSK_H -I/usr/include -Italloc -I/usr/include/python3.5m -c talloc/talloc.c -o build/temp.linux-x86_64-3.5/talloc/talloc.o
  x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/class.o build/temp.linux-x86_64-3.5/error.o build/temp.linux-x86_64-3.5/pytsk3.o build/temp.linux-x86_64-3.5/tsk3.o build/temp.linux-x86_64-3.5/talloc/talloc.o -Ltalloc -ltsk -lstdc++ -o /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_3.5/build/pytsk3.cpython-35m-x86_64-linux-gnu.so
     dh_auto_test -O--buildsystem=pybuild -O--parallel
  I: pybuild base:184: cd /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_2.7/build; python2.7 -m unittest discover -v 
  
  ----------------------------------------------------------------------
  Ran 0 tests in 0.000s
  
  OK
  I: pybuild base:184: cd /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_3.4/build; python3.4 -m unittest discover -v 
  
  ----------------------------------------------------------------------
  Ran 0 tests in 0.000s
  
  OK
  I: pybuild base:184: cd /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest discover -v 
  
  ----------------------------------------------------------------------
  Ran 0 tests in 0.000s
  
  OK
   fakeroot debian/rules binary
  dh binary --with python2,python3 --buildsystem=pybuild --parallel
     dh_testroot -O--buildsystem=pybuild -O--parallel
     dh_prep -O--buildsystem=pybuild -O--parallel
     dh_auto_install -O--buildsystem=pybuild -O--parallel
  I: pybuild base:184: /usr/bin/python setup.py install --root /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp 
  /tmp/talloc_version_majorQ6X4Xf.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_majorQ6X4Xf.c: In function ‘main’:
  /tmp/talloc_version_majorQ6X4Xf.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running install
  running build
  running build_ext
  running install_lib
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python2.7
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python2.7/dist-packages
  copying /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_2.7/build/pytsk3.so -> /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python2.7/dist-packages
  running install_data
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/share
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/share/doc
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/share/doc/pytsk
  copying LICENSE -> /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/share/doc/pytsk
  copying README -> /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/share/doc/pytsk
  running install_egg_info
  Writing /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python2.7/dist-packages/pytsk3-4.2.0_20160111.egg-info
  I: pybuild base:184: /usr/bin/python3.4 setup.py install --root /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp 
  /tmp/talloc_version_majorhuwct4lh.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_majorhuwct4lh.c: In function ‘main’:
  /tmp/talloc_version_majorhuwct4lh.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running install
  running build
  running build_ext
  running install_lib
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.4
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.4/dist-packages
  renaming extension pytsk3.cpython-34m.so -> pytsk3.cpython-34m-x86_64-linux-gnu.so
  copying /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_3.4/build/pytsk3.cpython-34m.so -> /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.4/dist-packages/pytsk3.cpython-34m-x86_64-linux-gnu.so
  running install_data
  running install_egg_info
  Writing /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.4/dist-packages/pytsk3-4.2.0_20160111.egg-info
  I: pybuild base:184: /usr/bin/python3 setup.py install --root /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp 
  /tmp/talloc_version_major6tnojmj8.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   main (int argc, char **argv) {
   ^
  /tmp/talloc_version_major6tnojmj8.c: In function ‘main’:
  /tmp/talloc_version_major6tnojmj8.c:2:5: warning: implicit declaration of function ‘talloc_version_major’ [-Wimplicit-function-declaration]
       talloc_version_major();
       ^
  /usr/bin/ld: cannot find -ltalloc
  collect2: error: ld returned 1 exit status
  Sleuthkit headers found in: /usr/include
  Sleuthkit version found: 4.2.0
  Pytsk version found: 20160111
  running install
  running build
  running build_ext
  running install_lib
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.5
  creating /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.5/dist-packages
  copying /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/.pybuild/pythonX.Y_3.5/build/pytsk3.cpython-35m-x86_64-linux-gnu.so -> /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.5/dist-packages
  running install_data
  running install_egg_info
  Writing /home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111/debian/tmp/usr/lib/python3.5/dist-packages/pytsk3-4.2.0_20160111.egg-info
     debian/rules override_dh_install
  make[1]: Entering directory '/home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111'
  dh_install --fail-missing
  dh_install: usr/share/doc/pytsk/LICENSE exists in debian/tmp but is not installed to anywhere
  dh_install: usr/share/doc/pytsk/README exists in debian/tmp but is not installed to anywhere
  dh_install: missing files, aborting
  debian/rules:18: recipe for target 'override_dh_install' failed
  make[1]: *** [override_dh_install] Error 2
  make[1]: Leaving directory '/home/lamby/temp/cdt.20160114185834.88ied25nEV/pytsk-20160111'
  debian/rules:8: recipe for target 'binary' failed
  make: *** [binary] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pytsk.20160111-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 2374 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/forensics-devel/attachments/20160114/321b2ce7/attachment-0001.obj>


More information about the forensics-devel mailing list