The build took 00h 00m 42s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
2,484 |
sh |
1,896 |
ansic |
4,380 |
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: tsocks 1.8beta5-7 (Wed Aug 24 14:02:47 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachechecking host system type... x86_64-unknown-linux-gnuchecking for gcc... gccchecking whether the C compiler (gcc ) works... yeschecking whether the C compiler (gcc ) is a cross-compiler... nochecking whether we are using GNU C... yeschecking whether gcc accepts -g... yeschecking for a BSD compatible install... /usr/bin/install -cchecking whether ln -s works... yeschecking if the C compiler accepts -Wall... yeschecking how to run the C preprocessor... gcc -Echecking for ANSI C header files... yeschecking for dlfcn.h... yeschecking for sys/socket.h... yeschecking for arpa/inet.h... yeschecking for fcntl.h... yeschecking for sys/poll.h... yeschecking for unistd.h... yeschecking for strcspn... yeschecking for strdup... yeschecking for strerror... yeschecking for strspn... yeschecking for strtol... yeschecking for connect in -lc... yeschecking for socket... yeschecking for inet_aton... yeschecking for gethostbyname... yeschecking for dlsym in -ldl... yeschecking for RTLD_NEXT from dlfcn.h... nochecking for RTLD_NEXT from dlfcn.h with _GNU_SOURCE... yeschecking for correct select prototype... select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)checking for correct connect prototype... connect(int __fd, const struct sockaddr * __addr, socklen_t __len)checking for correct close prototype... close(int fd)checking for correct poll prototype... poll(struct pollfd *ufds, unsigned long nfds, int timeout)updating cache ./config.cachecreating ./config.statuscreating Makefilecreating config.hgcc -fPIC -Wall -I. -c tsocks.c -o tsocks.ogcc -fPIC -Wall -I. -c common.c -o common.otsocks.c: In function 'connect':tsocks.c:215:27: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] (void *) &sock_type, &sock_type_len); ^In file included from tsocks.c:39:0:/usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~tsocks.c:271:62: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (!getpeername(__fd, (struct sockaddr *) &peer_address, &namelen)) { ^In file included from tsocks.c:39:0:/usr/include/sys/socket.h:141:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~tsocks.c: In function 'select':tsocks.c:343:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int rc = 0; ^~tsocks.c: In function 'poll':tsocks.c:526:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int rc = 0, i; ^~gcc -fPIC -Wall -I. -c parser.c -o parser.oparser.c: In function 'handle_path':parser.c:210:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((int) (newserver = (struct serverent *) malloc(sizeof(struct serverent)))) == -1) ^gcc -fPIC -Wall -I. -static -o saveme saveme.cgcc -fPIC -Wall -I. -o inspectsocks inspectsocks.c common.o -lc gcc -fPIC -Wall -I. -o validateconf validateconf.c common.o parser.o -lcgcc -fPIC -Wall -I. -nostdlib -shared -o libtsocks.so.1.8 tsocks.o common.o parser.o -ldl -lcln -sf libtsocks.so.1.8 libtsocks.so==> Entering fakeroot environment...==> Starting package().../bin/sh mkinstalldirs "/tmp/tsocks/pkg/tsocks/usr/bin"/bin/sh mkinstalldirs "/tmp/tsocks/pkg/tsocks/usr/lib"mkdir /tmp/tsocks/pkg/tsocks/usrmkdir /tmp/tsocks/pkg/tsocks/usrmkdir /tmp/tsocks/pkg/tsocks/usr/binmkdir /tmp/tsocks/pkg/tsocks/usr/lib/usr/bin/install -c tsocks /tmp/tsocks/pkg/tsocks/usr/bin/bin/sh mkinstalldirs "/tmp/tsocks/pkg/tsocks/usr/share/man/man1"/usr/bin/install -c libtsocks.so.1.8 /tmp/tsocks/pkg/tsocks/usr/libln -sf libtsocks.so.1.8 /tmp/tsocks/pkg/tsocks/usr/lib/libtsocks.so.1ln -sf libtsocks.so.1 /tmp/tsocks/pkg/tsocks/usr/lib/libtsocks.somkdir /tmp/tsocks/pkg/tsocks/usr/sharemkdir /tmp/tsocks/pkg/tsocks/usr/share/manmkdir /tmp/tsocks/pkg/tsocks/usr/share/man/man1/usr/bin/install -c -m 644 tsocks.1 /tmp/tsocks/pkg/tsocks/usr/share/man/man1//bin/sh mkinstalldirs "/tmp/tsocks/pkg/tsocks/usr/share/man/man8"mkdir /tmp/tsocks/pkg/tsocks/usr/share/man/man8/usr/bin/install -c -m 644 tsocks.8 /tmp/tsocks/pkg/tsocks/usr/share/man/man8//bin/sh mkinstalldirs "/tmp/tsocks/pkg/tsocks/usr/share/man/man5"mkdir /tmp/tsocks/pkg/tsocks/usr/share/man/man5/usr/bin/install -c -m 644 tsocks.conf.5 /tmp/tsocks/pkg/tsocks/usr/share/man/man5/==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "tsocks"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: tsocks 1.8beta5-7 (Wed Aug 24 14:02:50 UTC 2016)CMD: pacman --query --file tsocks-1.8beta5-7-x86_64.pkg.tar.xz
Creating hybrid package for 'tsocks'
Trying to find vanilla package 'tsocks'...
CMD: pacman --query --file /mirror/tsocks-1.8beta5-7.pkg.tar.xz
Package file has the following structure:
/.PKGINFO/.MTREE/usr/bin/tsocks/usr/lib/libtsocks.so/usr/lib/libtsocks.so.1/usr/lib/libtsocks.so.1.8/usr/share/man/man1/tsocks.1.gz/usr/share/man/man5/tsocks.conf.5.gz/usr/share/man/man8/tsocks.8.gz/usr/share/tsocks/tsocks.conf.complex.example/usr/share/tsocks/tsocks.conf.simple.example/sysroot/usr/lib/libtsocks.so.1.8/sysroot/usr/lib/libtsocks.so.1/sysroot/usr/lib/libtsocks.soGenerating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf tsocks.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/tsocks.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tsocks.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tsocks.pkg.tar.xz
Attempting to access local repository, attempt 3
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tsocks.pkg.tar.xz
Attempting to access local repository, attempt 4
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tsocks.pkg.tar.xz
Attempting to access local repository, attempt 5
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tsocks.pkg.tar.xz
Attempting to access local repository, attempt 6
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tsocks.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/tsocks.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/tsocks/src/tsocks-1.8/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:624: checking host system typeconfigure:648: checking for gccconfigure:761: checking whether the C compiler (gcc ) worksconfigure:777: gcc -o conftest conftest.c 1>&5configure:774:1: warning: return type defaults to 'int' [-Wimplicit-int]main(){return(0);}^~~~configure:803: checking whether the C compiler (gcc ) is a cross-compilerconfigure:808: checking whether we are using GNU Cconfigure:817: gcc -E conftest.cconfigure:836: checking whether gcc accepts -gconfigure:879: checking for a BSD compatible installconfigure:932: checking whether ln -s worksconfigure:954: checking if the C compiler accepts -Wallconfigure:965: gcc -c -Wall conftest.c 1>&5configure:979: checking how to run the C preprocessorconfigure:1000: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1059: checking for ANSI C header filesconfigure:1072: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1139: gcc -o conftest -Wall conftest.c 1>&5configure: In function 'main':configure:1134:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);^~~~configure:1134:67: warning: incompatible implicit declaration of built-in function 'exit'configure:1134:67: note: include '' or provide a declaration of 'exit' configure:1135:1: warning: incompatible implicit declaration of built-in function 'exit'exit (0); }^~~~configure:1135:1: note: include '' or provide a declaration of 'exit' configure:1165: checking for dlfcn.hconfigure:1175: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1200: checking for sys/socket.hconfigure:1210: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1235: checking for arpa/inet.hconfigure:1245: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1270: checking for fcntl.hconfigure:1280: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1305: checking for sys/poll.hconfigure:1315: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1342: checking for unistd.hconfigure:1352: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1382: checking for strcspnconfigure:1410: gcc -o conftest -Wall conftest.c 1>&5configure:1394:6: warning: conflicting types for built-in function 'strcspn'char $ac_func();^~~~~~~configure:1382: checking for strdupconfigure:1410: gcc -o conftest -Wall conftest.c 1>&5configure:1394:6: warning: conflicting types for built-in function 'strdup'char $ac_func();^~~~~~configure:1382: checking for strerrorconfigure:1410: gcc -o conftest -Wall conftest.c 1>&5configure:1382: checking for strspnconfigure:1410: gcc -o conftest -Wall conftest.c 1>&5configure:1394:6: warning: conflicting types for built-in function 'strspn'char $ac_func();^~~~~~configure:1382: checking for strtolconfigure:1410: gcc -o conftest -Wall conftest.c 1>&5configure:1441: checking for connect in -lcconfigure:1460: gcc -o conftest -Wall conftest.c -lc 1>&5configure:1490: checking for socketconfigure:1518: gcc -o conftest -Wall conftest.c -lc 1>&5configure:1588: checking for inet_atonconfigure:1616: gcc -o conftest -Wall conftest.c -lc 1>&5configure:1739: checking for gethostbynameconfigure:1767: gcc -o conftest -Wall conftest.c -lc 1>&5configure:1841: checking for dlsym in -ldlconfigure:1860: gcc -o conftest -Wall conftest.c -ldl 1>&5configure:1890: checking for RTLD_NEXT from dlfcn.hconfigure:1912: checking for RTLD_NEXT from dlfcn.h with _GNU_SOURCEconfigure:2101: checking for correct select prototypeconfigure:2119: gcc -c -Wall conftest.c 1>&5configure:2139: checking for correct connect prototypeconfigure:2162: gcc -c -Wall conftest.c 1>&5configure:2155:11: error: conflicting types for 'connect'int connect($testproto);^~~~~~~In file included from configure:2154:0:/usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was hereextern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);^~~~~~~configure: failed program was:#line 2152 "configure"#include "confdefs.h"#include int connect(int __fd, const struct sockaddr * __addr, int len);int main() {; return 0; }configure:2162: gcc -c -Wall conftest.c 1>&5configure:2155:42: warning: 'struct sockaddr_in' declared inside parameter list will not be visible outside of this definition or declarationint connect($testproto);^configure:2155:11: error: conflicting types for 'connect'int connect($testproto);^~~~~~~In file included from configure:2154:0:/usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was hereextern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);^~~~~~~configure: failed program was:#line 2152 "configure"#include "confdefs.h"#include int connect(int __fd, const struct sockaddr_in * __addr, socklen_t __len);int main() {; return 0; }configure:2162: gcc -c -Wall conftest.c 1>&5configure:2155:11: error: conflicting types for 'connect'int connect($testproto);^~~~~~~In file included from configure:2154:0:/usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was hereextern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);^~~~~~~configure: failed program was:#line 2152 "configure"#include "confdefs.h"#include int connect(int __fd, struct sockaddr * __addr, int __len);int main() {; return 0; }configure:2162: gcc -c -Wall conftest.c 1>&5configure:2193: checking for correct close prototypeconfigure:2210: gcc -c -Wall conftest.c 1>&5configure:2230: checking for correct poll prototypeconfigure:2246: gcc -c -Wall conftest.c 1>&5