Build of procinfo-ng with vanilla toolchain

The build took 00h 00m 56s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
1,633 cpp
1,254 ansic
153 sh
81 perl
44 makefile
3,165 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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... no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking ncurses.h usability... yes
# checking ncurses.h presence... yes
# checking for ncurses.h... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking whether time.h and sys/time.h may both be included... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... (cached) yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for working strtod... yes
# checking for select... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for strtoull... yes
# checking for snprintf... yes
# checking for readdir64... yes
# configure: creating ./config.status
# config.status: creating Makefile
# g++ -pipe -Wall -s -lncurses procinfo.cpp -o procinfo
# In 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/bin
# install procinfo /tmp/procinfo-ng/pkg/procinfo-ng//usr/bin/procinfo
# mkdir -p /tmp/procinfo-ng/pkg/procinfo-ng//usr/share/man/man8
# install -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
# procinfo-ng 2.0.304-6

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
# procinfo-ng 2.0.304-6

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man8/lsdev.8.gz
# /usr/share/man/man8/procinfo.8.gz
# /usr/share/man/man8/socklist.8.gz
# /usr/bin/socklist
# /usr/bin/procinfo
# /usr/bin/lsdev

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
# .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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1387

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 while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by procinfo-ng configure 2.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a83ec996d85b
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -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 = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1713: checking for x86_64-unknown-linux-gcc
# configure:1743: result: no
# configure:1753: checking for gcc
# configure:1769: found /usr/sbin/gcc
# configure:1780: result: gcc
# configure:2018: checking for C compiler version
# configure:2025: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2028: $? = 0
# configure:2035: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured 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=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2038: $? = 0
# configure:2045: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2048: $? = 1
# configure:2071: checking for C compiler default output file name
# configure:2098: gcc conftest.c >&5
# configure:2101: $? = 0
# configure:2139: result: a.out
# configure:2156: checking whether the C compiler works
# configure:2166: ./a.out
# configure:2169: $? = 0
# configure:2186: result: yes
# configure:2193: checking whether we are cross compiling
# configure:2195: result: no
# configure:2198: checking for suffix of executables
# configure:2205: gcc -o conftest conftest.c >&5
# configure:2208: $? = 0
# configure:2232: result:
# configure:2238: checking for suffix of object files
# configure:2264: gcc -c conftest.c >&5
# configure:2267: $? = 0
# configure:2290: result: o
# configure:2294: checking whether we are using the GNU C compiler
# configure:2323: gcc -c conftest.c >&5
# configure:2329: $? = 0
# configure:2346: result: yes
# configure:2351: checking whether gcc accepts -g
# configure:2381: gcc -c -g conftest.c >&5
# configure:2387: $? = 0
# configure:2486: result: yes
# configure:2503: checking for gcc option to accept ISO C89
# configure:2577: gcc -c conftest.c >&5
# configure:2583: $? = 0
# configure:2606: result: none needed
# configure:2638: checking for x86_64-unknown-linux-g++
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-c++
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-gpp
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-aCC
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-CC
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-cxx
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-cc++
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-cl.exe
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-FCC
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-KCC
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-RCC
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-xlC_r
# configure:2668: result: no
# configure:2638: checking for x86_64-unknown-linux-xlC
# configure:2668: result: no
# configure:2682: checking for g++
# configure:2698: found /usr/sbin/g++
# configure:2709: result: g++
# configure:2740: checking for C++ compiler version
# configure:2747: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2750: $? = 0
# configure:2757: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured 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=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2760: $? = 0
# configure:2767: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:2770: $? = 1
# configure:2773: checking whether we are using the GNU C++ compiler
# configure:2802: g++ -c conftest.cpp >&5
# configure:2808: $? = 0
# configure:2825: result: yes
# configure:2830: checking whether g++ accepts -g
# configure:2860: g++ -c -g conftest.cpp >&5
# configure:2866: $? = 0
# configure:2965: result: yes
# configure:3032: checking for a BSD-compatible install
# configure:3088: result: /usr/bin/install -c
# configure:3109: checking how to run the C preprocessor
# configure:3149: gcc -E conftest.c
# configure:3155: $? = 0
# configure:3186: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3192: $? = 1
# configure: 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 -E
# configure:3254: gcc -E conftest.c
# configure:3260: $? = 0
# configure:3291: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3297: $? = 1
# configure: 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 -e
# configure:3409: result: /usr/sbin/grep
# configure:3414: checking for egrep
# configure:3492: result: /usr/sbin/grep -E
# configure:3497: checking for ANSI C header files
# configure:3527: gcc -c conftest.c >&5
# configure:3533: $? = 0
# configure:3632: gcc -o conftest conftest.c >&5
# configure:3635: $? = 0
# configure:3641: ./conftest
# configure:3644: $? = 0
# configure:3661: result: yes
# configure:3685: checking for sys/types.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for sys/stat.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for stdlib.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for string.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for memory.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for strings.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for inttypes.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for stdint.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3685: checking for unistd.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3728: result: yes
# configure:3759: checking fcntl.h usability
# configure:3776: gcc -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking fcntl.h presence
# configure:3815: gcc -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for fcntl.h
# configure:3876: result: yes
# configure:3759: checking math.h usability
# configure:3776: gcc -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking math.h presence
# configure:3815: gcc -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for math.h
# configure:3876: result: yes
# configure:3759: checking sys/ioctl.h usability
# configure:3776: gcc -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking sys/ioctl.h presence
# configure:3815: gcc -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for sys/ioctl.h
# configure:3876: result: yes
# configure:3759: checking termios.h usability
# configure:3776: gcc -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking termios.h presence
# configure:3815: gcc -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for termios.h
# configure:3876: result: yes
# configure:3759: checking ncurses.h usability
# configure:3776: gcc -c conftest.c >&5
# configure:3782: $? = 0
# configure:3796: result: yes
# configure:3800: checking ncurses.h presence
# configure:3815: gcc -E conftest.c
# configure:3821: $? = 0
# configure:3835: result: yes
# configure:3868: checking for ncurses.h
# configure:3876: result: yes
# configure:3897: checking for dirent.h that defines DIR
# configure:3926: gcc -c conftest.c >&5
# configure:3932: $? = 0
# configure:3948: result: yes
# configure:3961: checking for library containing opendir
# configure:4002: gcc -o conftest conftest.c >&5
# configure:4008: $? = 0
# configure:4036: result: none required
# configure:4130: checking whether time.h and sys/time.h may both be included
# configure:4160: gcc -c conftest.c >&5
# configure:4166: $? = 0
# configure:4181: result: yes
# configure:4193: checking for stdbool.h that conforms to C99
# configure:4286: gcc -c conftest.c >&5
# configure:4292: $? = 0
# configure:4307: result: yes
# configure:4309: checking for _Bool
# configure:4339: gcc -c conftest.c >&5
# configure:4345: $? = 0
# configure:4360: result: yes
# configure:4379: checking for an ANSI C-conforming const
# configure:4454: gcc -c conftest.c >&5
# configure:4460: $? = 0
# configure:4475: result: yes
# configure:4485: checking for inline
# configure:4511: gcc -c conftest.c >&5
# configure:4517: $? = 0
# configure:4535: result: inline
# configure:4554: checking for size_t
# configure:4584: gcc -c conftest.c >&5
# configure:4590: $? = 0
# configure:4605: result: yes
# configure:4617: checking whether time.h and sys/time.h may both be included
# configure:4668: result: yes
# configure:4679: checking for uint32_t
# configure:4710: gcc -c conftest.c >&5
# configure:4716: $? = 0
# configure:4737: result: yes
# configure:4755: checking for uint64_t
# configure:4786: gcc -c conftest.c >&5
# configure:4792: $? = 0
# configure:4813: result: yes
# configure:4831: checking for int32_t
# configure:4862: gcc -c conftest.c >&5
# configure:4868: $? = 0
# configure:4897: gcc -c conftest.c >&5
# conftest.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 constant
# static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:4903: $? = 1
# configure: 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: yes
# configure:4945: checking for int64_t
# configure:4976: gcc -c conftest.c >&5
# configure:4982: $? = 0
# configure:5011: gcc -c conftest.c >&5
# conftest.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 constant
# static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:5017: $? = 1
# configure: 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: yes
# configure:5076: checking sys/select.h usability
# configure:5093: gcc -c conftest.c >&5
# configure:5099: $? = 0
# configure:5113: result: yes
# configure:5117: checking sys/select.h presence
# configure:5132: gcc -E conftest.c
# configure:5138: $? = 0
# configure:5152: result: yes
# configure:5185: checking for sys/select.h
# configure:5193: result: yes
# configure:5076: checking sys/socket.h usability
# configure:5093: gcc -c conftest.c >&5
# configure:5099: $? = 0
# configure:5113: result: yes
# configure:5117: checking sys/socket.h presence
# configure:5132: gcc -E conftest.c
# configure:5138: $? = 0
# configure:5152: result: yes
# configure:5185: checking for sys/socket.h
# configure:5193: result: yes
# configure:5206: checking types of arguments for select
# configure:5244: gcc -c conftest.c >&5
# configure:5250: $? = 0
# configure:5271: result: int,fd_set *,struct timeval *
# configure:5294: checking for working strtod
# configure:5345: gcc -o conftest conftest.c >&5
# configure:5348: $? = 0
# configure:5354: ./conftest
# configure:5357: $? = 0
# configure:5373: result: yes
# configure:5546: checking for select
# configure:5602: gcc -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for strtol
# configure:5602: gcc -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for strtoul
# configure:5602: gcc -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for strtoull
# configure:5602: gcc -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for snprintf
# configure:5602: gcc -o conftest conftest.c >&5
# conftest.c:60:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5546: checking for readdir64
# configure:5602: gcc -o conftest conftest.c >&5
# configure:5608: $? = 0
# configure:5626: result: yes
# configure:5783: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by procinfo-ng config.status 2.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a83ec996d85b
#
# config.status:582: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=set
# ac_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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_readdir64=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_snprintf=yes
# ac_cv_func_strtod=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_strtoull=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_ncurses_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_search_opendir='none required'
# ac_cv_type__Bool=yes
# ac_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 1
#
# configure: exit 0