Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343316 Details for
Bug 463348
app-text/rarian-0.8.1-r2 build fails with libtool: eval: line 4402: syntax error near unexpected token `|'
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.86 KB, created by
Richard Freeman
on 2013-03-26 15:03:55 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Richard Freeman
Created:
2013-03-26 15:03:55 UTC
Size:
47.86 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 rarian configure 0.8.1, which was >generated by GNU Autoconf 2.61. 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-dependency-tracking --localstatedir=/var --disable-static > >## --------- ## >## Platform. ## >## --------- ## > >hostname = rich64 >uname -m = x86_64 >uname -r = 3.7.10-gentoo >uname -s = Linux >uname -v = #1 SMP Sat Mar 2 09:37:55 EST 2013 > >/usr/bin/uname -p = AMD Phenom(tm) II X4 965 Processor >/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 >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.6.3 >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3 >PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3 >PATH: /opt/nvidia-cg-toolkit/bin >PATH: /opt/ec2-ami-tools/bin >PATH: /opt/ec2-api-tools/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1861: 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:2014: checking for a BSD-compatible install >configure:2070: result: /usr/bin/install -c >configure:2081: checking whether build environment is sane >configure:2124: result: yes >configure:2152: checking for a thread-safe mkdir -p >configure:2191: result: /bin/mkdir -p >configure:2204: checking for gawk >configure:2220: found /usr/bin/gawk >configure:2231: result: gawk >configure:2242: checking whether make sets $(MAKE) >configure:2263: result: yes >configure:2452: checking whether to enable maintainer-specific portions of Makefiles >configure:2461: result: no >configure:2484: checking for x86_64-pc-linux-gnu-gcc >configure:2500: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:2511: result: x86_64-pc-linux-gnu-gcc >configure:2789: checking for C compiler version >configure:2796: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.6.3 p1.11, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:2799: $? = 0 >configure:2806: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,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.6.3 p1.11, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.11, pie-0.5.2) >configure:2809: $? = 0 >configure:2816: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2819: $? = 1 >configure:2842: checking for C compiler default output file name >configure:2869: x86_64-pc-linux-gnu-gcc -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -Wl,-O1 -Wl,--as-needed -Wl,--as-needed conftest.c >&5 >configure:2872: $? = 0 >configure:2910: result: a.out >configure:2927: checking whether the C compiler works >configure:2937: ./a.out >configure:2940: $? = 0 >configure:2957: result: yes >configure:2964: checking whether we are cross compiling >configure:2966: result: no >configure:2969: checking for suffix of executables >configure:2976: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -Wl,-O1 -Wl,--as-needed -Wl,--as-needed conftest.c >&5 >configure:2979: $? = 0 >configure:3003: result: >configure:3009: checking for suffix of object files >configure:3035: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:3038: $? = 0 >configure:3061: result: o >configure:3065: checking whether we are using the GNU C compiler >configure:3094: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:3100: $? = 0 >configure:3117: result: yes >configure:3122: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3152: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3158: $? = 0 >configure:3257: result: yes >configure:3274: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3348: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:3354: $? = 0 >configure:3377: result: none needed >configure:3406: checking for style of include used by make >configure:3434: result: GNU >configure:3459: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3550: result: none >configure:3578: checking for a BSD-compatible install >configure:3634: result: /usr/bin/install -c >configure:3723: checking build system type >configure:3741: result: x86_64-pc-linux-gnu >configure:3763: checking host system type >configure:3778: result: x86_64-pc-linux-gnu >configure:3800: checking for a sed that does not truncate output >configure:3856: result: /bin/sed >configure:3859: checking for grep that handles long lines and -e >configure:3933: result: /bin/grep >configure:3938: checking for egrep >configure:4016: result: /bin/grep -E >configure:4032: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:4099: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:4108: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:4123: result: yes >configure:4128: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:4135: result: -r >configure:4153: checking for BSD-compatible nm >configure:4202: result: /usr/bin/nm -B >configure:4206: checking whether ln -s works >configure:4210: result: yes >configure:4217: checking how to recognize dependent libraries >configure:4403: result: pass_all >configure:4492: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:4495: $? = 0 >configure:4648: checking how to run the C preprocessor >configure:4688: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4694: $? = 0 >configure:4725: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4731: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "rarian" >| #define PACKAGE_TARNAME "rarian" >| #define PACKAGE_VERSION "0.8.1" >| #define PACKAGE_STRING "rarian 0.8.1" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE "rarian" >| #define VERSION "0.8.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4764: result: x86_64-pc-linux-gnu-gcc -E >configure:4793: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4799: $? = 0 >configure:4830: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4836: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "rarian" >| #define PACKAGE_TARNAME "rarian" >| #define PACKAGE_VERSION "0.8.1" >| #define PACKAGE_STRING "rarian 0.8.1" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE "rarian" >| #define VERSION "0.8.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4874: checking for ANSI C header files >configure:4904: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:4910: $? = 0 >configure:5009: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -Wl,-O1 -Wl,--as-needed -Wl,--as-needed conftest.c >&5 >configure:5012: $? = 0 >configure:5018: ./conftest >configure:5021: $? = 0 >configure:5038: result: yes >configure:5062: checking for sys/types.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for sys/stat.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for stdlib.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for string.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for memory.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for strings.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for inttypes.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for stdint.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5062: checking for unistd.h >configure:5083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5089: $? = 0 >configure:5105: result: yes >configure:5132: checking dlfcn.h usability >configure:5149: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:5155: $? = 0 >configure:5169: result: yes >configure:5173: checking dlfcn.h presence >configure:5188: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5194: $? = 0 >configure:5208: result: yes >configure:5236: checking for dlfcn.h >configure:5244: result: yes >configure:5271: checking for x86_64-pc-linux-gnu-g++ >configure:5287: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:5298: result: x86_64-pc-linux-gnu-g++ >configure:5373: checking for C++ compiler version >configure:5380: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.6.3 p1.11, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:5383: $? = 0 >configure:5390: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,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.6.3 p1.11, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.11, pie-0.5.2) >configure:5393: $? = 0 >configure:5400: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:5403: $? = 1 >configure:5406: checking whether we are using the GNU C++ compiler >configure:5435: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.cpp >&5 >configure:5441: $? = 0 >configure:5458: result: yes >configure:5463: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:5493: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:5499: $? = 0 >configure:5598: result: yes >configure:5623: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:5714: result: none >configure:5739: checking how to run the C++ preprocessor >configure:5775: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:5781: $? = 0 >configure:5812: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:5818: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "rarian" >| #define PACKAGE_TARNAME "rarian" >| #define PACKAGE_VERSION "0.8.1" >| #define PACKAGE_STRING "rarian 0.8.1" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE "rarian" >| #define VERSION "0.8.1" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5851: result: x86_64-pc-linux-gnu-g++ -E >configure:5880: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:5886: $? = 0 >configure:5917: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:5923: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "rarian" >| #define PACKAGE_TARNAME "rarian" >| #define PACKAGE_VERSION "0.8.1" >| #define PACKAGE_STRING "rarian 0.8.1" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE "rarian" >| #define VERSION "0.8.1" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5972: checking for x86_64-pc-linux-gnu-g77 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-xlf >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-f77 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-frt >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-pgf77 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-cf77 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-fort77 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-fl32 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-af77 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-xlf90 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-f90 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-pgf90 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-pghpf >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-epcf90 >configure:6002: result: no >configure:5972: checking for x86_64-pc-linux-gnu-gfortran >configure:5988: found /usr/bin/x86_64-pc-linux-gnu-gfortran >configure:5999: result: x86_64-pc-linux-gnu-gfortran >configure:6073: checking for Fortran 77 compiler version >configure:6080: x86_64-pc-linux-gnu-gfortran --version >&5 >GNU Fortran (Gentoo 4.6.3 p1.11, pie-0.5.2) 4.6.3 >Copyright (C) 2011 Free Software Foundation, Inc. > >GNU Fortran comes with NO WARRANTY, to the extent permitted by law. >You may redistribute copies of GNU Fortran >under the terms of the GNU General Public License. >For more information about these matters, see the file named COPYING > >configure:6083: $? = 0 >configure:6090: x86_64-pc-linux-gnu-gfortran -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/x86_64-pc-linux-gnu-gfortran >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,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.6.3 p1.11, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.11, pie-0.5.2) >configure:6093: $? = 0 >configure:6100: x86_64-pc-linux-gnu-gfortran -V >&5 >x86_64-pc-linux-gnu-gfortran: error: unrecognized option '-V' >x86_64-pc-linux-gnu-gfortran: fatal error: no input files >compilation terminated. >configure:6103: $? = 1 >configure:6111: checking whether we are using the GNU Fortran 77 compiler >configure:6130: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.F >&5 >configure:6136: $? = 0 >configure:6153: result: yes >configure:6159: checking whether x86_64-pc-linux-gnu-gfortran accepts -g >configure:6176: x86_64-pc-linux-gnu-gfortran -c -g conftest.f >&5 >configure:6182: $? = 0 >configure:6198: result: yes >configure:6227: checking the maximum length of command line arguments >configure:6339: result: 1572864 >configure:6351: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object >configure:6456: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:6459: $? = 0 >configure:6463: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm >configure:6466: $? = 0 >configure:6518: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -Wl,-O1 -Wl,--as-needed -Wl,--as-needed conftest.c conftstm.o >&5 >conftest.c:7:12: error: function 'nm_test_func' redeclared as variable >conftest.c:5:6: note: previously declared here >conftest.c:6:12: warning: type of 'nm_test_var' does not match original declaration [enabled by default] >conftest.c:4:6: note: previously declared here >lto1: fatal error: errors during merging of translation units >compilation terminated. >lto-wrapper: /usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/x86_64-pc-linux-gnu-gcc returned 1 exit status >/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: lto-wrapper failed >collect2: ld returned 1 exit status >configure:6521: $? = 1 >configure:6456: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:6459: $? = 0 >configure:6463: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm >configure:6466: $? = 0 >cannot find nm_test_var in conftest.nm >configure:6556: result: failed >configure:6563: checking for objdir >configure:6578: result: .libs >configure:6630: checking for x86_64-pc-linux-gnu-ar >configure:6646: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6657: result: x86_64-pc-linux-gnu-ar >configure:6726: checking for x86_64-pc-linux-gnu-ranlib >configure:6742: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6753: result: x86_64-pc-linux-gnu-ranlib >configure:6822: checking for x86_64-pc-linux-gnu-strip >configure:6838: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:6849: result: x86_64-pc-linux-gnu-strip >configure:7487: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:7505: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -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:7509: $? = 0 >configure:7522: result: no >configure:7537: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:7769: result: -fPIC >configure:7777: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works >configure:7795: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fPIC -DPIC conftest.c >&5 >configure:7799: $? = 0 >configure:7812: result: yes >configure:7840: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:7868: result: yes >configure:7878: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:7899: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -o out/conftest2.o conftest.c >&5 >configure:7903: $? = 0 >configure:7925: result: yes >configure:7951: 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:8932: result: yes >configure:8953: checking whether -lc should be explicitly linked in >configure:8958: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:8961: $? = 0 >configure:8976: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 >configure:8979: $? = 0 >configure:8991: result: no >configure:8999: checking dynamic linker characteristics >configure:9613: result: GNU/Linux ld.so >configure:9637: checking how to hardcode library paths into programs >configure:9662: result: immediate >configure:9676: checking whether stripping libraries is possible >configure:9681: result: yes >configure:10483: checking if libtool supports shared libraries >configure:10485: result: yes >configure:10488: checking whether to build shared libraries >configure:10509: result: yes >configure:10512: checking whether to build static libraries >configure:10516: result: no >configure:10610: creating libtool >configure:11203: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:11270: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:11279: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:11294: result: yes >configure:11345: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:12291: result: yes >configure:12308: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.cpp >&5 >configure:12311: $? = 0 >configure:12467: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:12751: result: -fPIC >configure:12759: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works >configure:12777: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fPIC -DPIC conftest.cpp >&5 >configure:12781: $? = 0 >configure:12794: result: yes >configure:12822: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:12850: result: yes >configure:12860: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:12881: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -o out/conftest2.o conftest.cpp >&5 >configure:12885: $? = 0 >configure:12907: result: yes >configure:12933: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:12962: result: yes >configure:13029: checking dynamic linker characteristics >configure:13591: result: GNU/Linux ld.so >configure:13615: checking how to hardcode library paths into programs >configure:13640: result: immediate >configure:14179: checking if libtool supports shared libraries >configure:14181: result: yes >configure:14184: checking whether to build shared libraries >configure:14204: result: yes >configure:14207: checking whether to build static libraries >configure:14211: result: no >configure:14221: checking for x86_64-pc-linux-gnu-gfortran option to produce PIC >configure:14453: result: -fPIC >configure:14461: checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works >configure:14479: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -fPIC conftest.f >&5 >configure:14483: $? = 0 >configure:14496: result: yes >configure:14524: checking if x86_64-pc-linux-gnu-gfortran static flag -static works >configure:14552: result: yes >configure:14562: checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o >configure:14583: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -o out/conftest2.o conftest.f >&5 >configure:14587: $? = 0 >configure:14609: result: yes >configure:14635: checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:15596: result: yes >configure:15663: checking dynamic linker characteristics >configure:16225: result: GNU/Linux ld.so >configure:16249: checking how to hardcode library paths into programs >configure:16274: result: immediate >configure:20003: checking for C++ compiler version >configure:20010: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.6.3 p1.11, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:20013: $? = 0 >configure:20020: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,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.6.3 p1.11, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.11, pie-0.5.2) >configure:20023: $? = 0 >configure:20030: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:20033: $? = 1 >configure:20036: checking whether we are using the GNU C++ compiler >configure:20088: result: yes >configure:20093: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:20228: result: yes >configure:20253: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:20344: result: none >configure:20601: checking for xsltproc >configure:20617: found /usr/bin/xsltproc >configure:20629: result: yes >configure:20649: checking for bash >configure:20667: found /bin/bash >configure:20679: result: /bin/bash >configure:20707: checking malloc.h usability >configure:20724: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a conftest.c >&5 >configure:20730: $? = 0 >configure:20744: result: yes >configure:20748: checking malloc.h presence >configure:20763: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20769: $? = 0 >configure:20783: result: yes >configure:20811: checking for malloc.h >configure:20819: result: yes >configure:21050: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by rarian config.status 0.8.1, which was >generated by GNU Autoconf 2.61. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on rich64 > >config.status:700: creating Makefile >config.status:700: creating rarian.pc >config.status:700: creating data/Makefile >config.status:700: creating docs/Makefile >config.status:700: creating librarian/Makefile >config.status:700: creating util/Makefile >config.status:700: creating util/rarian-sk-update >config.status:700: creating util/rarian-sk-install >config.status:700: creating util/rarian-sk-rebuild >config.status:700: creating util/rarian-sk-config >config.status:700: creating util/rarian-sk-get-scripts >config.status:700: creating util/rarian-sk-extract >config.status:700: creating util/rarian-sk-get-content-list >config.status:700: creating util/rarian-sk-get-extended-content-list >config.status:700: creating docs/rarian.document >config.status:700: creating config.h >config.status:979: executing depfiles commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_F77_set= >ac_cv_env_F77_value= >ac_cv_env_FFLAGS_set=set >ac_cv_env_FFLAGS_value='-O2 -pipe' >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_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_f77_compiler_gnu=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_malloc_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_GREP=/bin/grep >ac_cv_path_have_bash=/bin/bash >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_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_F77=x86_64-pc-linux-gnu-gfortran >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_f77_g=yes >ac_cv_prog_have_xslt=yes >ac_cv_prog_make_make_set=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >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_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_SED=/bin/sed >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_c_o_CXX=yes >lt_cv_prog_compiler_c_o_F77=yes >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_pic_works_CXX=yes >lt_cv_prog_compiler_pic_works_F77=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_compiler_static_works_CXX=yes >lt_cv_prog_compiler_static_works_F77=yes >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=yes >lt_cv_sys_global_symbol_pipe= >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl= >lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/32 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6 /usr/lib64/OpenCL/vendors/intel /usr/lib32/opengl/xorg-x11/lib /usr/lib64/opengl/xorg-x11/lib /usr/lib64/qca2 /usr/lib64/qt4 /usr/lib32/qt4 /usr/lib/qt4 /usr/kde/3.5/lib32 /usr/kde/3.5/lib64 /usr/kde/3.5/lib /usr/lib64/gnat-gcc/x86_64-pc-linux-gnu/4.3 /usr/lib64/gnat-gcc/x86_64-pc-linux-gnu/4.3/adalib /opt/nvidia-cg-toolkit/lib /usr/games/lib64 /usr/games/lib32 /usr/games/lib /usr/lib64/R/lib ' >lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3 /usr/lib64 /lib64 /usr/x86_64-pc-linux-gnu/lib' >lt_cv_sys_max_cmd_len=1572864 >lt_lt_cv_prog_compiler_c_o='"yes"' >lt_lt_cv_prog_compiler_c_o_CXX='"yes"' >lt_lt_cv_prog_compiler_c_o_F77='"yes"' >lt_lt_cv_sys_global_symbol_pipe='""' >lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' >lt_lt_cv_sys_global_symbol_to_cdecl='""' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/app-text/rarian-0.8.1-r2/work/rarian-0.8.1/missing --run aclocal-1.10' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='${SHELL} /var/tmp/portage/app-text/rarian-0.8.1-r2/work/rarian-0.8.1/missing --run tar' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/app-text/rarian-0.8.1-r2/work/rarian-0.8.1/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/app-text/rarian-0.8.1-r2/work/rarian-0.8.1/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/app-text/rarian-0.8.1-r2/work/rarian-0.8.1/missing --run automake-1.10' >AWK='gawk' >BASH='/bin/bash' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a' >CONVERT_DIR='/usr/share/omf' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a' >CYGPATH_W='echo' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >DISTCHECK_CONFIGURE_FLAGS='--disable-skdb-update' >DSYMUTIL='' >ECHO='echo' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_EXTRACT_FALSE='#' >ENABLE_EXTRACT_TRUE='' >ENABLE_INSTALL='1' >ENABLE_INSTALL_FALSE='#' >ENABLE_INSTALL_TRUE='' >ENABLE_OMF_READ='1' >ENABLE_OMF_READ_FALSE='#' >ENABLE_OMF_READ_TRUE='' >ENABLE_SKDB_UPDATE='1' >ENABLE_SKDB_UPDATE_FALSE='#' >ENABLE_SKDB_UPDATE_TRUE='' >ENABLE_SK_COMPAT='1' >ENABLE_SK_COMPAT_FALSE='#' >ENABLE_SK_COMPAT_TRUE='' >EXEEXT='' >F77='x86_64-pc-linux-gnu-gfortran' >FFLAGS='-O2 -pipe' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LN_S='ln -s' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/app-text/rarian-0.8.1-r2/work/rarian-0.8.1/missing --run makeinfo' >NMEDIT='' >OBJEXT='o' >PACKAGE='rarian' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='rarian' >PACKAGE_STRING='rarian 0.8.1' >PACKAGE_TARNAME='rarian' >PACKAGE_VERSION='0.8.1' >PATH_SEPARATOR=':' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >VERSION='0.8.1' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_F77='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='/usr/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='/usr/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='/usr' >have_bash='/bin/bash' >have_xslt='yes' >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/app-text/rarian-0.8.1-r2/work/rarian-0.8.1/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var' >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. ## >## ----------- ## > >#define PACKAGE_NAME "rarian" >#define PACKAGE_TARNAME "rarian" >#define PACKAGE_VERSION "0.8.1" >#define PACKAGE_STRING "rarian 0.8.1" >#define PACKAGE_BUGREPORT "" >#define PACKAGE "rarian" >#define VERSION "0.8.1" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_DLFCN_H 1 >#define ENABLE_INSTALL 1 >#define ENABLE_SK_COMPAT 1 >#define ENABLE_OMF_READ 1 >#define ENABLE_SKDB_UPDATE 1 >#define HAVE_MALLOC_H 1 > >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 463348
:
343296
|
343298
|
343300
|
343302
| 343316