Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360904 Details for
Bug 488054
=lxde-base/lxsession-0.4.9.2 - configure: error: Package requirements (polkit-agent-1) were not met: No package 'polkit-agent-1' found
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), 47.41 KB, created by
eroen
on 2013-10-14 19:20:04 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
eroen
Created:
2013-10-14 19:20:04 UTC
Size:
47.41 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 lxsession configure 0.4.9.2, 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 --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --enable-nls > >## --------- ## >## Platform. ## >## --------- ## > >hostname = falcon >uname -m = x86_64 >uname -r = 3.10.7-e6-falcon0+ >uname -s = Linux >uname -v = #7 SMP PREEMPT Mon Aug 19 02:40:02 CEST 2013 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU @ 2.40GHz >/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/lib64/portage/bin/ebuild-helpers/xattr >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/gcc-bin/4.8.1 >PATH: /usr/x86_64-pc-linux-gnu/x86_64-pc-linux-musl/gcc-bin/4.8.1 >PATH: /usr/x86_64-pc-linux-gnu/x86_64-pc-linux-muslx32/gcc-bin/4.8.1 >PATH: /opt/nvidia-cg-toolkit/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2299: 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 >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [[ ${CBUILD:-${CHOST}} != ${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:2442: checking for a BSD-compatible install >configure:2510: result: /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c >configure:2521: checking whether build environment is sane >configure:2571: result: yes >configure:2712: checking for a thread-safe mkdir -p >configure:2751: result: /bin/mkdir -p >configure:2764: checking for gawk >configure:2780: found /usr/bin/gawk >configure:2791: result: gawk >configure:2802: checking whether make sets $(MAKE) >configure:2824: result: yes >configure:2906: checking whether NLS is requested >configure:2915: result: yes >configure:2931: checking for style of include used by make >configure:2959: result: GNU >configure:2990: checking for x86_64-pc-linux-gnu-gcc >configure:3006: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3017: result: x86_64-pc-linux-gnu-gcc >configure:3286: checking for C compiler version >configure:3295: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.1-r1 p1.2, pie-0.5.7) 4.8.1 >Copyright (C) 2013 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3306: $? = 0 >configure:3295: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1-r1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-cloog --disable-isl-version-check --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1-r1 p1.2, pie-0.5.7' >Thread model: posix >gcc version 4.8.1 (Gentoo 4.8.1-r1 p1.2, pie-0.5.7) >configure:3306: $? = 0 >configure:3295: 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:3306: $? = 1 >configure:3295: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3306: $? = 1 >configure:3326: checking whether the C compiler works >configure:3348: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3352: $? = 0 >configure:3400: result: yes >configure:3403: checking for C compiler default output file name >configure:3405: result: a.out >configure:3411: checking for suffix of executables >configure:3418: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3422: $? = 0 >configure:3444: result: >configure:3466: checking whether we are cross compiling >configure:3474: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3478: $? = 0 >configure:3485: ./conftest >configure:3489: $? = 0 >configure:3504: result: no >configure:3509: checking for suffix of object files >configure:3531: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3535: $? = 0 >configure:3556: result: o >configure:3560: checking whether we are using the GNU C compiler >configure:3579: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3579: $? = 0 >configure:3588: result: yes >configure:3597: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3617: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3617: $? = 0 >configure:3658: result: yes >configure:3675: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3738: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3738: $? = 0 >configure:3751: result: none needed >configure:3773: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3884: result: none >configure:3914: checking for intltool >= 0.40.0 >configure:3916: result: 0.50.2 found >configure:3924: checking for intltool-update >configure:3942: found /usr/bin/intltool-update >configure:3954: result: /usr/bin/intltool-update >configure:3964: checking for intltool-merge >configure:3982: found /usr/bin/intltool-merge >configure:3994: result: /usr/bin/intltool-merge >configure:4004: checking for intltool-extract >configure:4022: found /usr/bin/intltool-extract >configure:4034: result: /usr/bin/intltool-extract >configure:4188: checking for xgettext >configure:4206: found /usr/bin/xgettext >configure:4218: result: /usr/bin/xgettext >configure:4228: checking for msgmerge >configure:4246: found /usr/bin/msgmerge >configure:4258: result: /usr/bin/msgmerge >configure:4268: checking for msgfmt >configure:4286: found /usr/bin/msgfmt >configure:4298: result: /usr/bin/msgfmt >configure:4308: checking for gmsgfmt >configure:4326: found /usr/bin/gmsgfmt >configure:4339: result: /usr/bin/gmsgfmt >configure:4359: checking for perl >configure:4377: found /usr/bin/perl >configure:4389: result: /usr/bin/perl >configure:4400: checking for perl >= 5.8.1 >configure:4407: result: 5.18.1 >configure:4439: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4439: $? = 0 >configure:4497: checking build system type >configure:4511: result: x86_64-pc-linux-gnu >configure:4531: checking host system type >configure:4544: result: x86_64-pc-linux-gnu >configure:4585: checking how to print strings >configure:4612: result: printf >configure:4633: checking for a sed that does not truncate output >configure:4697: result: /bin/sed >configure:4715: checking for grep that handles long lines and -e >configure:4773: result: /bin/grep >configure:4778: checking for egrep >configure:4840: result: /bin/grep -E >configure:4845: checking for fgrep >configure:4907: result: /bin/grep -F >configure:4942: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:5009: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5016: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5031: result: yes >configure:5043: checking for BSD- or MS-compatible name lister (nm) >configure:5092: result: /usr/bin/nm -B >configure:5222: checking the name lister (/usr/bin/nm -B) interface >configure:5229: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:5232: /usr/bin/nm -B "conftest.o" >configure:5235: output >0000000000000000 B some_variable >configure:5242: result: BSD nm >configure:5245: checking whether ln -s works >configure:5249: result: yes >configure:5257: checking the maximum length of command line arguments >configure:5388: result: 1572864 >configure:5405: checking whether the shell understands some XSI constructs >configure:5415: result: yes >configure:5419: checking whether the shell understands "+=" >configure:5425: result: yes >configure:5460: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:5500: result: func_convert_file_noop >configure:5507: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:5527: result: func_convert_file_noop >configure:5534: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:5541: result: -r >configure:5575: checking for x86_64-pc-linux-gnu-objdump >configure:5591: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:5602: result: x86_64-pc-linux-gnu-objdump >configure:5674: checking how to recognize dependent libraries >configure:5872: result: pass_all >configure:5917: checking for x86_64-pc-linux-gnu-dlltool >configure:5947: result: no >configure:5957: checking for dlltool >configure:5987: result: no >configure:6017: checking how to associate runtime and link libraries >configure:6044: result: printf %s\n >configure:6060: checking for x86_64-pc-linux-gnu-ar >configure:6076: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6087: result: x86_64-pc-linux-gnu-ar >configure:6168: checking for archiver @FILE support >configure:6185: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:6185: $? = 0 >configure:6188: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6191: $? = 0 >configure:6196: 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:6199: $? = 1 >configure:6211: result: @ >configure:6229: checking for x86_64-pc-linux-gnu-strip >configure:6245: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:6256: result: x86_64-pc-linux-gnu-strip >configure:6328: checking for x86_64-pc-linux-gnu-ranlib >configure:6344: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6355: result: x86_64-pc-linux-gnu-ranlib >configure:6497: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object >configure:6617: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:6620: $? = 0 >configure:6624: /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:6627: $? = 0 >configure:6693: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:6696: $? = 0 >configure:6734: result: ok >configure:6771: checking for sysroot >configure:6801: result: no >configure:6878: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:6881: $? = 0 >configure:7024: checking for x86_64-pc-linux-gnu-mt >configure:7054: result: no >configure:7064: checking for mt >configure:7080: found /usr/sbin/mt >configure:7091: result: mt >configure:7114: checking if mt is a manifest tool >configure:7120: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:7128: result: no >configure:7770: checking how to run the C preprocessor >configure:7801: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7801: $? = 0 >configure:7815: 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:7815: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "lxsession" >| #define PACKAGE_TARNAME "lxsession" >| #define PACKAGE_VERSION "0.4.9.2" >| #define PACKAGE_STRING "lxsession 0.4.9.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "lxsession" >| #define VERSION "0.4.9.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7840: result: x86_64-pc-linux-gnu-gcc -E >configure:7860: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7860: $? = 0 >configure:7874: 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:7874: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "lxsession" >| #define PACKAGE_TARNAME "lxsession" >| #define PACKAGE_VERSION "0.4.9.2" >| #define PACKAGE_STRING "lxsession 0.4.9.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "lxsession" >| #define VERSION "0.4.9.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7903: checking for ANSI C header files >configure:7923: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:7923: $? = 0 >configure:7996: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7996: $? = 0 >configure:7996: ./conftest >configure:7996: $? = 0 >configure:8007: result: yes >configure:8020: checking for sys/types.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for sys/stat.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for stdlib.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for string.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for memory.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for strings.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for inttypes.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for stdint.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8020: checking for unistd.h >configure:8020: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8020: $? = 0 >configure:8020: result: yes >configure:8034: checking for dlfcn.h >configure:8034: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8034: $? = 0 >configure:8034: result: yes >configure:8240: checking for objdir >configure:8255: result: .libs >configure:8522: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8540: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] >configure:8544: $? = 0 >configure:8557: result: no >configure:8884: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:8891: result: -fPIC -DPIC >configure:8899: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:8917: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 >configure:8921: $? = 0 >configure:8934: result: yes >configure:8963: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:8991: result: yes >configure:9006: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9027: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe -o out/conftest2.o conftest.c >&5 >configure:9031: $? = 0 >configure:9053: result: yes >configure:9061: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9108: result: yes >configure:9141: 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:10298: result: yes >configure:10335: checking whether -lc should be explicitly linked in >configure:10343: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:10346: $? = 0 >configure:10361: 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:10364: $? = 0 >configure:10378: result: no >configure:10538: checking dynamic linker characteristics >configure:11038: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11038: $? = 0 >configure:11272: result: GNU/Linux ld.so >configure:11379: checking how to hardcode library paths into programs >configure:11404: result: immediate >configure:11944: checking whether stripping libraries is possible >configure:11949: result: yes >configure:11984: checking if libtool supports shared libraries >configure:11986: result: yes >configure:11989: checking whether to build shared libraries >configure:12010: result: yes >configure:12013: checking whether to build static libraries >configure:12017: result: yes >configure:12068: checking whether make supports nested variables >configure:12085: result: yes >configure:12110: checking for x86_64-pc-linux-gnu-gcc >configure:12137: result: x86_64-pc-linux-gnu-gcc >configure:12406: checking for C compiler version >configure:12415: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.1-r1 p1.2, pie-0.5.7) 4.8.1 >Copyright (C) 2013 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:12426: $? = 0 >configure:12415: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1-r1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-cloog --disable-isl-version-check --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1-r1 p1.2, pie-0.5.7' >Thread model: posix >gcc version 4.8.1 (Gentoo 4.8.1-r1 p1.2, pie-0.5.7) >configure:12426: $? = 0 >configure:12415: 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:12426: $? = 1 >configure:12415: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:12426: $? = 1 >configure:12430: checking whether we are using the GNU C compiler >configure:12458: result: yes >configure:12467: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:12528: result: yes >configure:12545: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:12621: result: none needed >configure:12643: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:12754: result: none >configure:12771: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together >configure:12802: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:12806: $? = 0 >configure:12812: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:12816: $? = 0 >configure:12827: cc -c conftest.c >&5 >configure:12831: $? = 0 >configure:12839: cc -c conftest.c -o conftest2.o >&5 >configure:12843: $? = 0 >configure:12849: cc -c conftest.c -o conftest2.o >&5 >configure:12853: $? = 0 >configure:12871: result: yes >configure:12900: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 >configure:13049: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >conftest.c:73:29: error: expected ';', ',' or ')' before 'text' > test_restrict (ccp restrict text) > ^ >conftest.c: In function 'main': >conftest.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' > char *restrict newvar = "Another string"; > ^ >conftest.c:127:18: error: 'newvar' undeclared (first use in this function) >conftest.c:127:18: note: each undeclared identifier is reported only once for each function it appears in >conftest.c:137:3: error: 'for' loop initial declarations are only allowed in C99 mode > for (int i = 0; i < ia->datasize; ++i) > ^ >conftest.c:137:3: note: use option -std=c99 or -std=gnu99 to compile your code >configure:13049: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "lxsession" >| #define PACKAGE_TARNAME "lxsession" >| #define PACKAGE_VERSION "0.4.9.2" >| #define PACKAGE_STRING "lxsession 0.4.9.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "lxsession" >| #define VERSION "0.4.9.2" >| #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. */ >| #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:13049: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:13049: $? = 0 >configure:13069: result: -std=gnu99 >configure:13170: checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C >configure:13184: result: -std=gnu99 >configure:13190: checking for mkstemp >configure:13190: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:13190: $? = 0 >configure:13190: result: yes >configure:13246: checking for x86_64-pc-linux-gnu-pkg-config >configure:13264: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:13276: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:13344: checking pkg-config is at least version 0.9.0 >configure:13347: result: yes >configure:13357: checking for GTK >configure:13364: $PKG_CONFIG --exists --print-errors "$gtk_modules" >configure:13367: $? = 0 >configure:13381: $PKG_CONFIG --exists --print-errors "$gtk_modules" >configure:13384: $? = 0 >configure:13442: result: yes >configure:13451: checking for X11 >configure:13458: $PKG_CONFIG --exists --print-errors "x11" >configure:13461: $? = 0 >configure:13475: $PKG_CONFIG --exists --print-errors "x11" >configure:13478: $? = 0 >configure:13536: result: yes >configure:13545: checking for GLIB >configure:13552: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0" >configure:13555: $? = 0 >configure:13569: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6.0" >configure:13572: $? = 0 >configure:13630: result: yes >configure:13639: checking for GIO >configure:13646: $PKG_CONFIG --exists --print-errors "gio-unix-2.0" >configure:13649: $? = 0 >configure:13663: $PKG_CONFIG --exists --print-errors "gio-unix-2.0" >configure:13666: $? = 0 >configure:13724: result: yes >configure:13733: checking for GEE >configure:13740: $PKG_CONFIG --exists --print-errors "gee-1.0" >configure:13743: $? = 0 >configure:13757: $PKG_CONFIG --exists --print-errors "gee-1.0" >configure:13760: $? = 0 >configure:13818: result: yes >configure:13827: checking for DBUSGLIB >configure:13834: $PKG_CONFIG --exists --print-errors "dbus-glib-1" >configure:13837: $? = 0 >configure:13851: $PKG_CONFIG --exists --print-errors "dbus-glib-1" >configure:13854: $? = 0 >configure:13912: result: yes >configure:13922: checking for POLKIT >configure:13929: $PKG_CONFIG --exists --print-errors "$polkit_modules" >Package polkit-agent-1 was not found in the pkg-config search path. >Perhaps you should add the directory containing `polkit-agent-1.pc' >to the PKG_CONFIG_PATH environment variable >No package 'polkit-agent-1' found >configure:13932: $? = 1 >configure:13946: $PKG_CONFIG --exists --print-errors "$polkit_modules" >Package polkit-agent-1 was not found in the pkg-config search path. >Perhaps you should add the directory containing `polkit-agent-1.pc' >to the PKG_CONFIG_PATH environment variable >No package 'polkit-agent-1' found >configure:13949: $? = 1 >configure:13963: result: no >No package 'polkit-agent-1' found >configure:13979: error: Package requirements (polkit-agent-1) were not met: > >No package 'polkit-agent-1' found > >Consider adjusting the PKG_CONFIG_PATH environment variable if you >installed software in a non-standard prefix. > >Alternatively, you may set the environment variables POLKIT_CFLAGS >and POLKIT_LIBS to avoid the need to call pkg-config. >See the pkg-config man page for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=core2 -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_DBUSGLIB_CFLAGS_set= >ac_cv_env_DBUSGLIB_CFLAGS_value= >ac_cv_env_DBUSGLIB_LIBS_set= >ac_cv_env_DBUSGLIB_LIBS_value= >ac_cv_env_DBUS_CFLAGS_set= >ac_cv_env_DBUS_CFLAGS_value= >ac_cv_env_DBUS_LIBS_set= >ac_cv_env_DBUS_LIBS_value= >ac_cv_env_GEE_CFLAGS_set= >ac_cv_env_GEE_CFLAGS_value= >ac_cv_env_GEE_LIBS_set= >ac_cv_env_GEE_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_GTK_CFLAGS_set= >ac_cv_env_GTK_CFLAGS_value= >ac_cv_env_GTK_LIBS_set= >ac_cv_env_GTK_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_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=/var/tmp/portage/lxde-base/lxsession-0.4.9.2/temp/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_POLKIT_CFLAGS_set= >ac_cv_env_POLKIT_CFLAGS_value= >ac_cv_env_POLKIT_LIBS_set= >ac_cv_env_POLKIT_LIBS_value= >ac_cv_env_X11_CFLAGS_set= >ac_cv_env_X11_CFLAGS_value= >ac_cv_env_X11_LIBS_set= >ac_cv_env_X11_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_mkstemp=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt >ac_cv_path_GREP=/bin/grep >ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract >ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge >ac_cv_path_INTLTOOL_PERL=/usr/bin/perl >ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update >ac_cv_path_MSGFMT=/usr/bin/msgfmt >ac_cv_path_MSGMERGE=/usr/bin/msgmerge >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_XGETTEXT=/usr/bin/xgettext >ac_cv_path_install='/usr/lib64/portage/bin/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_c99=-std=gnu99 >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc=-std=gnu99 >ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes >ac_cv_prog_make_make_set=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/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_DBUSGLIB_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_DBUSGLIB_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GEE_CFLAGS='-I/usr/include/gee-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GEE_LIBS='-lgee -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >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_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 ' >pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfreetype -lfontconfig ' >pkg_cv_X11_CFLAGS= >pkg_cv_X11_LIBS='-lX11 ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/lxde-base/lxsession-0.4.9.2/work/lxsession-0.4.9.2/missing --run aclocal-1.11' >ADDITIONAL_FLAGS='' >ALL_LINGUAS='' >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/lxde-base/lxsession-0.4.9.2/work/lxsession-0.4.9.2/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/lxde-base/lxsession-0.4.9.2/work/lxsession-0.4.9.2/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/lxde-base/lxsession-0.4.9.2/work/lxsession-0.4.9.2/missing --run automake-1.11' >AWK='gawk' >CATALOGS='' >CATOBJEXT='' >CC='x86_64-pc-linux-gnu-gcc -std=gnu99' >CCDEPMODE='depmode=none' >CFLAGS='-march=core2 -O2 -pipe' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DATADIRNAME='share' >DBUSGLIB_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >DBUSGLIB_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ' >DBUS_CFLAGS='' >DBUS_LIBS='' >DEFS='' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_REGENERATE_MAN_FALSE='' >ENABLE_REGENERATE_MAN_TRUE='' >EXEEXT='' >FGREP='/bin/grep -F' >GEE_CFLAGS='-I/usr/include/gee-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GEE_LIBS='-lgee -lgobject-2.0 -lglib-2.0 ' >GETTEXT_PACKAGE='' >GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >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 ' >GMOFILES='' >GMSGFMT='/usr/bin/gmsgfmt' >GREP='/bin/grep' >GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 ' >GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfreetype -lfontconfig ' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INSTOBJEXT='' >INTLLIBS='' >INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_EXTRACT='/usr/bin/intltool-extract' >INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_MERGE='/usr/bin/intltool-merge' >INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' >INTLTOOL_PERL='/usr/bin/perl' >INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_UPDATE='/usr/bin/intltool-update' >INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' >INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' >INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' >INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' >INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' >INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' >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' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/lxde-base/lxsession-0.4.9.2/work/lxsession-0.4.9.2/missing --run makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >MKINSTALLDIRS='' >MSGFMT='/usr/bin/msgfmt' >MSGFMT_OPTS='' >MSGMERGE='/usr/bin/msgmerge' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='lxsession' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='lxsession' >PACKAGE_STRING='lxsession 0.4.9.2' >PACKAGE_TARNAME='lxsession' >PACKAGE_URL='' >PACKAGE_VERSION='0.4.9.2' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/var/tmp/portage/lxde-base/lxsession-0.4.9.2/temp/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig' >POFILES='' >POLKIT_CFLAGS='' >POLKIT_LIBS='' >POSUB='' >PO_IN_DATADIR_FALSE='' >PO_IN_DATADIR_TRUE='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >USE_BUILDIN_CLIPBOARD_FALSE='' >USE_BUILDIN_CLIPBOARD_TRUE='' >USE_BUILDIN_POLKIT_FALSE='' >USE_BUILDIN_POLKIT_TRUE='' >USE_NLS='yes' >VALAC='/usr/bin/valac-0.20' >VERSION='0.4.9.2' >X11_CFLAGS='' >X11_LIBS='-lX11 ' >XGETTEXT='/usr/bin/xgettext' >XMLCATALOG='' >XML_CATALOG_FILE='' >XSLTPROC='' >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='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/lxde-base/lxsession-0.4.9.2/work/lxsession-0.4.9.2/install-sh' >intltool__v_merge_options_0='-q' >intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' >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 "lxsession" >#define PACKAGE_TARNAME "lxsession" >#define PACKAGE_VERSION "0.4.9.2" >#define PACKAGE_STRING "lxsession 0.4.9.2" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define PACKAGE "lxsession" >#define VERSION "0.4.9.2" >#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 HAS_MKSTEMP 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 488054
:
360902
| 360904