The build took 00h 01m 47s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
4,340 |
ansic |
745 |
makefile |
149 |
perl |
5,234 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/lib --> /sysroot/lib/toolchain_root/sbin --> /sysroot/sbin/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/etc --> /sysroot/etc/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/var --> /sysroot/var/toolchain_root/usr --> /sysroot/usr/toolchain_root/glibc-build --> /sysroot/glibc-build/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: perl-fcgi 0.78-2 (Thu Apr 13 20:23:19 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...Checking if your kit is complete...Looks goodGenerating a Unix-style MakefileWriting Makefile for FCGIWriting MYMETA.yml and MYMETA.jsonRunning ./configure for youPlease read configure.readme for information on how to run it yourselfchecking for gcc... ccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether cc accepts -g... yeschecking for cc option to accept ISO C89... none neededchecking how to run the C preprocessor... cc -Echecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for ssize_t... yeschecking for sun_len in sys/un.h... nochecking for fpos_t in stdio.h... yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking netdb.h usability... yeschecking netdb.h presence... yeschecking for netdb.h... yeschecking netinet/in.h usability... yeschecking netinet/in.h presence... yeschecking for netinet/in.h... yeschecking arpa/inet.h usability... yeschecking arpa/inet.h presence... yeschecking for arpa/inet.h... yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking sys/param.h usability... yeschecking sys/param.h presence... yeschecking for sys/param.h... yeschecking for unistd.h... (cached) yeschecking for a fileno() prototype in stdio.h... yeschecking whether cross-process locking is required by accept()... nochecking whether va_arg(arg, long double) crashes the compiler... nochecking for an ANSI C-conforming const... yesconfigure: creating ./config.statusconfig.status: creating fcgi_config.hcp FCGI.pm blib/arch/FCGI.pmRunning Mkbootstrap for FCGI ()chmod 644 "FCGI.bs""/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" -typemap "typemap" FCGI.xs > FCGI.xsc && mv FCGI.xsc FCGI.ccc -c -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.78\" -DXS_VERSION=\"0.78\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" FCGI.cFCGI.xs:187:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (was_bound = request->bound) ~~~~~~~~~~^~~~~~~~~~~~~~~~FCGI.xs:187:19: note: place parentheses around the assignment to silence this warning if (was_bound = request->bound) ^ ( )FCGI.xs:187:19: note: use '==' to turn this assignment into an equality comparison if (was_bound = request->bound) ^ ==1 warning generated.cc -c -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.78\" -DXS_VERSION=\"0.78\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" fcgiapp.ccc -c -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.78\" -DXS_VERSION=\"0.78\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" os_unix.cos_unix.c:1163:70: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] socket = accept(listen_sock, (struct sockaddr *)&sa, &len); ^~~~/usr/include/sys/socket.h:244:28: note: passing argument to parameter '__addr_len' here socklen_t *__restrict __addr_len); ^os_unix.c:1263:51: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getpeername(sock, (struct sockaddr *)&sa, &len) != 0 && errno == ENOTCONN) { ^~~~/usr/include/sys/socket.h:142:26: note: passing argument to parameter '__len' here socklen_t *__restrict __len) __THROW; ^2 warnings generated.rm -f blib/arch/auto/FCGI/FCGI.socc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong FCGI.o fcgiapp.o os_unix.o -o blib/arch/auto/FCGI/FCGI.so \ \ chmod 755 blib/arch/auto/FCGI/FCGI.so"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FCGI.bs blib/arch/auto/FCGI/FCGI.bs 644Manifying 1 pod document==> Entering fakeroot environment...==> Starting package()...Running Mkbootstrap for FCGI ()chmod 644 "FCGI.bs"Manifying 1 pod documentFiles found in blib/arch: installing files in blib/lib into architecture dependent library treeInstalling /tmp/perl-fcgi/pkg/perl-fcgi/usr/lib/perl5/vendor_perl/FCGI.pmInstalling /tmp/perl-fcgi/pkg/perl-fcgi/usr/lib/perl5/vendor_perl/auto/FCGI/FCGI.soInstalling /tmp/perl-fcgi/pkg/perl-fcgi/usr/share/man/man3/FCGI.3pmAppending installation info to /tmp/perl-fcgi/pkg/perl-fcgi/usr/lib/perl5/core_perl/perllocal.pod==> Tidying install... -> Removing doc files... -> Removing empty directories... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "perl-fcgi"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: perl-fcgi 0.78-2 (Thu Apr 13 20:23:43 UTC 2017)CMD: pacman --query --file perl-fcgi-0.78-2-x86_64.pkg.tar.xz
Creating hybrid package for 'perl-fcgi'
Trying to find vanilla package 'perl-fcgi'...
CMD: pacman --query --file /mirror/perl-fcgi-0.78-2.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf perl-fcgi.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/perl-fcgi.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/perl-fcgi.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/perl-fcgi.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/perl-fcgi.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
CMD: config logfiles '/tmp/perl-fcgi/src/FCGI-0.78/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ configure## --------- #### Platform. #### --------- ##hostname = f110d0bf30d3uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017/usr/bin/uname -p = unknown/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 = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2069: checking for gccconfigure:2096: result: ccconfigure:2325: checking for C compiler versionconfigure:2334: cc --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:2345: $? = 0configure:2334: cc -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:2345: $? = 0configure:2334: cc -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2345: $? = 1configure:2334: cc -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2345: $? = 1configure:2365: checking whether the C compiler worksconfigure:2387: cc conftest.c >&5configure:2391: $? = 0configure:2439: result: yesconfigure:2442: checking for C compiler default output file nameconfigure:2444: result: a.outconfigure:2450: checking for suffix of executablesconfigure:2457: cc -o conftest conftest.c >&5configure:2461: $? = 0configure:2483: result:configure:2505: checking whether we are cross compilingconfigure:2513: cc -o conftest conftest.c >&5configure:2517: $? = 0configure:2524: ./conftestconfigure:2528: $? = 0configure:2543: result: noconfigure:2548: checking for suffix of object filesconfigure:2570: cc -c conftest.c >&5configure:2574: $? = 0configure:2595: result: oconfigure:2599: checking whether we are using the GNU C compilerconfigure:2618: cc -c conftest.c >&5configure:2618: $? = 0configure:2627: result: yesconfigure:2636: checking whether cc accepts -gconfigure:2656: cc -c -g conftest.c >&5configure:2656: $? = 0configure:2697: result: yesconfigure:2714: checking for cc option to accept ISO C89configure:2777: cc -c conftest.c >&5configure:2777: $? = 0configure:2790: result: none neededconfigure:2815: checking how to run the C preprocessorconfigure:2846: cc -E conftest.cconfigure:2846: $? = 0configure:2860: cc -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:2860: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:2885: result: cc -Econfigure:2905: cc -E conftest.cconfigure:2905: $? = 0configure:2919: cc -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:2919: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:2950: checking for grep that handles long lines and -econfigure:3008: result: /usr/bin/grepconfigure:3013: checking for egrepconfigure:3075: result: /usr/bin/grep -Econfigure:3080: checking for ANSI C header filesconfigure:3100: cc -c conftest.c >&5configure:3100: $? = 0configure:3173: cc -o conftest conftest.c >&5configure:3173: $? = 0configure:3173: ./conftestconfigure:3173: $? = 0configure:3184: result: yesconfigure:3197: checking for sys/types.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for sys/stat.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for stdlib.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for string.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for memory.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for strings.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for inttypes.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for stdint.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3197: checking for unistd.hconfigure:3197: cc -c conftest.c >&5configure:3197: $? = 0configure:3197: result: yesconfigure:3210: checking for ssize_tconfigure:3210: cc -c conftest.c >&5configure:3210: $? = 0configure:3210: cc -c conftest.c >&5conftest.c:55:22: error: expected expressionif (sizeof ((ssize_t)))^1 error generated.configure:3210: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #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| /* end confdefs.h. */| #include | #ifdef HAVE_SYS_TYPES_H| # include | #endif| #ifdef HAVE_SYS_STAT_H| # include | #endif| #ifdef STDC_HEADERS| # include | # include | #else| # ifdef HAVE_STDLIB_H| # include | # endif| #endif| #ifdef HAVE_STRING_H| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H| # include | # endif| # include | #endif| #ifdef HAVE_STRINGS_H| # include | #endif| #ifdef HAVE_INTTYPES_H| # include | #endif| #ifdef HAVE_STDINT_H| # include | #endif| #ifdef HAVE_UNISTD_H| # include | #endif| int| main ()| {| if (sizeof ((ssize_t)))| return 0;| ;| return 0;| }configure:3210: result: yesconfigure:3222: checking for sun_len in sys/un.hconfigure:3237: result: noconfigure:3243: checking for fpos_t in stdio.hconfigure:3252: result: yesconfigure:3267: checking sys/socket.h usabilityconfigure:3267: cc -c conftest.c >&5configure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking sys/socket.h presenceconfigure:3267: cc -E conftest.cconfigure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking for sys/socket.hconfigure:3267: result: yesconfigure:3267: checking netdb.h usabilityconfigure:3267: cc -c conftest.c >&5configure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking netdb.h presenceconfigure:3267: cc -E conftest.cconfigure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking for netdb.hconfigure:3267: result: yesconfigure:3267: checking netinet/in.h usabilityconfigure:3267: cc -c conftest.c >&5configure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking netinet/in.h presenceconfigure:3267: cc -E conftest.cconfigure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking for netinet/in.hconfigure:3267: result: yesconfigure:3267: checking arpa/inet.h usabilityconfigure:3267: cc -c conftest.c >&5configure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking arpa/inet.h presenceconfigure:3267: cc -E conftest.cconfigure:3267: $? = 0configure:3267: result: yesconfigure:3267: checking for arpa/inet.hconfigure:3267: result: yesconfigure:3280: checking sys/time.h usabilityconfigure:3280: cc -c conftest.c >&5configure:3280: $? = 0configure:3280: result: yesconfigure:3280: checking sys/time.h presenceconfigure:3280: cc -E conftest.cconfigure:3280: $? = 0configure:3280: result: yesconfigure:3280: checking for sys/time.hconfigure:3280: result: yesconfigure:3280: checking limits.h usabilityconfigure:3280: cc -c conftest.c >&5configure:3280: $? = 0configure:3280: result: yesconfigure:3280: checking limits.h presenceconfigure:3280: cc -E conftest.cconfigure:3280: $? = 0configure:3280: result: yesconfigure:3280: checking for limits.hconfigure:3280: result: yesconfigure:3280: checking sys/param.h usabilityconfigure:3280: cc -c conftest.c >&5configure:3280: $? = 0configure:3280: result: yesconfigure:3280: checking sys/param.h presenceconfigure:3280: cc -E conftest.cconfigure:3280: $? = 0configure:3280: result: yesconfigure:3280: checking for sys/param.hconfigure:3280: result: yesconfigure:3280: checking for unistd.hconfigure:3280: result: yesconfigure:3291: checking for a fileno() prototype in stdio.hconfigure:3300: result: yesconfigure:3338: checking whether cross-process locking is required by accept()configure:3349: result: noconfigure:3358: checking whether va_arg(arg, long double) crashes the compilerconfigure:3371: cc -c conftest.c >&5configure:3371: $? = 0configure:3372: result: noconfigure:3383: checking for an ANSI C-conforming constconfigure:3449: cc -c conftest.c >&5configure:3449: $? = 0configure:3456: result: yesconfigure:3579: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson f110d0bf30d3config.status:684: creating fcgi_config.h## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_env_CC_set=setac_cv_env_CC_value=ccac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=ac_cv_env_host_alias_value=ac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_header_arpa_inet_h=yesac_cv_header_inttypes_h=yesac_cv_header_limits_h=yesac_cv_header_memory_h=yesac_cv_header_netdb_h=yesac_cv_header_netinet_in_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_param_h=yesac_cv_header_sys_socket_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_time_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_objext=oac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_prog_CPP='cc -E'ac_cv_prog_ac_ct_CC=ccac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_type_ssize_t=yes## ----------------- #### Output variables. #### ----------------- ##CC='cc'CFLAGS=''CPP='cc -E'CPPFLAGS=''DEFS='-DHAVE_CONFIG_H'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/bin/grep -E'EXEEXT=''GREP='/usr/bin/grep'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATH_SEPARATOR=':'SHELL='/bin/sh'ac_ct_CC='cc'bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias=''htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr/local'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define PACKAGE_URL ""#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_FPOS 1#define HAVE_SYS_SOCKET_H 1#define HAVE_NETDB_H 1#define HAVE_NETINET_IN_H 1#define HAVE_ARPA_INET_H 1#define HAVE_SYS_TIME_H 1#define HAVE_LIMITS_H 1#define HAVE_SYS_PARAM_H 1#define HAVE_UNISTD_H 1#define HAVE_FILENO_PROTO 1configure: exit 0