Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dh build --parallel
- dh_testdir -O--parallel
- debian/rules override_dh_auto_configure
- make[1]: Entering directory `/home/yannick/Documents/valama'
- dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
- mkdir -p obj-i686-linux-gnu
- cd obj-i686-linux-gnu
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=Release
- -- The C 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
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
- -- checking for module 'libvala-0.26'
- -- found libvala-0.26, version 0.25.1.18-49e67
- -- Found Vala: /usr/bin/valac (found suitable version "0.25.1.18-49e67", minimum required is "0.20")
- -- checking for module 'glib-2.0'
- -- found glib-2.0, version 2.41.3
- -- checking for module 'gobject-2.0'
- -- found gobject-2.0, version 2.41.3
- -- checking for module 'gio-2.0'
- -- found gio-2.0, version 2.41.3
- -- checking for module 'gee-0.8 >= 0.10.5'
- -- found gee-0.8 , version 0.14.0
- -- checking for module 'libvala-0.26'
- -- found libvala-0.26, version 0.25.1.18-49e67
- -- checking for module 'libxml-2.0'
- -- found libxml-2.0, version 2.9.1
- -- checking for module 'gthread-2.0'
- -- found gthread-2.0, version 2.41.3
- -- Found Gettext: /usr/bin/xgettext (found version "0.18.3")
- -- Found Intltool: /usr/bin/intltool-extract (found version "0.50.2")
- -- checking for module 'gtk+-3.0 >= 3.10'
- -- found gtk+-3.0 , version 3.13.7
- -- checking for module 'gtksourceview-3.0 >= 3.10'
- -- found gtksourceview-3.0 , version 3.12.1
- -- checking for module 'gdl-3.0 >= 3.3.91'
- -- found gdl-3.0 , version 3.12.0
- -- Use enhanced gdl-3.0 vapi to support new features with gdl-3.0 >= 3.9.91.
- -- checking for module 'gladeui-2.0'
- -- found gladeui-2.0, version 3.18.3
- -- checking for module 'atk'
- -- found atk, version 2.12.0
- -- checking for module 'cairo'
- -- found cairo, version 1.13.1
- -- checking for module 'clutter-1.0'
- -- found clutter-1.0, version 1.16.4
- -- checking for module 'clutter-gtk-1.0'
- -- found clutter-gtk-1.0, version 1.4.4
- -- checking for module 'cogl-1.0'
- -- found cogl-1.0, version 1.16.2
- -- checking for module 'gdk-3.0'
- -- found gdk-3.0, version 3.13.7
- -- checking for module 'gdk-pixbuf-2.0'
- -- found gdk-pixbuf-2.0, version 2.30.7
- -- checking for module 'gdl-3.0 >= 3.8'
- -- found gdl-3.0 , version 3.12.0
- -- checking for module 'glib-2.0 >= 2.32'
- -- found glib-2.0 , version 2.41.3
- -- checking for module 'gmodule-2.0'
- -- found gmodule-2.0, version 2.41.3
- -- checking for module 'gtk+-3.0 >= 3.9'
- -- found gtk+-3.0 , version 3.13.7
- -- checking for module 'gtksourceview-3.0 >= 3.9'
- -- found gtksourceview-3.0 , version 3.12.1
- -- checking for module 'json-glib-1.0'
- -- found json-glib-1.0, version 0.16.2
- -- checking for module 'libsoup-2.4'
- -- package 'libsoup-2.4' not found
- -- checking for module 'pango'
- -- found pango, version 1.36.3
- -- checking for module 'pangocairo'
- -- found pangocairo, version 1.36.3
- -- checking for module 'webkit2gtk-3.0'
- -- package 'webkit2gtk-3.0' not found
- -- checking for module 'x11'
- -- found x11, version 1.6.2
- -- Found Valadoc: /usr/bin/valadoc (found version "0.23.2")
- -- checking for module 'gee-0.8'
- -- found gee-0.8, version 0.14.0
- -- Configuring incomplete, errors occurred!
- See also "/home/yannick/Documents/valama/obj-i686-linux-gnu/CMakeFiles/CMakeOutput.log".
- make[1]: Leaving directory `/home/yannick/Documents/valama'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement