1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
fontmatrix 0.4.2-1 Failed 48.490563
Reason: UNKNOWN
1-line summary:
XXX
multi-line summary:
UNKNOWN
excerpt for mail:
debian/rules build
dh_testdir
mkdir -p /build/user/fontmatrix-0.4.2/debian/build
cd /build/user/fontmatrix-0.4.2/debian/build && /usr/bin/cmake \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_SKIP_RPATH:BOOL=1 \
-DRPATH_STYLE:STRING=none \
-DCMAKE_C_FLAGS:STRING='-O2 -g -Wall' ../../
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Building Fontmatrix 0.4.2
-- Use own shaper rather than HB
-- High performance required :-)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.4.0-rc1
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Qt4 Found OK
-- FreeType2 Library Found OK
-- Looking for FT_Get_First_Char in libfreetype.so
-- Looking for FT_Get_First_Char in libfreetype.so - found
-- Looking for FT_Get_Next_Char in libfreetype.so
-- Looking for FT_Get_Next_Char in libfreetype.so - found
-- FontConfig Found OK
--
-- Fontmatrix will be installed under /usr
--
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
FONTCONFIG_INCLUDE_DIR
QT_FONTCONFIG_LIBRARY (ADVANCED)
QT_PNG_LIBRARY (ADVANCED)
QT_X11_ICE_LIBRARY (ADVANCED)
QT_X11_SM_LIBRARY (ADVANCED)
QT_XI_LIBRARY (ADVANCED)
QT_XRANDR_LIBRARY (ADVANCED)
QT_XRENDER_LIBRARY (ADVANCED)
-- Configuring done
make: *** [configure-stamp] Error 255
|