Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 447958 Details for
Bug 595152
sys-fs/mp3fs-0.91 : configure: error: Package requirements (flac, flac++ >= 1.1.4) 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), 21.77 KB, created by
Toralf Förster
on 2016-09-26 07:44:14 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-09-26 07:44:14 UTC
Size:
21.77 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 MP3FS configure 0.91, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = mr-fox >uname -m = x86_64 >uname -r = 4.7.4-hardened-r1 >uname -s = Linux >uname -v = #1 SMP Thu Sep 22 18:21:40 CEST 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr >PATH: /usr/lib/portage/python2.7/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2249: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2391: checking for a BSD-compatible install >configure:2459: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >configure:2470: checking whether build environment is sane >configure:2525: result: yes >configure:2676: checking for a thread-safe mkdir -p >configure:2715: result: /bin/mkdir -p >configure:2722: checking for gawk >configure:2738: found /usr/bin/gawk >configure:2749: result: gawk >configure:2760: checking whether make sets $(MAKE) >configure:2782: result: yes >configure:2811: checking whether make supports nested variables >configure:2828: result: yes >configure:2964: checking whether make supports nested variables >configure:2981: result: yes >configure:3002: checking for x86_64-pc-linux-gnu-gcc >configure:3018: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3029: result: x86_64-pc-linux-gnu-gcc >configure:3298: checking for C compiler version >configure:3307: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 6.2.0-r1 p1.1) 6.2.0 >Copyright (C) 2016 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3318: $? = 0 >configure:3307: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,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 6.2.0-r1 p1.1' --disable-esp --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 --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp >Thread model: posix >gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) >configure:3318: $? = 0 >configure:3307: 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:3318: $? = 1 >configure:3307: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3318: $? = 1 >configure:3338: checking whether the C compiler works >configure:3360: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3364: $? = 0 >configure:3412: result: yes >configure:3415: checking for C compiler default output file name >configure:3417: result: a.out >configure:3423: checking for suffix of executables >configure:3430: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3434: $? = 0 >configure:3456: result: >configure:3478: checking whether we are cross compiling >configure:3486: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3490: $? = 0 >configure:3497: ./conftest >configure:3501: $? = 0 >configure:3516: result: no >configure:3521: checking for suffix of object files >configure:3543: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3547: $? = 0 >configure:3568: result: o >configure:3572: checking whether we are using the GNU C compiler >configure:3591: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3591: $? = 0 >configure:3600: result: yes >configure:3609: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3629: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3629: $? = 0 >configure:3670: result: yes >configure:3687: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3750: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3750: $? = 0 >configure:3763: result: none needed >configure:3788: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:3810: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3813: $? = 0 >configure:3810: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3813: $? = 0 >configure:3825: result: yes >configure:3853: checking for style of include used by make >configure:3881: result: GNU >configure:3907: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4018: result: none >configure:4047: checking for x86_64-pc-linux-gnu-g++ >configure:4063: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:4074: result: x86_64-pc-linux-gnu-g++ >configure:4145: checking for C++ compiler version >configure:4154: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 6.2.0-r1 p1.1) 6.2.0 >Copyright (C) 2016 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:4165: $? = 0 >configure:4154: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,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 6.2.0-r1 p1.1' --disable-esp --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 --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp >Thread model: posix >gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) >configure:4165: $? = 0 >configure:4154: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4165: $? = 1 >configure:4154: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4165: $? = 1 >configure:4169: checking whether we are using the GNU C++ compiler >configure:4188: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:4188: $? = 0 >configure:4197: result: yes >configure:4206: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:4226: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:4226: $? = 0 >configure:4267: result: yes >configure:4292: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:4403: result: none >configure:4426: checking how to run the C preprocessor >configure:4457: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4457: $? = 0 >configure:4471: 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:4471: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "MP3FS" >| #define PACKAGE_TARNAME "mp3fs" >| #define PACKAGE_VERSION "0.91" >| #define PACKAGE_STRING "MP3FS 0.91" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mp3fs" >| #define VERSION "0.91" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4496: result: x86_64-pc-linux-gnu-gcc -E >configure:4516: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4516: $? = 0 >configure:4530: 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:4530: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "MP3FS" >| #define PACKAGE_TARNAME "mp3fs" >| #define PACKAGE_VERSION "0.91" >| #define PACKAGE_STRING "MP3FS 0.91" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "mp3fs" >| #define VERSION "0.91" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4559: checking for grep that handles long lines and -e >configure:4617: result: /bin/grep >configure:4622: checking for egrep >configure:4684: result: /bin/grep -E >configure:4689: checking for ANSI C header files >configure:4709: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4709: $? = 0 >configure:4782: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4782: $? = 0 >configure:4782: ./conftest >configure:4782: $? = 0 >configure:4793: result: yes >configure:4806: checking for sys/types.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for sys/stat.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for stdlib.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for string.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for memory.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for strings.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for inttypes.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for stdint.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4806: checking for unistd.h >configure:4806: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4806: $? = 0 >configure:4806: result: yes >configure:4822: checking size of int >configure:4827: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4827: $? = 0 >configure:4827: ./conftest >configure:4827: $? = 0 >configure:4841: result: 4 >configure:4877: checking for x86_64-pc-linux-gnu-pkg-config >configure:4895: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:4907: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:4975: checking pkg-config is at least version 0.9.0 >configure:4978: result: yes >configure:4989: checking for flac >configure:4996: $PKG_CONFIG --exists --print-errors "flac, flac++ >= 1.1.4" >Package flac++ was not found in the pkg-config search path. >Perhaps you should add the directory containing `flac++.pc' >to the PKG_CONFIG_PATH environment variable >No package 'flac++' found >configure:4999: $? = 1 >configure:5013: $PKG_CONFIG --exists --print-errors "flac, flac++ >= 1.1.4" >Package flac++ was not found in the pkg-config search path. >Perhaps you should add the directory containing `flac++.pc' >to the PKG_CONFIG_PATH environment variable >No package 'flac++' found >configure:5016: $? = 1 >configure:5030: result: no >No package 'flac++' found >configure:5046: error: Package requirements (flac, flac++ >= 1.1.4) were not met: > >No package 'flac++' 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 flac_CFLAGS >and flac_LIBS to avoid the need to call pkg-config. >See the pkg-config man page for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >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=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_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_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=/usr/lib64/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_flac_CFLAGS_set= >ac_cv_env_flac_CFLAGS_value= >ac_cv_env_flac_LIBS_set= >ac_cv_env_flac_LIBS_value= >ac_cv_env_fuse_CFLAGS_set= >ac_cv_env_fuse_CFLAGS_value= >ac_cv_env_fuse_LIBS_set= >ac_cv_env_fuse_LIBS_value= >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_id3tag_CFLAGS_set= >ac_cv_env_id3tag_CFLAGS_value= >ac_cv_env_id3tag_LIBS_set= >ac_cv_env_id3tag_LIBS_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >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_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_sizeof_int=4 >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/sys-fs/mp3fs-0.91/work/mp3fs-0.91/config/missing aclocal-1.14' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AUTOCONF='${SHELL} /var/tmp/portage/sys-fs/mp3fs-0.91/work/mp3fs-0.91/config/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sys-fs/mp3fs-0.91/work/mp3fs-0.91/config/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sys-fs/mp3fs-0.91/work/mp3fs-0.91/config/missing automake-1.14' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CXX='x86_64-pc-linux-gnu-g++' >CXXDEPMODE='depmode=none' >CXXFLAGS='-march=native -O2 -pipe' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >GREP='/bin/grep' >HAVE_FLAC_FALSE='' >HAVE_FLAC_TRUE='' >HAVE_MP3_FALSE='' >HAVE_MP3_TRUE='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/sys-fs/mp3fs-0.91/work/mp3fs-0.91/config/missing makeinfo' >MKDIR_P='/bin/mkdir -p' >OBJEXT='o' >PACKAGE='mp3fs' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='MP3FS' >PACKAGE_STRING='MP3FS 0.91' >PACKAGE_TARNAME='mp3fs' >PACKAGE_URL='' >PACKAGE_VERSION='0.91' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/lib64/pkgconfig' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='0.91' >ac_ct_CC='' >ac_ct_CXX='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build_alias='x86_64-pc-linux-gnu' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >flac_CFLAGS='' >flac_LIBS='' >fuse_CFLAGS='' >fuse_LIBS='' >host_alias='x86_64-pc-linux-gnu' >htmldir='${docdir}' >id3tag_CFLAGS='' >id3tag_LIBS='' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/sys-fs/mp3fs-0.91/work/mp3fs-0.91/config/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >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' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "MP3FS" >#define PACKAGE_TARNAME "mp3fs" >#define PACKAGE_VERSION "0.91" >#define PACKAGE_STRING "MP3FS 0.91" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define PACKAGE "mp3fs" >#define VERSION "0.91" >#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 SIZEOF_INT 4 > >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 595152
: 447958 |
447960
|
447962
|
447964