Your message dated Thu, 14 Jan 2016 19:19:50 +0000 with message-id <e1ajnr0-0003km...@franck.debian.org> and subject line Bug#811000: fixed in pytsk 20160111-2 has caused the Debian Bug report #811000, regarding pytsk: FTBFS: /usr/bin/ld: cannot find -ltalloc to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 811000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811000 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: pytsk Version: 20160111-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@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 `. `'` la...@debian.org / chris-lamb.co.uk `-pytsk.20160111-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: pytsk Source-Version: 20160111-2 We believe that the bug you reported is fixed in the latest version of pytsk, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 811...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Hilko Bengen <ben...@debian.org> (supplier of updated pytsk package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 14 Jan 2016 19:59:05 +0100 Source: pytsk Binary: python-tsk python3-tsk Architecture: source Version: 20160111-2 Distribution: unstable Urgency: medium Maintainer: Debian Forensics <forensics-de...@lists.alioth.debian.org> Changed-By: Hilko Bengen <ben...@debian.org> Description: python-tsk - Python Bindings for The Sleuth Kit python3-tsk - Python Bindings for The Sleuth Kit Closes: 811000 Changes: pytsk (20160111-2) unstable; urgency=medium . * Update debian/watch * Add pytsk build-dependency (Closes: #811000) * Don't install anything from /usr/share/doc/pytsk Checksums-Sha1: 2b609f10f87f579926713a2db265749272642615 2032 pytsk_20160111-2.dsc fd987f5c18eb63d6e4860eac69668b6cfaf17150 2580 pytsk_20160111-2.debian.tar.xz Checksums-Sha256: 8a5aad333a07d9cdadcd43c6f48a5be9d5471cfdbc69ba1d00a00115ba625bb6 2032 pytsk_20160111-2.dsc 6e0c0f62de6d1391bab89cee33aadc56f423dd3c91d462d2468c558c4b577619 2580 pytsk_20160111-2.debian.tar.xz Files: cfadd94d7b95a24c0c5d114fbdced9a9 2032 python optional pytsk_20160111-2.dsc e5830778f4b65b645158a685a104907f 2580 python optional pytsk_20160111-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJWl/BMAAoJEHW3EGNcITp+Rq0P/jsGW+i56yfUDhHvclox4XZg qbRRej7amOIjbX8smu8fEpp24BkQfRn8F0k4h02Olh8xR/DGkWc5zYlLQ2NoMVfR R2u2QOnn5MakVPKFPWq0BKMdQ4/M8N6aAsAuQN58Y0VB0G91iyyugWIHR7mqiYLt 5hmXbKaDHz+ht2ZouXGLtP5B4JKaD6IzMzYjqbsCA6XxBk/QnMS5+ii+IDFqdR6T lY1z3e1hUDQLQTEh6wgGO5nJnATvb4G/iy73A4TeAbaxOGXkdnM0vJkW/mk5YzLm u/LGplBdParpZkNkspGVFCEMKBz/BMJY99n6OyKvP18lkzsHA1Mu878+0b9dqHkU f64M2rz12NR5aWgIrWNI7vkqoXvkP8G1Dn/DzTYFklRtmQaiG7r1JHQ8DbXLUTQF eBWAoa9x7nvEjmXWhF5cJgn8M8MiRHfA5MzPkOaQRctqN3DGKRti4kMwh8W/a9PY De5G19sDnl+4iIWj6sKGX9eQZzur9rLGaTN/4ELj0gyk6IGMVV2HfkeZVcmW70NE ue+84DWHyFJwUYCLsSZ66nQ0R2IEs6mbfeYvQ4oyKWi7XfmWRcWA+g7mZFBxScJE 4iLiHMH1LHVjEOTS3+s6lWrd79DTKHpBXYkAe98AhwOsQOCEg3rvgEAi2esAF63I KVy2+/BDvJzmVySWC3PO =M7fR -----END PGP SIGNATURE-----
--- End Message ---