Calling %prep script /var/tmp/deb-tmp.prep.76828... + umask 022 + cd /usr/src/debian/BUILD + cd /usr/src/debian/BUILD + rm -rf dict-webinterface-1.12.1+dfsg + mkdir dict-webinterface-1.12.1+dfsg + cd dict-webinterface-1.12.1+dfsg + tar -zxf /usr/src/debian/SOURCES/dict-webinterface.tar.gz + STATUS=0 + [ 0 -ne 0 ] + cd /usr/src/debian/BUILD/dict-webinterface-1.12.1+dfsg + /usr/bin/id -u + [ 0 = 0 ] + /bin/chown -Rhf root . + /usr/bin/id -u + [ 0 = 0 ] + /bin/chgrp -Rhf root . + /bin/chmod -Rf a+rX,g-w,o-w . + cd dict-webinterface + tar xvpf dict.tar dict/ dict/dict.c dict/Makefile dict/servers dict/mconnect.h dict/multi_connect.c dict/cheapdict dict/webster.credit.html dict/dict.proto dict/draft-rfced-info-faith-02.txt dict/rfc2229.txt dict/bad_robot.c dict/bad_robot.h dict/other_dicts + cd .. + sync + echo Patch #0 (dict-1.10-color-https-v2.patch ): Patch #0 (dict-1.10-color-https-v2.patch ): + patch -p0 -s + echo Patch #1 (dict-1.10-br.patch): Patch #1 (dict-1.10-br.patch): + patch -p0 -s + echo Patch #2 (dict-1.10-host.patch): Patch #2 (dict-1.10-host.patch): + patch -p0 -s + perl -pi -e s|dict.stokkie.net|dict.library.org|g dict-webinterface/dict/dict.c Calling %build script /var/tmp/deb-tmp.build.8763... + umask 022 + cd /usr/src/debian/BUILD + cd dict-webinterface-1.12.1+dfsg + cd dict-webinterface/dict + make cc -g -c -o dict.o dict.c dict.c: In function ‘other_dicts’: dict.c:176:10: warning: format not a string literal and no format arguments [-Wformat-security] 176 | printf(dict_html); | ^~~~~~~~~ dict.c: In function ‘connectup’: dict.c:567:27: warning: implicit declaration of function ‘inet_addr’ [-Wimplicit-function-declaration] 567 | sin->sin_addr.s_addr = inet_addr(curhost); | ^~~~~~~~~ dict.c:592:8: warning: implicit declaration of function ‘multi_connect’ [-Wimplicit-function-declaration] 592 | s = multi_connect(hlist+i,1,&ix); | ^~~~~~~~~~~~~ dict.c:610:18: warning: implicit declaration of function ‘dup’ [-Wimplicit-function-declaration] 610 | int out_desc = dup(s); | ^~~ dict.c: In function ‘by_line’: dict.c:816:21: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 816 | while ((nbytes = read(fd,buf,BUFSIZ)) > 0) { | ^~~~ | fread dict.c:819:11: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 819 | (void) close(fd); | ^~~~~ | pclose dict.c: In function ‘match’: dict.c:1009:11: warning: too many arguments for format [-Wformat-extra-args] 1009 | printf(">>.\n",word); | ^~~~~~~~~~~~~ dict.c: In function ‘server_initialization’: dict.c:1252:3: warning: implicit declaration of function ‘alarm’ [-Wimplicit-function-declaration] 1252 | alarm(time_out); | ^~~~~ cc -g -c -o multi_connect.o multi_connect.c multi_connect.c:13:14: warning: conflicting types for built-in function ‘malloc’; expected ‘void *(long unsigned int)’ [-Wbuiltin-declaration-mismatch] 13 | extern char *malloc(); | ^~~~~~ multi_connect.c:11:1: note: ‘malloc’ is declared in header ‘’ 10 | #include +++ |+#include 11 | multi_connect.c: In function ‘multi_connect’: multi_connect.c:49:32: warning: implicit declaration of function ‘isconnected’; did you mean ‘connect’? [-Wimplicit-function-declaration] 49 | if (FD_ISSET(s[j],&tst) && isconnected(s[j])) { | ^~~~~~~~~~~ | connect multi_connect.c:78:30: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration] 78 | else if (s[k] >= 0) (void) close(s[k]); | ^~~~~ multi_connect.c:80:2: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration] 80 | free((char *) s); | ^~~~ multi_connect.c:80:2: warning: incompatible implicit declaration of built-in function ‘free’ multi_connect.c:80:2: note: include ‘’ or provide a declaration of ‘free’ cc -g -c -o bad_robot.o bad_robot.c bad_robot.c: In function ‘is_a_bad_robot’: bad_robot.c:36:3: warning: implicit declaration of function ‘strncpy’ [-Wimplicit-function-declaration] 36 | strncpy(fname,robots_file,sizeof fname); | ^~~~~~~ bad_robot.c:36:3: warning: incompatible implicit declaration of built-in function ‘strncpy’ bad_robot.c:6:1: note: include ‘’ or provide a declaration of ‘strncpy’ 5 | #include "bad_robot.h" +++ |+#include 6 | bad_robot.c:46:9: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 46 | len = strlen(cgi_loc) + 1 + strlen(robots_file); | ^~~~~~ bad_robot.c:46:9: warning: incompatible implicit declaration of built-in function ‘strlen’ bad_robot.c:46:9: note: include ‘’ or provide a declaration of ‘strlen’ bad_robot.c:51:3: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] 51 | strcpy(fname,cgi_loc); | ^~~~~~ bad_robot.c:51:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ bad_robot.c:51:3: note: include ‘’ or provide a declaration of ‘strcpy’ bad_robot.c:52:3: warning: implicit declaration of function ‘strcat’ [-Wimplicit-function-declaration] 52 | strcat(fname,"/"); | ^~~~~~ bad_robot.c:52:3: warning: incompatible implicit declaration of built-in function ‘strcat’ bad_robot.c:52:3: note: include ‘’ or provide a declaration of ‘strcat’ bad_robot.c:64:9: warning: incompatible implicit declaration of built-in function ‘strlen’ 64 | len = strlen(buf); | ^~~~~~ bad_robot.c:64:9: note: include ‘’ or provide a declaration of ‘strlen’ bad_robot.c:67:7: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] 67 | if (strcmp(srv,service)) continue; | ^~~~~~ cc -g -o dict dict.o multi_connect.o bad_robot.o Calling %install script /var/tmp/deb-tmp.inst.88870... + umask 022 + cd /usr/src/debian/BUILD + [ /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9 != / ] + rm -rf /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9 + cd dict-webinterface-1.12.1+dfsg + mkdir -p /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/usr/lib/cgi-bin + mkdir -p /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/var/www/html/picts + cp -p dict-webinterface/dict-webinterface-index.php /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/var/www/html/index.php + cp -p dict-webinterface/dict/dict /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/usr/lib/cgi-bin/dict + cp -p dict-webinterface/dict/dict /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/usr/lib/cgi-bin/http_webster + cp /usr/src/debian/SOURCES/penguin-s.gif /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/var/www/html/picts/penguin-s.gif + cp /usr/src/debian/SOURCES/dict-favicon.ico /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/var/www/html/favicon.ico mv: cannot stat '/usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/var/www/html/picts/penguin-s.gif': No such file or directory Checking library requirements... Calling package creation script /var/tmp/deb-tmp.pkg.9800 for dict-webinterface... + umask 022 + cd /usr/src/debian/BUILD + fakeroot -- dpkg-deb -b /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9/main /usr/src/debian/DEBS/amd64/dict-webinterface_1.12.1+dfsg-9_amd64.deb dpkg-deb: building package 'dict-webinterface' in '/usr/src/debian/DEBS/amd64/dict-webinterface_1.12.1+dfsg-9_amd64.deb'. /mnt/Downloads/ubu2004/debian/SPECS Calling %clean script /var/tmp/deb-tmp.clean.18620... + umask 022 + cd /usr/src/debian/BUILD + cd dict-webinterface-1.12.1+dfsg + rm -rf /usr/src/debian/BUILDROOT/dict-webinterface-1.12.1+dfsg-9 Wrote binary package dict-webinterface_1.12.1+dfsg-9_amd64.deb in /usr/src/debian/DEBS/amd64 Wrote source package dict-webinterface-1.12.1+dfsg-9.sdeb in /usr/src/debian/SDEBS.