Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247181 Details for
Bug 337165
media-sound/mpd fails to build with USE=avahi
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 39.12 KB, created by
Nick Bowler
on 2010-09-13 21:22:08 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Nick Bowler
Created:
2010-09-13 21:22:08 UTC
Size:
39.12 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by mpd configure 0.15.8, which was >generated by GNU Autoconf 2.65. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-ipv6 --disable-cue --disable-sqlite --enable-curl --disable-lastfm --disable-mms --enable-bzip2 --disable-zip --disable-iso9660 --enable-id3 --disable-audiofile --disable-ffmpeg --enable-flac --enable-mad --disable-mikmod --disable-modplug --disable-mpc --enable-vorbis --disable-sidplay --disable-fluidsynth --disable-wavpack --disable-lsr --enable-alsa --disable-ao --enable-fifo --disable-pipe-output --disable-jack --disable-oss --disable-pulse --disable-aac --disable-debug --disable-gprof --with-zeroconf=avahi --enable-tcp --enable-un --disable-wildmidi --disable-libOggFLACtest --disable-documentation --enable-shout --enable-vorbis-encoder --enable-httpd-output --disable-lame-encoder --enable-oggflac > >## --------- ## >## Platform. ## >## --------- ## > >hostname = emergent >uname -m = x86_64 >uname -r = 2.6.36-rc4 >uname -s = Linux >uname -v = #34 SMP PREEMPT Mon Sep 13 15:00:44 EDT 2010 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz >/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/ccache/bin >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/i386-redhat-linux/gcc-bin/4.3.5 >PATH: /usr/x86_64-pc-linux-gnu/i486-pc-mingw32/gcc-bin/4.4.4 >PATH: /usr/x86_64-pc-linux-gnu/i686-redhat-linux/gcc-bin/4.4.4 >PATH: /usr/x86_64-pc-linux-gnu/powerpc-e300c3-linux-gnu/gcc-bin/4.4.4 >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 >PATH: /usr/x86_64-pc-linux-gnu/x86_64-pc-linux-uclibc/gcc-bin/4.4.2 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2613: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2745: checking for a BSD-compatible install >configure:2813: result: /usr/bin/install -c >configure:2824: checking whether build environment is sane >configure:2874: result: yes >configure:3015: checking for a thread-safe mkdir -p >configure:3054: result: /bin/mkdir -p >configure:3067: checking for gawk >configure:3083: found /usr/bin/gawk >configure:3094: result: gawk >configure:3105: checking whether make sets $(MAKE) >configure:3127: result: yes >configure:3229: checking for style of include used by make >configure:3257: result: GNU >configure:3287: checking for x86_64-pc-linux-gnu-gcc >configure:3303: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:3314: result: x86_64-pc-linux-gnu-gcc >configure:3583: checking for C compiler version >configure:3592: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.4.3-r2 p1.2) 4.4.3 >Copyright (C) 2010 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:3603: $? = 0 >configure:3592: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3-r2/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/python --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3-r2 p1.2' >Thread model: posix >gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) >configure:3603: $? = 0 >configure:3592: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:3603: $? = 1 >configure:3592: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: no input files >configure:3603: $? = 1 >configure:3623: checking whether the C compiler works >configure:3645: x86_64-pc-linux-gnu-gcc -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c >&5 >configure:3649: $? = 0 >configure:3698: result: yes >configure:3701: checking for C compiler default output file name >configure:3703: result: a.out >configure:3709: checking for suffix of executables >configure:3716: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c >&5 >configure:3720: $? = 0 >configure:3742: result: >configure:3764: checking whether we are cross compiling >configure:3772: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c >&5 >configure:3776: $? = 0 >configure:3783: ./conftest >configure:3787: $? = 0 >configure:3802: result: no >configure:3807: checking for suffix of object files >configure:3829: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:3833: $? = 0 >configure:3854: result: o >configure:3858: checking whether we are using the GNU C compiler >configure:3877: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:3877: $? = 0 >configure:3886: result: yes >configure:3895: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3915: x86_64-pc-linux-gnu-gcc -c -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:3915: $? = 0 >configure:3956: result: yes >configure:3973: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4037: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:4037: $? = 0 >configure:4050: result: none needed >configure:4072: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4182: result: gcc3 >configure:4197: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 >configure:4346: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:62: error: expected ';', ',' or ')' before 'text' >conftest.c: In function 'main': >conftest.c:116: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' >conftest.c:116: error: 'newvar' undeclared (first use in this function) >conftest.c:116: error: (Each undeclared identifier is reported only once >conftest.c:116: error: for each function it appears in.) >conftest.c:126: error: 'for' loop initial declarations are only allowed in C99 mode >conftest.c:126: note: use option -std=c99 or -std=gnu99 to compile your code >configure:4346: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mpd" >| #define PACKAGE_TARNAME "mpd" >| #define PACKAGE_VERSION "0.15.8" >| #define PACKAGE_STRING "mpd 0.15.8" >| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net" >| #define PACKAGE_URL "" >| #define PACKAGE "mpd" >| #define VERSION "0.15.8" >| #define PROTOCOL_VERSION "0.15.0" >| /* end confdefs.h. */ >| #include <stdarg.h> >| #include <stdbool.h> >| #include <stdlib.h> >| #include <wchar.h> >| #include <stdio.h> >| >| // Check varargs macros. These examples are taken from C99 6.10.3.5. >| #define debug(...) fprintf (stderr, __VA_ARGS__) >| #define showlist(...) puts (#__VA_ARGS__) >| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) >| static void >| test_varargs_macros (void) >| { >| int x = 1234; >| int y = 5678; >| debug ("Flag"); >| debug ("X = %d\n", x); >| showlist (The first, second, and third items.); >| report (x>y, "x is %d but y is %d", x, y); >| } >| >| // Check long long types. >| #define BIG64 18446744073709551615ull >| #define BIG32 4294967295ul >| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) >| #if !BIG_OK >| your preprocessor is broken; >| #endif >| #if BIG_OK >| #else >| your preprocessor is broken; >| #endif >| static long long int bignum = -9223372036854775807LL; >| static unsigned long long int ubignum = BIG64; >| >| struct incomplete_array >| { >| int datasize; >| double data[]; >| }; >| >| struct named_init { >| int number; >| const wchar_t *name; >| double average; >| }; >| >| typedef const char *ccp; >| >| static inline int >| test_restrict (ccp restrict text) >| { >| // See if C++-style comments work. >| // Iterate through items via the restricted pointer. >| // Also check for declarations in for loops. >| for (unsigned int i = 0; *(text+i) != '\0'; ++i) >| continue; >| return 0; >| } >| >| // Check varargs and va_copy. >| static void >| test_varargs (const char *format, ...) >| { >| va_list args; >| va_start (args, format); >| va_list args_copy; >| va_copy (args_copy, args); >| >| const char *str; >| int number; >| float fnumber; >| >| while (*format) >| { >| switch (*format++) >| { >| case 's': // string >| str = va_arg (args_copy, const char *); >| break; >| case 'd': // int >| number = va_arg (args_copy, int); >| break; >| case 'f': // float >| fnumber = va_arg (args_copy, double); >| break; >| default: >| break; >| } >| } >| va_end (args_copy); >| va_end (args); >| } >| >| int >| main () >| { >| >| // Check bool. >| _Bool success = false; >| >| // Check restrict. >| if (test_restrict ("String literal") == 0) >| success = true; >| char *restrict newvar = "Another string"; >| >| // Check varargs. >| test_varargs ("s, d' f .", "string", 65, 34.234); >| test_varargs_macros (); >| >| // Check flexible array members. >| struct incomplete_array *ia = >| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); >| ia->datasize = 10; >| for (int i = 0; i < ia->datasize; ++i) >| ia->data[i] = i * 1.234; >| >| // Check named initializers. >| struct named_init ni = { >| .number = 34, >| .name = L"Test wide string", >| .average = 543.34343, >| }; >| >| ni.number = 58; >| >| int dynamic_array[ni.number]; >| dynamic_array[ni.number - 1] = 543; >| >| // work around unused variable warnings >| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' >| || dynamic_array[ni.number - 1] != 543); >| >| ; >| return 0; >| } >configure:4346: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:4346: $? = 0 >configure:4366: result: -std=gnu99 >configure:4388: checking for x86_64-pc-linux-gnu-g++ >configure:4404: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++ >configure:4415: result: x86_64-pc-linux-gnu-g++ >configure:4486: checking for C++ compiler version >configure:4495: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.4.3-r2 p1.2) 4.4.3 >Copyright (C) 2010 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:4506: $? = 0 >configure:4495: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3-r2/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/python --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3-r2 p1.2' >Thread model: posix >gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) >configure:4506: $? = 0 >configure:4495: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: '-V' option must have argument >configure:4506: $? = 1 >configure:4495: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: unrecognized option '-qversion' >x86_64-pc-linux-gnu-g++: no input files >configure:4506: $? = 1 >configure:4510: checking whether we are using the GNU C++ compiler >configure:4529: x86_64-pc-linux-gnu-g++ -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.cpp >&5 >configure:4529: $? = 0 >configure:4538: result: yes >configure:4547: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:4567: x86_64-pc-linux-gnu-g++ -c -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.cpp >&5 >configure:4567: $? = 0 >configure:4608: result: yes >configure:4633: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:4743: result: gcc3 >configure:4816: checking whether make sets $(MAKE) >configure:4838: result: yes >configure:4853: checking for x86_64-pc-linux-gnu-pkg-config >configure:4886: result: no >configure:4896: checking for pkg-config >configure:4914: found /usr/bin/pkg-config >configure:4926: result: /usr/bin/pkg-config >configure:4951: checking pkg-config is at least version 0.9.0 >configure:4954: result: yes >configure:4980: checking build system type >configure:4994: result: x86_64-pc-linux-gnu >configure:5014: checking host system type >configure:5027: result: x86_64-pc-linux-gnu >configure:5095: checking for syslog >configure:5095: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c >&5 >configure:5095: $? = 0 >configure:5095: result: yes >configure:5155: checking for socket in -lsocket >configure:5180: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c -lsocket >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket >collect2: ld returned 1 exit status >configure:5180: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mpd" >| #define PACKAGE_TARNAME "mpd" >| #define PACKAGE_VERSION "0.15.8" >| #define PACKAGE_STRING "mpd 0.15.8" >| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net" >| #define PACKAGE_URL "" >| #define PACKAGE "mpd" >| #define VERSION "0.15.8" >| #define PROTOCOL_VERSION "0.15.0" >| #define HAVE_SYSLOG 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char socket (); >| int >| main () >| { >| return socket (); >| ; >| return 0; >| } >configure:5189: result: no >configure:5195: checking for gethostbyname in -lnsl >configure:5220: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c -lnsl >&5 >configure:5220: $? = 0 >configure:5229: result: yes >configure:5236: checking for exp in -lm >configure:5261: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c -lm >&5 >conftest.c:20: warning: conflicting types for built-in function 'exp' >configure:5261: $? = 0 >configure:5270: result: yes >configure:5282: checking how to run the C preprocessor >configure:5313: x86_64-pc-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:5313: $? = 0 >configure:5327: x86_64-pc-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:13:28: error: ac_nonexistent.h: No such file or directory >configure:5327: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mpd" >| #define PACKAGE_TARNAME "mpd" >| #define PACKAGE_VERSION "0.15.8" >| #define PACKAGE_STRING "mpd 0.15.8" >| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net" >| #define PACKAGE_URL "" >| #define PACKAGE "mpd" >| #define VERSION "0.15.8" >| #define PROTOCOL_VERSION "0.15.0" >| #define HAVE_SYSLOG 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5352: result: x86_64-pc-linux-gnu-gcc -std=gnu99 -E >configure:5372: x86_64-pc-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:5372: $? = 0 >configure:5386: x86_64-pc-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:13:28: error: ac_nonexistent.h: No such file or directory >configure:5386: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mpd" >| #define PACKAGE_TARNAME "mpd" >| #define PACKAGE_VERSION "0.15.8" >| #define PACKAGE_STRING "mpd 0.15.8" >| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net" >| #define PACKAGE_URL "" >| #define PACKAGE "mpd" >| #define VERSION "0.15.8" >| #define PROTOCOL_VERSION "0.15.0" >| #define HAVE_SYSLOG 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5415: checking for grep that handles long lines and -e >configure:5473: result: /bin/grep >configure:5478: checking for egrep >configure:5540: result: /bin/grep -E >configure:5545: checking for ANSI C header files >configure:5565: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5565: $? = 0 >configure:5638: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders conftest.c >&5 >configure:5638: $? = 0 >configure:5638: ./conftest >configure:5638: $? = 0 >configure:5649: result: yes >configure:5662: checking for sys/types.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for sys/stat.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for stdlib.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for string.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for memory.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for strings.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for inttypes.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for stdint.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5662: checking for unistd.h >configure:5662: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5662: $? = 0 >configure:5662: result: yes >configure:5677: checking locale.h usability >configure:5677: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5677: $? = 0 >configure:5677: result: yes >configure:5677: checking locale.h presence >configure:5677: x86_64-pc-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:5677: $? = 0 >configure:5677: result: yes >configure:5677: checking for locale.h >configure:5677: result: yes >configure:5689: checking valgrind/memcheck.h usability >configure:5689: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5689: $? = 0 >configure:5689: result: yes >configure:5689: checking valgrind/memcheck.h presence >configure:5689: x86_64-pc-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:5689: $? = 0 >configure:5689: result: yes >configure:5689: checking for valgrind/memcheck.h >configure:5689: result: yes >configure:5704: checking for GLIB >configure:5712: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gthread-2.0" >configure:5715: $? = 0 >configure:5730: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gthread-2.0" >configure:5733: $? = 0 >configure:5769: result: yes >configure:5798: checking for ipv6 >configure:5818: result: yes >configure:5848: checking for struct ucred >configure:5865: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:32: error: storage size of 'cred' isn't known >configure:5865: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "mpd" >| #define PACKAGE_TARNAME "mpd" >| #define PACKAGE_VERSION "0.15.8" >| #define PACKAGE_STRING "mpd 0.15.8" >| #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net" >| #define PACKAGE_URL "" >| #define PACKAGE "mpd" >| #define VERSION "0.15.8" >| #define PROTOCOL_VERSION "0.15.0" >| #define HAVE_SYSLOG 1 >| #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_LOCALE_H 1 >| #define HAVE_VALGRIND_MEMCHECK_H 1 >| #define HAVE_IPV6 1 >| #define HAVE_TCP 1 >| #define HAVE_UN 1 >| /* end confdefs.h. */ >| #include <sys/socket.h> >| int >| main () >| { >| struct ucred cred; >| ; >| return 0; >| } >configure:5885: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5885: $? = 0 >configure:5900: result: yes >configure:6070: checking for AVAHI >configure:6078: $PKG_CONFIG --exists --print-errors "avahi-client avahi-glib" >Package avahi-client was not found in the pkg-config search path. >Perhaps you should add the directory containing `avahi-client.pc' >to the PKG_CONFIG_PATH environment variable >No package 'avahi-client' found >configure:6081: $? = 1 >configure:6096: $PKG_CONFIG --exists --print-errors "avahi-client avahi-glib" >Package avahi-client was not found in the pkg-config search path. >Perhaps you should add the directory containing `avahi-client.pc' >to the PKG_CONFIG_PATH environment variable >No package 'avahi-client' found >configure:6099: $? = 1 >No package 'avahi-client' found >configure:6127: result: no >configure:6147: error: Avahi support requested but not found > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_ALSA_CFLAGS_set= >ac_cv_env_ALSA_CFLAGS_value= >ac_cv_env_ALSA_LIBS_set= >ac_cv_env_ALSA_LIBS_value= >ac_cv_env_AO_CFLAGS_set= >ac_cv_env_AO_CFLAGS_value= >ac_cv_env_AO_LIBS_set= >ac_cv_env_AO_LIBS_value= >ac_cv_env_AUDIOFILE_CFLAGS_set= >ac_cv_env_AUDIOFILE_CFLAGS_value= >ac_cv_env_AUDIOFILE_LIBS_set= >ac_cv_env_AUDIOFILE_LIBS_value= >ac_cv_env_AVAHI_CFLAGS_set= >ac_cv_env_AVAHI_CFLAGS_value= >ac_cv_env_AVAHI_LIBS_set= >ac_cv_env_AVAHI_LIBS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -march=core2 -pipe' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CUE_CFLAGS_set= >ac_cv_env_CUE_CFLAGS_value= >ac_cv_env_CUE_LIBS_set= >ac_cv_env_CUE_LIBS_value= >ac_cv_env_CURL_CFLAGS_set= >ac_cv_env_CURL_CFLAGS_value= >ac_cv_env_CURL_LIBS_set= >ac_cv_env_CURL_LIBS_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-O2 -march=core2 -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_FFMPEG_CFLAGS_set= >ac_cv_env_FFMPEG_CFLAGS_value= >ac_cv_env_FFMPEG_LIBS_set= >ac_cv_env_FFMPEG_LIBS_value= >ac_cv_env_FLAC_CFLAGS_set= >ac_cv_env_FLAC_CFLAGS_value= >ac_cv_env_FLAC_LIBS_set= >ac_cv_env_FLAC_LIBS_value= >ac_cv_env_FLUIDSYNTH_CFLAGS_set= >ac_cv_env_FLUIDSYNTH_CFLAGS_value= >ac_cv_env_FLUIDSYNTH_LIBS_set= >ac_cv_env_FLUIDSYNTH_LIBS_value= >ac_cv_env_GLIB_CFLAGS_set= >ac_cv_env_GLIB_CFLAGS_value= >ac_cv_env_GLIB_LIBS_set= >ac_cv_env_GLIB_LIBS_value= >ac_cv_env_ID3TAG_CFLAGS_set= >ac_cv_env_ID3TAG_CFLAGS_value= >ac_cv_env_ID3TAG_LIBS_set= >ac_cv_env_ID3TAG_LIBS_value= >ac_cv_env_ISO9660_CFLAGS_set= >ac_cv_env_ISO9660_CFLAGS_value= >ac_cv_env_ISO9660_LIBS_set= >ac_cv_env_ISO9660_LIBS_value= >ac_cv_env_JACK_CFLAGS_set= >ac_cv_env_JACK_CFLAGS_value= >ac_cv_env_JACK_LIBS_set= >ac_cv_env_JACK_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_MAD_CFLAGS_set= >ac_cv_env_MAD_CFLAGS_value= >ac_cv_env_MAD_LIBS_set= >ac_cv_env_MAD_LIBS_value= >ac_cv_env_MMS_CFLAGS_set= >ac_cv_env_MMS_CFLAGS_value= >ac_cv_env_MMS_LIBS_set= >ac_cv_env_MMS_LIBS_value= >ac_cv_env_MODPLUG_CFLAGS_set= >ac_cv_env_MODPLUG_CFLAGS_value= >ac_cv_env_MODPLUG_LIBS_set= >ac_cv_env_MODPLUG_LIBS_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_PULSE_CFLAGS_set= >ac_cv_env_PULSE_CFLAGS_value= >ac_cv_env_PULSE_LIBS_set= >ac_cv_env_PULSE_LIBS_value= >ac_cv_env_SAMPLERATE_013_CFLAGS_set= >ac_cv_env_SAMPLERATE_013_CFLAGS_value= >ac_cv_env_SAMPLERATE_013_LIBS_set= >ac_cv_env_SAMPLERATE_013_LIBS_value= >ac_cv_env_SAMPLERATE_CFLAGS_set= >ac_cv_env_SAMPLERATE_CFLAGS_value= >ac_cv_env_SAMPLERATE_LIBS_set= >ac_cv_env_SAMPLERATE_LIBS_value= >ac_cv_env_SHOUT_CFLAGS_set= >ac_cv_env_SHOUT_CFLAGS_value= >ac_cv_env_SHOUT_LIBS_set= >ac_cv_env_SHOUT_LIBS_value= >ac_cv_env_SQLITE_CFLAGS_set= >ac_cv_env_SQLITE_CFLAGS_value= >ac_cv_env_SQLITE_LIBS_set= >ac_cv_env_SQLITE_LIBS_value= >ac_cv_env_VORBISENC_CFLAGS_set= >ac_cv_env_VORBISENC_CFLAGS_value= >ac_cv_env_VORBISENC_LIBS_set= >ac_cv_env_VORBISENC_LIBS_value= >ac_cv_env_VORBIS_CFLAGS_set= >ac_cv_env_VORBIS_CFLAGS_value= >ac_cv_env_VORBIS_LIBS_set= >ac_cv_env_VORBIS_LIBS_value= >ac_cv_env_WAVPACK_CFLAGS_set= >ac_cv_env_WAVPACK_CFLAGS_value= >ac_cv_env_WAVPACK_LIBS_set= >ac_cv_env_WAVPACK_LIBS_value= >ac_cv_env_ZZIP_CFLAGS_set= >ac_cv_env_ZZIP_CFLAGS_value= >ac_cv_env_ZZIP_LIBS_set= >ac_cv_env_ZZIP_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_syslog=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_pwd_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_header_valgrind_memcheck_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_m_exp=yes >ac_cv_lib_nsl_gethostbyname=yes >ac_cv_lib_socket_socket=no >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -std=gnu99 -E' >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99=-std=gnu99 >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >am_cv_CC_dependencies_compiler_type=gcc3 >am_cv_CXX_dependencies_compiler_type=gcc3 >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >mpd_cv_have_struct_ucred=yes >pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GLIB_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0 ' >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/media-sound/mpd-0.15.8/work/mpd-0.15.8/missing --run aclocal-1.11' >ALSA_CFLAGS='' >ALSA_LIBS='' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage/media-sound/mpd-0.15.8/work/mpd-0.15.8/missing --run tar' >AM_CFLAGS='' >AO_CFLAGS='' >AO_LIBS='' >AUDIOFILE_CFLAGS='' >AUDIOFILE_LIBS='' >AUTOCONF='${SHELL} /var/tmp/portage/media-sound/mpd-0.15.8/work/mpd-0.15.8/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/media-sound/mpd-0.15.8/work/mpd-0.15.8/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/media-sound/mpd-0.15.8/work/mpd-0.15.8/missing --run automake-1.11' >AVAHI_CFLAGS='' >AVAHI_LIBS='' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc -std=gnu99' >CCDEPMODE='depmode=gcc3' >CFLAGS='-O2 -march=core2 -pipe' >CPP='x86_64-pc-linux-gnu-gcc -std=gnu99 -E' >CPPFLAGS=' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' >CUE_CFLAGS='' >CUE_LIBS='' >CURL_CFLAGS='' >CURL_LIBS='' >CXX='x86_64-pc-linux-gnu-g++' >CXXDEPMODE='depmode=gcc3' >CXXFLAGS='-O2 -march=core2 -pipe' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DOXYGEN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_ARCHIVE_FALSE='' >ENABLE_ARCHIVE_TRUE='' >ENABLE_DOCUMENTATION_FALSE='' >ENABLE_DOCUMENTATION_TRUE='' >ENABLE_ENCODER_FALSE='' >ENABLE_ENCODER_TRUE='' >ENABLE_FLUIDSYNTH_FALSE='' >ENABLE_FLUIDSYNTH_TRUE='' >ENABLE_HTTPD_OUTPUT_FALSE='' >ENABLE_HTTPD_OUTPUT_TRUE='' >ENABLE_LAME_ENCODER_FALSE='' >ENABLE_LAME_ENCODER_TRUE='' >ENABLE_LASTFM_FALSE='' >ENABLE_LASTFM_TRUE='' >ENABLE_MIKMOD_DECODER_FALSE='' >ENABLE_MIKMOD_DECODER_TRUE='' >ENABLE_MMS_FALSE='' >ENABLE_MMS_TRUE='' >ENABLE_PIPE_OUTPUT_FALSE='' >ENABLE_PIPE_OUTPUT_TRUE='' >ENABLE_SIDPLAY_FALSE='' >ENABLE_SIDPLAY_TRUE='' >ENABLE_SOLARIS_OUTPUT_FALSE='' >ENABLE_SOLARIS_OUTPUT_TRUE='' >ENABLE_SQLITE_FALSE='' >ENABLE_SQLITE_TRUE='' >ENABLE_TEST_FALSE='' >ENABLE_TEST_TRUE='' >ENABLE_VORBIS_DECODER_FALSE='' >ENABLE_VORBIS_DECODER_TRUE='' >ENABLE_VORBIS_ENCODER_FALSE='' >ENABLE_VORBIS_ENCODER_TRUE='' >ENABLE_WILDMIDI_FALSE='' >ENABLE_WILDMIDI_TRUE='' >EXEEXT='' >FFMPEG_CFLAGS='' >FFMPEG_LIBS='' >FLAC_CFLAGS='' >FLAC_LIBS='' >FLUIDSYNTH_CFLAGS='' >FLUIDSYNTH_LIBS='' >GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GLIB_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0 ' >GREP='/bin/grep' >HAVE_ALSA_FALSE='' >HAVE_ALSA_TRUE='' >HAVE_AO_FALSE='' >HAVE_AO_TRUE='' >HAVE_AUDIOFILE_FALSE='' >HAVE_AUDIOFILE_TRUE='' >HAVE_AVAHI_FALSE='' >HAVE_AVAHI_TRUE='' >HAVE_BONJOUR_FALSE='' >HAVE_BONJOUR_TRUE='' >HAVE_BZ2_FALSE='' >HAVE_BZ2_TRUE='' >HAVE_CUE_FALSE='' >HAVE_CUE_TRUE='#' >HAVE_CURL_FALSE='' >HAVE_CURL_TRUE='' >HAVE_FAAD_FALSE='' >HAVE_FAAD_TRUE='' >HAVE_FFMPEG_FALSE='' >HAVE_FFMPEG_TRUE='' >HAVE_FIFO_FALSE='' >HAVE_FIFO_TRUE='' >HAVE_FLAC_COMMON_FALSE='' >HAVE_FLAC_COMMON_TRUE='' >HAVE_FLAC_FALSE='' >HAVE_FLAC_TRUE='' >HAVE_ID3TAG_FALSE='' >HAVE_ID3TAG_TRUE='' >HAVE_ISO_FALSE='' >HAVE_ISO_TRUE='' >HAVE_JACK_FALSE='' >HAVE_JACK_TRUE='' >HAVE_LIBSAMPLERATE_FALSE='' >HAVE_LIBSAMPLERATE_TRUE='' >HAVE_MAD_FALSE='' >HAVE_MAD_TRUE='' >HAVE_MODPLUG_FALSE='' >HAVE_MODPLUG_TRUE='' >HAVE_MP4_FALSE='' >HAVE_MP4_TRUE='' >HAVE_MPCDEC_FALSE='' >HAVE_MPCDEC_TRUE='' >HAVE_MVP_FALSE='' >HAVE_MVP_TRUE='' >HAVE_OGGFLAC_FALSE='' >HAVE_OGGFLAC_TRUE='' >HAVE_OGG_COMMON_FALSE='' >HAVE_OGG_COMMON_TRUE='' >HAVE_OSS_FALSE='' >HAVE_OSS_TRUE='' >HAVE_OSX_FALSE='' >HAVE_OSX_TRUE='' >HAVE_PULSE_FALSE='' >HAVE_PULSE_TRUE='' >HAVE_SHOUT_FALSE='' >HAVE_SHOUT_TRUE='' >HAVE_WAVPACK_FALSE='' >HAVE_WAVPACK_TRUE='' >HAVE_XMLTO_FALSE='' >HAVE_XMLTO_TRUE='' >HAVE_ZEROCONF_FALSE='' >HAVE_ZEROCONF_TRUE='' >HAVE_ZIP_FALSE='' >HAVE_ZIP_TRUE='' >ID3TAG_CFLAGS='' >ID3TAG_LIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >ISO9660_CFLAGS='' >ISO9660_LIBS='' >JACK_CFLAGS='' >JACK_LIBS='' >LAME_CFLAGS='' >LAME_LIBS='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders' >LIBMIKMOD_CFLAGS='' >LIBMIKMOD_CONFIG='' >LIBMIKMOD_LIBS='' >LIBOBJS='' >LIBOGGFLAC_CFLAGS='' >LIBOGGFLAC_LIBS='' >LIBS='' >LTLIBOBJS='' >MAD_CFLAGS='' >MAD_LIBS='' >MAKEINFO='${SHELL} /var/tmp/portage/media-sound/mpd-0.15.8/work/mpd-0.15.8/missing --run makeinfo' >MKDIR_P='/bin/mkdir -p' >MMS_CFLAGS='' >MMS_LIBS='' >MODPLUG_CFLAGS='' >MODPLUG_LIBS='' >MP4FF_LIBS='' >MPD_CFLAGS=' -D_GNU_SOURCE' >MPD_LIBS=' -lnsl -lm' >OBJEXT='o' >PACKAGE='mpd' >PACKAGE_BUGREPORT='musicpd-dev-team@lists.sourceforge.net' >PACKAGE_NAME='mpd' >PACKAGE_STRING='mpd 0.15.8' >PACKAGE_TARNAME='mpd' >PACKAGE_URL='' >PACKAGE_VERSION='0.15.8' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/pkg-config' >PULSE_CFLAGS='' >PULSE_LIBS='' >SAMPLERATE_013_CFLAGS='' >SAMPLERATE_013_LIBS='' >SAMPLERATE_CFLAGS='' >SAMPLERATE_LIBS='' >SET_MAKE='' >SHELL='/bin/sh' >SHOUT_CFLAGS='' >SHOUT_LIBS='' >SIDPLAY_CFLAGS='' >SIDPLAY_LIBS='' >SQLITE_CFLAGS='' >SQLITE_LIBS='' >STRIP='' >TREMOR_CFLAGS='' >TREMOR_LIBS='' >VERSION='0.15.8' >VORBISENC_CFLAGS='' >VORBISENC_LIBS='' >VORBIS_CFLAGS='' >VORBIS_LIBS='' >WAVPACK_CFLAGS='' >WAVPACK_LIBS='' >WILDMIDI_CFLAGS='' >WILDMIDI_LIBS='' >XMLTO='' >ZZIP_CFLAGS='' >ZZIP_LIBS='' >ac_ct_CC='' >ac_ct_CXX='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__fastdepCXX_FALSE='#' >am__fastdepCXX_TRUE='' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/media-sound/mpd-0.15.8/work/mpd-0.15.8/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "mpd" >#define PACKAGE_TARNAME "mpd" >#define PACKAGE_VERSION "0.15.8" >#define PACKAGE_STRING "mpd 0.15.8" >#define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net" >#define PACKAGE_URL "" >#define PACKAGE "mpd" >#define VERSION "0.15.8" >#define PROTOCOL_VERSION "0.15.0" >#define HAVE_SYSLOG 1 >#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_LOCALE_H 1 >#define HAVE_VALGRIND_MEMCHECK_H 1 >#define HAVE_IPV6 1 >#define HAVE_TCP 1 >#define HAVE_UN 1 >#define HAVE_STRUCT_UCRED 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 337165
:
247180
| 247181