Build of netwatch with vanilla toolchain

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

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

SLOCLanguage
7,230 ansic
130 awk
74 sh
7,434 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: netwatch 1.3.1_2-1 (Wed Aug 24 13:08:32 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# creating cache ./config.cache
# checking for gcc... gcc
# checking whether the C compiler (gcc ) works... yes
# checking whether the C compiler (gcc ) is a cross-compiler... no
# checking whether we are using GNU C... yes
# checking whether gcc accepts -g... yes
# checking for mvchgat in -lncurses... yes
# checking for pthread_create in -lpthread... yes
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking for fcntl.h... yes
# checking for strings.h... yes
# checking for sys/ioctl.h... yes
# checking for sys/time.h... yes
# checking for unistd.h... yes
# checking for netinet/ip_icmp.h... yes
# checking for netinet/ip.h... yes
# checking for netinet/tcp.h... yes
# checking for netinet/ip_tcp.h... no
# checking for netinet/udp.h... yes
# checking for netinet/ip_udp.h... no
# checking for netinet/if_ether.h... yes
# checking for netinet/in.h... yes
# checking for netinet/socket.h... no
# checking for net/if.h... yes
# checking for net/if_ppp.h... yes
# checking for netinet/if_ether.h... (cached) yes
# checking for netinet/in.h... (cached) yes
# checking for ncurses.h... yes
# checking for ncurses/curses.h... no
# checking for ncurses.h... (cached) yes
# checking for pthread.h... yes
# checking for ncurses/curses.h... (cached) no
# checking for curses.h... yes
# checking for sys/if_packet.h... no
# checking for linux/if_packet.h... yes
# checking for net/if_packet.h... yes
# checking for pid_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether gcc needs -traditional... no
# checking for 8-bit clean memcmp... yes
# checking return type of signal handlers... void
# checking for select... yes
# checking for socket... yes
# checking for strstr... yes
# checking for uname... yes
# updating cache ./config.cache
# creating ./config.status
# creating Makefile
# creating Make.common
# creating config.h
# gcc -c curs.c
# gcc -c dispdata.c
# gcc -g -c services.c
# dispdata.c: In function 'dispdata':
# dispdata.c:616:2: warning: implicit declaration of function 'setuphelp' [-Wimplicit-function-declaration]
# setuphelp();
# ^~~~~~~~~
# dispdata.c:657:2: warning: implicit declaration of function 'dokeyin' [-Wimplicit-function-declaration]
# dokeyin ('l');
# ^~~~~~~
# dispdata.c:740:7: warning: implicit declaration of function 'uthread_wait' [-Wimplicit-function-declaration]
# uthread_wait(1000);
# ^~~~~~~~~~~~
# gcc -DVERSION='"1.3.1"' -DRELEASE='"2"' -c netwatch.c
# netwatch.c: In function 'do_fifo':
# netwatch.c:675:4: warning: implicit declaration of function 'dokeyin' [-Wimplicit-function-declaration]
# dokeyin (keycomm[i]);
# ^~~~~~~
# netwatch.c: In function 'intrhandle':
# netwatch.c:1168:5: warning: implicit declaration of function 'gh' [-Wimplicit-function-declaration]
# gh (3);
# ^~
# netwatch.c: In function 'all_netins':
# netwatch.c:1885:12: warning: implicit declaration of function 'doeth' [-Wimplicit-function-declaration]
# while (doeth()>=0)
# ^~~~~
# netwatch.c: In function 'fixstr':
# netwatch.c:2655:9: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration]
# if (isalnum (*s) || isspace (*s) || ispunct (*s))
# ^~~~~~~
# netwatch.c:2655:25: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
# if (isalnum (*s) || isspace (*s) || ispunct (*s))
# ^~~~~~~
# netwatch.c:2655:41: warning: implicit declaration of function 'ispunct' [-Wimplicit-function-declaration]
# if (isalnum (*s) || isspace (*s) || ispunct (*s))
# ^~~~~~~
# netwatch.c: In function 'dokeyin':
# netwatch.c:3973:9: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
# if (isdigit (in_char))
# ^~~~~~~
# gcc -c processinetrc.c
# gcc -c gh.c
# gcc -c warning.c
# warning.c: In function 'warning':
# warning.c:40:7: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
# dt = time(0);
# ^~~~
# warning.c:47:12: warning: implicit declaration of function 'ctime' [-Wimplicit-function-declaration]
# version,ctime(&dt));
# ^~~~~
# warning.c:61:4: warning: implicit declaration of function 'system' [-Wimplicit-function-declaration]
# system(command);
# ^~~~~~
# warning.c:63:3: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
# unlink(tmpname);
# ^~~~~~
# gcc -c semaphore.c
# gcc -c netresolv.c
# gcc -DVERSION='"1.3.1"' -DRELEASE='"2"' -o netwatch curs.o dispdata.o services.o netwatch.o processinetrc.o gh.o warning.o semaphore.o -lpthread -lncurses
# gcc -o netresolv netresolv.o
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# -> Compressing man and info pages...
# ==> Checking for packaging issue...
# ==> Creating package "netwatch"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: netwatch 1.3.1_2-1 (Wed Aug 24 13:08:40 UTC 2016)

CMD: pacman --query --file netwatch-1.3.1_2-1-x86_64.pkg.tar.xz
# netwatch 1.3.1_2-1

Creating hybrid package for 'netwatch'

Trying to find vanilla package 'netwatch'...

CMD: pacman --query --file /mirror/netwatch-1.3.1_2-1.pkg.tar.xz
# netwatch 1.3.1_2-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/netwatch
# /usr/bin/netresolv
# /usr/share/man/man1/netwatch.1.gz

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf netwatch.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/netwatch.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/netwatch.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1378

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/netwatch.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/netwatch.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/netwatch/src/netwatch-1.3.1-2/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# configure:529: checking for gcc
# configure:642: checking whether the C compiler (gcc ) works
# configure:658: gcc -o conftest conftest.c 1>&5
# configure:655:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main(){return(0);}
# ^~~~
# configure:684: checking whether the C compiler (gcc ) is a cross-compiler
# configure:689: checking whether we are using GNU C
# configure:698: gcc -E conftest.c
# configure:717: checking whether gcc accepts -g
# configure:753: checking for mvchgat in -lncurses
# configure:772: gcc -o conftest conftest.c -lncurses 1>&5
# configure:800: checking for pthread_create in -lpthread
# configure:819: gcc -o conftest conftest.c -lpthread -lncurses 1>&5
# configure:848: checking how to run the C preprocessor
# configure:869: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:928: checking for ANSI C header files
# configure:941: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1008: gcc -o conftest conftest.c -lpthread -lncurses 1>&5
# configure: In function 'main':
# configure:1003:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
# ^~~~
# configure:1003:67: warning: incompatible implicit declaration of built-in function 'exit'
# configure:1003:67: note: include '' or provide a declaration of 'exit'
# configure:1004:1: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0); }
# ^~~~
# configure:1004:1: note: include '' or provide a declaration of 'exit'
# configure:1032: checking for sys/wait.h that is POSIX.1 compatible
# configure:1053: gcc -c conftest.c 1>&5
# configure:1077: checking for fcntl.h
# configure:1087: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1077: checking for strings.h
# configure:1087: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1077: checking for sys/ioctl.h
# configure:1087: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1077: checking for sys/time.h
# configure:1087: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1077: checking for unistd.h
# configure:1087: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1117: checking for netinet/ip_icmp.h
# configure:1127: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1157: checking for netinet/ip.h
# configure:1167: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1197: checking for netinet/tcp.h
# configure:1207: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1237: checking for netinet/ip_tcp.h
# configure:1247: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1243:28: fatal error: netinet/ip_tcp.h: No such file or directory
# #include <$ac_hdr>
# ^
# compilation terminated.
# configure: failed program was:
# #line 1242 "configure"
# #include "confdefs.h"
# #include
# configure:1277: checking for netinet/udp.h
# configure:1287: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1317: checking for netinet/ip_udp.h
# configure:1327: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1323:28: fatal error: netinet/ip_udp.h: No such file or directory
# #include <$ac_hdr>
# ^
# compilation terminated.
# configure: failed program was:
# #line 1322 "configure"
# #include "confdefs.h"
# #include
# configure:1357: checking for netinet/if_ether.h
# configure:1367: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1397: checking for netinet/in.h
# configure:1407: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1437: checking for netinet/socket.h
# configure:1447: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1443:28: fatal error: netinet/socket.h: No such file or directory
# #include <$ac_hdr>
# ^
# compilation terminated.
# configure: failed program was:
# #line 1442 "configure"
# #include "confdefs.h"
# #include
# configure:1477: checking for net/if.h
# configure:1487: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1517: checking for net/if_ppp.h
# configure:1527: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1557: checking for netinet/if_ether.h
# configure:1557: checking for netinet/in.h
# configure:1557: checking for ncurses.h
# configure:1567: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1557: checking for ncurses/curses.h
# configure:1567: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1563:28: fatal error: ncurses/curses.h: No such file or directory
# #include <$ac_hdr>
# ^
# compilation terminated.
# configure: failed program was:
# #line 1562 "configure"
# #include "confdefs.h"
# #include
# configure:1597: checking for ncurses.h
# configure:1637: checking for pthread.h
# configure:1647: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1677: checking for ncurses/curses.h
# configure:1717: checking for curses.h
# configure:1727: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1757: checking for sys/if_packet.h
# configure:1767: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1763:27: fatal error: sys/if_packet.h: No such file or directory
# #include <$ac_hdr>
# ^
# compilation terminated.
# configure: failed program was:
# #line 1762 "configure"
# #include "confdefs.h"
# #include
# configure:1797: checking for linux/if_packet.h
# configure:1807: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:1837: checking for net/if_packet.h
# configure:1847: gcc -E conftest.c >/dev/null 2>conftest.out
# configure:2428: checking for pid_t
# configure:2461: checking whether time.h and sys/time.h may both be included
# configure:2475: gcc -c conftest.c 1>&5
# configure:2498: checking whether gcc needs -traditional
# configure:2544: checking for 8-bit clean memcmp
# configure:2562: gcc -o conftest conftest.c -lpthread -lncurses 1>&5
# configure:2554:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main()
# ^~~~
# configure: In function 'main':
# configure:2557:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
# ^~~~
# configure:2557:3: warning: incompatible implicit declaration of built-in function 'exit'
# configure:2557:3: note: include '' or provide a declaration of 'exit'
# configure:2557:8: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]
# exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
# ^~~~~~
# configure:2580: checking return type of signal handlers
# configure:2602: gcc -c conftest.c 1>&5
# configure:2623: checking for select
# configure:2651: gcc -o conftest conftest.c -lpthread -lncurses 1>&5
# configure:2623: checking for socket
# configure:2651: gcc -o conftest conftest.c -lpthread -lncurses 1>&5
# configure:2623: checking for strstr
# configure:2651: gcc -o conftest conftest.c -lpthread -lncurses 1>&5
# configure:2635:6: warning: conflicting types for built-in function 'strstr'
# char $ac_func();
# ^~~~~~
# configure:2623: checking for uname
# configure:2651: gcc -o conftest conftest.c -lpthread -lncurses 1>&5