Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 451262 Details for
Bug 597952
net-misc/dleyna-server-0.5.0 : upnp.h:128:1: error: unknown type name 'GUPnPContextManager'
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), 51.60 KB, created by
Toralf Förster
on 2016-10-24 07:21:42 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-10-24 07:21:42 UTC
Size:
51.60 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 dleyna-server configure 0.5.0, which was >generated by GNU Autoconf 2.69. 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 --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = mr-fox >uname -m = x86_64 >uname -r = 4.7.10-hardened >uname -s = Linux >uname -v = #1 SMP Sun Oct 23 17:48:23 CEST 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz >/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/portage/python2.7/ebuild-helpers/xattr >PATH: /usr/lib/portage/python2.7/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/gcc-bin/6.2.0 >PATH: /opt/ekopath/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2336: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2485: checking for a BSD-compatible install >configure:2553: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >configure:2564: checking whether build environment is sane >configure:2619: result: yes >configure:2770: checking for a thread-safe mkdir -p >configure:2809: result: /bin/mkdir -p >configure:2816: checking for gawk >configure:2832: found /usr/bin/gawk >configure:2843: result: gawk >configure:2854: checking whether make sets $(MAKE) >configure:2876: result: yes >configure:2905: checking whether make supports nested variables >configure:2922: result: yes >configure:3049: checking whether to enable maintainer-specific portions of Makefiles >configure:3058: result: no >configure:3082: checking whether make supports nested variables >configure:3099: result: yes >configure:3163: checking for x86_64-pc-linux-gnu-gcc >configure:3179: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3190: result: x86_64-pc-linux-gnu-gcc >configure:3459: checking for C compiler version >configure:3468: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo Hardened 6.2.0-r1 p1.1) 6.2.0 >Copyright (C) 2016 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:3479: $? = 0 >configure:3468: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 6.2.0-r1 p1.1' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --disable-libquadmath --enable-lto --without-isl --disable-libsanitizer --disable-default-pie --enable-default-ssp >Thread model: posix >gcc version 6.2.0 (Gentoo Hardened 6.2.0-r1 p1.1) >configure:3479: $? = 0 >configure:3468: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3479: $? = 1 >configure:3468: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3479: $? = 1 >configure:3499: checking whether the C compiler works >configure:3521: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3525: $? = 0 >configure:3573: result: yes >configure:3576: checking for C compiler default output file name >configure:3578: result: a.out >configure:3584: checking for suffix of executables >configure:3591: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3595: $? = 0 >configure:3617: result: >configure:3639: checking whether we are cross compiling >configure:3647: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3651: $? = 0 >configure:3658: ./conftest >configure:3662: $? = 0 >configure:3677: result: no >configure:3682: checking for suffix of object files >configure:3704: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:3708: $? = 0 >configure:3729: result: o >configure:3733: checking whether we are using the GNU C compiler >configure:3752: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:3752: $? = 0 >configure:3761: result: yes >configure:3770: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3790: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3790: $? = 0 >configure:3831: result: yes >configure:3848: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3911: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:3911: $? = 0 >configure:3924: result: none needed >configure:3949: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:3971: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3974: $? = 0 >configure:3971: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3974: $? = 0 >configure:3986: result: yes >configure:4014: checking for style of include used by make >configure:4042: result: GNU >configure:4068: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4179: result: none >configure:4229: checking build system type >configure:4243: result: x86_64-pc-linux-gnu >configure:4263: checking host system type >configure:4276: result: x86_64-pc-linux-gnu >configure:4317: checking how to print strings >configure:4344: result: printf >configure:4365: checking for a sed that does not truncate output >configure:4429: result: /bin/sed >configure:4447: checking for grep that handles long lines and -e >configure:4505: result: /bin/grep >configure:4510: checking for egrep >configure:4572: result: /bin/grep -E >configure:4577: checking for fgrep >configure:4639: result: /bin/grep -F >configure:4674: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:4741: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:4748: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:4763: result: yes >configure:4775: checking for BSD- or MS-compatible name lister (nm) >configure:4824: result: /usr/bin/nm -B >configure:4954: checking the name lister (/usr/bin/nm -B) interface >configure:4961: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:4964: /usr/bin/nm -B "conftest.o" >configure:4967: output >0000000000000000 B some_variable >configure:4974: result: BSD nm >configure:4977: checking whether ln -s works >configure:4981: result: yes >configure:4989: checking the maximum length of command line arguments >configure:5120: result: 1572864 >configure:5137: checking whether the shell understands some XSI constructs >configure:5147: result: yes >configure:5151: checking whether the shell understands "+=" >configure:5157: result: yes >configure:5192: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:5232: result: func_convert_file_noop >configure:5239: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:5259: result: func_convert_file_noop >configure:5266: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:5273: result: -r >configure:5307: checking for x86_64-pc-linux-gnu-objdump >configure:5323: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:5334: result: x86_64-pc-linux-gnu-objdump >configure:5406: checking how to recognize dependent libraries >configure:5604: result: pass_all >configure:5649: checking for x86_64-pc-linux-gnu-dlltool >configure:5679: result: no >configure:5689: checking for dlltool >configure:5719: result: no >configure:5749: checking how to associate runtime and link libraries >configure:5776: result: printf %s\n >configure:5793: checking for x86_64-pc-linux-gnu-ar >configure:5809: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:5820: result: x86_64-pc-linux-gnu-ar >configure:5901: checking for archiver @FILE support >configure:5918: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:5918: $? = 0 >configure:5921: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:5924: $? = 0 >configure:5929: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:5932: $? = 1 >configure:5944: result: @ >configure:5962: checking for x86_64-pc-linux-gnu-strip >configure:5978: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:5989: result: x86_64-pc-linux-gnu-strip >configure:6061: checking for x86_64-pc-linux-gnu-ranlib >configure:6077: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6088: result: x86_64-pc-linux-gnu-ranlib >configure:6230: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object >configure:6350: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:6353: $? = 0 >configure:6357: /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:6360: $? = 0 >configure:6426: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:6429: $? = 0 >configure:6467: result: ok >configure:6504: checking for sysroot >configure:6534: result: no >configure:6611: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:6614: $? = 0 >configure:6763: checking for x86_64-pc-linux-gnu-mt >configure:6793: result: no >configure:6803: checking for mt >configure:6819: found /usr/sbin/mt >configure:6830: result: mt >configure:6853: checking if mt is a manifest tool >configure:6859: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:6867: result: no >configure:7509: checking how to run the C preprocessor >configure:7540: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7540: $? = 0 >configure:7554: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:7554: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dleyna-server" >| #define PACKAGE_TARNAME "dleyna-server" >| #define PACKAGE_VERSION "0.5.0" >| #define PACKAGE_STRING "dleyna-server 0.5.0" >| #define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >| #define PACKAGE_URL "https://01.org/dleyna/" >| #define PACKAGE "dleyna-server" >| #define VERSION "0.5.0" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7579: result: x86_64-pc-linux-gnu-gcc -E >configure:7599: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7599: $? = 0 >configure:7613: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:7613: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dleyna-server" >| #define PACKAGE_TARNAME "dleyna-server" >| #define PACKAGE_VERSION "0.5.0" >| #define PACKAGE_STRING "dleyna-server 0.5.0" >| #define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >| #define PACKAGE_URL "https://01.org/dleyna/" >| #define PACKAGE "dleyna-server" >| #define VERSION "0.5.0" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7642: checking for ANSI C header files >configure:7662: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7662: $? = 0 >configure:7735: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7735: $? = 0 >configure:7735: ./conftest >configure:7735: $? = 0 >configure:7746: result: yes >configure:7759: checking for sys/types.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for sys/stat.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for stdlib.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for string.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for memory.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for strings.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for inttypes.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for stdint.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7759: checking for unistd.h >configure:7759: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7759: $? = 0 >configure:7759: result: yes >configure:7773: checking for dlfcn.h >configure:7773: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:7773: $? = 0 >configure:7773: result: yes >configure:7977: checking for objdir >configure:7992: result: .libs >configure:8263: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8281: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C >configure:8285: $? = 0 >configure:8298: result: no >configure:8625: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:8632: result: -fPIC -DPIC >configure:8640: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:8658: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -fPIC -DPIC -DPIC conftest.c >&5 >configure:8662: $? = 0 >configure:8675: result: yes >configure:8704: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:8732: result: yes >configure:8747: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:8768: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -o out/conftest2.o conftest.c >&5 >configure:8772: $? = 0 >configure:8794: result: yes >configure:8802: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:8849: result: yes >configure:8882: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:10039: result: yes >configure:10076: checking whether -lc should be explicitly linked in >configure:10084: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:10087: $? = 0 >configure:10102: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:10105: $? = 0 >configure:10119: result: no >configure:10279: checking dynamic linker characteristics >configure:10779: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:10779: $? = 0 >configure:11013: result: GNU/Linux ld.so >configure:11120: checking how to hardcode library paths into programs >configure:11145: result: immediate >configure:11239: checking for shl_load >configure:11239: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/net-misc/dleyna-server-0.5.0/temp/ccLHeBnY.o: In function `main': >conftest.c:(.text.startup+0x24): undefined reference to `shl_load' >collect2: error: ld returned 1 exit status >configure:11239: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dleyna-server" >| #define PACKAGE_TARNAME "dleyna-server" >| #define PACKAGE_VERSION "0.5.0" >| #define PACKAGE_STRING "dleyna-server 0.5.0" >| #define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >| #define PACKAGE_URL "https://01.org/dleyna/" >| #define PACKAGE "dleyna-server" >| #define VERSION "0.5.0" >| #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/" >| /* end confdefs.h. */ >| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define shl_load innocuous_shl_load >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char shl_load (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef shl_load >| >| /* 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 shl_load (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_shl_load || defined __stub___shl_load >| choke me >| #endif >| >| int >| main () >| { >| return shl_load (); >| ; >| return 0; >| } >configure:11239: result: no >configure:11243: checking for shl_load in -ldld >configure:11268: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c -ldld >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldld >collect2: error: ld returned 1 exit status >configure:11268: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dleyna-server" >| #define PACKAGE_TARNAME "dleyna-server" >| #define PACKAGE_VERSION "0.5.0" >| #define PACKAGE_STRING "dleyna-server 0.5.0" >| #define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >| #define PACKAGE_URL "https://01.org/dleyna/" >| #define PACKAGE "dleyna-server" >| #define VERSION "0.5.0" >| #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/" >| /* 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 shl_load (); >| int >| main () >| { >| return shl_load (); >| ; >| return 0; >| } >configure:11277: result: no >configure:11282: checking for dlopen >configure:11282: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/net-misc/dleyna-server-0.5.0/temp/cczKpE9a.o: In function `main': >conftest.c:(.text.startup+0x24): undefined reference to `dlopen' >collect2: error: ld returned 1 exit status >configure:11282: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dleyna-server" >| #define PACKAGE_TARNAME "dleyna-server" >| #define PACKAGE_VERSION "0.5.0" >| #define PACKAGE_STRING "dleyna-server 0.5.0" >| #define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >| #define PACKAGE_URL "https://01.org/dleyna/" >| #define PACKAGE "dleyna-server" >| #define VERSION "0.5.0" >| #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/" >| /* end confdefs.h. */ >| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define dlopen innocuous_dlopen >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char dlopen (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef dlopen >| >| /* 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 dlopen (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_dlopen || defined __stub___dlopen >| choke me >| #endif >| >| int >| main () >| { >| return dlopen (); >| ; >| return 0; >| } >configure:11282: result: no >configure:11286: checking for dlopen in -ldl >configure:11311: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 >configure:11311: $? = 0 >configure:11320: result: yes >configure:11439: checking whether a program can dlopen itself >configure:11519: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -ldl >&5 >configure:11522: $? = 0 >configure:11540: result: yes >configure:11545: checking whether a statically linked program can dlopen itself >configure:11625: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic -static conftest.c -ldl >&5 >/var/tmp/portage/net-misc/dleyna-server-0.5.0/temp/ccYZwm4p.o: In function `main': >conftest.c:(.text.startup+0x2c): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking >/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie >collect2: error: ld returned 1 exit status >configure:11628: $? = 1 >configure:11646: result: no >configure:11685: checking whether stripping libraries is possible >configure:11690: result: yes >configure:11725: checking if libtool supports shared libraries >configure:11727: result: yes >configure:11730: checking whether to build shared libraries >configure:11751: result: yes >configure:11754: checking whether to build static libraries >configure:11758: result: no >configure:11809: checking for x86_64-pc-linux-gnu-pkg-config >configure:11827: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:11839: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:11907: checking pkg-config is at least version 0.16 >configure:11910: result: yes >configure:11920: checking for GLIB >configure:11927: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28" >configure:11930: $? = 0 >configure:11944: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28" >configure:11947: $? = 0 >configure:12005: result: yes >configure:12011: checking for GIO >configure:12018: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.28" >configure:12021: $? = 0 >configure:12035: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.28" >configure:12038: $? = 0 >configure:12096: result: yes >configure:12102: checking for GSSDP >configure:12109: $PKG_CONFIG --exists --print-errors "gssdp-1.0 >= 0.13.2" >configure:12112: $? = 0 >configure:12126: $PKG_CONFIG --exists --print-errors "gssdp-1.0 >= 0.13.2" >configure:12129: $? = 0 >configure:12187: result: yes >configure:12193: checking for GUPNP >configure:12200: $PKG_CONFIG --exists --print-errors "gupnp-1.0 >= 0.20.3" >configure:12203: $? = 0 >configure:12217: $PKG_CONFIG --exists --print-errors "gupnp-1.0 >= 0.20.3" >configure:12220: $? = 0 >configure:12278: result: yes >configure:12284: checking for GUPNPAV >configure:12291: $PKG_CONFIG --exists --print-errors "gupnp-av-1.0 >= 0.11.5" >configure:12294: $? = 0 >configure:12308: $PKG_CONFIG --exists --print-errors "gupnp-av-1.0 >= 0.11.5" >configure:12311: $? = 0 >configure:12369: result: yes >configure:12375: checking for GUPNPDLNA >configure:12382: $PKG_CONFIG --exists --print-errors "gupnp-dlna-2.0 >= 0.9.4" >configure:12385: $? = 0 >configure:12399: $PKG_CONFIG --exists --print-errors "gupnp-dlna-2.0 >= 0.9.4" >configure:12402: $? = 0 >configure:12460: result: yes >configure:12466: checking for SOUP >configure:12473: $PKG_CONFIG --exists --print-errors "libsoup-2.4 >= 2.28.2" >configure:12476: $? = 0 >configure:12490: $PKG_CONFIG --exists --print-errors "libsoup-2.4 >= 2.28.2" >configure:12493: $? = 0 >configure:12551: result: yes >configure:12557: checking for LIBXML >configure:12564: $PKG_CONFIG --exists --print-errors "libxml-2.0" >configure:12567: $? = 0 >configure:12581: $PKG_CONFIG --exists --print-errors "libxml-2.0" >configure:12584: $? = 0 >configure:12642: result: yes >configure:12651: checking for stdlib.h >configure:12651: result: yes >configure:12651: checking for string.h >configure:12651: result: yes >configure:12651: checking syslog.h usability >configure:12651: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:12651: $? = 0 >configure:12651: result: yes >configure:12651: checking syslog.h presence >configure:12651: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:12651: $? = 0 >configure:12651: result: yes >configure:12651: checking for syslog.h >configure:12651: result: yes >configure:12663: checking for uint8_t >configure:12663: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:12663: $? = 0 >configure:12663: result: yes >configure:12677: checking for stdbool.h that conforms to C99 >configure:12744: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:12744: $? = 0 >configure:12751: result: yes >configure:12753: checking for _Bool >configure:12753: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:12753: $? = 0 >configure:12753: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >conftest.c: In function 'main': >conftest.c:62:20: error: expected expression before ')' token > if (sizeof ((_Bool))) > ^ >configure:12753: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dleyna-server" >| #define PACKAGE_TARNAME "dleyna-server" >| #define PACKAGE_VERSION "0.5.0" >| #define PACKAGE_STRING "dleyna-server 0.5.0" >| #define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >| #define PACKAGE_URL "https://01.org/dleyna/" >| #define PACKAGE "dleyna-server" >| #define VERSION "0.5.0" >| #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 HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYSLOG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((_Bool))) >| return 0; >| ; >| return 0; >| } >configure:12753: result: yes >configure:12770: checking for size_t >configure:12770: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >configure:12770: $? = 0 >configure:12770: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined conftest.c >&5 >conftest.c: In function 'main': >conftest.c:64:21: error: expected expression before ')' token > if (sizeof ((size_t))) > ^ >configure:12770: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dleyna-server" >| #define PACKAGE_TARNAME "dleyna-server" >| #define PACKAGE_VERSION "0.5.0" >| #define PACKAGE_STRING "dleyna-server 0.5.0" >| #define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >| #define PACKAGE_URL "https://01.org/dleyna/" >| #define PACKAGE "dleyna-server" >| #define VERSION "0.5.0" >| #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 HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:12770: result: yes >configure:12785: checking for stdlib.h >configure:12785: result: yes >configure:12795: checking for GNU libc compatible malloc >configure:12819: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:12819: $? = 0 >configure:12819: ./conftest >configure:12819: $? = 0 >configure:12829: result: yes >configure:12852: checking for stdlib.h >configure:12852: result: yes >configure:12862: checking for GNU libc compatible realloc >configure:12886: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:12886: $? = 0 >configure:12886: ./conftest >configure:12886: $? = 0 >configure:12896: result: yes >configure:12920: checking for memset >configure:12920: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:55:6: warning: conflicting types for built-in function 'memset' > char memset (); > ^~~~~~ >configure:12920: $? = 0 >configure:12920: result: yes >configure:12920: checking for strchr >configure:12920: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:56:6: warning: conflicting types for built-in function 'strchr' > char strchr (); > ^~~~~~ >configure:12920: $? = 0 >configure:12920: result: yes >configure:12920: checking for strrchr >configure:12920: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:57:6: warning: conflicting types for built-in function 'strrchr' > char strrchr (); > ^~~~~~~ >configure:12920: $? = 0 >configure:12920: result: yes >configure:12920: checking for strstr >configure:12920: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:58:6: warning: conflicting types for built-in function 'strstr' > char strstr (); > ^~~~~~ >configure:12920: $? = 0 >configure:12920: result: yes >configure:12998: checking for DLEYNA_CORE >configure:13005: $PKG_CONFIG --exists --print-errors "dleyna-core-1.0 >= 0.5.0" >configure:13008: $? = 0 >configure:13022: $PKG_CONFIG --exists --print-errors "dleyna-core-1.0 >= 0.5.0" >configure:13025: $? = 0 >configure:13083: result: yes >configure:13192: checking for --with-log-level=7 >configure:13252: result: ok >configure:13268: checking for --with-log-type=0 >configure:13279: result: ok >configure:13467: checking that generated files are newer than configure >configure:13473: result: done >configure:13504: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by dleyna-server config.status 0.5.0, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on mr-fox > >config.status:1150: creating Makefile >config.status:1150: creating libdleyna/server/Makefile >config.status:1150: creating libdleyna/server/dleyna-server-service.conf >config.status:1150: creating server/dleyna-server-service-1.0.pc >config.status:1150: creating server/Makefile >config.status:1150: creating test/dbus/Makefile >config.status:1150: creating config.h >config.status:1379: executing depfiles commands >config.status:1379: executing libtool commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_uint8_t=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_DLEYNA_CORE_CFLAGS_set= >ac_cv_env_DLEYNA_CORE_CFLAGS_value= >ac_cv_env_DLEYNA_CORE_LIBS_set= >ac_cv_env_DLEYNA_CORE_LIBS_value= >ac_cv_env_GIO_CFLAGS_set= >ac_cv_env_GIO_CFLAGS_value= >ac_cv_env_GIO_LIBS_set= >ac_cv_env_GIO_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_GSSDP_CFLAGS_set= >ac_cv_env_GSSDP_CFLAGS_value= >ac_cv_env_GSSDP_LIBS_set= >ac_cv_env_GSSDP_LIBS_value= >ac_cv_env_GUPNPAV_CFLAGS_set= >ac_cv_env_GUPNPAV_CFLAGS_value= >ac_cv_env_GUPNPAV_LIBS_set= >ac_cv_env_GUPNPAV_LIBS_value= >ac_cv_env_GUPNPDLNA_CFLAGS_set= >ac_cv_env_GUPNPDLNA_CFLAGS_value= >ac_cv_env_GUPNPDLNA_LIBS_set= >ac_cv_env_GUPNPDLNA_LIBS_value= >ac_cv_env_GUPNP_CFLAGS_set= >ac_cv_env_GUPNP_CFLAGS_value= >ac_cv_env_GUPNP_LIBS_set= >ac_cv_env_GUPNP_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIBXML_CFLAGS_set= >ac_cv_env_LIBXML_CFLAGS_value= >ac_cv_env_LIBXML_LIBS_set= >ac_cv_env_LIBXML_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_SOUP_CFLAGS_set= >ac_cv_env_SOUP_CFLAGS_value= >ac_cv_env_SOUP_LIBS_set= >ac_cv_env_SOUP_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_func_dlopen=no >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_memset=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_shl_load=no >ac_cv_func_strchr=yes >ac_cv_func_strrchr=yes >ac_cv_func_strstr=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_stdbool_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_syslog_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_dld_shl_load=no >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >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 -E' >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_ac_ct_MANIFEST_TOOL=mt >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_type__Bool=yes >ac_cv_type_size_t=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_dlopen=dlopen >lt_cv_dlopen_libs=-ldl >lt_cv_dlopen_self=yes >lt_cv_dlopen_self_static=no >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/x86_64-pc-linux-gnu/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=yes >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_DLEYNA_CORE_CFLAGS='-I/usr/include/dleyna-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -pthread -I/usr/include/uuid ' >pkg_cv_DLEYNA_CORE_LIBS='-ldleyna-core-1.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgupnp-1.0 ' >pkg_cv_GIO_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread ' >pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GLIB_LIBS='-lglib-2.0 ' >pkg_cv_GSSDP_CFLAGS='-I/usr/include/gssdp-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread ' >pkg_cv_GSSDP_LIBS='-lgssdp-1.0 ' >pkg_cv_GUPNPAV_CFLAGS='-I/usr/include/gupnp-av-1.0 ' >pkg_cv_GUPNPAV_LIBS='-lgupnp-av-1.0 ' >pkg_cv_GUPNPDLNA_CFLAGS='-I/usr/include/gupnp-dlna-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread ' >pkg_cv_GUPNPDLNA_LIBS='-lgupnp-dlna-2.0 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GUPNP_CFLAGS='-I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -pthread -I/usr/include/uuid ' >pkg_cv_GUPNP_LIBS='-lgupnp-1.0 ' >pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 ' >pkg_cv_LIBXML_LIBS='-lxml2 ' >pkg_cv_SOUP_CFLAGS='-I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 ' >pkg_cv_SOUP_LIBS='-lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/net-misc/dleyna-server-0.5.0/work/dleyna-server-0.5.0/build-aux/missing aclocal-1.14' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/net-misc/dleyna-server-0.5.0/work/dleyna-server-0.5.0/build-aux/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/net-misc/dleyna-server-0.5.0/work/dleyna-server-0.5.0/build-aux/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/net-misc/dleyna-server-0.5.0/work/dleyna-server-0.5.0/build-aux/missing automake-1.14' >AWK='gawk' >BUILD_SERVER_FALSE='#' >BUILD_SERVER_TRUE='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe -Wno-format-extra-args -Wl,--no-undefined' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DBUS_SERVICE_DIR='/usr/share/dbus-1/services' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >DLEYNA_CORE_CFLAGS='-I/usr/include/dleyna-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -pthread -I/usr/include/uuid ' >DLEYNA_CORE_LIBS='-ldleyna-core-1.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgupnp-1.0 ' >DLEYNA_SERVER_INTERFACE_MANAGER='com.intel.dLeynaServer.Manager' >DLEYNA_SERVER_INTERFACE_MEDIA_DEVICE='com.intel.dLeynaServer.MediaDevice' >DLEYNA_SERVER_NAME='com.intel.dleyna-server' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >FGREP='/bin/grep -F' >GIO_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread ' >GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GLIB_LIBS='-lglib-2.0 ' >GREP='/bin/grep' >GSSDP_CFLAGS='-I/usr/include/gssdp-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread ' >GSSDP_LIBS='-lgssdp-1.0 ' >GUPNPAV_CFLAGS='-I/usr/include/gupnp-av-1.0 ' >GUPNPAV_LIBS='-lgupnp-av-1.0 ' >GUPNPDLNA_CFLAGS='-I/usr/include/gupnp-dlna-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread ' >GUPNPDLNA_LIBS='-lgupnp-dlna-2.0 -lgobject-2.0 -lglib-2.0 ' >GUPNP_CFLAGS='-I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -pthread -I/usr/include/uuid ' >GUPNP_LIBS='-lgupnp-1.0 ' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBXML_CFLAGS='-I/usr/include/libxml2 ' >LIBXML_LIBS='-lxml2 ' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/net-misc/dleyna-server-0.5.0/work/dleyna-server-0.5.0/build-aux/missing makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='dleyna-server' >PACKAGE_BUGREPORT='https://github.com/01org/dleyna-server/issues/new' >PACKAGE_NAME='dleyna-server' >PACKAGE_STRING='dleyna-server 0.5.0' >PACKAGE_TARNAME='dleyna-server' >PACKAGE_URL='https://01.org/dleyna/' >PACKAGE_VERSION='0.5.0' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/lib64/pkgconfig' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SOUP_CFLAGS='-I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 ' >SOUP_LIBS='-lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >STRIP='x86_64-pc-linux-gnu-strip' >VERSION='0.5.0' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='#' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} 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='${prefix}' >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/net-misc/dleyna-server-0.5.0/work/dleyna-server-0.5.0/build-aux/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >never_quit='false' >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='' >with_connector_name='dbus' >with_log_level='7' >with_log_type='0' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "dleyna-server" >#define PACKAGE_TARNAME "dleyna-server" >#define PACKAGE_VERSION "0.5.0" >#define PACKAGE_STRING "dleyna-server 0.5.0" >#define PACKAGE_BUGREPORT "https://github.com/01org/dleyna-server/issues/new" >#define PACKAGE_URL "https://01.org/dleyna/" >#define PACKAGE "dleyna-server" >#define VERSION "0.5.0" >#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 HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_SYSLOG_H 1 >#define HAVE__BOOL 1 >#define HAVE_STDBOOL_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_MALLOC 1 >#define HAVE_STDLIB_H 1 >#define HAVE_REALLOC 1 >#define HAVE_MEMSET 1 >#define HAVE_STRCHR 1 >#define HAVE_STRRCHR 1 >#define HAVE_STRSTR 1 >#define DLEYNA_LOG_LEVEL_DISABLED 0x00 >#define DLEYNA_LOG_LEVEL_ERROR 0x01 >#define DLEYNA_LOG_LEVEL_CRITICAL 0x02 >#define DLEYNA_LOG_LEVEL_WARNING 0x04 >#define DLEYNA_LOG_LEVEL_MESSAGE 0x08 >#define DLEYNA_LOG_LEVEL_INFO 0x10 >#define DLEYNA_LOG_LEVEL_DEBUG 0x20 >#define DLEYNA_LOG_LEVEL_DEFAULT 0x13 >#define DLEYNA_LOG_LEVEL_ALL 0x3F >#define DLEYNA_LOG_LEVEL 19 >#define DLEYNA_SERVER_OBJECT "/com/intel/dLeynaServer" >#define DLEYNA_SERVER_PATH "/com/intel/dLeynaServer/server" >#define DLEYNA_SERVER_NAME "com.intel.dleyna-server" >#define DLEYNA_SERVER_INTERFACE_MANAGER "com.intel.dLeynaServer.Manager" >#define DLEYNA_SERVER_INTERFACE_MEDIA_DEVICE "com.intel.dLeynaServer.MediaDevice" > >configure: exit 0
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 597952
: 451262 |
451264
|
451266
|
451268