FS#40271 - [podofo] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Thursday, 08 May 2014, 21:41 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 24 August 2014, 13:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

-- Check if the system is big endian - little endian
Using gcc specific compiler options
Have gcc 4.x
-- Found ZLIB: /usr/lib64/libz.so
Found zlib headers in /usr/include, library at /usr/lib64/libz.so
-- Found LIBCRYPTO: /usr/lib64/libcrypto.so
Found OpenSSL's libCrypto headers in /usr/include, library at /usr/lib64/libcrypto.so
-- Found LIBIDN: /usr/lib64/libidn.so
Found libidn headers in /usr/include, library at /usr/lib64/libidn.so
Libidn found. AES-256 Encryption support will be enabled
-- Found LIBJPEG: /usr/lib64/libjpeg.so
Found libjpeg headers in /usr/include, library at /usr/lib64/libjpeg.so
-- Found TIFF: /usr/lib64/libtiff.so
Found libtiff headers in /usr/include, library at /usr/lib64/libtiff.so
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindPNG.cmake:34 (find_package):
File /usr/share/cmake-2.8/Modules/FindPNG.cmake includes
/build/podofo/src/podofo-0.9.2/cmake/modules/FindZLIB.cmake (found via
CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/FindZLIB.cmake. This may cause errors later
on .

Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
CMakeLists.txt:349 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found PNG: /usr/lib64/libpng.so (found version "1.6.10")
Found LibPng headers in /usr/include;/usr/include, library at /usr/lib64/libpng.so;/usr/lib64/libz.so
-- Ensure you cppunit installed version is at least 1.12.0
Cppunit not found. No unit tests will be built.
-- Found OpenSSL: /usr/lib64/libssl.so
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find FREETYPE (missing: FREETYPE_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindFREETYPE.cmake:75 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:372 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "/build/podofo/src/podofo-0.9.2/build/CMakeFiles/CMakeOutput.log".
See also "/build/podofo/src/podofo-0.9.2/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
Aborting...



Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 24 August 2014, 13:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in svn, freetype_includ_dir wasn't found

Loading...