Your message dated Mon, 27 Aug 2018 15:34:42 +0000 with message-id <[email protected]> and subject line Bug#906781: fixed in libpodofo 0.9.5-10 has caused the Debian Bug report #906781, regarding libpodofo: FTBFS in buster/sid (Error copying directory) 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 [email protected] immediately.) -- 906781: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906781 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:libpodofo Version: 0.9.5-9 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules binary-arch dh binary-arch dh_update_autotools_config -a dh_autoreconf -a debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_configure -- \ -DWANT_FONTCONFIG:BOOL=TRUE \ -DWANT_BOOST:BOOL=1 \ -DPODOFO_BUILD_SHARED:BOOL=TRUE \ -DPODOFO_BUILD_STATIC:BOOL=FALSE \ install -d obj-x86_64-linux-gnu cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DWANT_FONTCONFIG:BOOL=TRUE -DWANT_BOOST:BOOL=1 -DPODOFO_BUILD_SHARED:BOOL=TRUE -DPODOFO_BUILD_STATIC:BOOL=FALSE .. [... snipped ...] make -f test/ParserTest/CMakeFiles/ParserTest.dir/build.make test/ParserTest/CMakeFiles/ParserTest.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 53%] Building CXX object test/ParserTest/CMakeFiles/ParserTest.dir/ParserTest.cpp.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/ParserTest && /usr/bin/c++ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/usr/include/x86_64-linux-gnu -I/usr/include/cppunit -I/usr/include/lua5.1 -I/<<PKGBUILDDIR>>/src -I/usr/include/freetype2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Woverloaded-virtual -Wswitch-enum -Wcast-qual -Wwrite-strings -Wredundant-decls -Wreorder -Wno-deprecated-declarations -W -o CMakeFiles/ParserTest.dir/ParserTest.cpp.o -c /<<PKGBUILDDIR>>/test/ParserTest/ParserTest.cpp [ 54%] Linking CXX executable ParserTest cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/ParserTest && /usr/bin/cmake -E cmake_link_script CMakeFiles/ParserTest.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Woverloaded-virtual -Wswitch-enum -Wcast-qual -Wwrite-strings -Wredundant-decls -Wreorder -Wno-deprecated-declarations -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/ParserTest.dir/ParserTest.cpp.o -o ParserTest -L/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -lpodofo -lfontconfig -lfreetype -lz -lidn -lcrypto -lcrypto -ljpeg -lpthread -lfreetype -lpng -lz -ltiff -lidn -lcrypto -lcrypto -ljpeg -lpthread -lfreetype -lpng -ltiff make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 54%] Built target ParserTest make -f test/SignatureTest/CMakeFiles/SignatureTest.dir/build.make test/SignatureTest/CMakeFiles/SignatureTest.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/test/SignatureTest /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/SignatureTest /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/SignatureTest/CMakeFiles/SignatureTest.dir/DependInfo.cmake --color= Scanning dependencies of target SignatureTest make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f test/SignatureTest/CMakeFiles/SignatureTest.dir/build.make test/SignatureTest/CMakeFiles/SignatureTest.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 54%] Building CXX object test/SignatureTest/CMakeFiles/SignatureTest.dir/SignTest.cpp.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/SignatureTest && /usr/bin/c++ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/usr/include/x86_64-linux-gnu -I/usr/include/cppunit -I/usr/include/lua5.1 -I/<<PKGBUILDDIR>>/src -I/usr/include/freetype2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Woverloaded-virtual -Wswitch-enum -Wcast-qual -Wwrite-strings -Wredundant-decls -Wreorder -Wno-deprecated-declarations -W -o CMakeFiles/SignatureTest.dir/SignTest.cpp.o -c /<<PKGBUILDDIR>>/test/SignatureTest/SignTest.cpp [ 55%] Linking CXX executable SignatureTest cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/SignatureTest && /usr/bin/cmake -E cmake_link_script CMakeFiles/SignatureTest.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Woverloaded-virtual -Wswitch-enum -Wcast-qual -Wwrite-strings -Wredundant-decls -Wreorder -Wno-deprecated-declarations -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/SignatureTest.dir/SignTest.cpp.o -o SignatureTest -L/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -lpodofo -lfontconfig -lfreetype -lz -lidn -lcrypto -lcrypto -ljpeg -lpthread -lfreetype -lpng -lz -ltiff -lfontconfig -lfreetype -lz -lidn -lcrypto -lcrypto -ljpeg -lpthread -lfreetype -lpng -lz -ltiff make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 55%] Built target SignatureTest make -f test/TokenizerTest/CMakeFiles/TokenizerTest.dir/build.make test/TokenizerTest/CMakeFiles/TokenizerTest.dir/depend make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/test/TokenizerTest /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/TokenizerTest /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/TokenizerTest/CMakeFiles/TokenizerTest.dir/DependInfo.cmake --color= Scanning dependencies of target TokenizerTest make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f test/TokenizerTest/CMakeFiles/TokenizerTest.dir/build.make test/TokenizerTest/CMakeFiles/TokenizerTest.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 55%] Building CXX object test/TokenizerTest/CMakeFiles/TokenizerTest.dir/TokenizerTest.cpp.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/TokenizerTest && /usr/bin/c++ -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/usr/include/x86_64-linux-gnu -I/usr/include/cppunit -I/usr/include/lua5.1 -I/<<PKGBUILDDIR>>/src -I/usr/include/freetype2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Woverloaded-virtual -Wswitch-enum -Wcast-qual -Wwrite-strings -Wredundant-decls -Wreorder -Wno-deprecated-declarations -W -o CMakeFiles/TokenizerTest.dir/TokenizerTest.cpp.o -c /<<PKGBUILDDIR>>/test/TokenizerTest/TokenizerTest.cpp [ 56%] Linking CXX executable TokenizerTest cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/TokenizerTest && /usr/bin/cmake -E cmake_link_script CMakeFiles/TokenizerTest.dir/link.txt --verbose=1 /usr/bin/c++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Woverloaded-virtual -Wswitch-enum -Wcast-qual -Wwrite-strings -Wredundant-decls -Wreorder -Wno-deprecated-declarations -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/TokenizerTest.dir/TokenizerTest.cpp.o -o TokenizerTest -L/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -lpodofo -lfontconfig -lfreetype -lz -lidn -lcrypto -lcrypto -ljpeg -lpthread -lfreetype -lpng -lz -ltiff -lfontconfig -lfreetype -lz -lidn -lcrypto -lcrypto -ljpeg -lpthread -lfreetype -lpng -lz -ltiff cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/TokenizerTest && /usr/bin/cmake -E copy_directory /<<PKGBUILDDIR>>/test/TokenizerTest/objects /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/TokenizerTest/objects Error copying directory from "/<<PKGBUILDDIR>>/test/TokenizerTest/objects" to "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/TokenizerTest/objects". make[3]: *** [test/TokenizerTest/CMakeFiles/TokenizerTest.dir/build.make:104: test/TokenizerTest/TokenizerTest] Error 1 make[3]: *** Deleting file 'test/TokenizerTest/TokenizerTest' make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:672: test/TokenizerTest/CMakeFiles/TokenizerTest.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:133: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:7: binary-arch] Error 2 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libpodofo.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: libpodofo Source-Version: 0.9.5-10 We believe that the bug you reported is fixed in the latest version of libpodofo, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mattia Rizzolo <[email protected]> (supplier of updated libpodofo 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 27 Aug 2018 16:53:29 +0200 Source: libpodofo Binary: libpodofo-dev libpodofo-utils libpodofo0.9.5 Architecture: source Version: 0.9.5-10 Distribution: unstable Urgency: medium Maintainer: Mattia Rizzolo <[email protected]> Changed-By: Mattia Rizzolo <[email protected]> Description: libpodofo-dev - PoDoFo development files libpodofo-utils - PoDoFo utilities libpodofo0.9.5 - PoDoFo - library to work with the PDF file format Closes: 906781 Changes: libpodofo (0.9.5-10) unstable; urgency=medium . * Retroactively update CVEs information. Thanks to Matthew Brincke * Add patch from Juhani Numminen <[email protected]> to fix FTBFS with cmake 3.12. Closes: #906781 Checksums-Sha1: a4c5c2000bb52130bbd3d920be204ed04101b200 2130 libpodofo_0.9.5-10.dsc 9b7ee14d99f42ff3e2502c22498aa8b070cbe82d 20316 libpodofo_0.9.5-10.debian.tar.xz 8ba07f7e672f406546a421e1625933a5d1919eb3 8592 libpodofo_0.9.5-10_amd64.buildinfo Checksums-Sha256: 09a64a045198aebf84239f42bee2eb392f96088fa85bc139cee526cc36c5f4f3 2130 libpodofo_0.9.5-10.dsc 7cd7212154a78352138ba574bdc4ca1c823a6823cb1f95d2bf1446d8eed1f446 20316 libpodofo_0.9.5-10.debian.tar.xz 78e2f79ab5421ae851b4b60ecc90e39b7d6f5c6574fde861281c953e85ac99a9 8592 libpodofo_0.9.5-10_amd64.buildinfo Files: 680eccc31ea8e401ff5ea3a4d83066ed 2130 libdevel optional libpodofo_0.9.5-10.dsc f8f395abc2c24e3661a4f8206c9ea515 20316 libdevel optional libpodofo_0.9.5-10.debian.tar.xz b7c612c391f7e2bf9f91b57acb5a465d 8592 libdevel optional libpodofo_0.9.5-10_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAluEFAEACgkQCBa54Yx2 K61Ayg//bnaRmjaKRVAnSmrN82Akk58AIMncDnepB5uKOsd/EpQNjb1syK2mxwZc DcwnK3HQbyE+t3MHu2q0iSlWJ+Vs9+OnQqbU4HqZ6HgvlmdonnY+FAbzLsXwGmJT TAhSgWrwyL7kym4FY0DoeAaEfJIQcdJf2xBgHY419w2bvBXNW4OM21C5wtt2sUYG zA1mltTuIwdROxEEVt5C6zaJZVXfuXwjg9wJ9RNjizlrnjIUdhOnQ4eaOLOTCiFa zCm4Mo/mS15AwJse/6gN3bMBo/YmgZqStKgt7+u3eQJ0EnwikTIhhNKW5FTEl+Qr c8odtmCeItWvQM84FJZ59L/yzJBEHRvbgnar1VrF4qu/ZKJBn4vrBmKC6kUZuQOq 0xE34DmE/hYBQrOmiLOIMxqllNarfr/rK/SjvaL2Iz5GVP+OgOhmV6TLiMDRmxIq ZOQbXY+vmq7P3IhgCdGBn+MZakEoYCMbfMDWEBbTyE73MCeNQLS6bjFMVO/EX6qp xooA872BAryeucqzxVtDFD7CxhpwEkbrL5v5tpGLoTG0lH7Vy2iuNKcR6PfZiHoc 2/mmS286L3ZpuAMJ/XAWWXklmihw2HXgnT+XCr3iz8d8QisOvvht6Wa/4CW+Jr4J sev4H8S3PK+NmwdCBJdqxWjVIoQ4ZkHouF1OKTC+1udbuyOzxBM= =YxEv -----END PGP SIGNATURE-----
--- End Message ---

