The build took 00h 01m 03s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
4,725 |
ansic |
4,497 |
sh |
551 |
makefile |
199 |
asm |
9,972 |
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: speedtouch 1.3.1-5 (Wed Apr 5 01:28:33 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...patching file src/modem.hconfigure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used.checking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking for x86_64-unknown-linux-gcc... clangchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... yeschecking for suffix of executables... checking 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 ANSI C... none neededchecking whether make sets $(MAKE)... yeschecking for a BSD-compatible install... /usr/bin/install -cchecking how to run the C preprocessor... clang -Echecking for egrep... 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 stdio.h usability... yeschecking stdio.h presence... yeschecking for stdio.h... yeschecking for unistd.h... (cached) yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking errno.h usability... yeschecking errno.h presence... yeschecking for errno.h... yeschecking time.h usability... yeschecking time.h presence... yeschecking for time.h... yeschecking signal.h usability... yeschecking signal.h presence... yeschecking for signal.h... yeschecking for stdlib.h... (cached) yeschecking termios.h usability... yeschecking termios.h presence... yeschecking for termios.h... yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking stdarg.h usability... yeschecking stdarg.h presence... yeschecking for stdarg.h... yeschecking for string.h... (cached) yeschecking sys/resource.h usability... yeschecking sys/resource.h presence... yeschecking for sys/resource.h... yeschecking sys/ioctl.h usability... yeschecking sys/ioctl.h presence... yeschecking for sys/ioctl.h... yeschecking for sys/types.h... (cached) yeschecking for sys/stat.h... (cached) yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking sys/param.h usability... yeschecking sys/param.h presence... yeschecking for sys/param.h... yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking syslog.h usability... yeschecking syslog.h presence... yeschecking for syslog.h... yeschecking for pid_t... yeschecking for size_t... yeschecking for an ANSI C-conforming const... yeschecking return type of signal handlers... voidchecking for alarm... yeschecking for gettimeofday... yeschecking for memmove... yeschecking for memset... yeschecking for mkfifo... yeschecking for select... yeschecking for strdup... yeschecking for strerror... yeschecking for pthread_create in -lpthread... yeschecking for rpm... noconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating VERSIONconfig.status: creating src/Makefileconfig.status: creating hotplug/Makefileconfig.status: creating doc-linux/Makefileconfig.status: creating doc-bsd/Makefileconfig.status: creating speedtouch.speccd src && make cd hotplug && makemake[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1/src'clang -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -c firmware.cmake[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1/hotplug'rm -f speedtouch speedtouch.tmpclang -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -D_REENTRANT -D_THREAD_SAFE -o pusb.o -c pusb-linux.cclang -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -DVERSION="\"1.3.1\"" -c modem_run.csed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' < speedtouch.in > speedtouch.tmpchmod a+x speedtouch.tmpmv speedtouch.tmp speedtouchmake[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/hotplug'clang -Wall -I. -I/usr/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c crc.cclang -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -c smallsem.cpusb-linux.c:72:19: warning: unused variable 'usb_path' [-Wunused-const-variable]static const char usb_path[] = "/proc/bus/usb"; ^1 warning generated.modem_run.c:788:46: warning: passing 'char [14]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] n = pusb_control_msg(fdusb,0xc0,0x26,0xf7,0,buf,sizeof(buf),CTRL_TIMEOUT); ^~~./pusb.h:41:23: note: passing argument to parameter 'buf' here unsigned char *buf, int size, int timeout); ^clang -c -o mutex.o mutex.cmodem_run.c:1222:9: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] dump(buffer, length); ^~~~~~modem_run.c:125:33: note: passing argument to parameter 'buf' herestatic void dump(unsigned char *buf, int len); ^modem_run.c:1283:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, "%02x ", buf[j]); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^modem_run.c:1292:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, " "); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^modem_run.c:1301:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, "%c", give_char(buf[j])); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^clang -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -DVERSION="\"1.3.1\"" -c pppoa2.c5 warnings generated.clang -Wall -I. -I/usr/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c atm.cclang -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c pppoa3.crm -f speedtouch-setup speedtouch-setup.tmpsed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' -e 's,\@sysconfdir\@,/etc,g' < speedtouch-setup.in > speedtouch-setup.tmpIn file included from pppoa2.c:44:In file included from /usr/include/limits.h:147:/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]#define RE_DUP_MAX (0x7fff) ^/sysroot/include/limits.h:82:9: note: previous definition is here#define RE_DUP_MAX 255 ^chmod a+x speedtouch-setup.tmpmv speedtouch-setup.tmp speedtouch-setuprm -f speedtouch-start speedtouch-start.tmpsed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' -e 's,\@sysconfdir\@,/etc,g' < speedtouch-start.in > speedtouch-start.tmpchmod a+x speedtouch-start.tmpmv speedtouch-start.tmp speedtouch-startrm -f speedtouch-stop speedtouch-stop.tmpsed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' -e 's,\@sysconfdir\@,/etc,g' < speedtouch-stop.in > speedtouch-stop.tmpIn file included from pppoa3.c:48:In file included from /usr/include/limits.h:147:/usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]#define RE_DUP_MAX (0x7fff) ^/sysroot/include/limits.h:82:9: note: previous definition is here#define RE_DUP_MAX 255 ^pppoa2.c:659:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, "%02x ", buf[j]); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^pppoa2.c:668:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, " "); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^pppoa2.c:677:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, "%c", give_char(buf[j])); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^pppoa2.c:759:9: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] dump(buffer, length); ^~~~~~pppoa2.c:636:33: note: passing argument to parameter 'buf' hereIn file included from pppoa3.c:50:/usr/include/pthread.h:743:12: warning: static void dump(unsigned char *buf, int len)declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header] ^extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL; ^pppoa3.c:712:5: warning: variable '__cancel_routine' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if((buffer = malloc(BUFFER_SIZE)) == NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~pppoa3.c:806:2: note: uninitialized use occurs here pthread_cleanup_pop(1); ^~~~~~~~~~~~~~~~~~~~~~/usr/include/pthread.h:690:7: note: expanded from macro 'pthread_cleanup_pop' __cancel_routine (__cancel_arg); \ ^~~~~~~~~~~~~~~~pppoa3.c:712:2: note: remove the 'if' if its condition is always false if((buffer = malloc(BUFFER_SIZE)) == NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~pppoa3.c:716:2: note: variable '__cancel_routine' is declared here pthread_cleanup_push(cleanup_iothread, &thread_array[thread_getindex(THREAD_WRITE_TO_USB)].m_id); ^/usr/include/pthread.h:667:5: note: expanded from macro 'pthread_cleanup_push' void (*__cancel_routine) (void *) = (routine); \ ^pppoa3.c:712:5: warning: variable '__cancel_arg' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if((buffer = malloc(BUFFER_SIZE)) == NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~pppoa3.c:806:2: note: uninitialized use occurs here pthread_cleanup_pop(1); ^~~~~~~~~~~~~~~~~~~~~~/usr/include/pthread.h:690:25: note: expanded from macro 'pthread_cleanup_pop' __cancel_routine (__cancel_arg); \ ^~~~~~~~~~~~pppoa3.cchmod a+x speedtouch-stop.tmp:712:2: note: remove the 'if' if its condition is always false if((buffer = malloc(BUFFER_SIZE)) == NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~pppoa3.c:716:2: note: variable '__cancel_arg' is declared here pthread_cleanup_push(cleanup_iothread, &thread_array[thread_getindex(THREAD_WRITE_TO_USB)].m_id); ^/usr/include/pthread.h:668:5: note: expanded from macro 'pthread_cleanup_push' void *__cancel_arg = (arg); \ ^mv speedtouch-stop.tmp speedtouch-stoppppoa3.c:1071:14: warning: passing 'unsigned char [128]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(strncmp(command, "verbose", 7) == 0) {clang -Wall -I. -I/usr/include -I/usr/include firmware.o pusb.o modem_run.o crc.o smallsem.o mutex.o -o modem_run ^~~~~~~/usr/include/string.h:143:33: note: passing argument to parameter '__s1' hereextern int strncmp (const char *__s1, const char *__s2, size_t __n) ^pppoa3.c:1075:17: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] level = atoi(arg); ^~~/usr/include/stdlib.h:147:30: note: passing argument to parameter '__nptr' hereextern int atoi (const char *__nptr) ^pppoa3.c:1086:19: warning: passing 'unsigned char [128]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] else if(strncmp(command, "iopolicy", 8) == 0) { ^~~~~~~/usr/include/string.h:143:33: note: passing argument to parameter '__s1' hereextern int strncmp (const char *__s1, const char *__s2, size_t __n) ^pppoa3.c:1093:23: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] desired_pol = atoi(arg); ^~~/usr/include/stdlib.h:147:30: note: passing argument to parameter '__nptr' hereextern int atoi (const char *__nptr) ^pppoa3.c:1125:19: warning: passing 'unsigned char [128]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] else if(strncmp(command, "kill", 4) == 0) { ^~~~~~~/usr/include/string.h:143:33: note: passing argument to parameter '__s1' hereextern int strncmp (const char *__s1, const char *__s2, size_t __n) ^pppoa3.c:1127:15: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(strncmp(arg, "pipe", 4) == 0) { ^~~/usr/include/string.h:143:33: note: passing argument to parameter '__s1' hereextern int strncmp (const char *__s1, const char *__s2, size_t __n) ^pppoa3.c:1132:15: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(strncmp(arg, "pppoa", 5) == 0) { ^~~/usr/include/string.h:143:33: note: passing argument to parameter '__s1' hereextern int strncmp (const char *__s1, const char *__s2, size_t __n) ^pppoa3.c:1748:9: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] dump(buffer, length); ^~~~~~pppoa3.c:147:33: note: passing argument to parameter 'buf' herestatic void dump(unsigned char *buf, int len); ^pppoa3.c:2007:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, "%02x ", buf[j]); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^pppoa3.c:2016:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(ptr, " "); ^~~/usr/include/stdio.h:364:38: note: passing argument to parameter '__s' hereextern int sprintf (char *__restrict __s, ^5 warnings generated.clang -Wall -I. -I/usr/include -I/usr/include pusb.o pppoa2.o crc.o atm.o smallsem.o -o pppoa214 warnings generated.clang -Wall -I. -I/usr/include -I/usr/include pusb.o pppoa3.o crc.o atm.o -pthread -o pppoa3pppoa3.o:pppoa3.c:function write_to_usb_thread: error: undefined reference to '__pthread_register_cancel'pppoa3.o:pppoa3.c:function write_to_usb_thread: error: undefined reference to '__pthread_unregister_cancel'pppoa3.o:pppoa3.c:function read_from_usb_thread: error: undefined reference to '__pthread_register_cancel'pppoa3.o:pppoa3.c:function read_from_usb_thread: error: undefined reference to '__pthread_unregister_cancel'pppoa3.o:pppoa3.c:function read_named_pipe_thread: error: undefined reference to '__pthread_register_cancel'pppoa3.o:pppoa3.c:function read_named_pipe_thread: error: undefined reference to '__pthread_unregister_cancel'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)make[1]: *** [Makefile:144: pppoa3] Error 1make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/src'make: *** [Makefile:173: modem] Error 2==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/speedtouch/src/speedtouch-1.3.1/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by speedtouch configure 1.3.1, which wasgenerated by GNU Autoconf 2.59. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --mandir=/usr/share/man## --------- #### Platform. #### --------- ##hostname = 4492557c053euname -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 = unknownhostinfo = 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:1352: checking build system typeconfigure:1370: result: x86_64-unknown-linux-gnuconfigure:1378: checking host system typeconfigure:1392: result: x86_64-unknown-linux-gnuconfigure:1409: checking for x86_64-unknown-linux-gccconfigure:1435: result: clangconfigure:1717: checking for C compiler versionconfigure:1720: clang --version &5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:1723: $? = 0configure:1725: 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:1728: $? = 0configure:1730: clang -V &5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:1733: $? = 1configure:1756: checking for C compiler default output file nameconfigure:1759: clang conftest.c >&5configure:1762: $? = 0configure:1808: result: a.outconfigure:1813: checking whether the C compiler worksconfigure:1819: ./a.out./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF headerconfigure:1822: $? = 127configure:1839: result: yesconfigure:1846: checking whether we are cross compilingconfigure:1848: result: yesconfigure:1851: checking for suffix of executablesconfigure:1853: clang -o conftest conftest.c >&5configure:1856: $? = 0configure:1881: result:configure:1887: checking for suffix of object filesconfigure:1908: clang -c conftest.c >&5configure:1911: $? = 0configure:1933: result: oconfigure:1937: checking whether we are using the GNU C compilerconfigure:1961: clang -c conftest.c >&5configure:1967: $? = 0configure:1971: test -z|| test ! -s conftest.errconfigure:1974: $? = 0configure:1977: test -s conftest.oconfigure:1980: $? = 0configure:1993: result: yesconfigure:1999: checking whether clang accepts -gconfigure:2020: clang -c -g conftest.c >&5configure:2026: $? = 0configure:2030: test -z|| test ! -s conftest.errconfigure:2033: $? = 0configure:2036: test -s conftest.oconfigure:2039: $? = 0configure:2050: result: yesconfigure:2067: checking for clang option to accept ANSI Cconfigure:2137: clang -c conftest.c >&5configure:2143: $? = 0configure:2147: test -z|| test ! -s conftest.errconfigure:2150: $? = 0configure:2153: test -s conftest.oconfigure:2156: $? = 0configure:2174: result: none neededconfigure:2192: clang -c conftest.c >&5conftest.c:2:3: error: unknown type name 'choke'choke me^conftest.c:2:11: error: expected ';' after top level declaratorchoke me^;2 errors generated.configure:2198: $? = 1configure: failed program was:| #ifndef __cplusplus| choke me| #endifconfigure:2331: checking whether make sets $(MAKE)configure:2351: result: yesconfigure:2373: checking for a BSD-compatible installconfigure:2428: result: /usr/bin/install -cconfigure:2489: checking how to run the C preprocessorconfigure:2524: clang -E conftest.cconfigure:2530: $? = 0configure:2562: clang -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:2568: $? = 1configure: failed program was:| /* confdefs.h. */|| #define PACKAGE_NAME "speedtouch"| #define PACKAGE_TARNAME "speedtouch"| #define PACKAGE_VERSION "1.3.1"| #define PACKAGE_STRING "speedtouch 1.3.1"| #define PACKAGE_BUGREPORT "speedtouch@ml.free.fr"| /* end confdefs.h. */| #include configure:2607: result: clang -Econfigure:2631: clang -E conftest.cconfigure:2637: $? = 0configure:2669: clang -E conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:2675: $? = 1configure: failed program was:| /* confdefs.h. */|| #define PACKAGE_NAME "speedtouch"| #define PACKAGE_TARNAME "speedtouch"| #define PACKAGE_VERSION "1.3.1"| #define PACKAGE_STRING "speedtouch 1.3.1"| #define PACKAGE_BUGREPORT "speedtouch@ml.free.fr"| /* end confdefs.h. */| #include configure:2719: checking for egrepconfigure:2729: result: grep -Econfigure:2734: checking for ANSI C header filesconfigure:2759: clang -c conftest.c >&5configure:2765: $? = 0configure:2769: test -z|| test ! -s conftest.errconfigure:2772: $? = 0configure:2775: test -s conftest.oconfigure:2778: $? = 0configure:2890: result: yesconfigure:2914: checking for sys/types.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for sys/stat.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for stdlib.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for string.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for memory.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for strings.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for inttypes.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for stdint.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:2914: checking for unistd.hconfigure:2930: clang -c conftest.c >&5configure:2936: $? = 0configure:2940: test -z|| test ! -s conftest.errconfigure:2943: $? = 0configure:2946: test -s conftest.oconfigure:2949: $? = 0configure:2960: result: yesconfigure:3023: checking stdio.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking stdio.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for stdio.hconfigure:3146: result: yesconfigure:3014: checking for unistd.hconfigure:3019: result: yesconfigure:3023: checking fcntl.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking fcntl.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for fcntl.hconfigure:3146: result: yesconfigure:3023: checking errno.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking errno.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for errno.hconfigure:3146: result: yesconfigure:3023: checking time.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking time.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for time.hconfigure:3146: result: yesconfigure:3023: checking signal.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking signal.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for signal.hconfigure:3146: result: yesconfigure:3014: checking for stdlib.hconfigure:3019: result: yesconfigure:3023: checking termios.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking termios.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for termios.hconfigure:3146: result: yesconfigure:3023: checking limits.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking limits.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for limits.hconfigure:3146: result: yesconfigure:3023: checking stdarg.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking stdarg.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for stdarg.hconfigure:3146: result: yesconfigure:3014: checking for string.hconfigure:3019: result: yesconfigure:3023: checking sys/resource.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking sys/resource.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/resource.hconfigure:3146: result: yesconfigure:3023: checking sys/ioctl.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking sys/ioctl.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/ioctl.hconfigure:3146: result: yesconfigure:3014: checking for sys/types.hconfigure:3019: result: yesconfigure:3014: checking for sys/stat.hconfigure:3019: result: yesconfigure:3023: checking sys/time.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking sys/time.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/time.hconfigure:3146: result: yesconfigure:3023: checking sys/param.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking sys/param.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/param.hconfigure:3146: result: yesconfigure:3023: checking sys/socket.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking sys/socket.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/socket.hconfigure:3146: result: yesconfigure:3023: checking syslog.h usabilityconfigure:3035: clang -c conftest.c >&5configure:3041: $? = 0configure:3045: test -z|| test ! -s conftest.errconfigure:3048: $? = 0configure:3051: test -s conftest.oconfigure:3054: $? = 0configure:3064: result: yesconfigure:3068: checking syslog.h presenceconfigure:3078: clang -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for syslog.hconfigure:3146: result: yesconfigure:3164: checking for pid_tconfigure:3188: clang -c conftest.c >&5configure:3194: $? = 0configure:3198: test -z|| test ! -s conftest.errconfigure:3201: $? = 0configure:3204: test -s conftest.oconfigure:3207: $? = 0configure:3218: result: yesconfigure:3230: checking for size_tconfigure:3254: clang -c conftest.c >&5configure:3260: $? = 0configure:3264: test -z|| test ! -s conftest.errconfigure:3267: $? = 0configure:3270: test -s conftest.oconfigure:3273: $? = 0configure:3284: result: yesconfigure:3296: checking for an ANSI C-conforming constconfigure:3363: clang -c conftest.c >&5configure:3369: $? = 0configure:3373: test -z|| test ! -s conftest.errconfigure:3376: $? = 0configure:3379: test -s conftest.oconfigure:3382: $? = 0configure:3393: result: yesconfigure:3403: checking return type of signal handlersconfigure:3434: clang -c conftest.c >&5configure:3440: $? = 0configure:3444: test -z|| test ! -s conftest.errconfigure:3447: $? = 0configure:3450: test -s conftest.oconfigure:3453: $? = 0configure:3464: result: voidconfigure:3477: checking for alarmconfigure:3534: clang -o conftest conftest.c >&5configure:3540: $? = 0configure:3544: test -z|| test ! -s conftest.errconfigure:3547: $? = 0configure:3550: test -s conftestconfigure:3553: $? = 0configure:3565: result: yesconfigure:3579: checking for gettimeofdayconfigure:3636: clang -o conftest conftest.c >&5configure:3642: $? = 0configure:3646: test -z|| test ! -s conftest.errconfigure:3649: $? = 0configure:3652: test -s conftestconfigure:3655: $? = 0configure:3667: result: yesconfigure:3681: checking for memmoveconfigure:3738: clang -o conftest conftest.c >&5conftest.c:65:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]char memmove ();^conftest.c:65:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'1 warning generated.configure:3744: $? = 0configure:3748: test -z|| test ! -s conftest.errconfigure:3751: $? = 0configure:3754: test -s conftestconfigure:3757: $? = 0configure:3769: result: yesconfigure:3783: checking for memsetconfigure:3840: clang -o conftest conftest.c >&5conftest.c:66:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]char memset ();^conftest.c:66:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'1 warning generated.configure:3846: $? = 0configure:3850: test -z|| test ! -s conftest.errconfigure:3853: $? = 0configure:3856: test -s conftestconfigure:3859: $? = 0configure:3871: result: yesconfigure:3885: checking for mkfifoconfigure:3942: clang -o conftest conftest.c >&5configure:3948: $? = 0configure:3952: test -z|| test ! -s conftest.errconfigure:3955: $? = 0configure:3958: test -s conftestconfigure:3961: $? = 0configure:3973: result: yesconfigure:3987: checking for selectconfigure:4044: clang -o conftest conftest.c >&5configure:4050: $? = 0configure:4054: test -z|| test ! -s conftest.errconfigure:4057: $? = 0configure:4060: test -s conftestconfigure:4063: $? = 0configure:4075: result: yesconfigure:4089: checking for strdupconfigure:4146: clang -o conftest conftest.c >&5conftest.c:69:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]char strdup ();^conftest.c:69:6: note: 'strdup' is a builtin with type 'char *(const char *)'1 warning generated.configure:4152: $? = 0configure:4156: test -z|| test ! -s conftest.errconfigure:4159: $? = 0configure:4162: test -s conftestconfigure:4165: $? = 0configure:4177: result: yesconfigure:4191: checking for strerrorconfigure:4248: clang -o conftest conftest.c >&5conftest.c:70:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]char strerror ();^conftest.c:70:6: note: 'strerror' is a builtin with type 'char *(int)'1 warning generated.configure:4254: $? = 0configure:4258: test -z|| test ! -s conftest.errconfigure:4261: $? = 0configure:4264: test -s conftestconfigure:4267: $? = 0configure:4279: result: yesconfigure:4628: checking for pthread_create in -lpthreadconfigure:4658: clang -o conftest conftest.c -lpthread >&5configure:4664: $? = 0configure:4668: test -z|| test ! -s conftest.errconfigure:4671: $? = 0configure:4674: test -s conftestconfigure:4677: $? = 0configure:4690: result: yesconfigure:4719: checking for rpmconfigure:4748: result: noconfigure:4895: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by speedtouch config.status 1.3.1, which wasgenerated by GNU Autoconf 2.59. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 4492557c053econfig.status:670: creating Makefileconfig.status:670: creating VERSIONconfig.status:670: creating src/Makefileconfig.status:670: creating hotplug/Makefileconfig.status:670: creating doc-linux/Makefileconfig.status:670: creating doc-bsd/Makefileconfig.status:670: creating speedtouch.spec## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_build_alias=x86_64-unknown-linux-gnuac_cv_c_compiler_gnu=yesac_cv_c_const=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_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_exeext=ac_cv_func_alarm=yesac_cv_func_gettimeofday=yesac_cv_func_memmove=yesac_cv_func_memset=yesac_cv_func_mkfifo=yesac_cv_func_select=yesac_cv_func_strdup=yesac_cv_func_strerror=yesac_cv_header_errno_h=yesac_cv_header_fcntl_h=yesac_cv_header_inttypes_h=yesac_cv_header_limits_h=yesac_cv_header_memory_h=yesac_cv_header_signal_h=yesac_cv_header_stdarg_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdio_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_ioctl_h=yesac_cv_header_sys_param_h=yesac_cv_header_sys_resource_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_syslog_h=yesac_cv_header_termios_h=yesac_cv_header_time_h=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_host_alias=x86_64-unknown-linuxac_cv_lib_pthread_pthread_create=yesac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_cc_g=yesac_cv_prog_cc_stdc=ac_cv_prog_egrep='grep -E'ac_cv_prog_make_make_set=yesac_cv_type_pid_t=yesac_cv_type_signal=voidac_cv_type_size_t=yes## ----------------- #### Output variables. #### ----------------- ##CC='clang'CFLAGS=''CPP='clang -E'CPPFLAGS=''CWARN='-Wall'DEFS='-DPACKAGE_NAME=\"speedtouch\" -DPACKAGE_TARNAME=\"speedtouch\" -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"speedtouch\ 1.3.1\" -DPACKAGE_BUGREPORT=\"speedtouch@ml.free.fr\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_ERRNO_H=1 -DHAVE_TIME_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYSLOG_H=1 -DRETSIGTYPE=void -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKFIFO=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DLINUX=1 'DOCDIR='doc-linux'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='grep -E'EXEEXT=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MAKE_INSTALL_SCRIPT=''OBJEXT='o'PACKAGE_BUGREPORT='speedtouch@ml.free.fr'PACKAGE_NAME='speedtouch'PACKAGE_STRING='speedtouch 1.3.1'PACKAGE_TARNAME='speedtouch'PACKAGE_VERSION='1.3.1'PATH_SEPARATOR=':'PUSB_SOURCE='pusb-linux.c'PWD='/tmp/speedtouch/src/speedtouch-1.3.1'RPM_ROOT=''SET_MAKE=''SHELL='/bin/sh'THREAD_LIBS='-pthread'USE_SYSLOG=''VERSION='1.3.1'ac_configure_args=''--host=x86_64-unknown-linux' '--prefix=/usr' '--sbindir=/usr/bin' '--sysconfdir=/etc' '--mandir=/usr/share/man' 'CC=clang' 'CFLAGS=' 'CPPFLAGS=' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux''ac_ct_CC=''bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${prefix}/share'exec_prefix='${prefix}'host='x86_64-unknown-linux-gnu'host_alias='x86_64-unknown-linux'host_cpu='x86_64'host_os='linux-gnu'host_vendor='unknown'includedir='${prefix}/include'infodir='${prefix}/info'installuser='root'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'link_opts=''localstatedir='${prefix}/var'mandir='/usr/share/man'oldincludedir='/usr/include'prefix='/usr'program_transform_name='s,x,x,'sbindir='/usr/bin'sharedstatedir='${prefix}/com'st_compile='modem_run pppoa2 pppoa3'sysconfdir='/etc'syslog_flags='-DUSE_SYSLOG'target_alias=''## ----------- #### confdefs.h. #### ----------- ###define HAVE_ALARM 1#define HAVE_ERRNO_H 1#define HAVE_FCNTL_H 1#define HAVE_GETTIMEOFDAY 1#define HAVE_INTTYPES_H 1#define HAVE_LIMITS_H 1#define HAVE_MEMMOVE 1#define HAVE_MEMORY_H 1#define HAVE_MEMSET 1#define HAVE_MKFIFO 1#define HAVE_SELECT 1#define HAVE_SIGNAL_H 1#define HAVE_STDARG_H 1#define HAVE_STDINT_H 1#define HAVE_STDIO_H 1#define HAVE_STDLIB_H 1#define HAVE_STDLIB_H 1#define HAVE_STRDUP 1#define HAVE_STRERROR 1#define HAVE_STRINGS_H 1#define HAVE_STRING_H 1#define HAVE_STRING_H 1#define HAVE_SYSLOG_H 1#define HAVE_SYS_IOCTL_H 1#define HAVE_SYS_PARAM_H 1#define HAVE_SYS_RESOURCE_H 1#define HAVE_SYS_SOCKET_H 1#define HAVE_SYS_STAT_H 1#define HAVE_SYS_STAT_H 1#define HAVE_SYS_TIME_H 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_TYPES_H 1#define HAVE_TERMIOS_H 1#define HAVE_TIME_H 1#define HAVE_UNISTD_H 1#define HAVE_UNISTD_H 1#define LINUX 1#define PACKAGE_BUGREPORT "speedtouch@ml.free.fr"#define PACKAGE_NAME "speedtouch"#define PACKAGE_STRING "speedtouch 1.3.1"#define PACKAGE_TARNAME "speedtouch"#define PACKAGE_VERSION "1.3.1"#define RETSIGTYPE void#define STDC_HEADERS 1configure: exit 0