Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 405806 Details for
Bug 553350
sys-auth/polkit-0.112-r3: : configure: error: Package requirements (mozjs-17.0) were not met:
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), 36.08 KB, created by
Toralf Förster
on 2015-06-26 18:01:20 UTC
(
hide
)
Description:
config log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-06-26 18:01:20 UTC
Size:
36.08 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 polkit configure 0.112, 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 --localstatedir=/var --disable-static --enable-man-pages --disable-gtk-doc --disable-libsystemd-login --enable-introspection --disable-examples --enable-nls --with-mozjs=mozjs-17.0 --with-systemdsystemunitdir=/usr/lib/systemd/system --with-authfw=pam --with-pam-module-dir=/lib64/security --with-os-type=gentoo > >## --------- ## >## Platform. ## >## --------- ## > >hostname = tor-relay >uname -m = x86_64 >uname -r = 4.0.6-hardened >uname -s = Linux >uname -v = #1 SMP Fri Jun 26 14:39:04 CEST 2015 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3770 CPU @ 3.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/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/4.9.2 >PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.6 >PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.6 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2329: 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" ;; >| 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:2470: checking for a BSD-compatible install >configure:2538: result: /usr/bin/install -c >configure:2549: checking whether build environment is sane >configure:2604: result: yes >configure:2755: checking for a thread-safe mkdir -p >configure:2794: result: /bin/mkdir -p >configure:2801: checking for gawk >configure:2817: found /usr/bin/gawk >configure:2828: result: gawk >configure:2839: checking whether make sets $(MAKE) >configure:2861: result: yes >configure:2890: checking whether make supports nested variables >configure:2907: result: yes >configure:2994: checking whether to enable maintainer-specific portions of Makefiles >configure:3003: result: no >configure:3028: checking whether make supports nested variables >configure:3045: result: yes >configure:3086: checking for style of include used by make >configure:3114: result: GNU >configure:3145: checking for x86_64-pc-linux-gnu-gcc >configure:3161: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3172: result: x86_64-pc-linux-gnu-gcc >configure:3441: checking for C compiler version >configure:3450: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.9.2 p1.5, pie-0.6.2) 4.9.2 >Copyright (C) 2014 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:3461: $? = 0 >configure:3450: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.9.2/work/gcc-4.9.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/python --enable-languages=c,c++,fortran --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 4.9.2 p1.5, pie-0.6.2' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --enable-lto --without-cloog --enable-libsanitizer >Thread model: posix >gcc version 4.9.2 (Gentoo 4.9.2 p1.5, pie-0.6.2) >configure:3461: $? = 0 >configure:3450: 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:3461: $? = 1 >configure:3450: 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:3461: $? = 1 >configure:3481: checking whether the C compiler works >configure:3503: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3507: $? = 0 >configure:3555: result: yes >configure:3558: checking for C compiler default output file name >configure:3560: result: a.out >configure:3566: checking for suffix of executables >configure:3573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3577: $? = 0 >configure:3599: result: >configure:3621: checking whether we are cross compiling >configure:3629: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3633: $? = 0 >configure:3640: ./conftest >configure:3644: $? = 0 >configure:3659: result: no >configure:3664: checking for suffix of object files >configure:3686: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3690: $? = 0 >configure:3711: result: o >configure:3715: checking whether we are using the GNU C compiler >configure:3734: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3734: $? = 0 >configure:3743: result: yes >configure:3752: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3772: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3772: $? = 0 >configure:3813: result: yes >configure:3830: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3893: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3893: $? = 0 >configure:3906: result: none needed >configure:3928: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4039: result: none >configure:4055: checking for library containing strerror >configure:4086: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4086: $? = 0 >configure:4103: result: none required >configure:4119: checking for x86_64-pc-linux-gnu-gcc >configure:4146: result: x86_64-pc-linux-gnu-gcc >configure:4415: checking for C compiler version >configure:4424: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.9.2 p1.5, pie-0.6.2) 4.9.2 >Copyright (C) 2014 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:4435: $? = 0 >configure:4424: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.9.2/work/gcc-4.9.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/python --enable-languages=c,c++,fortran --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 4.9.2 p1.5, pie-0.6.2' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --enable-lto --without-cloog --enable-libsanitizer >Thread model: posix >gcc version 4.9.2 (Gentoo 4.9.2 p1.5, pie-0.6.2) >configure:4435: $? = 0 >configure:4424: 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:4435: $? = 1 >configure:4424: 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:4435: $? = 1 >configure:4439: checking whether we are using the GNU C compiler >configure:4467: result: yes >configure:4476: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:4537: result: yes >configure:4554: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4630: result: none needed >configure:4652: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4763: result: none >configure:4783: checking how to run the C preprocessor >configure:4814: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4814: $? = 0 >configure:4828: 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:4828: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "polkit" >| #define PACKAGE_TARNAME "polkit" >| #define PACKAGE_VERSION "0.112" >| #define PACKAGE_STRING "polkit 0.112" >| #define PACKAGE_BUGREPORT "http://lists.freedesktop.org/mailman/listinfo/polkit-devel" >| #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/polkit" >| #define PACKAGE "polkit" >| #define VERSION "0.112" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4853: result: x86_64-pc-linux-gnu-gcc -E >configure:4873: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4873: $? = 0 >configure:4887: 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:4887: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "polkit" >| #define PACKAGE_TARNAME "polkit" >| #define PACKAGE_VERSION "0.112" >| #define PACKAGE_STRING "polkit 0.112" >| #define PACKAGE_BUGREPORT "http://lists.freedesktop.org/mailman/listinfo/polkit-devel" >| #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/polkit" >| #define PACKAGE "polkit" >| #define VERSION "0.112" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4916: checking for grep that handles long lines and -e >configure:4974: result: /bin/grep >configure:4979: checking for egrep >configure:5041: result: /bin/grep -E >configure:5046: checking for ANSI C header files >configure:5066: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5066: $? = 0 >configure:5139: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5139: $? = 0 >configure:5139: ./conftest >configure:5139: $? = 0 >configure:5150: result: yes >configure:5187: checking build system type >configure:5201: result: x86_64-pc-linux-gnu >configure:5221: checking host system type >configure:5234: result: x86_64-pc-linux-gnu >configure:5275: checking how to print strings >configure:5302: result: printf >configure:5323: checking for a sed that does not truncate output >configure:5387: result: /bin/sed >configure:5405: checking for fgrep >configure:5467: result: /bin/grep -F >configure:5502: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:5569: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5576: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5591: result: yes >configure:5603: checking for BSD- or MS-compatible name lister (nm) >configure:5652: result: /usr/bin/nm -B >configure:5782: checking the name lister (/usr/bin/nm -B) interface >configure:5789: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5792: /usr/bin/nm -B "conftest.o" >configure:5795: output >0000000000000000 B some_variable >configure:5802: result: BSD nm >configure:5805: checking whether ln -s works >configure:5809: result: yes >configure:5817: checking the maximum length of command line arguments >configure:5947: result: 1572864 >configure:5964: checking whether the shell understands some XSI constructs >configure:5974: result: yes >configure:5978: checking whether the shell understands "+=" >configure:5984: result: yes >configure:6019: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:6059: result: func_convert_file_noop >configure:6066: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:6086: result: func_convert_file_noop >configure:6093: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:6100: result: -r >configure:6134: checking for x86_64-pc-linux-gnu-objdump >configure:6150: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:6161: result: x86_64-pc-linux-gnu-objdump >configure:6233: checking how to recognize dependent libraries >configure:6435: result: pass_all >configure:6480: checking for x86_64-pc-linux-gnu-dlltool >configure:6510: result: no >configure:6520: checking for dlltool >configure:6550: result: no >configure:6580: checking how to associate runtime and link libraries >configure:6607: result: printf %s\n >configure:6623: checking for x86_64-pc-linux-gnu-ar >configure:6639: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6650: result: x86_64-pc-linux-gnu-ar >configure:6731: checking for archiver @FILE support >configure:6748: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6748: $? = 0 >configure:6751: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6754: $? = 0 >configure:6759: 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:6762: $? = 1 >configure:6774: result: @ >configure:6792: checking for x86_64-pc-linux-gnu-strip >configure:6808: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:6819: result: x86_64-pc-linux-gnu-strip >configure:6891: checking for x86_64-pc-linux-gnu-ranlib >configure:6907: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6918: result: x86_64-pc-linux-gnu-ranlib >configure:7060: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object >configure:7180: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:7183: $? = 0 >configure:7187: /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:7190: $? = 0 >configure:7256: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7259: $? = 0 >configure:7297: result: ok >configure:7334: checking for sysroot >configure:7364: result: no >configure:7441: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:7444: $? = 0 >configure:7580: checking for x86_64-pc-linux-gnu-mt >configure:7610: result: no >configure:7620: checking for mt >configure:7636: found /usr/sbin/mt >configure:7647: result: mt >configure:7670: checking if mt is a manifest tool >configure:7676: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:7684: result: no >configure:8326: checking for sys/types.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for sys/stat.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for stdlib.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for string.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for memory.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for strings.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for inttypes.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for stdint.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8326: checking for unistd.h >configure:8326: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8326: $? = 0 >configure:8326: result: yes >configure:8340: checking for dlfcn.h >configure:8340: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:8340: $? = 0 >configure:8340: result: yes >configure:8546: checking for objdir >configure:8561: result: .libs >configure:8828: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8846: x86_64-pc-linux-gnu-gcc -c -march=native -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 >configure:8850: $? = 0 >configure:8863: result: no >configure:9190: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:9197: result: -fPIC -DPIC >configure:9205: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:9223: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 >configure:9227: $? = 0 >configure:9240: result: yes >configure:9269: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:9297: result: yes >configure:9312: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9333: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5 >configure:9337: $? = 0 >configure:9359: result: yes >configure:9367: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:9414: result: yes >configure:9447: 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:10600: result: yes >configure:10637: checking whether -lc should be explicitly linked in >configure:10645: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:10648: $? = 0 >configure:10663: 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:10666: $? = 0 >configure:10680: result: no >configure:10840: checking dynamic linker characteristics >configure:11351: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11351: $? = 0 >configure:11577: result: GNU/Linux ld.so >configure:11684: checking how to hardcode library paths into programs >configure:11709: result: immediate >configure:12249: checking whether stripping libraries is possible >configure:12254: result: yes >configure:12289: checking if libtool supports shared libraries >configure:12291: result: yes >configure:12294: checking whether to build shared libraries >configure:12315: result: yes >configure:12318: checking whether to build static libraries >configure:12322: result: no >configure:12359: checking whether make sets $(MAKE) >configure:12381: result: yes >configure:12390: checking whether ln -s works >configure:12394: result: yes >configure:12408: checking for special C compiler options needed for large files >configure:12453: result: no >configure:12459: checking for _FILE_OFFSET_BITS value needed for large files >configure:12484: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:12484: $? = 0 >configure:12516: result: no >configure:12602: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together >configure:12633: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:12637: $? = 0 >configure:12643: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:12647: $? = 0 >configure:12658: cc -c conftest.c >&5 >configure:12662: $? = 0 >configure:12670: cc -c conftest.c -o conftest2.o >&5 >configure:12674: $? = 0 >configure:12680: cc -c conftest.c -o conftest2.o >&5 >configure:12684: $? = 0 >configure:12702: result: yes >configure:12747: checking for xsltproc >configure:12765: found /usr/bin/xsltproc >configure:12777: result: /usr/bin/xsltproc >configure:12809: checking for x86_64-pc-linux-gnu-pkg-config >configure:12827: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:12839: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:12907: checking pkg-config is at least version 0.9.0 >configure:12910: result: yes >configure:12923: checking for gtkdoc-check >configure:12956: result: no >configure:12965: checking for gtkdoc-rebase >configure:12983: found /usr/bin/gtkdoc-rebase >configure:12995: result: /usr/bin/gtkdoc-rebase >configure:13009: checking for gtkdoc-mkpdf >configure:13042: result: no >configure:13153: checking whether to build gtk-doc documentation >configure:13155: result: no >configure:13297: checking for GLIB >configure:13304: $PKG_CONFIG --exists --print-errors "gmodule-2.0 gio-2.0 >= 2.30.0" >configure:13307: $? = 0 >configure:13321: $PKG_CONFIG --exists --print-errors "gmodule-2.0 gio-2.0 >= 2.30.0" >configure:13324: $? = 0 >configure:13382: result: yes >configure:13407: checking for LIBJS >configure:13414: $PKG_CONFIG --exists --print-errors "${with_mozjs}" >Package mozjs-17.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `mozjs-17.0.pc' >to the PKG_CONFIG_PATH environment variable >No package 'mozjs-17.0' found >configure:13417: $? = 1 >configure:13431: $PKG_CONFIG --exists --print-errors "${with_mozjs}" >Package mozjs-17.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `mozjs-17.0.pc' >to the PKG_CONFIG_PATH environment variable >No package 'mozjs-17.0' found >configure:13434: $? = 1 >configure:13448: result: no >No package 'mozjs-17.0' found >configure:13464: error: Package requirements (mozjs-17.0) were not met: > >No package 'mozjs-17.0' 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 LIBJS_CFLAGS >and LIBJS_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=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_GLIB_CFLAGS_set= >ac_cv_env_GLIB_CFLAGS_value= >ac_cv_env_GLIB_LIBS_set= >ac_cv_env_GLIB_LIBS_value= >ac_cv_env_GTKDOC_DEPS_CFLAGS_set= >ac_cv_env_GTKDOC_DEPS_CFLAGS_value= >ac_cv_env_GTKDOC_DEPS_LIBS_set= >ac_cv_env_GTKDOC_DEPS_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBJS_CFLAGS_set= >ac_cv_env_LIBJS_CFLAGS_value= >ac_cv_env_LIBJS_LIBS_set= >ac_cv_env_LIBJS_LIBS_value= >ac_cv_env_LIBSYSTEMD_LOGIN_CFLAGS_set= >ac_cv_env_LIBSYSTEMD_LOGIN_CFLAGS_value= >ac_cv_env_LIBSYSTEMD_LOGIN_LIBS_set= >ac_cv_env_LIBSYSTEMD_LOGIN_LIBS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=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_SUID_CFLAGS_set= >ac_cv_env_SUID_CFLAGS_value= >ac_cv_env_SUID_LDFLAGS_set= >ac_cv_env_SUID_LDFLAGS_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_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_GREP=/bin/grep >ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_XSLTPROC=/usr/bin/xsltproc >ac_cv_path_install='/usr/bin/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_cc_x86_64_pc_linux_gnu_gcc_c_o=yes >ac_cv_prog_make_make_set=yes >ac_cv_search_strerror='none required' >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >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_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GLIB_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/sys-auth/polkit-0.112-r3/work/polkit-0.112/missing aclocal-1.13' >ALL_LINGUAS='' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTH_LIBS='' >AUTOCONF='${SHELL} /var/tmp/portage/sys-auth/polkit-0.112-r3/work/polkit-0.112/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sys-auth/polkit-0.112-r3/work/polkit-0.112/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sys-auth/polkit-0.112-r3/work/polkit-0.112/missing automake-1.13' >AWK='gawk' >BUILD_EXAMPLES_FALSE='' >BUILD_EXAMPLES_TRUE='' >CATALOGS='' >CATOBJEXT='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wformat -Wformat-security' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DATADIRNAME='' >DEFS='' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_GTK_DOC_FALSE='' >ENABLE_GTK_DOC_TRUE='#' >EXEEXT='' >EXPAT_LIBS='' >FGREP='/bin/grep -F' >GETTEXT_PACKAGE='' >GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GLIB_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >GMOFILES='' >GMSGFMT='' >GREP='/bin/grep' >GTKDOC_CHECK='' >GTKDOC_DEPS_CFLAGS='' >GTKDOC_DEPS_LIBS='' >GTKDOC_MKPDF='' >GTKDOC_REBASE='/usr/bin/gtkdoc-rebase' >GTK_DOC_BUILD_HTML_FALSE='#' >GTK_DOC_BUILD_HTML_TRUE='' >GTK_DOC_BUILD_PDF_FALSE='' >GTK_DOC_BUILD_PDF_TRUE='#' >GTK_DOC_USE_LIBTOOL_FALSE='#' >GTK_DOC_USE_LIBTOOL_TRUE='' >GTK_DOC_USE_REBASE_FALSE='#' >GTK_DOC_USE_REBASE_TRUE='' >HAVE_INTROSPECTION_FALSE='' >HAVE_INTROSPECTION_TRUE='' >HAVE_LIBSYSTEMD_LOGIN_FALSE='' >HAVE_LIBSYSTEMD_LOGIN_TRUE='' >HAVE_PAM='' >HAVE_PAM_FALSE='' >HAVE_PAM_TRUE='' >HAVE_SYSTEMD_FALSE='' >HAVE_SYSTEMD_TRUE='' >HTML_DIR='${datadir}/gtk-doc/html' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INSTOBJEXT='' >INTLLIBS='' >INTLTOOL_CAVES_RULE='' >INTLTOOL_DESKTOP_RULE='' >INTLTOOL_DIRECTORY_RULE='' >INTLTOOL_EXTRACT='' >INTLTOOL_KBD_RULE='' >INTLTOOL_KEYS_RULE='' >INTLTOOL_MERGE='' >INTLTOOL_OAF_RULE='' >INTLTOOL_PERL='' >INTLTOOL_POLICY_RULE='' >INTLTOOL_PONG_RULE='' >INTLTOOL_PROP_RULE='' >INTLTOOL_SCHEMAS_RULE='' >INTLTOOL_SERVER_RULE='' >INTLTOOL_SERVICE_RULE='' >INTLTOOL_SHEET_RULE='' >INTLTOOL_SOUNDLIST_RULE='' >INTLTOOL_THEME_RULE='' >INTLTOOL_UI_RULE='' >INTLTOOL_UPDATE='' >INTLTOOL_V_MERGE='' >INTLTOOL_V_MERGE_OPTIONS='' >INTLTOOL_XAM_RULE='' >INTLTOOL_XML_NOMERGE_RULE='' >INTLTOOL_XML_RULE='' >INTLTOOL__v_MERGE_0='' >INTLTOOL__v_MERGE_='' >INTROSPECTION_CFLAGS='' >INTROSPECTION_COMPILER='' >INTROSPECTION_GENERATE='' >INTROSPECTION_GIRDIR='' >INTROSPECTION_LIBS='' >INTROSPECTION_MAKEFILE='' >INTROSPECTION_SCANNER='' >INTROSPECTION_TYPELIBDIR='' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBJS_CFLAGS='' >LIBJS_LIBS='' >LIBOBJS='' >LIBS='' >LIBSYSTEMD_LOGIN_CFLAGS='' >LIBSYSTEMD_LOGIN_LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >LT_AGE='0' >LT_CURRENT='0' >LT_REVISION='0' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/sys-auth/polkit-0.112-r3/work/polkit-0.112/missing makeinfo' >MANIFEST_TOOL=':' >MAN_PAGES_ENABLED_FALSE='#' >MAN_PAGES_ENABLED_TRUE='' >MKDIR_P='/bin/mkdir -p' >MKINSTALLDIRS='' >MSGFMT='' >MSGFMT_OPTS='' >MSGMERGE='' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OS_TYPE_FREEBSD_FALSE='' >OS_TYPE_FREEBSD_TRUE='' >OS_TYPE_GENTOO_FALSE='' >OS_TYPE_GENTOO_TRUE='' >OS_TYPE_PARDUS_FALSE='' >OS_TYPE_PARDUS_TRUE='' >OS_TYPE_RED_HAT_FALSE='' >OS_TYPE_RED_HAT_TRUE='' >OS_TYPE_SOLARIS_FALSE='' >OS_TYPE_SOLARIS_TRUE='' >OS_TYPE_SUSE_FALSE='' >OS_TYPE_SUSE_TRUE='' >OS_TYPE_UNKNOWN_FALSE='' >OS_TYPE_UNKNOWN_TRUE='' >OTOOL64='' >OTOOL='' >PACKAGE='polkit' >PACKAGE_BUGREPORT='http://lists.freedesktop.org/mailman/listinfo/polkit-devel' >PACKAGE_NAME='polkit' >PACKAGE_STRING='polkit 0.112' >PACKAGE_TARNAME='polkit' >PACKAGE_URL='http://www.freedesktop.org/wiki/Software/polkit' >PACKAGE_VERSION='0.112' >PAM_FILE_INCLUDE_ACCOUNT='' >PAM_FILE_INCLUDE_AUTH='' >PAM_FILE_INCLUDE_PASSWORD='' >PAM_FILE_INCLUDE_SESSION='' >PAM_MODULE_DIR='' >PAM_PREFIX='' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/lib64/pkgconfig' >POFILES='' >POLKITD_USER='' >POLKIT_AUTHFW='' >POLKIT_AUTHFW_NONE_FALSE='' >POLKIT_AUTHFW_NONE_TRUE='' >POLKIT_AUTHFW_PAM_FALSE='' >POLKIT_AUTHFW_PAM_TRUE='' >POLKIT_AUTHFW_SHADOW_FALSE='' >POLKIT_AUTHFW_SHADOW_TRUE='' >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' >SUID_CFLAGS='' >SUID_LDFLAGS='' >USE_NLS='' >VERSION='0.112' >XGETTEXT='' >XSLTPROC='/usr/bin/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/sys-auth/polkit-0.112-r3/work/polkit-0.112/install-sh' >intltool__v_merge_options_0='' >intltool__v_merge_options_='' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >subdirs=' test/mocklibc' >sysconfdir='/etc' >systemdsystemunitdir='' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "polkit" >#define PACKAGE_TARNAME "polkit" >#define PACKAGE_VERSION "0.112" >#define PACKAGE_STRING "polkit 0.112" >#define PACKAGE_BUGREPORT "http://lists.freedesktop.org/mailman/listinfo/polkit-devel" >#define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/polkit" >#define PACKAGE "polkit" >#define VERSION "0.112" >#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 GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_30 >#define GLIB_VERSION_MAX_ALLOWED G_ENCODE_VERSION(2,34) > >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 553350
:
405804
| 405806 |
405808