Skip to content

Instantly share code, notes, and snippets.

Created January 26, 2017 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/172e1716e7e47d6559e71cd560c72e3e to your computer and use it in GitHub Desktop.
Save anonymous/172e1716e7e47d6559e71cd560c72e3e to your computer and use it in GitHub Desktop.
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package okular
dpkg-buildpackage: source version 4:16.08.2-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Maximiliano Curia <maxy@debian.org>
dpkg-source --before-build okular-16.08.2
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.pl --with=kde,pkgkde-symbolshelper
dpkg-buildflags --export=make > debian/dhmk_env.mk
/usr/bin/make -f debian/rules dhmk_run_clean_commands DHMK_TARGET="clean"
make[1]: Entering directory '/usr/local/src/okular/okular-16.08.2'
dh_testdir
dh_auto_clean '--buildsystem=kde' --parallel
dh_clean
rm -rf debian/man/out
rmdir debian/man
rmdir: failed to remove ‘debian/man’: No such file or directory
/usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk:77: recipe for target 'cleanup_manpages' failed
make[1]: [cleanup_manpages] Error 1 (ignored)
rm -f debian/stamp-man-pages
rm -f debian/dhmk-install-list debian/dhmk-package-list
make[1]: Leaving directory '/usr/local/src/okular/okular-16.08.2'
rm -f debian/dhmk_rules.mk debian/dhmk_env.mk debian/dhmk_configure debian/dhmk_build-indep debian/dhmk_build-arch debian/dhmk_build
# "clean" target is done
-- SUCCESS making standard target 'clean'.
dpkg-source -b okular-16.08.2
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building okular using existing ./okular_16.08.2.orig.tar.xz
dpkg-source: info: building okular in okular_16.08.2-1.debian.tar.xz
dpkg-source: info: building okular in okular_16.08.2-1.dsc
debian/rules build
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.pl --with=kde,pkgkde-symbolshelper
dpkg-buildflags --export=make > debian/dhmk_env.mk
/usr/bin/make -f debian/rules dhmk_run_configure_commands DHMK_TARGET="configure"
make[1]: Entering directory '/usr/local/src/okular/okular-16.08.2'
dh_testdir
dh_auto_configure '--buildsystem=kde' --parallel "-u-DCMAKE_USE_RELATIVE_PATHS=ON"
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not 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 5.3.2 (using /usr/bin/qmake)
-- Looking for pthread.h
-- Looking for 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
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl (found version "5.20.2")
-- Found Phonon: /usr/include (Required is at least version "4.3.80")
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
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:
QT_QT_INCLUDE_DIR
used as include directory in directory /usr/local/src/okular/okular-16.08.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
used as include directory in directory /usr/local/src/okular/okular-16.08.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
used as include directory in directory /usr/local/src/okular/okular-16.08.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1316 (message):
Unable to compile a basic Qt application. Qt has not been found correctly.
Call Stack (most recent call first):
/usr/share/cmake-3.6/Modules/FindKDE4.cmake:108 (find_package)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
See also "/usr/local/src/okular/okular-16.08.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
See also "/usr/local/src/okular/okular-16.08.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeError.log".
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=Debian -DCMAKE_USE_RELATIVE_PATHS=ON returned exit code 1
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:97: recipe for target 'pre_configure_dh_auto_configure' failed
make[1]: *** [pre_configure_dh_auto_configure] Error 2
make[1]: Leaving directory '/usr/local/src/okular/okular-16.08.2'
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:110: recipe for target 'debian/dhmk_configure' failed
make: *** [debian/dhmk_configure] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment