The build took 00h 01m 37s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
15,136 |
ansic |
3,264 |
sh |
808 |
perl |
343 |
lisp |
163 |
makefile |
19,714 |
total |
The process tree of the build process is here.
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/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: remind 3.1.15-2 (Wed Apr 5 00:10:34 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...*********************** ** Configuring REMIND ** ***********************checking for x86_64-unknown-linux-gcc... clangchecking 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... yeschecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking for a BSD-compatible install... /usr/bin/install -cchecking whether ln -s works... yeschecking whether make sets $(MAKE)... yeschecking for sqrt in -lm... yeschecking how to run the C preprocessor... clang -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/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 size of unsigned short... 2checking size of unsigned int... 4checking size of unsigned long... 8checking sys/file.h usability... yeschecking sys/file.h presence... yeschecking for sys/file.h... yeschecking glob.h usability... yeschecking glob.h presence... yeschecking for glob.h... yeschecking wctype.h usability... yeschecking wctype.h presence... yeschecking for wctype.h... yeschecking locale.h usability... yeschecking locale.h presence... yeschecking for locale.h... yeschecking whether struct tm is in sys/time.h or time.h... time.hchecking for utime.h... yeschecking whether utime accepts a null argument... guessing yeschecking whether time.h and sys/time.h may both be included... yeschecking for setenv... yeschecking for unsetenv... yeschecking for glob... yeschecking for mbstowcs... yeschecking for setlocale... yesconfigure: creating ./config.statusconfig.status: creating src/Makefileconfig.status: creating www/Makefileconfig.status: creating src/version.hconfig.status: creating src/config.h******************** ** Building REMIND ** ********************make[1]: Entering directory '/tmp/remind/src/remind-03.01.15/src'clang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. calendar.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. dynbuf.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. dorem.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. dosubst.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. expr.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. files.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. funcs.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. globals.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. hbcal.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. init.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. main.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. md5.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. moon.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. omit.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. queue.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. sort.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. token.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. trigger.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. userfns.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. utils.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. var.cclang -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. rem2ps.cclang -o rem2ps rem2ps.o dynbuf.oclang -o remind calendar.o dynbuf.o dorem.o dosubst.o expr.o files.o funcs.o globals.o hbcal.o init.o main.o md5.o moon.o omit.o queue.o sort.o token.o trigger.o userfns.o utils.o var.o -lm make[1]: Leaving directory '/tmp/remind/src/remind-03.01.15/src'==> Entering fakeroot environment...==> Starting package()...********************** ** Installing REMIND ** **********************cd src; make installmake[1]: Entering directory '/tmp/remind/src/remind-03.01.15/src'mkdir -p /tmp/remind/pkg/remind/usr/bin || truefor prog in remind rem2ps ./../scripts/tkremind ./../scripts/cm2rem.tcl ; do \ /usr/bin/install -c $prog /tmp/remind/pkg/remind/usr/bin || exit 1; \donerm -f /tmp/remind/pkg/remind/usr/bin/rem > /dev/null 2>&1 || trueln -s remind /tmp/remind/pkg/remind/usr/bin/remmkdir -p /tmp/remind/pkg/remind/usr/share/man/man1 || truefor man in ./../man/rem2ps.1 ./../man/remind.1 ./../man/tkremind.1 ./../man/cm2rem.1 ./../man/rem.1 ; do \ /usr/bin/install -c -m 644 $man /tmp/remind/pkg/remind/usr/share/man/man1 || exit 1; \donestrip /tmp/remind/pkg/remind/usr/bin/remind || truestrip /tmp/remind/pkg/remind/usr/bin/rem2ps || truemake[1]: Leaving directory '/tmp/remind/src/remind-03.01.15/src'==> Tidying install... -> Removing doc files... -> Removing empty directories... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "remind"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: remind 3.1.15-2 (Wed Apr 5 00:10:43 UTC 2017)CMD: pacman --query --file remind-3.1.15-2-x86_64.pkg.tar.xz
Creating hybrid package for 'remind'
Trying to find vanilla package 'remind'...
CMD: pacman --query --file /mirror/remind-3.1.15-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
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf remind.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/remind.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/remind.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/remind.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/remind.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/remind/src/remind-03.01.15/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 --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = aa986d31788auname -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: /sysroot/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2320: checking for x86_64-unknown-linux-gccconfigure:2347: result: clangconfigure:2616: checking for C compiler versionconfigure:2625: clang --version >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:2636: $? = 0configure:2625: clang -v >&5clang version 3.8.1Target: 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.1Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64Selected multilib: .;@m64configure:2636: $? = 0configure:2625: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2636: $? = 1configure:2625: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2636: $? = 1configure:2656: checking whether the C compiler worksconfigure:2678: clang conftest.c >&5configure:2682: $? = 0configure:2730: result: yesconfigure:2733: checking for C compiler default output file nameconfigure:2735: result: a.outconfigure:2741: checking for suffix of executablesconfigure:2748: clang -o conftest conftest.c >&5configure:2752: $? = 0configure:2774: result:configure:2796: checking whether we are cross compilingconfigure:2804: clang -o conftest conftest.c >&5configure:2808: $? = 0configure:2815: ./conftest./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF headerconfigure:2819: $? = 127configure:2834: result: yesconfigure:2839: checking for suffix of object filesconfigure:2861: clang -c conftest.c >&5configure:2865: $? = 0configure:2886: result: oconfigure:2890: checking whether we are using the GNU C compilerconfigure:2909: clang -c conftest.c >&5configure:2909: $? = 0configure:2918: result: yesconfigure:2927: checking whether clang accepts -gconfigure:2947: clang -c -g conftest.c >&5configure:2947: $? = 0configure:2988: result: yesconfigure:3005: checking for clang option to accept ISO C89configure:3068: clang -c conftest.c >&5configure:3068: $? = 0configure:3081: result: none neededconfigure:3144: checking for a BSD-compatible installconfigure:3212: result: /usr/bin/install -cconfigure:3223: checking whether ln -s worksconfigure:3227: result: yesconfigure:3234: checking whether make sets $(MAKE)configure:3256: result: yesconfigure:3268: checking for sqrt in -lmconfigure:3293: clang -o conftest conftest.c -lm >&5conftest.c:16:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]char sqrt ();^conftest.c:16:6: note: 'sqrt' is a builtin with type 'double (double)'1 warning generated.configure:3293: $? = 0configure:3302: result: yesconfigure:3319: checking how to run the C preprocessorconfigure:3350: clang -E conftest.cconfigure:3350: $? = 0configure:3364: clang -E conftest.cconftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3364: $? = 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 HAVE_LIBM 1| /* end confdefs.h. */| #include configure:3389: result: clang -Econfigure:3409: clang -E conftest.cconfigure:3409: $? = 0configure:3423: clang -E conftest.cconftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3423: $? = 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 HAVE_LIBM 1| /* end confdefs.h. */| #include configure:3452: checking for grep that handles long lines and -econfigure:3510: result: /usr/sbin/grepconfigure:3515: checking for egrepconfigure:3577: result: /usr/sbin/grep -Econfigure:3582: checking for ANSI C header filesconfigure:3602: clang -c conftest.c >&5configure:3602: $? = 0configure:3686: result: yesconfigure:3699: checking for sys/types.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for sys/stat.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for stdlib.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for string.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for memory.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for strings.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for inttypes.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for stdint.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3699: checking for unistd.hconfigure:3699: clang -c conftest.c >&5configure:3699: $? = 0configure:3699: result: yesconfigure:3715: checking size of unsigned shortconfigure:3720: clang -c conftest.c >&5configure:3720: $? = 0configure:3720: clang -c conftest.c >&5conftest.c:56:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3720: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3720: clang -c conftest.c >&5conftest.c:56:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3720: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3720: clang -c conftest.c >&5configure:3720: $? = 0configure:3720: clang -c conftest.c >&5configure:3720: $? = 0configure:3734: result: 2configure:3748: checking size of unsigned intconfigure:3753: clang -c conftest.c >&5configure:3753: $? = 0configure:3753: clang -c conftest.c >&5conftest.c:57:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3753: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_UNSIGNED_SHORT 2| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3753: clang -c conftest.c >&5conftest.c:57:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3753: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_UNSIGNED_SHORT 2| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3753: clang -c conftest.c >&5conftest.c:57:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3753: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_UNSIGNED_SHORT 2| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3753: clang -c conftest.c >&5configure:3753: $? = 0configure:3753: clang -c conftest.c >&5configure:3753: $? = 0configure:3753: clang -c conftest.c >&5configure:3753: $? = 0configure:3767: result: 4configure:3781: checking size of unsigned longconfigure:3786: clang -c conftest.c >&5configure:3786: $? = 0configure:3786: clang -c conftest.c >&5conftest.c:58:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3786: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_UNSIGNED_SHORT 2| #define SIZEOF_UNSIGNED_INT 4| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3786: clang -c conftest.c >&5conftest.c:58:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3786: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_UNSIGNED_SHORT 2| #define SIZEOF_UNSIGNED_INT 4| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3786: clang -c conftest.c >&5conftest.c:58:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3786: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_UNSIGNED_SHORT 2| #define SIZEOF_UNSIGNED_INT 4| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3786: clang -c conftest.c >&5conftest.c:58:24: error: 'test_array' declared as an array with a negative sizestatic int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)];^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 error generated.configure:3786: $? = 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 HAVE_LIBM 1| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_UNSIGNED_SHORT 2| #define SIZEOF_UNSIGNED_INT 4| /* 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 ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:3786: clang -c conftest.c >&5configure:3786: $? = 0configure:3786: clang -c conftest.c >&5configure:3786: $? = 0configure:3786: clang -c conftest.c >&5configure:3786: $? = 0configure:3786: clang -c conftest.c >&5configure:3786: $? = 0configure:3800: result: 8configure:3814: checking sys/file.h usabilityconfigure:3814: clang -c conftest.c >&5configure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking sys/file.h presenceconfigure:3814: clang -E conftest.cconfigure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking for sys/file.hconfigure:3814: result: yesconfigure:3814: checking glob.h usabilityconfigure:3814: clang -c conftest.c >&5configure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking glob.h presenceconfigure:3814: clang -E conftest.cconfigure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking for glob.hconfigure:3814: result: yesconfigure:3814: checking wctype.h usabilityconfigure:3814: clang -c conftest.c >&5configure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking wctype.h presenceconfigure:3814: clang -E conftest.cconfigure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking for wctype.hconfigure:3814: result: yesconfigure:3814: checking locale.h usabilityconfigure:3814: clang -c conftest.c >&5configure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking locale.h presenceconfigure:3814: clang -E conftest.cconfigure:3814: $? = 0configure:3814: result: yesconfigure:3814: checking for locale.hconfigure:3814: result: yesconfigure:3825: checking whether struct tm is in sys/time.h or time.hconfigure:3845: clang -c conftest.c >&5configure:3845: $? = 0configure:3852: result: time.hconfigure:3867: checking for utime.hconfigure:3867: clang -c conftest.c >&5configure:3867: $? = 0configure:3867: result: yesconfigure:3881: checking whether utime accepts a null argumentconfigure:3920: result: guessing yesconfigure:3930: checking whether time.h and sys/time.h may both be includedconfigure:3950: clang -c conftest.c >&5configure:3950: $? = 0configure:3957: result: yesconfigure:3973: checking for setenvconfigure:3973: clang -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5configure:3973: $? = 0configure:3973: result: yesconfigure:3973: checking for unsetenvconfigure:3973: clang -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5configure:3973: $? = 0configure:3973: result: yesconfigure:3973: checking for globconfigure:3973: clang -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5configure:3973: $? = 0configure:3973: result: yesconfigure:3973: checking for mbstowcsconfigure:3973: clang -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5configure:3973: $? = 0configure:3973: result: yesconfigure:3973: checking for setlocaleconfigure:3973: clang -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5configure:3973: $? = 0configure:3973: result: yesconfigure:4100: 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 aa986d31788aconfig.status:822: creating src/Makefileconfig.status:822: creating www/Makefileconfig.status:822: creating src/version.hconfig.status:822: creating src/config.h## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_env_CC_set=setac_cv_env_CC_value=clangac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_glob=yesac_cv_func_mbstowcs=yesac_cv_func_setenv=yesac_cv_func_setlocale=yesac_cv_func_unsetenv=yesac_cv_func_utime_null=yesac_cv_header_glob_h=yesac_cv_header_inttypes_h=yesac_cv_header_locale_h=yesac_cv_header_memory_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_file_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_time=yesac_cv_header_unistd_h=yesac_cv_header_utime_h=yesac_cv_header_wctype_h=yesac_cv_lib_m_sqrt=yesac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesac_cv_sizeof_unsigned_int=4ac_cv_sizeof_unsigned_long=8ac_cv_sizeof_unsigned_short=2ac_cv_struct_tm=time.h## ----------------- #### Output variables. #### ----------------- ##CC='clang'CFLAGS=' -Wall -Wstrict-prototypes'CPP='clang -E'CPPFLAGS=''DEFS='-DHAVE_CONFIG_H'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/sbin/grep -E'EXEEXT=''GREP='/usr/sbin/grep'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'LDFLAGS=''LIBOBJS=''LIBS='-lm 'LN_S='ln -s'LTLIBOBJS=''OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATH_SEPARATOR=':'SET_MAKE=''SHELL='/bin/sh'VERSION='03.01.15'ac_ct_CC=''bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias='x86_64-unknown-linux'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'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 HAVE_LIBM 1#define STDC_HEADERS 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_STAT_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_MEMORY_H 1#define HAVE_STRINGS_H 1#define HAVE_INTTYPES_H 1#define HAVE_STDINT_H 1#define HAVE_UNISTD_H 1#define SIZEOF_UNSIGNED_SHORT 2#define SIZEOF_UNSIGNED_INT 4#define SIZEOF_UNSIGNED_LONG 8#define HAVE_SYS_FILE_H 1#define HAVE_GLOB_H 1#define HAVE_WCTYPE_H 1#define HAVE_LOCALE_H 1#define HAVE_UTIME_H 1#define HAVE_UTIME_NULL 1#define TIME_WITH_SYS_TIME 1#define HAVE_SETENV 1#define HAVE_UNSETENV 1#define HAVE_GLOB 1#define HAVE_MBSTOWCS 1#define HAVE_SETLOCALE 1configure: exit 0