Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398222 Details for
Bug 542350
net-misc/sitecopy-0.16.3_p17 :configure: incompatible neon library version 0.30.1: wanted 0.24 25 26 27 28 29 configure: error: could not use external neon library
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), 33.38 KB, created by
Toralf Förster
on 2015-03-06 10:45:59 UTC
(
hide
)
Description:
config log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-03-06 10:45:59 UTC
Size:
33.38 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 sitecopy configure 0.16.3, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-ssl=openssl --disable-webdav --enable-nls --disable-rsh --without-expat --with-libxml2 --with-neon > >## --------- ## >## Platform. ## >## --------- ## > >hostname = tor-relay >uname -m = x86_64 >uname -r = 3.18.8-hardened >uname -s = Linux >uname -v = #1 SMP Sun Mar 1 10:57:35 CET 2015 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python2.7/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3 >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/eagle-5.11.0/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2475: 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:2644: checking for x86_64-pc-linux-gnu-gcc >configure:2660: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:2671: result: x86_64-pc-linux-gnu-gcc >configure:2940: checking for C compiler version >configure:2949: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.3 p1.1, pie-0.5.9) 4.8.3 >Copyright (C) 2013 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:2960: $? = 0 >configure:2949: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.3/work/gcc-4.8.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.3 p1.1, pie-0.5.9' --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 --enable-lto --without-cloog --enable-libsanitizer >Thread model: posix >gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9) >configure:2960: $? = 0 >configure:2949: 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:2960: $? = 1 >configure:2949: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:2960: $? = 1 >configure:2980: checking whether the C compiler works >configure:3002: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3006: $? = 0 >configure:3054: result: yes >configure:3057: checking for C compiler default output file name >configure:3059: result: a.out >configure:3065: checking for suffix of executables >configure:3072: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3076: $? = 0 >configure:3098: result: >configure:3120: checking whether we are cross compiling >configure:3128: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3132: $? = 0 >configure:3139: ./conftest >configure:3143: $? = 0 >configure:3158: result: no >configure:3163: checking for suffix of object files >configure:3185: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3189: $? = 0 >configure:3210: result: o >configure:3214: checking whether we are using the GNU C compiler >configure:3233: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3233: $? = 0 >configure:3242: result: yes >configure:3251: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3271: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3271: $? = 0 >configure:3312: result: yes >configure:3329: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3392: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3392: $? = 0 >configure:3405: result: none needed >configure:3425: checking whether make sets $(MAKE) >configure:3447: result: yes >configure:3457: checking for library containing strerror >configure:3488: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3488: $? = 0 >configure:3505: result: none required >configure:3556: checking for a BSD-compatible install >configure:3624: result: /usr/bin/install -c >configure:3641: checking for inline >configure:3657: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3657: $? = 0 >configure:3665: result: inline >configure:3683: checking for an ANSI C-conforming const >configure:3749: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3749: $? = 0 >configure:3756: result: yes >configure:3770: checking how to run the C preprocessor >configure:3801: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3801: $? = 0 >configure:3815: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:3815: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3840: result: x86_64-pc-linux-gnu-gcc -E >configure:3860: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3860: $? = 0 >configure:3874: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:3874: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3903: checking for grep that handles long lines and -e >configure:3961: result: /bin/grep >configure:3966: checking for egrep >configure:4028: result: /bin/grep -E >configure:4033: checking for ANSI C header files >configure:4053: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4053: $? = 0 >configure:4126: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4126: $? = 0 >configure:4126: ./conftest >configure:4126: $? = 0 >configure:4137: result: yes >configure:4184: checking for socketpair >configure:4184: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4184: $? = 0 >configure:4184: result: yes >configure:4218: debugging is enabled >configure:4228: checking for GNU fnmatch >configure:4245: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4245: $? = 0 >configure:4252: result: yes >configure:4283: checking for sys/types.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for sys/stat.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for stdlib.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for string.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for memory.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for strings.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for inttypes.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for stdint.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4283: checking for unistd.h >configure:4283: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4283: $? = 0 >configure:4283: result: yes >configure:4295: checking for size_t >configure:4295: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4295: $? = 0 >configure:4295: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:60:21: error: expected expression before ')' token > if (sizeof ((size_t))) > ^ >configure:4295: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| #define STDC_HEADERS 1 >| #define USE_FTP 1 >| #define HAVE_SOCKETPAIR 1 >| #define USE_SFTP 1 >| #define NE_DEBUGGING 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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:4295: result: yes >configure:4306: checking for off_t >configure:4306: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4306: $? = 0 >configure:4306: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:60:20: error: expected expression before ')' token > if (sizeof ((off_t))) > ^ >configure:4306: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| #define STDC_HEADERS 1 >| #define USE_FTP 1 >| #define HAVE_SOCKETPAIR 1 >| #define USE_SFTP 1 >| #define NE_DEBUGGING 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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((off_t))) >| return 0; >| ; >| return 0; >| } >configure:4306: result: yes >configure:4319: checking for Darwin >configure:4330: result: no >configure:4346: checking size of int >configure:4351: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4351: $? = 0 >configure:4351: ./conftest >configure:4351: $? = 0 >configure:4365: result: 4 >configure:4379: checking size of long >configure:4384: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4384: $? = 0 >configure:4384: ./conftest >configure:4384: $? = 0 >configure:4398: result: 8 >configure:4412: checking size of long long >configure:4417: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4417: $? = 0 >configure:4417: ./conftest >configure:4417: $? = 0 >configure:4431: result: 8 >configure:4442: checking for gcc -Wformat -Werror sanity >configure:4463: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wformat -Werror conftest.c >&5 >configure:4463: $? = 0 >configure:4471: result: yes >configure:4499: checking errno.h usability >configure:4499: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4499: $? = 0 >configure:4499: result: yes >configure:4499: checking errno.h presence >configure:4499: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4499: $? = 0 >configure:4499: result: yes >configure:4499: checking for errno.h >configure:4499: result: yes >configure:4499: checking stdarg.h usability >configure:4499: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4499: $? = 0 >configure:4499: result: yes >configure:4499: checking stdarg.h presence >configure:4499: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4499: $? = 0 >configure:4499: result: yes >configure:4499: checking for stdarg.h >configure:4499: result: yes >configure:4499: checking for string.h >configure:4499: result: yes >configure:4499: checking for stdlib.h >configure:4499: result: yes >configure:4518: checking size of size_t >configure:4523: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4523: $? = 0 >configure:4523: ./conftest >configure:4523: $? = 0 >configure:4537: result: 8 >configure:4552: checking how to print size_t >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wformat -Werror conftest.c >&5 >conftest.c: In function 'main': >conftest.c:38:1: error: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t' [-Werror=format=] > size_t i = 1; printf("%u", i); > ^ >cc1: all warnings being treated as errors >configure:4577: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| #define STDC_HEADERS 1 >| #define USE_FTP 1 >| #define HAVE_SOCKETPAIR 1 >| #define USE_SFTP 1 >| #define NE_DEBUGGING 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 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define HAVE_ERRNO_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDLIB_H 1 >| #define SIZEOF_SIZE_T 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| >| #include <stdio.h> >| int >| main () >| { >| size_t i = 1; printf("%u", i); >| ; >| return 0; >| } >configure:4577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wformat -Werror conftest.c >&5 >configure:4577: $? = 0 >configure:4594: result: lu >configure:4614: checking size of off_t >configure:4619: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4619: $? = 0 >configure:4619: ./conftest >configure:4619: $? = 0 >configure:4633: result: 8 >configure:4648: checking how to print off_t >configure:4673: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wformat -Werror conftest.c >&5 >conftest.c: In function 'main': >conftest.c:40:1: error: format '%d' expects argument of type 'int', but argument 2 has type 'off_t' [-Werror=format=] > off_t i = 1; printf("%d", i); > ^ >cc1: all warnings being treated as errors >configure:4673: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| #define STDC_HEADERS 1 >| #define USE_FTP 1 >| #define HAVE_SOCKETPAIR 1 >| #define USE_SFTP 1 >| #define NE_DEBUGGING 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 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define HAVE_ERRNO_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDLIB_H 1 >| #define SIZEOF_SIZE_T 8 >| #define NE_FMT_SIZE_T "lu" >| #define SIZEOF_OFF_T 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| >| #include <stdio.h> >| int >| main () >| { >| off_t i = 1; printf("%d", i); >| ; >| return 0; >| } >configure:4673: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wformat -Werror conftest.c >&5 >configure:4673: $? = 0 >configure:4690: result: ld >configure:4711: checking size of ssize_t >configure:4716: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4716: $? = 0 >configure:4716: ./conftest >configure:4716: $? = 0 >configure:4730: result: 8 >configure:4745: checking how to print ssize_t >configure:4770: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wformat -Werror conftest.c >&5 >conftest.c: In function 'main': >conftest.c:42:1: error: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t' [-Werror=format=] > ssize_t i = 1; printf("%d", i); > ^ >cc1: all warnings being treated as errors >configure:4770: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| #define STDC_HEADERS 1 >| #define USE_FTP 1 >| #define HAVE_SOCKETPAIR 1 >| #define USE_SFTP 1 >| #define NE_DEBUGGING 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 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define HAVE_ERRNO_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDLIB_H 1 >| #define SIZEOF_SIZE_T 8 >| #define NE_FMT_SIZE_T "lu" >| #define SIZEOF_OFF_T 8 >| #define NE_FMT_OFF_T "ld" >| #define SIZEOF_SSIZE_T 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| >| #include <stdio.h> >| int >| main () >| { >| ssize_t i = 1; printf("%d", i); >| ; >| return 0; >| } >configure:4770: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Wformat -Werror conftest.c >&5 >configure:4770: $? = 0 >configure:4787: result: ld >configure:4802: checking whether byte ordering is bigendian >configure:4817: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c:38:9: error: unknown type name 'not' > not a universal capable compiler > ^ >conftest.c:38:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > not a universal capable compiler > ^ >conftest.c:38:15: error: unknown type name 'universal' >configure:4817: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| #define STDC_HEADERS 1 >| #define USE_FTP 1 >| #define HAVE_SOCKETPAIR 1 >| #define USE_SFTP 1 >| #define NE_DEBUGGING 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 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define HAVE_ERRNO_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDLIB_H 1 >| #define SIZEOF_SIZE_T 8 >| #define NE_FMT_SIZE_T "lu" >| #define SIZEOF_OFF_T 8 >| #define NE_FMT_OFF_T "ld" >| #define SIZEOF_SSIZE_T 8 >| #define NE_FMT_SSIZE_T "ld" >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:4862: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4862: $? = 0 >configure:4880: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:44:4: error: unknown type name 'not' > not big endian > ^ >conftest.c:44:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > not big endian > ^ >configure:4880: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "sitecopy" >| #define PACKAGE_TARNAME "sitecopy" >| #define PACKAGE_VERSION "0.16.3" >| #define PACKAGE_STRING "sitecopy 0.16.3" >| #define PACKAGE_BUGREPORT "sitecopy@lyra.org" >| #define PACKAGE_URL "" >| #define _GNU_SOURCE 1 >| #define STDC_HEADERS 1 >| #define USE_FTP 1 >| #define HAVE_SOCKETPAIR 1 >| #define USE_SFTP 1 >| #define NE_DEBUGGING 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 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define HAVE_ERRNO_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDLIB_H 1 >| #define SIZEOF_SIZE_T 8 >| #define NE_FMT_SIZE_T "lu" >| #define SIZEOF_OFF_T 8 >| #define NE_FMT_OFF_T "ld" >| #define SIZEOF_SSIZE_T 8 >| #define NE_FMT_SSIZE_T "ld" >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:5008: result: no >configure:5026: checking whether strerror_r is declared >configure:5026: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5026: $? = 0 >configure:5026: result: yes >configure:5039: checking for strerror_r >configure:5039: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5039: $? = 0 >configure:5039: result: yes >configure:5048: checking whether strerror_r returns char * >configure:5072: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5072: $? = 0 >configure:5110: result: yes >configure:5122: checking for snprintf >configure:5122: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:63:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] > char snprintf (); > ^ >configure:5122: $? = 0 >configure:5122: result: yes >configure:5122: checking for vsnprintf >configure:5122: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:64:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] > char vsnprintf (); > ^ >configure:5122: $? = 0 >configure:5122: result: yes >configure:5208: checking for x86_64-pc-linux-gnu-ar >configure:5226: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:5238: result: /usr/bin/x86_64-pc-linux-gnu-ar >configure:5309: checking for x86_64-pc-linux-gnu-ranlib >configure:5327: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:5339: result: /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:5451: checking for neon-config >configure:5469: found /usr/bin/neon-config >configure:5482: result: /usr/bin/neon-config >configure:5507: checking linking against neon >configure:5523: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I/usr/include/neon -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-O1 -Wl,--as-needed -lneon -lz -lssl -lcrypto -lxml2 -lz -lm -ldl >&5 >configure:5523: $? = 0 >configure:5531: result: yes >configure:5718: incompatible neon library version 0.30.1: wanted 0.24 25 26 27 28 29 >configure:5972: error: could not use external neon library > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >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_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_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_snprintf=yes >ac_cv_func_socketpair=yes >ac_cv_func_strerror_r=yes >ac_cv_func_strerror_r_char_p=yes >ac_cv_func_vsnprintf=yes >ac_cv_have_decl_strerror_r=yes >ac_cv_header_errno_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_stdarg_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_AR=/usr/bin/x86_64-pc-linux-gnu-ar >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_NEON_CONFIG=/usr/bin/neon-config >ac_cv_path_RANLIB=/usr/bin/x86_64-pc-linux-gnu-ranlib >ac_cv_path_install='/usr/bin/install -c' >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 >ac_cv_search_strerror='none required' >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=8 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_off_t=8 >ac_cv_sizeof_size_t=8 >ac_cv_sizeof_ssize_t=8 >ac_cv_type_off_t=yes >ac_cv_type_size_t=yes >ne_cv_cc_werror=yes >ne_cv_fmt_off_t=ld >ne_cv_fmt_size_t=lu >ne_cv_fmt_ssize_t=ld >ne_cv_lib_neon=yes >ne_cv_lib_neonver=no >ne_cv_os_macosx=no >sc_cv_gnu_fnmatch=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ALLOCA='' >AR='/usr/bin/x86_64-pc-linux-gnu-ar' >BUILD_INCLUDED_LIBINTL='' >CATOBJEXT='' >CC='x86_64-pc-linux-gnu-gcc' >CFLAGS='-march=native -O2 -pipe' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >DATADIRNAME='' >DEFS='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >EXTRAOBJS=' src/ftp.o src/ftpdriver.o src/sftpdriver.o' >GENCAT='' >GLIBC21='' >GLIBC2='' >GMSGFMT='' >GNOME_SC_HELPDIR='' >GNUTLS_CONFIG='' >GREP='/bin/grep' >HAVE_ASPRINTF='' >HAVE_POSIX_PRINTF='' >HAVE_SNPRINTF='' >HAVE_WPRINTF='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTOBJEXT='' >INTLBISON='' >INTLLIBS='' >INTLOBJS='' >INTL_LIBTOOL_SUFFIX_PREFIX='' >INTL_MACOSX_LIBS='' >KRB5_CONFIG='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBGLADE_CFLAGS='' >LIBGLADE_CONFIG='' >LIBGLADE_LIBS='' >LIBICONV='' >LIBINTL='' >LIBOBJS='' >LIBS='' >LTLIBICONV='' >LTLIBINTL='' >LTLIBOBJS='' >MKINSTALLDIRS='' >MSGFMT='' >MSGMERGE='' >NEONOBJS='' >NEON_BUILD_BUNDLED='' >NEON_CFLAGS='' >NEON_CONFIG='/usr/bin/neon-config' >NEON_EXTRAOBJS='' >NEON_LIBS='' >NEON_LINK_FLAGS='' >NEON_LTLIBS='' >NEON_OBJEXT='' >NEON_SUPPORTS_SSL='' >NEON_TARGET='' >NE_FLAG_DAV='' >NE_FLAG_IPV6='' >NE_FLAG_LFS='' >NE_FLAG_SOCKS='' >NE_FLAG_SSL='' >NE_FLAG_TS_SSL='' >NE_FLAG_ZLIB='' >OBJEXT='o' >PACKAGE_BUGREPORT='sitecopy@lyra.org' >PACKAGE_NAME='sitecopy' >PACKAGE_STRING='sitecopy 0.16.3' >PACKAGE_TARNAME='sitecopy' >PACKAGE_URL='' >PACKAGE_VERSION='0.16.3' >PATH_SEPARATOR=':' >PKG_CONFIG='' >POSUB='' >RANLIB='/usr/bin/x86_64-pc-linux-gnu-ranlib' >SET_MAKE='' >SHELL='/bin/sh' >SHORTCUT_LOCATION='' >TARGET='' >USE_INCLUDED_LIBINTL='' >USE_NLS='' >XGETTEXT='' >XML2_CONFIG='' >XSC_HELP='' >ac_ct_CC='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='' >build_os='' >build_vendor='' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='' >host_os='' >host_vendor='' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >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 "sitecopy" >#define PACKAGE_TARNAME "sitecopy" >#define PACKAGE_VERSION "0.16.3" >#define PACKAGE_STRING "sitecopy 0.16.3" >#define PACKAGE_BUGREPORT "sitecopy@lyra.org" >#define PACKAGE_URL "" >#define _GNU_SOURCE 1 >#define STDC_HEADERS 1 >#define USE_FTP 1 >#define HAVE_SOCKETPAIR 1 >#define USE_SFTP 1 >#define NE_DEBUGGING 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 >#define SIZEOF_LONG 8 >#define SIZEOF_LONG_LONG 8 >#define HAVE_ERRNO_H 1 >#define HAVE_STDARG_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STDLIB_H 1 >#define SIZEOF_SIZE_T 8 >#define NE_FMT_SIZE_T "lu" >#define SIZEOF_OFF_T 8 >#define NE_FMT_OFF_T "ld" >#define SIZEOF_SSIZE_T 8 >#define NE_FMT_SSIZE_T "ld" >#define HAVE_DECL_STRERROR_R 1 >#define HAVE_STRERROR_R 1 >#define STRERROR_R_CHAR_P 1 >#define HAVE_SNPRINTF 1 >#define HAVE_VSNPRINTF 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 542350
:
398220
| 398222