Source: socks4-server
Version: 4.3.beta2-18
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140601 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/«PKGBUILDDIR»/sockd'
> /«PKGBUILDDIR»/sockd
> gcc -I../include -g -DLINUX           -c -o sockd_ckcf.o sockd_ckcf.c
> gcc -I../include -g -DLINUX           -c -o sockd_ckrt.o sockd_ckrt.c
> sockd_ckrt.c: In function 'sockd_ckrt':
> sockd_ckrt.c:24:2: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>   exit(1);
>   ^
> gcc -I../include -g -DLINUX           -c -o sockd_getspcmd.o sockd_getspcmd.c
> gcc -I../include -g -DLINUX           -c -o sockd_fail.o sockd_fail.c
> sockd_fail.c: In function 'sockd_fail':
> sockd_fail.c:16:2: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>   exit(1);
>   ^
> gcc -I../include -g -DLINUX           -c -o setproctitle.o setproctitle.c
> gcc -I../include -g -DLINUX           -c -o DoConnect.o DoConnect.c
> DoConnect.c: In function 'DoConnect':
> DoConnect.c:35:2: warning: incompatible implicit declaration of built-in 
> function 'bzero' [enabled by default]
>   bzero((char *)&sin, sizeof(sin));
>   ^
> gcc -I../include -g -DLINUX           -c -o DoNewBind.o DoNewBind.c
> DoNewBind.c: In function 'DoNewBind':
> DoNewBind.c:50:2: warning: incompatible implicit declaration of built-in 
> function 'bzero' [enabled by default]
>   bzero((char *)&sin, sizeof(sin));
>   ^
> DoNewBind.c:139:4: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>     exit(1);
>     ^
> gcc -I../include -g -DLINUX         -DSOCKSIFIED_SOCKD -c -o RDoConnect.o 
> DoConnect.c
> DoConnect.c: In function 'RDoConnect':
> DoConnect.c:35:2: warning: incompatible implicit declaration of built-in 
> function 'bzero' [enabled by default]
>   bzero((char *)&sin, sizeof(sin));
>   ^
> gcc -I../include -g -DLINUX         -DSOCKSIFIED_SOCKD -c -o RDoNewBind.o 
> DoNewBind.c 
> DoNewBind.c: In function 'RDoNewBind':
> DoNewBind.c:50:2: warning: incompatible implicit declaration of built-in 
> function 'bzero' [enabled by default]
>   bzero((char *)&sin, sizeof(sin));
>   ^
> DoNewBind.c:76:2: warning: incompatible implicit declaration of built-in 
> function 'strcpy' [enabled by default]
>   strcpy(socks_srcsh.user, srcshp->user);
>   ^
> rm -f libsockd.a
> ar rc libsockd.a sockd_ckcf.o sockd_ckrt.o sockd_getspcmd.o sockd_fail.o 
> setproctitle.o DoConnect.o DoNewBind.o RDoConnect.o RDoNewBind.o
> ranlib libsockd.a
> gcc -I../include -g -DLINUX           -c -o sockd.o sockd.c
> sockd.c: In function 'readConfig':
> sockd.c:95:3: warning: incompatible implicit declaration of built-in function 
> 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:112:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c: In function 'die':
> sockd.c:163:2: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>   exit(1);
>   ^
> sockd.c: In function 'main':
> sockd.c:293:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:349:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:353:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:424:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:432:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:438:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:444:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:456:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:477:4: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>     exit(1);
>     ^
> sockd.c:492:4: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>     exit(1);
>     ^
> sockd.c:499:4: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>     exit(1);
>     ^
> sockd.c:507:4: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>     exit(1);
>     ^
> sockd.c:541:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:549:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:555:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> sockd.c:559:3: warning: incompatible implicit declaration of built-in 
> function 'exit' [enabled by default]
>    exit(1);
>    ^
> make[2]: *** No rule to make target '-lident', needed by 'sockd'.  Stop.
> make[2]: Leaving directory '/«PKGBUILDDIR»/sockd'
> make[1]: *** [server] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/01/socks4-server_4.3.beta2-18_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140602191144.GA12323@Sephirot.MIDGAR

Reply via email to