The build took 00h 00m 30s 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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: speedtouch 1.3.1-5 (Wed Aug 24 13:54:18 UTC 2016)==> 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... nochecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables... checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc 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... gcc -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'gcc -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.tmpsed -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'gcc -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -D_REENTRANT -D_THREAD_SAFE -o pusb.o -c pusb-linux.cfirmware.c: In function 'check_firmware':firmware.c:86:15: warning: variable 'addr' set but not used [-Wunused-but-set-variable] unsigned int addr; ^~~~pusb-linux.c:72:19: warning: 'usb_path' defined but not used [-Wunused-const-variable=] static const char usb_path[] = "/proc/bus/usb"; ^~~~~~~~gcc -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -DVERSION="\"1.3.1\"" -c modem_run.cgcc -Wall -I. -I/usr/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c crc.cmodem_run.c: In function 'get_reference':modem_run.c:788:46: warning: pointer targets in passing argument 6 of 'pusb_control_msg' differ in signedness [-Wpointer-sign] n = pusb_control_msg(fdusb,0xc0,0x26,0xf7,0,buf,sizeof(buf),CTRL_TIMEOUT); ^~~In file included from modem_run.c:55:0:pusb.h:38:5: note: expected 'unsigned char *' but argument is of type 'char *' int pusb_control_msg(pusb_device_t dev, ^~~~~~~~~~~~~~~~modem_run.c: In function 'report':modem_run.c:1222:9: warning: pointer targets in passing argument 1 of 'dump' differ in signedness [-Wpointer-sign] dump(buffer, length); ^~~~~~modem_run.c:125:13: note: expected 'unsigned char *' but argument is of type 'char *' static void dump(unsigned char *buf, int len); ^~~~modem_run.c: In function 'dump':modem_run.c:1283:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, "%02x ", buf[j]); ^~~In file included from modem_run.c:37:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~modem_run.c:1292:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, " "); ^~~In file included from modem_run.c:37:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~modem_run.c:1301:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, "%c", give_char(buf[j])); ^~~In file included from modem_run.c:37:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~gcc -Wall -I. -I/usr/include -I/usr/include -DVERSION="\"1.3.1\"" -c smallsem.cgcc -c -o mutex.o mutex.cgcc -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -DVERSION="\"1.3.1\"" -c pppoa2.cgcc -Wall -I. -I/usr/include -I/usr/include -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c atm.cgcc -Wall -I. -I/usr/include -I/usr/include -DUSE_SYSLOG -D_REENTRANT -D_THREAD_SAFE -DVERSION="\"1.3.1\"" -c pppoa3.cpppoa2.c: In function 'dump':pppoa2.c:659:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, "%02x ", buf[j]); ^~~In file included from pppoa2.c:34:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~pppoa2.c:668:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, " "); ^~~In file included from pppoa2.c:34:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~pppoa2.c:677:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, "%c", give_char(buf[j])); ^~~In file included from pppoa2.c:34:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~pppoa2.c: In function 'report':pppoa2.c:759:9: warning: pointer targets in passing argument 1 of 'dump' differ in signedness [-Wpointer-sign] dump(buffer, length); ^~~~~~pppoa2.c:636:13: note: expected 'unsigned char *' but argument is of type 'char *' static void dump(unsigned char *buf, int len) ^~~~pppoa3.c: In function 'read_named_pipe_thread':pppoa3.c:1071:14: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(strncmp(command, "verbose", 7) == 0) { ^~~~~~~In file included from pppoa3.c:38:0:/usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~pppoa3.c:1075:17: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] level = atoi(arg); ^~~In file included from pppoa3.c:37:0:/usr/include/stdlib.h:147:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int atoi (const char *__nptr) ^~~~pppoa3.c:1086:19: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if(strncmp(command, "iopolicy", 8) == 0) { ^~~~~~~In file included from pppoa3.c:38:0:/usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~pppoa3.c:1093:23: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] desired_pol = atoi(arg); ^~~In file included from pppoa3.c:37:0:/usr/include/stdlib.h:147:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int atoi (const char *__nptr) ^~~~pppoa3.c:1125:19: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] else if(strncmp(command, "kill", 4) == 0) { ^~~~~~~In file included from pppoa3.c:38:0:/usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~pppoa3.c:1127:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(strncmp(arg, "pipe", 4) == 0) { ^~~In file included from pppoa3.c:38:0:/usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~pppoa3.c:1132:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if(strncmp(arg, "pppoa", 5) == 0) { ^~~In file included from pppoa3.c:38:0:/usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~pppoa3.c: In function 'report':pppoa3.c:1748:9: warning: pointer targets in passing argument 1 of 'dump' differ in signedness [-Wpointer-sign] dump(buffer, length); ^~~~~~pppoa3.c:147:13: note: expected 'unsigned char *' but argument is of type 'char *' static void dump(unsigned char *buf, int len); ^~~~pppoa3.c: In function 'dump':pppoa3.c:2007:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, "%02x ", buf[j]); ^~~In file included from pppoa3.c:36:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~pppoa3.c:2016:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(ptr, " "); ^~~In file included from pppoa3.c:36:0:/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *' extern int sprintf (char *__restrict __s, ^~~~~~~rm -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.tmpchmod 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.tmprm -f speedtouch-stop speedtouch-stop.tmpmv speedtouch-start.tmp speedtouch-startsed -e 's,\@bindir\@,/usr/bin,g' -e 's,\@sbindir\@,/usr/bin,g' -e 's,\@sysconfdir\@,/etc,g' < speedtouch-stop.in > speedtouch-stop.tmpgcc -Wall -I. -I/usr/include -I/usr/include firmware.o pusb.o modem_run.o crc.o smallsem.o mutex.o -o modem_runchmod a+x speedtouch-stop.tmpmv speedtouch-stop.tmp speedtouch-stopgcc -Wall -I. -I/usr/include -I/usr/include pusb.o pppoa2.o crc.o atm.o smallsem.o -o pppoa2gcc -Wall -I. -I/usr/include -I/usr/include pusb.o pppoa3.o crc.o atm.o -pthread -o pppoa3cp modem_run pppoa2 pppoa3 speedtouch-setup speedtouch-start speedtouch-stop "/tmp/speedtouch/src/speedtouch-1.3.1/bin"make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/src'-------------------------------------------------------------Driver for the SpeedTouch USB and SpeedTouch 330 is compiledTo install it, type as root:make install-------------------------------------------------------------==> Entering fakeroot environment...==> Starting package()...cd src && make cd hotplug && makemake[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1/src'make[1]: Nothing to be done for 'all'.make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/src'make[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1/hotplug'make[1]: Nothing to be done for 'all'.make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/hotplug'Installing the Speedtouch USB driver ...test -d "/tmp/speedtouch/pkg/speedtouch/usr/bin" || /usr/bin/install -c -c -d "/tmp/speedtouch/pkg/speedtouch/usr/bin"Installing man pages ...cd "/tmp/speedtouch/src/speedtouch-1.3.1/doc-linux" && make installmake modem_run pppoa2 pppoa3make[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1'Installing the modem_run program ...make[1]: Entering directory '/tmp/speedtouch/src/speedtouch-1.3.1/doc-linux'/usr/bin/install -c -m 0755 -o root bin/modem_run "/tmp/speedtouch/pkg/speedtouch/usr/bin"/usr/bin/install: /usr/bin/install -c -m 0644 -o root man/speedtouch-setup.1 "/tmp/speedtouch/pkg/speedtouch/usr/share/man/man1"cannot change ownership of '/tmp/speedtouch/pkg/speedtouch/usr/bin/modem_run': Operation not permittedmake[1]: *** [Makefile:137: modem_run] Error 1make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1'make: *** [Makefile:127: install-bin] Error 2make: *** Waiting for unfinished jobs..../usr/bin/install: cannot change ownership of '/tmp/speedtouch/pkg/speedtouch/usr/share/man/man1/speedtouch-setup.1': Operation not permittedmake[1]: *** [Makefile:109: install] Error 1make[1]: Leaving directory '/tmp/speedtouch/src/speedtouch-1.3.1/doc-linux'make: *** [Makefile:154: install-man] Error 2==> ERROR: A failure occurred in package(). 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 = d1e6809feb69uname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016/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: /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:1438: result: noconfigure:1447: checking for gccconfigure:1463: found /usr/sbin/gccconfigure:1473: result: gccconfigure:1717: checking for C compiler versionconfigure:1720: gcc --version &5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:1723: $? = 0configure:1725: gcc -v &5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:1728: $? = 0configure:1730: gcc -V &5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:1733: $? = 1configure:1756: checking for C compiler default output file nameconfigure:1759: gcc conftest.c >&5configure:1762: $? = 0configure:1808: result: a.outconfigure:1813: checking whether the C compiler worksconfigure:1819: ./a.outconfigure:1822: $? = 0configure:1839: result: yesconfigure:1846: checking whether we are cross compilingconfigure:1848: result: noconfigure:1851: checking for suffix of executablesconfigure:1853: gcc -o conftest conftest.c >&5configure:1856: $? = 0configure:1881: result:configure:1887: checking for suffix of object filesconfigure:1908: gcc -c conftest.c >&5configure:1911: $? = 0configure:1933: result: oconfigure:1937: checking whether we are using the GNU C compilerconfigure:1961: gcc -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 gcc accepts -gconfigure:2020: gcc -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 gcc option to accept ANSI Cconfigure:2137: gcc -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: gcc -c conftest.c >&5conftest.c:2:3: error: unknown type name 'choke'choke me^~~~~conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of inputconfigure: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: gcc -E conftest.cconfigure:2530: $? = 0configure:2562: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.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: gcc -Econfigure:2631: gcc -E conftest.cconfigure:2637: $? = 0configure:2669: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.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: gcc -c conftest.c >&5configure:2765: $? = 0configure:2769: test -z|| test ! -s conftest.errconfigure:2772: $? = 0configure:2775: test -s conftest.oconfigure:2778: $? = 0configure:2867: gcc -o conftest conftest.c >&5conftest.c: In function 'main':conftest.c:26:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]exit(2);^~~~conftest.c:26:7: warning: incompatible implicit declaration of built-in function 'exit'conftest.c:26:7: note: include '' or provide a declaration of 'exit' conftest.c:27:3: warning: incompatible implicit declaration of built-in function 'exit'exit (0);^~~~conftest.c:27:3: note: include '' or provide a declaration of 'exit' configure:2870: $? = 0configure:2872: ./conftestconfigure:2875: $? = 0configure:2890: result: yesconfigure:2914: checking for sys/types.hconfigure:2930: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for fcntl.hconfigure:3146: result: yesconfigure:3023: checking errno.h usabilityconfigure:3035: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for errno.hconfigure:3146: result: yesconfigure:3023: checking time.h usabilityconfigure:3035: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for time.hconfigure:3146: result: yesconfigure:3023: checking signal.h usabilityconfigure:3035: gcc -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: gcc -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: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for termios.hconfigure:3146: result: yesconfigure:3023: checking limits.h usabilityconfigure:3035: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for limits.hconfigure:3146: result: yesconfigure:3023: checking stdarg.h usabilityconfigure:3035: gcc -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: gcc -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: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/resource.hconfigure:3146: result: yesconfigure:3023: checking sys/ioctl.h usabilityconfigure:3035: gcc -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: gcc -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: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/time.hconfigure:3146: result: yesconfigure:3023: checking sys/param.h usabilityconfigure:3035: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/param.hconfigure:3146: result: yesconfigure:3023: checking sys/socket.h usabilityconfigure:3035: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for sys/socket.hconfigure:3146: result: yesconfigure:3023: checking syslog.h usabilityconfigure:3035: gcc -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: gcc -E conftest.cconfigure:3084: $? = 0configure:3104: result: yesconfigure:3139: checking for syslog.hconfigure:3146: result: yesconfigure:3164: checking for pid_tconfigure:3188: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest conftest.c >&5conftest.c:65:6: warning: conflicting types for built-in function 'memmove'char memmove ();^~~~~~~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: gcc -o conftest conftest.c >&5conftest.c:66:6: warning: conflicting types for built-in function 'memset'char memset ();^~~~~~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: gcc -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: gcc -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: gcc -o conftest conftest.c >&5conftest.c:69:6: warning: conflicting types for built-in function 'strdup'char strdup ();^~~~~~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: gcc -o conftest conftest.c >&5configure: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: gcc -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 d1e6809feb69config.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=ac_cv_env_CC_value=ac_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_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_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='gcc'CFLAGS=''CPP='gcc -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' 'CFLAGS=' 'CPPFLAGS=' 'LDFLAGS=' 'host_alias=x86_64-unknown-linux''ac_ct_CC='gcc'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