This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gnome-music configure 3.12.2.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp12 uname -m = x86_64 uname -r = 3.13.6-1.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 12 08:53:42 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2319: checking for a BSD-compatible install configure:2387: result: /bin/install -c configure:2398: checking whether build environment is sane configure:2453: result: yes configure:2604: checking for a thread-safe mkdir -p configure:2643: result: /bin/mkdir -p configure:2650: checking for gawk configure:2666: found /bin/gawk configure:2677: result: gawk configure:2688: checking whether make sets $(MAKE) configure:2710: result: yes configure:2739: checking whether make supports nested variables configure:2756: result: yes configure:2845: checking whether UID '82' is supported by ustar format configure:2848: result: yes configure:2855: checking whether GID '82' is supported by ustar format configure:2858: result: yes configure:2866: checking how to create a ustar tar archive configure:2877: tar --version tar (GNU tar) 1.27.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:2880: $? = 0 configure:2920: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:2923: $? = 0 configure:2927: tar -xf - = 3 configure:3071: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:3074: $? = 1 configure:3071: python2 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:3074: $? = 1 configure:3071: python3 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:3074: $? = 0 configure:3080: result: python3 configure:3088: checking for python3 configure:3106: found /usr/bin/python3 configure:3118: result: /usr/bin/python3 configure:3136: checking for python3 version configure:3143: result: 3.4 configure:3155: checking for python3 platform configure:3162: result: linux configure:3188: checking for python3 script directory configure:3223: result: ${prefix}/lib/python3.4/site-packages configure:3232: checking for python3 extension module directory configure:3267: result: ${exec_prefix}/lib/python3.4/site-packages configure:3289: checking whether NLS is requested configure:3298: result: yes configure:3314: checking for style of include used by make configure:3342: result: GNU configure:3373: checking for i686-uhu-linux-gcc configure:3389: found /usr/bin/i686-uhu-linux-gcc configure:3400: result: i686-uhu-linux-gcc configure:3669: checking for C compiler version configure:3678: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3689: $? = 0 configure:3678: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3689: $? = 0 configure:3678: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3689: $? = 1 configure:3678: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3689: $? = 1 configure:3709: checking whether the C compiler works configure:3731: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3735: $? = 0 configure:3783: result: yes configure:3786: checking for C compiler default output file name configure:3788: result: a.out configure:3794: checking for suffix of executables configure:3801: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3805: $? = 0 configure:3827: result: configure:3849: checking whether we are cross compiling configure:3857: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3861: $? = 0 configure:3868: ./conftest configure:3872: $? = 0 configure:3887: result: no configure:3892: checking for suffix of object files configure:3914: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3918: $? = 0 configure:3939: result: o configure:3943: checking whether we are using the GNU C compiler configure:3962: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3962: $? = 0 configure:3971: result: yes configure:3980: checking whether i686-uhu-linux-gcc accepts -g configure:4000: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:4000: $? = 0 configure:4041: result: yes configure:4058: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:4121: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4121: $? = 0 configure:4134: result: none needed configure:4156: checking dependency style of i686-uhu-linux-gcc configure:4267: result: gcc3 configure:4297: checking for intltool >= 0.26 configure:4299: result: 0.50.2 found configure:4307: checking for intltool-update configure:4325: found /usr/bin/intltool-update configure:4337: result: /usr/bin/intltool-update configure:4347: checking for intltool-merge configure:4365: found /usr/bin/intltool-merge configure:4377: result: /usr/bin/intltool-merge configure:4387: checking for intltool-extract configure:4405: found /usr/bin/intltool-extract configure:4417: result: /usr/bin/intltool-extract configure:4571: checking for xgettext configure:4589: found /usr/bin/xgettext configure:4601: result: /usr/bin/xgettext configure:4611: checking for msgmerge configure:4629: found /usr/bin/msgmerge configure:4641: result: /usr/bin/msgmerge configure:4651: checking for msgfmt configure:4669: found /usr/bin/msgfmt configure:4681: result: /usr/bin/msgfmt configure:4691: checking for gmsgfmt configure:4722: result: /usr/bin/msgfmt configure:4742: checking for perl configure:4760: found /usr/bin/perl configure:4772: result: /usr/bin/perl configure:4783: checking for perl >= 5.8.1 configure:4790: result: 5.18.2 configure:4794: checking for XML::Parser configure:4797: result: ok configure:4822: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4822: $? = 0 configure:4849: checking whether ln -s works configure:4853: result: yes configure:4895: checking for itstool configure:4911: found /usr/bin/itstool configure:4922: result: itstool configure:4937: checking for xmllint configure:4953: found /usr/bin/xmllint configure:4964: result: xmllint configure:5157: checking for i686-uhu-linux-gcc configure:5184: result: i686-uhu-linux-gcc configure:5453: checking for C compiler version configure:5462: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5473: $? = 0 configure:5462: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:5473: $? = 0 configure:5462: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:5473: $? = 1 configure:5462: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:5473: $? = 1 configure:5477: checking whether we are using the GNU C compiler configure:5505: result: yes configure:5514: checking whether i686-uhu-linux-gcc accepts -g configure:5575: result: yes configure:5592: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:5668: result: none needed configure:5690: checking dependency style of i686-uhu-linux-gcc configure:5801: result: gcc3 configure:5817: checking whether i686-uhu-linux-gcc and cc understand -c and -o together configure:5848: i686-uhu-linux-gcc -c conftest.c -o conftest2.o >&5 configure:5852: $? = 0 configure:5858: i686-uhu-linux-gcc -c conftest.c -o conftest2.o >&5 configure:5862: $? = 0 configure:5873: cc -c conftest.c >&5 configure:5877: $? = 0 configure:5885: cc -c conftest.c -o conftest2.o >&5 configure:5889: $? = 0 configure:5895: cc -c conftest.c -o conftest2.o >&5 configure:5899: $? = 0 configure:5917: result: yes configure:5971: checking build system type configure:5985: result: i686-uhu-linux-gnu configure:6005: checking host system type configure:6018: result: i686-uhu-linux-gnu configure:6059: checking how to print strings configure:6086: result: printf configure:6107: checking for a sed that does not truncate output configure:6171: result: /bin/sed configure:6189: checking for grep that handles long lines and -e configure:6247: result: /bin/grep configure:6252: checking for egrep configure:6314: result: /bin/grep -E configure:6319: checking for fgrep configure:6381: result: /bin/grep -F configure:6416: checking for ld used by i686-uhu-linux-gcc configure:6483: result: /usr/bin/ld configure:6490: checking if the linker (/usr/bin/ld) is GNU ld configure:6505: result: yes configure:6517: checking for BSD- or MS-compatible name lister (nm) configure:6566: result: /usr/bin/nm -B configure:6696: checking the name lister (/usr/bin/nm -B) interface configure:6703: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6706: /usr/bin/nm -B "conftest.o" configure:6709: output 00000000 B some_variable configure:6716: result: BSD nm configure:6720: checking the maximum length of command line arguments configure:6850: result: 1572864 configure:6867: checking whether the shell understands some XSI constructs configure:6877: result: yes configure:6881: checking whether the shell understands "+=" configure:6887: result: yes configure:6922: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:6962: result: func_convert_file_noop configure:6969: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:6989: result: func_convert_file_noop configure:6996: checking for /usr/bin/ld option to reload object files configure:7003: result: -r configure:7037: checking for i686-uhu-linux-objdump configure:7067: result: no configure:7077: checking for objdump configure:7093: found /usr/bin/objdump configure:7104: result: objdump configure:7136: checking how to recognize dependent libraries configure:7338: result: pass_all configure:7383: checking for i686-uhu-linux-dlltool configure:7413: result: no configure:7423: checking for dlltool configure:7453: result: no configure:7483: checking how to associate runtime and link libraries configure:7510: result: printf %s\n configure:7526: checking for i686-uhu-linux-ar configure:7542: found /usr/bin/i686-uhu-linux-ar configure:7553: result: i686-uhu-linux-ar configure:7634: checking for archiver @FILE support configure:7651: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7651: $? = 0 configure:7654: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:7657: $? = 0 configure:7662: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:7665: $? = 1 configure:7677: result: @ configure:7695: checking for i686-uhu-linux-strip configure:7725: result: no configure:7735: checking for strip configure:7751: found /usr/bin/strip configure:7762: result: strip configure:7794: checking for i686-uhu-linux-ranlib configure:7824: result: no configure:7834: checking for ranlib configure:7850: found /usr/bin/ranlib configure:7861: result: ranlib configure:7963: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc object configure:8083: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8086: $? = 0 configure:8090: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:8093: $? = 0 configure:8159: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:8162: $? = 0 configure:8200: result: ok configure:8237: checking for sysroot configure:8267: result: no configure:8489: checking for i686-uhu-linux-mt configure:8519: result: no configure:8529: checking for mt configure:8559: result: no configure:8579: checking if : is a manifest tool configure:8585: : '-?' configure:8593: result: no configure:9235: checking how to run the C preprocessor configure:9266: i686-uhu-linux-gcc -E conftest.c configure:9266: $? = 0 configure:9280: i686-uhu-linux-gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:9280: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnome-music" | #define PACKAGE_TARNAME "gnome-music" | #define PACKAGE_VERSION "3.12.2.1" | #define PACKAGE_STRING "gnome-music 3.12.2.1" | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-music" | #define PACKAGE_URL "https://wiki.gnome.org/Apps/Music" | #define PACKAGE "gnome-music" | #define VERSION "3.12.2.1" | #define GETTEXT_PACKAGE "gnome-music" | /* end confdefs.h. */ | #include configure:9305: result: i686-uhu-linux-gcc -E configure:9325: i686-uhu-linux-gcc -E conftest.c configure:9325: $? = 0 configure:9339: i686-uhu-linux-gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:9339: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gnome-music" | #define PACKAGE_TARNAME "gnome-music" | #define PACKAGE_VERSION "3.12.2.1" | #define PACKAGE_STRING "gnome-music 3.12.2.1" | #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-music" | #define PACKAGE_URL "https://wiki.gnome.org/Apps/Music" | #define PACKAGE "gnome-music" | #define VERSION "3.12.2.1" | #define GETTEXT_PACKAGE "gnome-music" | /* end confdefs.h. */ | #include configure:9368: checking for ANSI C header files configure:9388: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9388: $? = 0 configure:9461: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9461: $? = 0 configure:9461: ./conftest configure:9461: $? = 0 configure:9472: result: yes configure:9485: checking for sys/types.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for sys/stat.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for stdlib.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for string.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for memory.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for strings.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for inttypes.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for stdint.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9485: checking for unistd.h configure:9485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9485: $? = 0 configure:9485: result: yes configure:9499: checking for dlfcn.h configure:9499: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9499: $? = 0 configure:9499: result: yes configure:9704: checking for objdir configure:9719: result: .libs configure:9990: checking if i686-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:10008: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:10012: $? = 0 configure:10025: result: no configure:10352: checking for i686-uhu-linux-gcc option to produce PIC configure:10359: result: -fPIC -DPIC configure:10367: checking if i686-uhu-linux-gcc PIC flag -fPIC -DPIC works configure:10385: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:10389: $? = 0 configure:10402: result: yes configure:10431: checking if i686-uhu-linux-gcc static flag -static works configure:10459: result: yes configure:10474: checking if i686-uhu-linux-gcc supports -c -o file.o configure:10495: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:10499: $? = 0 configure:10521: result: yes configure:10529: checking if i686-uhu-linux-gcc supports -c -o file.o configure:10576: result: yes configure:10609: checking whether the i686-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:11762: result: yes configure:11799: checking whether -lc should be explicitly linked in configure:11807: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11810: $? = 0 configure:11825: i686-uhu-linux-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11828: $? = 0 configure:11842: result: no configure:12002: checking dynamic linker characteristics configure:12513: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12513: $? = 0 configure:12739: result: GNU/Linux ld.so configure:12846: checking how to hardcode library paths into programs configure:12871: result: immediate configure:13411: checking whether stripping libraries is possible configure:13416: result: yes configure:13451: checking if libtool supports shared libraries configure:13453: result: yes configure:13456: checking whether to build shared libraries configure:13477: result: yes configure:13480: checking whether to build static libraries configure:13484: result: no configure:13610: checking for cos in -lm configure:13635: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 conftest.c:31:6: warning: conflicting types for built-in function 'cos' [enabled by default] char cos (); ^ configure:13635: $? = 0 configure:13644: result: yes configure:13665: checking for i686-uhu-linux-pkg-config configure:13698: result: no configure:13708: checking for pkg-config configure:13726: found /usr/bin/pkg-config configure:13738: result: /usr/bin/pkg-config configure:13763: checking pkg-config is at least version 0.9.0 configure:13766: result: yes configure:13977: checking for gobject-introspection configure:13986: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0" configure:13989: $? = 0 configure:13996: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.6" configure:13999: $? = 0 configure:14023: result: yes configure:14094: checking for LIBGD configure:14101: $PKG_CONFIG --exists --print-errors " $LIBGD_MODULES " configure:14104: $? = 0 configure:14118: $PKG_CONFIG --exists --print-errors " $LIBGD_MODULES " configure:14121: $? = 0 configure:14179: result: yes configure:14198: checking for i686-uhu-linux-pkg-config configure:14228: result: /usr/bin/pkg-config configure:14296: checking pkg-config is at least version 0.22 configure:14299: result: yes configure:14331: checking for i686-uhu-linux-pkg-config configure:14361: result: /usr/bin/pkg-config configure:14429: checking pkg-config is at least version 0.16 configure:14432: result: yes configure:14545: checking for gobject-introspection configure:14554: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0" configure:14557: $? = 0 configure:14564: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.35.9" configure:14567: $? = 0 configure:14591: result: yes configure:14630: checking for GTK configure:14637: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.8" configure:14640: $? = 0 configure:14654: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.8" configure:14657: $? = 0 configure:14715: result: yes configure:14720: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.9.0" configure:14723: $? = 0 configure:14737: checking for GRL configure:14744: $PKG_CONFIG --exists --print-errors "grilo-0.2 >= $GRL_MIN_VERSION" configure:14747: $? = 0 configure:14761: $PKG_CONFIG --exists --print-errors "grilo-0.2 >= $GRL_MIN_VERSION" configure:14764: $? = 0 configure:14822: result: yes configure:14938: checking that generated files are newer than configure configure:14944: result: done configure:15051: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by gnome-music config.status 3.12.2.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp12 config.status:1451: creating Makefile config.status:1451: creating data/Makefile config.status:1451: creating help/Makefile config.status:1451: creating data/headerbar.ui config.status:1451: creating data/AboutDialog.ui config.status:1451: creating data/PlaylistDialog.ui config.status:1451: creating gnomemusic/Makefile config.status:1451: creating po/Makefile.in config.status:1451: creating libgd/Makefile config.status:1451: creating config.h config.status:1680: executing depfiles commands config.status:1680: executing libtool commands config.status:1680: executing po/stamp-it commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_GRL_CFLAGS_set= ac_cv_env_GRL_CFLAGS_value= ac_cv_env_GRL_LIBS_set= ac_cv_env_GRL_LIBS_value= ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= ac_cv_env_ITSTOOL_set= ac_cv_env_ITSTOOL_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBGD_CFLAGS_set= ac_cv_env_LIBGD_CFLAGS_value= ac_cv_env_LIBGD_LIBS_set= ac_cv_env_LIBGD_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_XMLLINT_set= ac_cv_env_XMLLINT_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_m_cos=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_PYTHON=/usr/bin/python3 ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_ITSTOOL=itstool ac_cv_prog_XMLLINT=xmllint ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_i686_uhu_linux_gcc_c_o=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_pathless_PYTHON=python3 am_cv_prog_tar_ustar=gnutar am_cv_python_platform=linux am_cv_python_pyexecdir='${exec_prefix}/lib/python3.4/site-packages' am_cv_python_pythondir='${prefix}/lib/python3.4/site-packages' am_cv_python_version=3.4 lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_GRL_CFLAGS='-pthread -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 ' pkg_cv_GRL_LIBS='-lgrilo-0.2 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 ' pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' pkg_cv_LIBGD_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_LIBGD_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ fi; \ if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \ $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ d="$(srcdir)/"; \ echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ echo "rm -f $$helpdir$$f"; \ elif test "x$$lc" != "xC"; then \ fi; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ if test "x$mdir" = "x."; then mdir=""; fi; \ if test -f "$$d$$lc/$$f"; then \ if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ mdir=`dirname "$$f"`; \ msgmerge -o "$(notdir $@)" "$(notdir $@)" "$(notdir $@).tmp" && \ mv "$(notdir $@).tmp" "$(notdir $@)"); \ rm "$(notdir $@).tmp"); \ rm -f "$$helpdir$$f"; \ then d=; \ xmlpath="$$lc"; \ xmlpath="$$lc:$(srcdir)/$$lc"; \ $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ $(MKDIR_P) "$(distdir)/$$lc"; \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ (cd "$(dir $@)" && \ (cd "$(dir $@)" && \ done; \ done; \ done; \ done; \ echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ echo "rm -f $$helpdir`basename $$f`"; \ echo "rm -f $$helpdir`basename $$f`"; \ else \ fi; \ for file in $(HELP_FILES); do \ for lc in C $(_HELP_LINGUAS); do \ for lc in C $(_HELP_LINGUAS); do \ for page in $(HELP_FILES); do \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ if test "x$(_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ if test -d "$$lc"; \ if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ rm -f "$$helpdir`basename $$f`"; \ rm -f "$$helpdir`basename $$f`"; \ $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@ $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" $^ > $@.tmp && mv $@.tmp $@ $(AM_V_GEN)if ! test -f "$@"; then \ $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \ $(AM_V_GEN)msgfmt -o "$@" "$<" $(AM_V_at)for po in $(_HELP_POFILES); do \ $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi $(AM_V_at)if test ! -f "$@" -a -f "$(srcdir)/$@"; then cp "$(srcdir)/$@" "$@"; fi $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)") $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ (cd "$(dir $@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ @$(NORMAL_INSTALL) @$(NORMAL_UNINSTALL) @for f in $(HELP_MEDIA); do \ @for f in $(HELP_MEDIA); do \ @for f in $(_HELP_C_EXTRA); do \ @for f in $(_HELP_C_EXTRA); do \ @for lc in C $(_HELP_LINGUAS); do \ @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files done done done done done done done; done; \ done; done done; done echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ else \ fi fi files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ for lc in C $(_HELP_LINGUAS); do \ for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ if test -n "$^"; then \ mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \ rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) test -n "$$files" || exit 0; \ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) touch "$@" $(_HELP_LC_FILES): $(_HELP_LINGUAS) $(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_LC_STAMPS): %.stamp: %.mo $(_HELP_LINGUAS): $(_HELP_LC_STAMPS) $(_HELP_MOFILES): %.mo: %.po $(_HELP_POFILES): $(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(gsettings__enum_file): $(gsettings_ENUM_FILES) %.gschema.valid: %.gschema.xml $(gsettings__enum_file) ' .PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas .PHONY: check-help .PHONY: clean-help .PHONY: install-help .PHONY: pot .PHONY: repo .PHONY: uninstall-help .SECONDARY: $(gsettings_SCHEMAS) ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing aclocal-1.13' ALL_LINGUAS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='i686-uhu-linux-ar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing automake-1.13' AWK='gawk' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) EXTRA_DIST += $(if $(YELP_LC_DIST),$(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp)) EXTRA_DIST ?= FGREP='/bin/grep -F' GETTEXT_PACKAGE='gnome-music' GLIB_COMPILE_RESOURCES='glib-compile-resources' GLIB_COMPILE_SCHEMAS='glib-compile-schemas' GMSGFMT='/usr/bin/msgfmt' GREP='/bin/grep' GRL_CFLAGS='-pthread -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 ' GRL_LIBS='-lgrilo-0.2 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 ' GSETTINGS_DISABLE_SCHEMAS_COMPILE='' GSETTINGS_RULES=' GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' GTK_OR_GD='Gtk' HAVE_INTROSPECTION_FALSE='#' HAVE_INTROSPECTION_TRUE='' HELP_DIR='${datadir}/help' HELP_EXTRA ?= HELP_FILES ?= HELP_ID ?= HELP_LINGUAS ?= HELP_MEDIA ?= HELP_POT ?= INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/usr/bin/intltool-update' INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' INTROSPECTION_CFLAGS='-pthread -I/usr/include/gobject-introspection-1.0 -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' INTROSPECTION_COMPILER='/usr/bin/g-ir-compiler' INTROSPECTION_GENERATE='/usr/bin/g-ir-generate' INTROSPECTION_GIRDIR='/usr/share/gir-1.0' INTROSPECTION_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 ' INTROSPECTION_MAKEFILE='/usr/share/gobject-introspection-1.0/Makefile.introspection' INTROSPECTION_SCANNER='/usr/bin/g-ir-scanner' INTROSPECTION_TYPELIBDIR='/usr/lib/girepository-1.0' ITSTOOL='itstool' LD='/usr/bin/ld' LDFLAGS='' LIBGD_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' LIBGD_GIR_FALSE='#' LIBGD_GIR_INCLUDES='Gtk-3.0' LIBGD_GIR_TRUE='' LIBGD_GTK_HACKS_FALSE='' LIBGD_GTK_HACKS_TRUE='#' LIBGD_HEADER_BAR_FALSE='#' LIBGD_HEADER_BAR_TRUE='' LIBGD_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' LIBGD_MAIN_ICON_VIEW_FALSE='#' LIBGD_MAIN_ICON_VIEW_TRUE='' LIBGD_MAIN_LIST_VIEW_FALSE='#' LIBGD_MAIN_LIST_VIEW_TRUE='' LIBGD_MAIN_TOOLBAR_FALSE='#' LIBGD_MAIN_TOOLBAR_TRUE='' LIBGD_MAIN_VIEW_FALSE='#' LIBGD_MAIN_VIEW_TRUE='' LIBGD_MARGIN_CONTAINER_FALSE='' LIBGD_MARGIN_CONTAINER_TRUE='#' LIBGD_MODULE_DIR='libgd' LIBGD_NOTIFICATION_FALSE='' LIBGD_NOTIFICATION_TRUE='#' LIBGD_REVEALER_FALSE='#' LIBGD_REVEALER_TRUE='' LIBGD_SOURCES='' LIBGD_STACK_FALSE='#' LIBGD_STACK_TRUE='' LIBGD_STATIC_FALSE='' LIBGD_STATIC_TRUE='#' LIBGD_TAGGED_ENTRY_FALSE='' LIBGD_TAGGED_ENTRY_TRUE='#' LIBGD_VAPI_FALSE='' LIBGD_VAPI_TRUE='#' LIBGD__HEADER_BUTTON_FALSE='#' LIBGD__HEADER_BUTTON_TRUE='' LIBGD__VIEW_COMMON_FALSE='#' LIBGD__VIEW_COMMON_TRUE='' LIBM='-lm' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='gnome-music' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-music' PACKAGE_NAME='gnome-music' PACKAGE_STRING='gnome-music 3.12.2.1' PACKAGE_TARNAME='gnome-music' PACKAGE_URL='https://wiki.gnome.org/Apps/Music' PACKAGE_VERSION='3.12.2.1' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PYTHON='/usr/bin/python3' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='3.4' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='yes' VERSION='3.12.2.1' XGETTEXT='/usr/bin/xgettext' XMLLINT='xmllint' YELP_HELP_RULES=' YELP_LC_DIST='true' YELP_LC_MEDIA_LINKS='true' _HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) _HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) _HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) _HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) _HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) _HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) _HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) _HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) _HELP_LC_VERBOSE_0 = @echo " GEN "$(dir $@); _HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) _HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) _HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) _HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) _HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' all-am: $(gsettings_SCHEMAS:.xml=.valid) all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' check-help: check: check-help clean-gsettings-schemas: clean-help: datadir='${datarootdir}' datarootdir='${prefix}/share' distdir-help-files: distdir: distdir-help-files docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' endif' exec_prefix='${prefix}' gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) gsettingsschemadir='${datarootdir}/glib-2.0/schemas' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' ifdef gsettings_ENUM_NAMESPACE includedir='${prefix}/include' infodir='/usr/share/info' install-data-am: $(if $(HELP_ID),install-help) install-data-am: install-gsettings-schemas install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) install-help: install_sh='${SHELL} /var/uhubuild/work/compile/install-sh' intltool__v_merge_options_0='-q' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' mostlyclean-am: $(if $(HELP_ID),clean-help) mostlyclean-am: clean-gsettings-schemas oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/gnome-music' pkgpythondir='${pythondir}/gnome-music' pot: $(_HELP_POTFILE) prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python3.4/site-packages' pythondir='${prefix}/lib/python3.4/site-packages' repo: $(_HELP_POTFILE) sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' uninstall-am: $(if $(HELP_ID),uninstall-help) uninstall-am: uninstall-gsettings-schemas uninstall-gsettings-schemas: uninstall-help: ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "gnome-music" #define PACKAGE_TARNAME "gnome-music" #define PACKAGE_VERSION "3.12.2.1" #define PACKAGE_STRING "gnome-music 3.12.2.1" #define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-music" #define PACKAGE_URL "https://wiki.gnome.org/Apps/Music" #define PACKAGE "gnome-music" #define VERSION "3.12.2.1" #define GETTEXT_PACKAGE "gnome-music" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define LIBGD_MAIN_VIEW 1 #define LIBGD_MAIN_ICON_VIEW 1 #define LIBGD_MAIN_LIST_VIEW 1 #define LIBGD_MAIN_TOOLBAR 1 #define LIBGD_HEADER_BAR 1 #define LIBGD_REVEALER 1 #define LIBGD_STACK 1 #define LIBGD__HEADER_BUTTON 1 #define LIBGD__VIEW_COMMON 1 configure: exit 0