Your message dated Sun, 29 Dec 2013 03:19:34 +0000
with message-id <[email protected]>
and subject line Bug#730889: fixed in libpodofo 0.9.0-1.2
has caused the Debian Bug report #730889,
regarding libpodofo: FTBFS: configure errors
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.)
--
730889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730889
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libpodofo
Version: 0.9.0-1.1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20131128 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> debian/rules build
> dh_testdir
> mkdir -p /«PKGBUILDDIR»/debian/build
> cd /«PKGBUILDDIR»/debian/build && /usr/bin/cmake \
> -DWANT_FONTCONFIG:BOOL=TRUE \
> -DCMAKE_INSTALL_PREFIX:PATH=/usr \
> -DCMAKE_C_FLAGS="" \
> -DCMAKE_CXX_FLAGS=""-Wl,-z,defs"" \
> -DCMAKE_SKIP_RPATH=ON \
> -DCMAKE_VERBOSE_MAKEFILE=ON \
> -DPODOFO_BUILD_SHARED:BOOL=TRUE \
> -DPODOFO_BUILD_STATIC:BOOL=FALSE \
> -DCMAKE_BUILD_TYPE=RELEASE \
> -DWANT_BOOST:BOOL=0 ../../
> CMake Warning (dev) in CMakeLists.txt:
> Syntax Warning in cmake code at
>
> /«PKGBUILDDIR»/CMakeLists.txt:144:36
>
> Argument not separated from preceding token by whitespace.
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> CMake Warning (dev) in CMakeLists.txt:
> Syntax Warning in cmake code at
>
> /«PKGBUILDDIR»/CMakeLists.txt:145:45
>
> Argument not separated from preceding token by whitespace.
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> -- The C compiler identification is GNU 4.8.2
> -- The CXX compiler identification is GNU 4.8.2
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> WANT_LIB64 unset; assuming normal library directory names
> Will install libraries to /usr/lib
> -- Looking for strings.h
> -- Looking for strings.h - found
> -- Looking for arpa/inet.h
> -- Looking for arpa/inet.h - found
> -- Looking for winsock2.h
> -- Looking for winsock2.h - not found
> -- Looking for mem.h
> -- Looking for mem.h - not found
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for BaseTsd.h
> -- Looking for BaseTsd.h - not found
> -- Check if the system is big endian
> -- Searching 16 bit integer
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of unsigned short
> -- Check size of unsigned short - done
> -- Using unsigned short
> -- Check if the system is big endian - little endian
> Using gcc specific compiler options
> -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
> Found zlib headers in /usr/include, library at
> /usr/lib/x86_64-linux-gnu/libz.so
> -- Found LIBJPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
> Found libjpeg headers in /usr/include, library at
> /usr/lib/x86_64-linux-gnu/libjpeg.so
> -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so
> Found libtiff headers in /usr/include/x86_64-linux-gnu, library at
> /usr/lib/x86_64-linux-gnu/libtiff.so
> -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
> LibPng not found. PNG support will be disabled
> -- Ensure you cppunit installed version is at least 1.12.0
> Cppunit not found. No unit tests will be built.
> Found freetype library at /usr/lib/x86_64-linux-gnu/libfreetype.so, headers
> /usr/include/freetype2;/usr/include
> -- Found Fontconfig: /usr/lib/x86_64-linux-gnu/libfontconfig.so
> Found fontconfig headers in /usr/include, library at
> /usr/lib/x86_64-linux-gnu/libfontconfig.so
> -- Could NOT find Lua50 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
> -- Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
> Lua not found - PoDoFoImpose and PoDoFoColor will be built without Lua support
> Building multithreaded version of PoDoFo.
> -- Looking for include file pthread.h
> -- Looking for include file pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - not found
> -- Looking for pthread_create in pthreads
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE
> Building shared PoDoFo library
> CMake Error: The following variables are used in this project, but they are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake
> files:
> PNG_LIBRARY (ADVANCED)
> linked by target "podofo_shared" in directory /«PKGBUILDDIR»/src
> linked by target "ContentParser" in directory
> /«PKGBUILDDIR»/test/ContentParser
> linked by target "ContentParser" in directory
> /«PKGBUILDDIR»/test/ContentParser
> linked by target "CreationTest" in directory
> /«PKGBUILDDIR»/test/CreationTest
> linked by target "CreationTest" in directory
> /«PKGBUILDDIR»/test/CreationTest
> linked by target "DeviceTest" in directory /«PKGBUILDDIR»/test/DeviceTest
> linked by target "DeviceTest" in directory /«PKGBUILDDIR»/test/DeviceTest
> linked by target "FilterTest" in directory /«PKGBUILDDIR»/test/FilterTest
> linked by target "FilterTest" in directory /«PKGBUILDDIR»/test/FilterTest
> linked by target "FormTest" in directory /«PKGBUILDDIR»/test/FormTest
> linked by target "FormTest" in directory /«PKGBUILDDIR»/test/FormTest
> linked by target "LargeTest" in directory /«PKGBUILDDIR»/test/LargeTest
> linked by target "LargeTest" in directory /«PKGBUILDDIR»/test/LargeTest
> linked by target "ObjectParserTest" in directory
> /«PKGBUILDDIR»/test/ObjectParserTest
> linked by target "ObjectParserTest" in directory
> /«PKGBUILDDIR»/test/ObjectParserTest
> linked by target "ParserTest" in directory /«PKGBUILDDIR»/test/ParserTest
> linked by target "SignatureTest" in directory
> /«PKGBUILDDIR»/test/SignatureTest
> linked by target "SignatureTest" in directory
> /«PKGBUILDDIR»/test/SignatureTest
> linked by target "TokenizerTest" in directory
> /«PKGBUILDDIR»/test/TokenizerTest
> linked by target "TokenizerTest" in directory
> /«PKGBUILDDIR»/test/TokenizerTest
> linked by target "VariantTest" in directory
> /«PKGBUILDDIR»/test/VariantTest
> linked by target "VariantTest" in directory
> /«PKGBUILDDIR»/test/VariantTest
> linked by target "WatermarkTest" in directory
> /«PKGBUILDDIR»/test/WatermarkTest
> linked by target "WatermarkTest" in directory
> /«PKGBUILDDIR»/test/WatermarkTest
> linked by target "podofobox" in directory /«PKGBUILDDIR»/tools/podofobox
> linked by target "podofocolor" in directory
> /«PKGBUILDDIR»/tools/podofocolor
> linked by target "podofocountpages" in directory
> /«PKGBUILDDIR»/tools/podofocountpages
> linked by target "podofocrop" in directory /«PKGBUILDDIR»/tools/podofocrop
> linked by target "podofoencrypt" in directory
> /«PKGBUILDDIR»/tools/podofoencrypt
> linked by target "podofogc" in directory /«PKGBUILDDIR»/tools/podofogc
> linked by target "podofoimgextract" in directory
> /«PKGBUILDDIR»/tools/podofoimgextract
> linked by target "podofoimg2pdf" in directory
> /«PKGBUILDDIR»/tools/podofoimg2pdf
> linked by target "podofomerge" in directory
> /«PKGBUILDDIR»/tools/podofomerge
> linked by target "podofopages" in directory
> /«PKGBUILDDIR»/tools/podofopages
> linked by target "podofopdfinfo" in directory
> /«PKGBUILDDIR»/tools/podofopdfinfo
> linked by target "podofotxt2pdf" in directory
> /«PKGBUILDDIR»/tools/podofotxt2pdf
> linked by target "podofotxtextract" in directory
> /«PKGBUILDDIR»/tools/podofotxtextract
> linked by target "podofouncompress" in directory
> /«PKGBUILDDIR»/tools/podofouncompress
> linked by target "podofoimpose" in directory
> /«PKGBUILDDIR»/tools/podofoimpose
> linked by target "podofoincrementalupdates" in directory
> /«PKGBUILDDIR»/tools/podofoincrementalupdates
> linked by target "podofoxmp" in directory /«PKGBUILDDIR»/tools/podofoxmp
> linked by target "helloworld" in directory
> /«PKGBUILDDIR»/examples/helloworld
> linked by target "helloworld-base14" in directory
> /«PKGBUILDDIR»/examples/helloworld-base14
>
> -- Configuring incomplete, errors occurred!
> See also "/«PKGBUILDDIR»/debian/build/CMakeFiles/CMakeOutput.log".
> See also "/«PKGBUILDDIR»/debian/build/CMakeFiles/CMakeError.log".
> make: *** [configure-stamp] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/libpodofo_0.9.0-1.1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: libpodofo
Source-Version: 0.9.0-1.2
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.
David Prévot <[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: SHA256
Format: 1.8
Date: Thu, 26 Dec 2013 22:49:14 -0400
Source: libpodofo
Binary: libpodofo-dev libpodofo-utils libpodofo0.9.0
Architecture: source amd64
Version: 0.9.0-1.2
Distribution: unstable
Urgency: medium
Maintainer: Oleksandr Moskalenko <[email protected]>
Changed-By: David Prévot <[email protected]>
Description:
libpodofo-dev - PoDoFo development files
libpodofo-utils - PoDoFo utilities
libpodofo0.9.0 - PoDoFo - library to work with the PDF file format
Closes: 730889
Changes:
libpodofo (0.9.0-1.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix another freetype path issue with version >= 2.5 (Closes: #730889).
* Build-Depends against libtiff-dev, not libtiff4-dev.
Checksums-Sha1:
69062a02d14d0dcbc0f49f63f0f27987f05ca494 1591 libpodofo_0.9.0-1.2.dsc
186ce826809b380a47a07dc9efc91f8239b46dd9 10691
libpodofo_0.9.0-1.2.debian.tar.gz
c8c10441f1eb55bd085c89cdbd4f63cdad62ed35 146878
libpodofo-dev_0.9.0-1.2_amd64.deb
7e9eef6f59ac00bc8945b17cefddab151dd74032 137768
libpodofo-utils_0.9.0-1.2_amd64.deb
74b3add6af49e494fbcab5627037aafbf3910ad8 468758
libpodofo0.9.0_0.9.0-1.2_amd64.deb
Checksums-Sha256:
b917cbe14568a3c303c938fe569fba889c7b4836caa2c2bac54d14e7a382eb18 1591
libpodofo_0.9.0-1.2.dsc
a93e332d4be0ccc33de54b52ea5abac4fe613664693c9a43de0bdfd21c700c63 10691
libpodofo_0.9.0-1.2.debian.tar.gz
56d38bae2b37e64c5c2a03c9e1ee70e40ac875b69faa080588d0d9c704fa2d09 146878
libpodofo-dev_0.9.0-1.2_amd64.deb
9de29b3051fa0c7b3918f1b5904948a1c718195a5c20288f20261c639f404248 137768
libpodofo-utils_0.9.0-1.2_amd64.deb
6a4e6b9b5838a4062880dabf1857164b674f9beacb685763b47b3126674a3efd 468758
libpodofo0.9.0_0.9.0-1.2_amd64.deb
Files:
c2eb50a74298af27cea94e81654f780c 1591 libdevel extra libpodofo_0.9.0-1.2.dsc
9f78947bc134e2f5f8f478609dee60a5 10691 libdevel extra
libpodofo_0.9.0-1.2.debian.tar.gz
14760295a106a7079890a7c1b2ebf28c 146878 libdevel extra
libpodofo-dev_0.9.0-1.2_amd64.deb
54d8c102d2f5507c58d1db1761555fad 137768 libdevel extra
libpodofo-utils_0.9.0-1.2_amd64.deb
863b60a57a5a86b212e0d687edafdbe2 468758 libs extra
libpodofo0.9.0_0.9.0-1.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQEcBAEBCAAGBQJSvO0AAAoJEAWMHPlE9r08CnQH/RlWvRdJp09m4Bry0Nn9Woeh
28zS0J3pXbIjpIHxy/v+cElHlIjbacgIJlPSkFclM5PvfJJsHgieKezlMRCR12FC
t9XDhZT0hhpKhN6luG/SHhwWCiD1YcxCfTb9a9TaLMZs18M9UBQ7YMNhWUe5ZobW
37Za0i5n1fiRX6W1a2QPqUNJ3iX3SKmcTpIak2M9rGU93H7bjEb8F70XSHkLHQ4z
UKaUfYnzfNz3h3562l4642XCSJO4ivHYgj9OGvpH/TW5uJ/Bk46P9ADR+8gkSJuw
NxCzNZMXM2v5fMx9baUYCeuI3xrNID6Pd7PQ85uDQOekmT5/KHYx25ONAhT99t0=
=nM6z
-----END PGP SIGNATURE-----
--- End Message ---