The build took 00h 00m 56s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
1,633 |
cpp |
1,254 |
ansic |
153 |
sh |
81 |
perl |
44 |
makefile |
3,165 |
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: procinfo-ng 2.0.304-6 (Wed Aug 24 13:23:38 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...configure: 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 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 ISO C89... none neededchecking for x86_64-unknown-linux-g++... nochecking for x86_64-unknown-linux-c++... nochecking for x86_64-unknown-linux-gpp... nochecking for x86_64-unknown-linux-aCC... nochecking for x86_64-unknown-linux-CC... nochecking for x86_64-unknown-linux-cxx... nochecking for x86_64-unknown-linux-cc++... nochecking for x86_64-unknown-linux-cl.exe... nochecking for x86_64-unknown-linux-FCC... nochecking for x86_64-unknown-linux-KCC... nochecking for x86_64-unknown-linux-RCC... nochecking for x86_64-unknown-linux-xlC_r... nochecking for x86_64-unknown-linux-xlC... nochecking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking for a BSD-compatible install... /usr/bin/install -cchecking how to run the C preprocessor... gcc -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 fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking math.h usability... yeschecking math.h presence... yeschecking for math.h... yeschecking sys/ioctl.h usability... yeschecking sys/ioctl.h presence... yeschecking for sys/ioctl.h... yeschecking termios.h usability... yeschecking termios.h presence... yeschecking for termios.h... yeschecking ncurses.h usability... yeschecking ncurses.h presence... yeschecking for ncurses.h... yeschecking for dirent.h that defines DIR... yeschecking for library containing opendir... none requiredchecking whether time.h and sys/time.h may both be included... yeschecking for stdbool.h that conforms to C99... yeschecking for _Bool... yeschecking for an ANSI C-conforming const... yeschecking for inline... inlinechecking for size_t... yeschecking whether time.h and sys/time.h may both be included... (cached) yeschecking for uint32_t... yeschecking for uint64_t... yeschecking for int32_t... yeschecking for int64_t... yeschecking sys/select.h usability... yeschecking sys/select.h presence... yeschecking for sys/select.h... yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking types of arguments for select... int,fd_set *,struct timeval *checking for working strtod... yeschecking for select... yeschecking for strtol... yeschecking for strtoul... yeschecking for strtoull... yeschecking for snprintf... yeschecking for readdir64... yesconfigure: creating ./config.statusconfig.status: creating Makefileg++ -pipe -Wall -s -lncurses procinfo.cpp -o procinfoIn file included from procinfo.cpp:44:0:lib/timeRoutines.cpp: In function 'const timeDiff __time_rel(const time_t&, const time_t&)':lib/timeRoutines.cpp:134:46: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::minutes' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, ~~~~~~~~^~~~~~~lib/timeRoutines.cpp:134:72: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::hours' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, ~~~~~~~~^~~~~lib/timeRoutines.cpp:135:20: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::days' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] tm_wday: result1.days, tm_week: result1.weeks }; ~~~~~~~~^~~~lib/timeRoutines.cpp:135:43: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::weeks' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] tm_wday: result1.days, tm_week: result1.weeks }; ~~~~~~~~^~~~~lib/timeRoutines.cpp: In function 'const timeDiff __time_rel(const double&, const double&)':lib/timeRoutines.cpp:141:46: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::minutes' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, ~~~~~~~~^~~~~~~lib/timeRoutines.cpp:141:72: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::hours' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] { tm_sec: result1.seconds, tm_min: result1.minutes, tm_hour: result1.hours, ~~~~~~~~^~~~~lib/timeRoutines.cpp:142:20: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::days' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] tm_wday: result1.days, tm_week: result1.weeks }; ~~~~~~~~^~~~lib/timeRoutines.cpp:142:43: warning: narrowing conversion of '(uint32_t)result1.timeWDHMS::weeks' from 'uint32_t {aka unsigned int}' to 'int' inside { } [-Wnarrowing] tm_wday: result1.days, tm_week: result1.weeks }; ~~~~~~~~^~~~~lib/timeRoutines.cpp: In function 'const timeDiff structTM2structTD(tm)':lib/timeRoutines.cpp:185:17: warning: narrowing conversion of 'input.tm::tm_sec' from 'int' to 'double' inside { } [-Wnarrowing] tm_sec: input.tm_sec, tm_min: input.tm_min, tm_hour: input.tm_hour, ~~~~~~^~~~~~==> Entering fakeroot environment...==> Starting package()...mkdir -p /tmp/procinfo-ng/pkg/procinfo-ng//usr/bininstall procinfo /tmp/procinfo-ng/pkg/procinfo-ng//usr/bin/procinfomkdir -p /tmp/procinfo-ng/pkg/procinfo-ng//usr/share/man/man8install -m 644 procinfo.8 /tmp/procinfo-ng/pkg/procinfo-ng//usr/share/man/man8/procinfo.8==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "procinfo-ng"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: procinfo-ng 2.0.304-6 (Wed Aug 24 13:23:51 UTC 2016)CMD: pacman --query --file procinfo-ng-2.0.304-6-x86_64.pkg.tar.xz
Creating hybrid package for 'procinfo-ng'
Trying to find vanilla package 'procinfo-ng'...
CMD: pacman --query --file /mirror/procinfo-ng-2.0.304-6.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 usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf procinfo-ng.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/procinfo-ng.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/procinfo-ng.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/procinfo-ng.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/procinfo-ng.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/procinfo-ng/src/procinfo-ng-2.0.304/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by procinfo-ng configure 2.0, which wasgenerated by GNU Autoconf 2.61. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = a83ec996d85buname -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 = unknown/usr/bin/hostinfo = 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:1713: checking for x86_64-unknown-linux-gccconfigure:1743: result: noconfigure:1753: checking for gccconfigure:1769: found /usr/sbin/gccconfigure:1780: result: gccconfigure:2018: checking for C compiler versionconfigure:2025: 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:2028: $? = 0configure:2035: 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:2038: $? = 0configure:2045: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2048: $? = 1configure:2071: checking for C compiler default output file nameconfigure:2098: gcc conftest.c >&5configure:2101: $? = 0configure:2139: result: a.outconfigure:2156: checking whether the C compiler worksconfigure:2166: ./a.outconfigure:2169: $? = 0configure:2186: result: yesconfigure:2193: checking whether we are cross compilingconfigure:2195: result: noconfigure:2198: checking for suffix of executablesconfigure:2205: gcc -o conftest conftest.c >&5configure:2208: $? = 0configure:2232: result:configure:2238: checking for suffix of object filesconfigure:2264: gcc -c conftest.c >&5configure:2267: $? = 0configure:2290: result: oconfigure:2294: checking whether we are using the GNU C compilerconfigure:2323: gcc -c conftest.c >&5configure:2329: $? = 0configure:2346: result: yesconfigure:2351: checking whether gcc accepts -gconfigure:2381: gcc -c -g conftest.c >&5configure:2387: $? = 0configure:2486: result: yesconfigure:2503: checking for gcc option to accept ISO C89configure:2577: gcc -c conftest.c >&5configure:2583: $? = 0configure:2606: result: none neededconfigure:2638: checking for x86_64-unknown-linux-g++configure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-c++configure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-gppconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-aCCconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-CCconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-cxxconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-cc++configure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-cl.execonfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-FCCconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-KCCconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-RCCconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-xlC_rconfigure:2668: result: noconfigure:2638: checking for x86_64-unknown-linux-xlCconfigure:2668: result: noconfigure:2682: checking for g++configure:2698: found /usr/sbin/g++configure:2709: result: g++configure:2740: checking for C++ compiler versionconfigure:2747: g++ --version >&5g++ (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:2750: $? = 0configure:2757: g++ -v >&5Using built-in specs.COLLECT_GCC=g++COLLECT_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:2760: $? = 0configure:2767: g++ -V >&5g++: error: unrecognized command line option '-V'g++: fatal error: no input filescompilation terminated.configure:2770: $? = 1configure:2773: checking whether we are using the GNU C++ compilerconfigure:2802: g++ -c conftest.cpp >&5configure:2808: $? = 0configure:2825: result: yesconfigure:2830: checking whether g++ accepts -gconfigure:2860: g++ -c -g conftest.cpp >&5configure:2866: $? = 0configure:2965: result: yesconfigure:3032: checking for a BSD-compatible installconfigure:3088: result: /usr/bin/install -cconfigure:3109: checking how to run the C preprocessorconfigure:3149: gcc -E conftest.cconfigure:3155: $? = 0configure:3186: gcc -E conftest.cconftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3192: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "procinfo-ng"| #define PACKAGE_TARNAME "procinfo-ng"| #define PACKAGE_VERSION "2.0"| #define PACKAGE_STRING "procinfo-ng 2.0"| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"| /* end confdefs.h. */| #include configure:3225: result: gcc -Econfigure:3254: gcc -E conftest.cconfigure:3260: $? = 0configure:3291: gcc -E conftest.cconftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3297: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "procinfo-ng"| #define PACKAGE_TARNAME "procinfo-ng"| #define PACKAGE_VERSION "2.0"| #define PACKAGE_STRING "procinfo-ng 2.0"| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"| /* end confdefs.h. */| #include configure:3335: checking for grep that handles long lines and -econfigure:3409: result: /usr/sbin/grepconfigure:3414: checking for egrepconfigure:3492: result: /usr/sbin/grep -Econfigure:3497: checking for ANSI C header filesconfigure:3527: gcc -c conftest.c >&5configure:3533: $? = 0configure:3632: gcc -o conftest conftest.c >&5configure:3635: $? = 0configure:3641: ./conftestconfigure:3644: $? = 0configure:3661: result: yesconfigure:3685: checking for sys/types.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for sys/stat.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for stdlib.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for string.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for memory.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for strings.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for inttypes.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for stdint.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3685: checking for unistd.hconfigure:3706: gcc -c conftest.c >&5configure:3712: $? = 0configure:3728: result: yesconfigure:3759: checking fcntl.h usabilityconfigure:3776: gcc -c conftest.c >&5configure:3782: $? = 0configure:3796: result: yesconfigure:3800: checking fcntl.h presenceconfigure:3815: gcc -E conftest.cconfigure:3821: $? = 0configure:3835: result: yesconfigure:3868: checking for fcntl.hconfigure:3876: result: yesconfigure:3759: checking math.h usabilityconfigure:3776: gcc -c conftest.c >&5configure:3782: $? = 0configure:3796: result: yesconfigure:3800: checking math.h presenceconfigure:3815: gcc -E conftest.cconfigure:3821: $? = 0configure:3835: result: yesconfigure:3868: checking for math.hconfigure:3876: result: yesconfigure:3759: checking sys/ioctl.h usabilityconfigure:3776: gcc -c conftest.c >&5configure:3782: $? = 0configure:3796: result: yesconfigure:3800: checking sys/ioctl.h presenceconfigure:3815: gcc -E conftest.cconfigure:3821: $? = 0configure:3835: result: yesconfigure:3868: checking for sys/ioctl.hconfigure:3876: result: yesconfigure:3759: checking termios.h usabilityconfigure:3776: gcc -c conftest.c >&5configure:3782: $? = 0configure:3796: result: yesconfigure:3800: checking termios.h presenceconfigure:3815: gcc -E conftest.cconfigure:3821: $? = 0configure:3835: result: yesconfigure:3868: checking for termios.hconfigure:3876: result: yesconfigure:3759: checking ncurses.h usabilityconfigure:3776: gcc -c conftest.c >&5configure:3782: $? = 0configure:3796: result: yesconfigure:3800: checking ncurses.h presenceconfigure:3815: gcc -E conftest.cconfigure:3821: $? = 0configure:3835: result: yesconfigure:3868: checking for ncurses.hconfigure:3876: result: yesconfigure:3897: checking for dirent.h that defines DIRconfigure:3926: gcc -c conftest.c >&5configure:3932: $? = 0configure:3948: result: yesconfigure:3961: checking for library containing opendirconfigure:4002: gcc -o conftest conftest.c >&5configure:4008: $? = 0configure:4036: result: none requiredconfigure:4130: checking whether time.h and sys/time.h may both be includedconfigure:4160: gcc -c conftest.c >&5configure:4166: $? = 0configure:4181: result: yesconfigure:4193: checking for stdbool.h that conforms to C99configure:4286: gcc -c conftest.c >&5configure:4292: $? = 0configure:4307: result: yesconfigure:4309: checking for _Boolconfigure:4339: gcc -c conftest.c >&5configure:4345: $? = 0configure:4360: result: yesconfigure:4379: checking for an ANSI C-conforming constconfigure:4454: gcc -c conftest.c >&5configure:4460: $? = 0configure:4475: result: yesconfigure:4485: checking for inlineconfigure:4511: gcc -c conftest.c >&5configure:4517: $? = 0configure:4535: result: inlineconfigure:4554: checking for size_tconfigure:4584: gcc -c conftest.c >&5configure:4590: $? = 0configure:4605: result: yesconfigure:4617: checking whether time.h and sys/time.h may both be includedconfigure:4668: result: yesconfigure:4679: checking for uint32_tconfigure:4710: gcc -c conftest.c >&5configure:4716: $? = 0configure:4737: result: yesconfigure:4755: checking for uint64_tconfigure:4786: gcc -c conftest.c >&5configure:4792: $? = 0configure:4813: result: yesconfigure:4831: checking for int32_tconfigure:4862: gcc -c conftest.c >&5configure:4868: $? = 0configure:4897: gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:65:60: warning: integer overflow in expression [-Woverflow]< (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];^conftest.c:64:12: error: storage size of 'test_array' isn't constantstatic int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)^~~~~~~~~~configure:4903: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "procinfo-ng"| #define PACKAGE_TARNAME "procinfo-ng"| #define PACKAGE_VERSION "2.0"| #define PACKAGE_STRING "procinfo-ng 2.0"| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_FCNTL_H 1| #define HAVE_MATH_H 1| #define HAVE_SYS_IOCTL_H 1| #define HAVE_TERMIOS_H 1| #define HAVE_NCURSES_H 1| #define HAVE_DIRENT_H 1| #define TIME_WITH_SYS_TIME 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define TIME_WITH_SYS_TIME 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 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)| < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];| test_array [0] = 0|| ;| return 0;| }configure:4932: result: yesconfigure:4945: checking for int64_tconfigure:4976: gcc -c conftest.c >&5configure:4982: $? = 0configure:5011: gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:65:60: warning: integer overflow in expression [-Woverflow]< (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];^conftest.c:64:12: error: storage size of 'test_array' isn't constantstatic int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)^~~~~~~~~~configure:5017: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "procinfo-ng"| #define PACKAGE_TARNAME "procinfo-ng"| #define PACKAGE_VERSION "2.0"| #define PACKAGE_STRING "procinfo-ng 2.0"| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define HAVE_FCNTL_H 1| #define HAVE_MATH_H 1| #define HAVE_SYS_IOCTL_H 1| #define HAVE_TERMIOS_H 1| #define HAVE_NCURSES_H 1| #define HAVE_DIRENT_H 1| #define TIME_WITH_SYS_TIME 1| #define HAVE__BOOL 1| #define HAVE_STDBOOL_H 1| #define TIME_WITH_SYS_TIME 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 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)| < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];| test_array [0] = 0|| ;| return 0;| }configure:5046: result: yesconfigure:5076: checking sys/select.h usabilityconfigure:5093: gcc -c conftest.c >&5configure:5099: $? = 0configure:5113: result: yesconfigure:5117: checking sys/select.h presenceconfigure:5132: gcc -E conftest.cconfigure:5138: $? = 0configure:5152: result: yesconfigure:5185: checking for sys/select.hconfigure:5193: result: yesconfigure:5076: checking sys/socket.h usabilityconfigure:5093: gcc -c conftest.c >&5configure:5099: $? = 0configure:5113: result: yesconfigure:5117: checking sys/socket.h presenceconfigure:5132: gcc -E conftest.cconfigure:5138: $? = 0configure:5152: result: yesconfigure:5185: checking for sys/socket.hconfigure:5193: result: yesconfigure:5206: checking types of arguments for selectconfigure:5244: gcc -c conftest.c >&5configure:5250: $? = 0configure:5271: result: int,fd_set *,struct timeval *configure:5294: checking for working strtodconfigure:5345: gcc -o conftest conftest.c >&5configure:5348: $? = 0configure:5354: ./conftestconfigure:5357: $? = 0configure:5373: result: yesconfigure:5546: checking for selectconfigure:5602: gcc -o conftest conftest.c >&5configure:5608: $? = 0configure:5626: result: yesconfigure:5546: checking for strtolconfigure:5602: gcc -o conftest conftest.c >&5configure:5608: $? = 0configure:5626: result: yesconfigure:5546: checking for strtoulconfigure:5602: gcc -o conftest conftest.c >&5configure:5608: $? = 0configure:5626: result: yesconfigure:5546: checking for strtoullconfigure:5602: gcc -o conftest conftest.c >&5configure:5608: $? = 0configure:5626: result: yesconfigure:5546: checking for snprintfconfigure:5602: gcc -o conftest conftest.c >&5conftest.c:60:6: warning: conflicting types for built-in function 'snprintf'char snprintf ();^~~~~~~~configure:5608: $? = 0configure:5626: result: yesconfigure:5546: checking for readdir64configure:5602: gcc -o conftest conftest.c >&5configure:5608: $? = 0configure:5626: result: yesconfigure:5783: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by procinfo-ng config.status 2.0, which wasgenerated by GNU Autoconf 2.61. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson a83ec996d85bconfig.status:582: creating Makefile## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_c_const=yesac_cv_c_inline=inlineac_cv_c_int32_t=yesac_cv_c_int64_t=yesac_cv_c_uint32_t=yesac_cv_c_uint64_t=yesac_cv_cxx_compiler_gnu=yesac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_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_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=ac_cv_env_CXX_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_readdir64=yesac_cv_func_select=yesac_cv_func_select_args='int,fd_set *,struct timeval *'ac_cv_func_snprintf=yesac_cv_func_strtod=yesac_cv_func_strtol=yesac_cv_func_strtoul=yesac_cv_func_strtoull=yesac_cv_header_dirent_dirent_h=yesac_cv_header_fcntl_h=yesac_cv_header_inttypes_h=yesac_cv_header_math_h=yesac_cv_header_memory_h=yesac_cv_header_ncurses_h=yesac_cv_header_stdbool_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_ioctl_h=yesac_cv_header_sys_select_h=yesac_cv_header_sys_socket_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_termios_h=yesac_cv_header_time=yesac_cv_header_unistd_h=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_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_search_opendir='none required'ac_cv_type__Bool=yesac_cv_type_size_t=yes## ----------------- #### Output variables. #### ----------------- ##CC='gcc'CFLAGS=' -pipe -Wall'CPP='gcc -E'CPPFLAGS=''CXX='g++'CXXFLAGS=''DEFS='-DPACKAGE_NAME=\"procinfo-ng\" -DPACKAGE_TARNAME=\"procinfo-ng\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"procinfo-ng\ 2.0\" -DPACKAGE_BUGREPORT=\"tabrisnet@users.sourceforge.net\" -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_FCNTL_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_NCURSES_H=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_SELECT=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_STRTOULL=1 -DHAVE_SNPRINTF=1 -DHAVE_READDIR64=1'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='-s -lncurses'LIBOBJS=''LIBS=''LTLIBOBJS=''OBJEXT='o'PACKAGE_BUGREPORT='tabrisnet@users.sourceforge.net'PACKAGE_NAME='procinfo-ng'PACKAGE_STRING='procinfo-ng 2.0'PACKAGE_TARNAME='procinfo-ng'PACKAGE_VERSION='2.0'PATH_SEPARATOR=':'POW_LIB=''SHELL='/bin/sh'ac_ct_CC='gcc'ac_ct_CXX='g++'bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'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. #### ----------- ###define PACKAGE_NAME "procinfo-ng"#define PACKAGE_TARNAME "procinfo-ng"#define PACKAGE_VERSION "2.0"#define PACKAGE_STRING "procinfo-ng 2.0"#define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"#define STDC_HEADERS 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_STAT_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_MEMORY_H 1#define HAVE_STRINGS_H 1#define HAVE_INTTYPES_H 1#define HAVE_STDINT_H 1#define HAVE_UNISTD_H 1#define HAVE_FCNTL_H 1#define HAVE_MATH_H 1#define HAVE_SYS_IOCTL_H 1#define HAVE_TERMIOS_H 1#define HAVE_NCURSES_H 1#define HAVE_DIRENT_H 1#define TIME_WITH_SYS_TIME 1#define HAVE__BOOL 1#define HAVE_STDBOOL_H 1#define TIME_WITH_SYS_TIME 1#define HAVE_SYS_SELECT_H 1#define HAVE_SYS_SOCKET_H 1#define SELECT_TYPE_ARG1 int#define SELECT_TYPE_ARG234 (fd_set *)#define SELECT_TYPE_ARG5 (struct timeval *)#define HAVE_SELECT 1#define HAVE_STRTOL 1#define HAVE_STRTOUL 1#define HAVE_STRTOULL 1#define HAVE_SNPRINTF 1#define HAVE_READDIR64 1configure: exit 0