Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 742998 Details for
Bug 816294
net-fs/davfs2-1.6.0: configure: incompatible neon library version 0.32.1: wanted 0.27 28 29 30 31
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), 20.26 KB, created by
Kobboi
on 2021-10-04 21:58:01 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Kobboi
Created:
2021-10-04 21:58:01 UTC
Size:
20.26 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 davfs2 configure 1.6.0, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/davfs2-1.6.0 --htmldir=/usr/share/doc/davfs2-1.6.0/html --libdir=/usr/lib64 --enable-largefile --enable-nls > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 5.14.9-gentoo-dist >uname -s = Linux >uname -v = #1 SMP Thu Sep 30 22:57:55 CEST 2021 > >/usr/bin/uname -p = AMD Ryzen 9 5950X 16-Core 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/lib/portage/python3.9/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.9/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/lib/llvm/13/bin >PATH: /usr/lib/llvm/12/bin >PATH: /opt/eagle/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2565: 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 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/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" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| 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 "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${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:2709: checking for a BSD-compatible install >configure:2777: result: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c >configure:2788: checking whether build environment is sane >configure:2843: result: yes >configure:2994: checking for a thread-safe mkdir -p >configure:3033: result: /bin/mkdir -p >configure:3040: checking for gawk >configure:3056: found /usr/bin/gawk >configure:3067: result: gawk >configure:3078: checking whether make sets $(MAKE) >configure:3100: result: yes >configure:3129: checking whether make supports nested variables >configure:3146: result: yes >configure:3285: checking for x86_64-pc-linux-gnu-gcc >configure:3301: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3312: result: x86_64-pc-linux-gnu-gcc >configure:3581: checking for C compiler version >configure:3590: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0 >Copyright (C) 2021 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:3601: $? = 0 >configure:3590: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.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/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 11.2.0 (Gentoo 11.2.0 p1) >configure:3601: $? = 0 >configure:3590: 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:3601: $? = 1 >configure:3590: 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:3601: $? = 1 >configure:3621: checking whether the C compiler works >configure:3643: x86_64-pc-linux-gnu-gcc -O2 -march=znver3 -pipe -g -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3647: $? = 0 >configure:3695: result: yes >configure:3698: checking for C compiler default output file name >configure:3700: result: a.out >configure:3706: checking for suffix of executables >configure:3713: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=znver3 -pipe -g -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3717: $? = 0 >configure:3739: result: >configure:3761: checking whether we are cross compiling >configure:3769: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=znver3 -pipe -g -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3773: $? = 0 >configure:3780: ./conftest >configure:3784: $? = 0 >configure:3799: result: no >configure:3804: checking for suffix of object files >configure:3826: x86_64-pc-linux-gnu-gcc -c -O2 -march=znver3 -pipe -g -ggdb conftest.c >&5 >configure:3830: $? = 0 >configure:3851: result: o >configure:3855: checking whether we are using the GNU C compiler >configure:3874: x86_64-pc-linux-gnu-gcc -c -O2 -march=znver3 -pipe -g -ggdb conftest.c >&5 >configure:3874: $? = 0 >configure:3883: result: yes >configure:3892: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3912: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3912: $? = 0 >configure:3953: result: yes >configure:3970: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4033: x86_64-pc-linux-gnu-gcc -c -O2 -march=znver3 -pipe -g -ggdb conftest.c >&5 >configure:4033: $? = 0 >configure:4046: result: none needed >configure:4071: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:4093: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4096: $? = 0 >configure:4093: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4096: $? = 0 >configure:4108: result: yes >configure:4128: checking whether make supports the include directive >configure:4143: make -f confmf.GNU && cat confinc.out >this is the am__doit target >configure:4146: $? = 0 >configure:4165: result: yes (GNU style) >configure:4190: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4301: result: none >configure:4317: checking whether ln -s works >configure:4321: result: yes >configure:4331: checking for a sed that does not truncate output >configure:4395: result: /bin/sed >configure:4401: checking whether NLS is requested >configure:4410: result: yes >configure:4450: checking for msgfmt >configure: trying /usr/bin/msgfmt... >0 translated messages. >configure:4482: result: /usr/bin/msgfmt >configure:4491: checking for gmsgfmt >configure:4509: found /usr/bin/gmsgfmt >configure:4522: result: /usr/bin/gmsgfmt >configure:4572: checking for xgettext >configure: trying /usr/bin/xgettext... >/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C >configure:4604: result: /usr/bin/xgettext >configure:4649: checking for msgmerge >configure: trying /usr/bin/msgmerge... >configure:4680: result: /usr/bin/msgmerge >configure:4717: checking build system type >configure:4731: result: x86_64-pc-linux-gnu >configure:4751: checking host system type >configure:4764: result: x86_64-pc-linux-gnu >configure:4809: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:4876: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:4883: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:4898: result: yes >configure:4905: checking for shared library run path origin >configure:4918: result: done >configure:4943: checking how to run the C preprocessor >configure:4974: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4974: $? = 0 >configure:4988: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory > 11 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:4988: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "davfs2" >| #define PACKAGE_TARNAME "davfs2" >| #define PACKAGE_VERSION "1.6.0" >| #define PACKAGE_STRING "davfs2 1.6.0" >| #define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2" >| #define PACKAGE_URL "" >| #define PACKAGE "davfs2" >| #define VERSION "1.6.0" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5013: result: x86_64-pc-linux-gnu-gcc -E >configure:5033: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5033: $? = 0 >configure:5047: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory > 11 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:5047: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "davfs2" >| #define PACKAGE_TARNAME "davfs2" >| #define PACKAGE_VERSION "1.6.0" >| #define PACKAGE_STRING "davfs2 1.6.0" >| #define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2" >| #define PACKAGE_URL "" >| #define PACKAGE "davfs2" >| #define VERSION "1.6.0" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5076: checking for grep that handles long lines and -e >configure:5134: result: /bin/grep >configure:5139: checking for egrep >configure:5201: result: /bin/grep -E >configure:5759: checking for CFPreferencesCopyAppValue >configure:5777: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=znver3 -pipe -g -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:11:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory > 11 | #include <CoreFoundation/CFPreferences.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:5777: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "davfs2" >| #define PACKAGE_TARNAME "davfs2" >| #define PACKAGE_VERSION "1.6.0" >| #define PACKAGE_STRING "davfs2 1.6.0" >| #define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2" >| #define PACKAGE_URL "" >| #define PACKAGE "davfs2" >| #define VERSION "1.6.0" >| /* end confdefs.h. */ >| #include <CoreFoundation/CFPreferences.h> >| int >| main () >| { >| CFPreferencesCopyAppValue(NULL, NULL) >| ; >| return 0; >| } >configure:5786: result: no >configure:5793: checking for CFLocaleCopyCurrent >configure:5811: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=znver3 -pipe -g -ggdb -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:11:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory > 11 | #include <CoreFoundation/CFLocale.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:5811: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "davfs2" >| #define PACKAGE_TARNAME "davfs2" >| #define PACKAGE_VERSION "1.6.0" >| #define PACKAGE_STRING "davfs2 1.6.0" >| #define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2" >| #define PACKAGE_URL "" >| #define PACKAGE "davfs2" >| #define VERSION "1.6.0" >| /* end confdefs.h. */ >| #include <CoreFoundation/CFLocale.h> >| int >| main () >| { >| CFLocaleCopyCurrent(); >| ; >| return 0; >| } >configure:5820: result: no >configure:5869: checking for GNU gettext in libc >configure:5898: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=znver3 -pipe -g -ggdb -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5898: $? = 0 >configure:5907: result: yes >configure:6754: checking whether to use NLS >configure:6756: result: yes >configure:6759: checking where the gettext function comes from >configure:6770: result: libc >configure:6850: checking for neon-config >configure:6868: found /usr/bin/neon-config >configure:6881: result: /usr/bin/neon-config >configure:6906: checking linking against neon >configure:6922: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=znver3 -pipe -g -ggdb -I/usr/include/neon -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-O1 -Wl,--as-needed -lneon -lz -lssl -lcrypto -lxml2 >&5 >configure:6922: $? = 0 >configure:6930: result: yes >configure:7117: incompatible neon library version 0.32.1: wanted 0.27 28 29 30 31 >configure:7369: error: could not find neon > >## ---------------- ## >## 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='-O2 -march=znver3 -pipe -g -ggdb' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_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_LINGUAS_set= >ac_cv_env_LINGUAS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_dav_group_set= >ac_cv_env_dav_group_value= >ac_cv_env_dav_localstatedir_set= >ac_cv_env_dav_localstatedir_value= >ac_cv_env_dav_syscachedir_set= >ac_cv_env_dav_syscachedir_value= >ac_cv_env_dav_user_set= >ac_cv_env_dav_user_value= >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_ssbindir_set= >ac_cv_env_ssbindir_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt >ac_cv_path_GREP=/bin/grep >ac_cv_path_MSGFMT=/usr/bin/msgfmt >ac_cv_path_MSGMERGE=/usr/bin/msgmerge >ac_cv_path_NEON_CONFIG=/usr/bin/neon-config >ac_cv_path_SED=/bin/sed >ac_cv_path_XGETTEXT=/usr/bin/xgettext >ac_cv_path_install='/usr/lib/portage/python3.9/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_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >acl_cv_hardcode_direct=no >acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' >acl_cv_hardcode_libdir_separator= >acl_cv_hardcode_minus_L=no >acl_cv_libext=a >acl_cv_libname_spec='lib$name' >acl_cv_library_names_spec='$libname$shrext' >acl_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >acl_cv_prog_gnu_ld=yes >acl_cv_rpath=done >acl_cv_shlibext=so >acl_cv_wl=-Wl, >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >gt_cv_func_CFLocaleCopyCurrent=no >gt_cv_func_CFPreferencesCopyAppValue=no >gt_cv_func_gnugettext1_libc=yes >ne_cv_lib_neon=yes >ne_cv_lib_neonver=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/net-fs/davfs2-1.6.0/work/davfs2-1.6.0/config/missing aclocal-1.16' >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/net-fs/davfs2-1.6.0/work/davfs2-1.6.0/config/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/net-fs/davfs2-1.6.0/work/davfs2-1.6.0/config/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/net-fs/davfs2-1.6.0/work/davfs2-1.6.0/config/missing automake-1.16' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-O2 -march=znver3 -pipe -g -ggdb' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >GETTEXT_MACRO_VERSION='0.19' >GMSGFMT='/usr/bin/gmsgfmt' >GMSGFMT_015='/usr/bin/gmsgfmt' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTLLIBS='' >INTL_MACOSX_LIBS='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBICONV='-liconv' >LIBINTL='' >LIBOBJS='' >LIBS='' >LINGUAS='' >LN_S='ln -s' >LTLIBICONV='-liconv' >LTLIBINTL='' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/net-fs/davfs2-1.6.0/work/davfs2-1.6.0/config/missing makeinfo' >MKDIR_P='/bin/mkdir -p' >MSGFMT='/usr/bin/msgfmt' >MSGFMT_015='/usr/bin/msgfmt' >MSGMERGE='/usr/bin/msgmerge' >NEON_CONFIG='/usr/bin/neon-config' >NEON_LIBS='' >NE_FLAG_IPV6='' >NE_FLAG_LFS='' >NE_FLAG_SOCKS='' >NE_FLAG_SSL='' >NE_FLAG_TS_SSL='' >NE_FLAG_ZLIB='' >OBJEXT='o' >PACKAGE='davfs2' >PACKAGE_BUGREPORT='http://savannah.nongnu.org/projects/davfs2' >PACKAGE_NAME='davfs2' >PACKAGE_STRING='davfs2 1.6.0' >PACKAGE_TARNAME='davfs2' >PACKAGE_URL='' >PACKAGE_VERSION='1.6.0' >PATH_SEPARATOR=':' >POSUB='po' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >USE_NLS='yes' >VERSION='1.6.0' >XGETTEXT='/usr/bin/xgettext' >XGETTEXT_015='/usr/bin/xgettext' >XGETTEXT_EXTRA_OPTIONS='' >ac_ct_CC='' >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' >dav_group='' >dav_linguas='' >dav_localstatedir='' >dav_syscachedir='' >dav_user='' >docdir='/usr/share/doc/davfs2-1.6.0' >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='/usr/share/doc/davfs2-1.6.0/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/net-fs/davfs2-1.6.0/work/davfs2-1.6.0/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}' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >ssbindir='' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "davfs2" >#define PACKAGE_TARNAME "davfs2" >#define PACKAGE_VERSION "1.6.0" >#define PACKAGE_STRING "davfs2 1.6.0" >#define PACKAGE_BUGREPORT "http://savannah.nongnu.org/projects/davfs2" >#define PACKAGE_URL "" >#define PACKAGE "davfs2" >#define VERSION "1.6.0" >#define ENABLE_NLS 1 >#define HAVE_GETTEXT 1 >#define HAVE_DCGETTEXT 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 816294
:
742992
|
742995
| 742998