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 |
---|---|
3,809 |
sh |
3,219 |
cpp |
1,321 |
makefile |
8,349 |
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: nload 0.7.4-4 (Wed Aug 24 13:08:40 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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
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 dependency style of gcc... gcc3
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 whether gcc needs -traditional... no
checking for memset... yes
checking for initscr in -lncurses... yes
checking for new_form in -lform... yes
checking for ANSI C header files... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
checking string.h usability... yes
checking string.h presence... yes
checking for string.h... yes
checking unistd.h usability... yes
checking unistd.h presence... yes
checking for unistd.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking form.h usability... yes
checking form.h presence... yes
checking for form.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking return type of signal handlers... void
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for socket... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nload.spec
config.status: creating docs/Makefile
config.status: creating docs/nload.1
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/nload/src/nload-0.7.4'
Making all in docs
make[2]: Entering directory '/tmp/nload/src/nload-0.7.4/docs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4/docs'
Making all in src
make[2]: Entering directory '/tmp/nload/src/nload-0.7.4/src'
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT device.o -MD -MP -MF .deps/device.Tpo -c -o device.o device.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader.o -MD -MP -MF .deps/devreader.Tpo -c -o devreader.o devreader.cpp
mv -f .deps/devreader.Tpo .deps/devreader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreaderfactory.o -MD -MP -MF .deps/devreaderfactory.Tpo -c -o devreaderfactory.o devreaderfactory.cpp
mv -f .deps/devreaderfactory.Tpo .deps/devreaderfactory.Po
mv -f .deps/device.Tpo .deps/device.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT form_field.o -MD -MP -MF .deps/form_field.Tpo -c -o form_field.o form_field.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT graph.o -MD -MP -MF .deps/graph.Tpo -c -o graph.o graph.cpp
mv -f .deps/form_field.Tpo .deps/form_field.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
mv -f .deps/graph.Tpo .deps/graph.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT opt_window.o -MD -MP -MF .deps/opt_window.Tpo -c -o opt_window.o opt_window.cpp
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.cpp
screen.cpp: In static member function 'static int Screen::width()':
screen.cpp:28:9: warning: variable 'height' set but not used [-Wunused-but-set-variable]
int height;
^~~~~~
screen.cpp: In static member function 'static int Screen::x()':
screen.cpp:44:9: warning: variable 'y' set but not used [-Wunused-but-set-variable]
int y;
^
mv -f .deps/opt_window.Tpo .deps/opt_window.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT setting.o -MD -MP -MF .deps/setting.Tpo -c -o setting.o setting.cpp
mv -f .deps/screen.Tpo .deps/screen.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT settingfilter.o -MD -MP -MF .deps/settingfilter.Tpo -c -o settingfilter.o settingfilter.cpp
mv -f .deps/setting.Tpo .deps/setting.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT settingstore.o -MD -MP -MF .deps/settingstore.Tpo -c -o settingstore.o settingstore.cpp
mv -f .deps/settingfilter.Tpo .deps/settingfilter.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT statistics.o -MD -MP -MF .deps/statistics.Tpo -c -o statistics.o statistics.cpp
mv -f .deps/statistics.Tpo .deps/statistics.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT stringutils.o -MD -MP -MF .deps/stringutils.Tpo -c -o stringutils.o stringutils.cpp
mv -f .deps/settingstore.Tpo .deps/settingstore.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT traffic_window.o -MD -MP -MF .deps/traffic_window.Tpo -c -o traffic_window.o traffic_window.cpp
mv -f .deps/stringutils.Tpo .deps/stringutils.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.cpp
window.cpp: In member function 'virtual int Window::getWidth()':
window.cpp:130:16: warning: variable 'height' set but not used [-Wunused-but-set-variable]
int width, height;
^~~~~~
window.cpp: In member function 'virtual int Window::getLeft()':
window.cpp:154:12: warning: variable 'y' set but not used [-Wunused-but-set-variable]
int x, y;
^
window.cpp: In member function 'virtual int Window::getX()':
window.cpp:178:12: warning: variable 'y' set but not used [-Wunused-but-set-variable]
int x, y;
^
mv -f .deps/window.Tpo .deps/window.Po
mv -f .deps/traffic_window.Tpo .deps/traffic_window.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader-linux.o -MD -MP -MF .deps/devreader-linux.Tpo -c -o devreader-linux.o devreader-linux.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader-linux-proc.o -MD -MP -MF .deps/devreader-linux-proc.Tpo -c -o devreader-linux-proc.o devreader-linux-proc.cpp
mv -f .deps/devreader-linux.Tpo .deps/devreader-linux.Po
g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR='"/usr/etc"' -Wall -MT devreader-linux-sys.o -MD -MP -MF .deps/devreader-linux-sys.Tpo -c -o devreader-linux-sys.o devreader-linux-sys.cpp
mv -f .deps/devreader-linux-proc.Tpo .deps/devreader-linux-proc.Po
mv -f .deps/devreader-linux-sys.Tpo .deps/devreader-linux-sys.Po
g++ -Wall -s -o nload device.o devreader.o devreaderfactory.o form_field.o graph.o main.o opt_window.o screen.o setting.o settingfilter.o settingstore.o statistics.o stringutils.o traffic_window.o window.o devreader-linux.o devreader-linux-proc.o devreader-linux-sys.o -lform -lncurses
make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4/src'
make[2]: Entering directory '/tmp/nload/src/nload-0.7.4'
make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4'
make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4'
==> Entering fakeroot environment...
==> Starting package()...
Making install in docs
make[1]: Entering directory '/tmp/nload/src/nload-0.7.4/docs'
/bin/sh /tmp/nload/src/nload-0.7.4/install-sh -d /tmp/nload/pkg/nload/usr/share/man/man1
/usr/bin/install -c -m 644 ../docs/nload.1 /tmp/nload/pkg/nload/usr/share/man/man1
gzip -f /tmp/nload/pkg/nload/usr/share/man/man1/nload.1
make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4/docs'
Making install in src
make[1]: Entering directory '/tmp/nload/src/nload-0.7.4/src'
make[2]: Entering directory '/tmp/nload/src/nload-0.7.4/src'
test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/nload/pkg/nload/usr/bin"
make[2]: Nothing to be done for 'install-data-am'.
/usr/bin/install -c nload '/tmp/nload/pkg/nload/usr/bin'
make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4/src'
make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4/src'
make[1]: Entering directory '/tmp/nload/src/nload-0.7.4'
make[2]: Entering directory '/tmp/nload/src/nload-0.7.4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/nload/src/nload-0.7.4'
make[1]: Leaving directory '/tmp/nload/src/nload-0.7.4'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "nload"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nload 0.7.4-4 (Wed Aug 24 13:08:53 UTC 2016)
CMD: pacman --query --file nload-0.7.4-4-x86_64.pkg.tar.xz
Creating hybrid package for 'nload'
Trying to find vanilla package 'nload'...
CMD: pacman --query --file /mirror/rapid-photo-downloader-0.4.11-2.pkg.tar.xz
CMD: pacman --query --file /mirror/nload-0.7.4-4.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 nload.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/nload.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nload.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nload.pkg.tar.xz
Attempting to access local repository, attempt 3
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nload.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/nload.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/nload/src/nload-0.7.4/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 nload configure 0.7.4, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = e3a7c4e83053
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:2267: checking build system type
configure:2281: result: x86_64-unknown-linux-gnu
configure:2301: checking host system type
configure:2314: result: x86_64-unknown-linux-gnu
configure:2359: checking for a BSD-compatible install
configure:2427: result: /usr/bin/install -c
configure:2438: checking whether build environment is sane
configure:2488: result: yes
configure:2537: checking for x86_64-unknown-linux-strip
configure:2567: result: no
configure:2577: checking for strip
configure:2593: found /usr/sbin/strip
configure:2604: result: strip
configure:2629: checking for a thread-safe mkdir -p
configure:2668: result: /usr/sbin/mkdir -p
configure:2681: checking for gawk
configure:2697: found /usr/sbin/gawk
configure:2708: result: gawk
configure:2719: checking whether make sets $(MAKE)
configure:2741: result: yes
configure:2836: checking for x86_64-unknown-linux-g++
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-c++
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-gpp
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-aCC
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-CC
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-cxx
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-cc++
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-cl.exe
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-FCC
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-KCC
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-RCC
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-xlC_r
configure:2866: result: no
configure:2836: checking for x86_64-unknown-linux-xlC
configure:2866: result: no
configure:2880: checking for g++
configure:2896: found /usr/sbin/g++
configure:2907: result: g++
configure:2934: checking for C++ compiler version
configure:2943: 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:2954: $? = 0
configure:2943: 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:2954: $? = 0
configure:2943: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2954: $? = 1
configure:2943: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:2954: $? = 1
configure:2974: checking whether the C++ compiler works
configure:2996: g++ conftest.cpp >&5
configure:3000: $? = 0
configure:3048: result: yes
configure:3051: checking for C++ compiler default output file name
configure:3053: result: a.out
configure:3059: checking for suffix of executables
configure:3066: g++ -o conftest conftest.cpp >&5
configure:3070: $? = 0
configure:3092: result:
configure:3114: checking whether we are cross compiling
configure:3122: g++ -o conftest conftest.cpp >&5
configure:3126: $? = 0
configure:3133: ./conftest
configure:3137: $? = 0
configure:3152: result: no
configure:3157: checking for suffix of object files
configure:3179: g++ -c conftest.cpp >&5
configure:3183: $? = 0
configure:3204: result: o
configure:3208: checking whether we are using the GNU C++ compiler
configure:3227: g++ -c conftest.cpp >&5
configure:3227: $? = 0
configure:3236: result: yes
configure:3245: checking whether g++ accepts -g
configure:3265: g++ -c -g conftest.cpp >&5
configure:3265: $? = 0
configure:3306: result: yes
configure:3340: checking for style of include used by make
configure:3368: result: GNU
configure:3393: checking dependency style of g++
configure:3503: result: gcc3
configure:3526: checking for x86_64-unknown-linux-gcc
configure:3556: result: no
configure:3566: checking for gcc
configure:3582: found /usr/sbin/gcc
configure:3593: result: gcc
configure:3822: checking for C compiler version
configure:3831: 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:3842: $? = 0
configure:3831: 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:3842: $? = 0
configure:3831: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3842: $? = 1
configure:3831: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3842: $? = 1
configure:3846: checking whether we are using the GNU C compiler
configure:3865: gcc -c conftest.c >&5
configure:3865: $? = 0
configure:3874: result: yes
configure:3883: checking whether gcc accepts -g
configure:3903: gcc -c -g conftest.c >&5
configure:3903: $? = 0
configure:3944: result: yes
configure:3961: checking for gcc option to accept ISO C89
configure:4025: gcc -c conftest.c >&5
configure:4025: $? = 0
configure:4038: result: none needed
configure:4060: checking dependency style of gcc
configure:4170: result: gcc3
configure:4190: checking how to run the C preprocessor
configure:4221: gcc -E conftest.c
configure:4221: $? = 0
configure:4235: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:4235: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nload"
| #define PACKAGE_TARNAME "nload"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "nload 0.7.4"
| #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
| #define PACKAGE_URL ""
| #define PACKAGE "nload"
| #define VERSION "0.7.4"
| /* end confdefs.h. */
| #include
configure:4260: result: gcc -E
configure:4280: gcc -E conftest.c
configure:4280: $? = 0
configure:4294: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:4294: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nload"
| #define PACKAGE_TARNAME "nload"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "nload 0.7.4"
| #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
| #define PACKAGE_URL ""
| #define PACKAGE "nload"
| #define VERSION "0.7.4"
| /* end confdefs.h. */
| #include
configure:4324: checking for grep that handles long lines and -e
configure:4382: result: /usr/sbin/grep
configure:4387: checking for egrep
configure:4449: result: /usr/sbin/grep -E
configure:4455: checking whether gcc needs -traditional
configure:4489: result: no
configure:4546: checking for memset
configure:4546: gcc -o conftest conftest.c >&5
conftest.c:35:6: warning: conflicting types for built-in function 'memset'
char memset ();
^~~~~~
configure:4546: $? = 0
configure:4546: result: yes
configure:4967: checking for initscr in -lncurses
configure:4992: gcc -o conftest conftest.c -lncurses >&5
configure:4992: $? = 0
configure:5001: result: yes
configure:5012: checking for new_form in -lform
configure:5037: gcc -o conftest conftest.c -lform -lncurses >&5
configure:5037: $? = 0
configure:5046: result: yes
configure:5058: checking for ANSI C header files
configure:5078: gcc -c conftest.c >&5
configure:5078: $? = 0
configure:5151: gcc -o conftest conftest.c -lform -lncurses >&5
configure:5151: $? = 0
configure:5151: ./conftest
configure:5151: $? = 0
configure:5162: result: yes
configure:5173: checking limits.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking limits.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for limits.h
configure:5173: result: yes
configure:5173: checking stdlib.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking stdlib.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for stdlib.h
configure:5173: result: yes
configure:5173: checking string.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking string.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for string.h
configure:5173: result: yes
configure:5173: checking unistd.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking unistd.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for unistd.h
configure:5173: result: yes
configure:5173: checking curses.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking curses.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for curses.h
configure:5173: result: yes
configure:5173: checking form.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking form.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for form.h
configure:5173: result: yes
configure:5173: checking math.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking math.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for math.h
configure:5173: result: yes
configure:5173: checking sys/param.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking sys/param.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for sys/param.h
configure:5173: result: yes
configure:5173: checking sys/socket.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking sys/socket.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for sys/socket.h
configure:5173: result: yes
configure:5173: checking sys/time.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking sys/time.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for sys/time.h
configure:5173: result: yes
configure:5173: checking sys/ioctl.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking sys/ioctl.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for sys/ioctl.h
configure:5173: result: yes
configure:5173: checking arpa/inet.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking arpa/inet.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for arpa/inet.h
configure:5173: result: yes
configure:5173: checking netinet/in.h usability
configure:5173: gcc -c conftest.c >&5
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking netinet/in.h presence
configure:5173: gcc -E conftest.c
configure:5173: $? = 0
configure:5173: result: yes
configure:5173: checking for netinet/in.h
configure:5173: result: yes
configure:5191: checking for an ANSI C-conforming const
configure:5256: gcc -c conftest.c >&5
configure:5256: $? = 0
configure:5263: result: yes
configure:5271: checking for size_t
configure:5271: gcc -c conftest.c >&5
configure:5271: $? = 0
configure:5271: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:5271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nload"
| #define PACKAGE_TARNAME "nload"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "nload 0.7.4"
| #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
| #define PACKAGE_URL ""
| #define PACKAGE "nload"
| #define VERSION "0.7.4"
| #define HAVE_LINUX 1
| #define HAVE_MEMSET 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBFORM 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_FORM_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:5271: result: yes
configure:5282: checking whether time.h and sys/time.h may both be included
configure:5302: gcc -c conftest.c >&5
configure:5302: $? = 0
configure:5309: result: yes
configure:5333: checking return type of signal handlers
configure:5351: gcc -c -Wall -DSYSCONFDIR='"$(sysconfdir)"' conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:10: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
~^~~~~~~~~~~~~~~~~~
configure:5351: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nload"
| #define PACKAGE_TARNAME "nload"
| #define PACKAGE_VERSION "0.7.4"
| #define PACKAGE_STRING "nload 0.7.4"
| #define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
| #define PACKAGE_URL ""
| #define PACKAGE "nload"
| #define VERSION "0.7.4"
| #define HAVE_LINUX 1
| #define HAVE_MEMSET 1
| #define HAVE_LIBNCURSES 1
| #define HAVE_LIBFORM 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_FORM_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:5358: result: void
configure:5369: checking for gettimeofday
configure:5369: gcc -o conftest -Wall -DSYSCONFDIR='"$(sysconfdir)"' -s conftest.c -lform -lncurses >&5
configure:5369: $? = 0
configure:5369: result: yes
configure:5369: checking for inet_ntoa
configure:5369: gcc -o conftest -Wall -DSYSCONFDIR='"$(sysconfdir)"' -s conftest.c -lform -lncurses >&5
configure:5369: $? = 0
configure:5369: result: yes
configure:5369: checking for socket
configure:5369: gcc -o conftest -Wall -DSYSCONFDIR='"$(sysconfdir)"' -s conftest.c -lform -lncurses >&5
configure:5369: $? = 0
configure:5369: result: yes
configure:5534: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by nload config.status 0.7.4, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on e3a7c4e83053
config.status:896: creating Makefile
config.status:896: creating nload.spec
config.status:896: creating docs/Makefile
config.status:896: creating docs/nload.1
config.status:896: creating src/Makefile
config.status:896: creating config.h
config.status:1124: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_gettimeofday=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_memset=yes
ac_cv_func_socket=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_curses_h=yes
ac_cv_header_form_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_math_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_form_new_form=yes
ac_cv_lib_ncurses_initscr=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_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run tar'
AUTOCONF='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -Wall'
CPP='gcc -E'
CPPFLAGS=' -DSYSCONFDIR='\''"$(sysconfdir)"'\'''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -Wall'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GREP='/usr/sbin/grep'
HAVE_BSD_FALSE=''
HAVE_BSD_TRUE='#'
HAVE_HPUX_FALSE=''
HAVE_HPUX_TRUE='#'
HAVE_LINUX_FALSE='#'
HAVE_LINUX_TRUE=''
HAVE_SOLARIS_FALSE=''
HAVE_SOLARIS_TRUE='#'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' -s'
LIBOBJS=''
LIBS='-lform -lncurses '
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/nload/src/nload-0.7.4/missing --run makeinfo'
MKDIR_P='/usr/sbin/mkdir -p'
OBJEXT='o'
PACKAGE='nload'
PACKAGE_BUGREPORT='feedback@roland-riegel.de'
PACKAGE_NAME='nload'
PACKAGE_STRING='nload 0.7.4'
PACKAGE_TARNAME='nload'
PACKAGE_URL=''
PACKAGE_VERSION='0.7.4'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.7.4'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
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'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/nload/src/nload-0.7.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/sbin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "nload"
#define PACKAGE_TARNAME "nload"
#define PACKAGE_VERSION "0.7.4"
#define PACKAGE_STRING "nload 0.7.4"
#define PACKAGE_BUGREPORT "feedback@roland-riegel.de"
#define PACKAGE_URL ""
#define PACKAGE "nload"
#define VERSION "0.7.4"
#define HAVE_LINUX 1
#define HAVE_MEMSET 1
#define HAVE_LIBNCURSES 1
#define HAVE_LIBFORM 1
#define STDC_HEADERS 1
#define HAVE_LIMITS_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_CURSES_H 1
#define HAVE_FORM_H 1
#define HAVE_MATH_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETINET_IN_H 1
#define TIME_WITH_SYS_TIME 1
#define RETSIGTYPE void
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_NTOA 1
#define HAVE_SOCKET 1
configure: exit 0