[build-status: 72299] Log for successful build of sdr_3.0-6.1 (dist=unstable)

Build Daemon 4 buildd4 at linux-m32r.org
Sat Apr 28 07:14:21 JST 2007


Automatic build of sdr_3.0-6.1 on mappi006 by sbuild/m32r 0.53
Build started at 20070428-0654
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 310kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main sdr 3.0-6.1 (dsc) [598B]
Get:2 http://debian.linux-m32r.org 06_devonian/main sdr 3.0-6.1 (tar) [302kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main sdr 3.0-6.1 (diff) [6503B]
Fetched 310kB in 3s (91.2kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: tk8.4-dev, libuclmmbase1-dev (>= 1.2.12), debhelper (>= 5.0.37.3)
** Filtered missing central deps that are dependencies of or provide build-deps:
xlibs-dev (>> 4.1.0)
**** Warning:
**** The following central src deps are (probably) missing:
  libuclmmbase-dev, tcl8.0-dev (>= 8.0.4), tk8.0-dev (>= 8.0.5)
Checking for already installed source dependencies...
tk8.4-dev: already installed (8.4.12-1)
libuclmmbase1-dev: missing
Using default version 1.2.16.0-1
debhelper: already installed (5.0.49 >= 5.0.37.3 is satisfied)
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  libuclmmbase1
The following NEW packages will be installed:
  libuclmmbase1 libuclmmbase1-dev
0 upgraded, 2 newly installed, 0 to remove and 18 not upgraded.
Need to get 0B/233kB of archives.
After unpacking 786kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libuclmmbase1 libuclmmbase1-dev
Authentication warning overridden.
Selecting previously deselected package libuclmmbase1.
(Reading database ... 61045 files and directories currently installed.)
Unpacking libuclmmbase1 (from .../libuclmmbase1_1.2.16.0-1_m32r.deb) ...
Selecting previously deselected package libuclmmbase1-dev.
Unpacking libuclmmbase1-dev (from .../libuclmmbase1-dev_1.2.16.0-1_m32r.deb) ...
Setting up libuclmmbase1 (1.2.16.0-1) ...

Setting up libuclmmbase1-dev (1.2.16.0-1) ...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
gpg: Signature made Sun Sep 17 14:05:17 2006 JST using DSA key ID 1880283C
gpg: Can't check signature: public key not found
dpkg-source: extracting sdr in sdr-3.0
dpkg-source: unpacking sdr_3.0.orig.tar.gz
dpkg-source: applying /debian/buildd4/build/sdr_3.0-6.1.diff.gz
Condition for **LTCONFIG-BIG-ENDIAN-FIX patch ok
Applying **LTCONFIG-BIG-ENDIAN-FIX patch
The text leading up to this was:
--------------------------
|--- x/ltconfig~	Fri Jun  4 14:14:04 1999
|+++ x/ltconfig	Fri Jun  4 14:14:14 1999
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
dpkg-buildpackage: source package is sdr
dpkg-buildpackage: source version is 3.0-6.1
dpkg-buildpackage: source changed by Jose Parrella <joseparrella at cantv.net>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 3.0-6.1
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Commands to clean up after the build process.
cd linux && ./configure && make clean
make[1]: Entering directory `/build/buildd4/sdr-3.0/linux'
rm -f Makefile
rm -f *.o
rm -f *.ehtml
rm -f libs.tcl parsed_plugins.tcl sdr sip_server tcl2c tcl_cache.c
rm -f ../src/tcl_modules.h ../src/cache.tcl ../src/html/bugs.html ../src/html/changes.html
make[1]: Leaving directory `/build/buildd4/sdr-3.0/linux'
dh_clean
 debian/rules build
dh_testdir
# Commands to compile the package.
cd linux && ./configure --enable-ipv6 --prefix=/usr && make
make[1]: Entering directory `/build/buildd4/sdr-3.0/linux'
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/bitmaps.c
../src/bitmaps.c: In function 'init_bitmaps':
../src/bitmaps.c:99: warning: pointer targets in passing argument 3 of 'Tk_DefineBitmap' differ in signedness
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/bus.c
In file included from ../src/bus.c:34:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/bus.c: In function 'bus_recv':
../src/bus.c:50: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
../src/bus.c: In function 'bus_listen':
../src/bus.c:112: warning: implicit declaration of function 'sip_udp_listen'
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/compat.c
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/generate_ids.c
../src/generate_ids.c:38:1: warning: "IPV6_ADDR_LEN" redefined
In file included from ../src/sdr.h:126,
                 from ../src/generate_ids.c:33:
../src/ipv6_macros.h:6:1: warning: this is the location of the previous definition
../src/generate_ids.c: In function 'generate_v6_address':
../src/generate_ids.c:223: warning: passing argument 1 of 'check_address' from incompatible pointer type
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/iohandler.c
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/random.c
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/sd_listen.c
In file included from ../src/sd_listen.c:69:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/sd_listen.c: In function 'main':
../src/sd_listen.c:1626: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type
../src/sd_listen.c:1350: warning: unused variable 'thstent'
../src/sd_listen.c: In function 'recv_packets':
../src/sd_listen.c:1810: warning: pointer targets in assignment differ in signedness
../src/sd_listen.c:1816: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
../src/sd_listen.c:1821: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
../src/sd_listen.c:1860: warning: pointer targets in assignment differ in signedness
../src/sd_listen.c:1884: warning: pointer targets in assignment differ in signedness
../src/sd_listen.c:1964: warning: pointer targets in passing argument 2 of 'check_encryption' differ in signedness
../src/sd_listen.c:1991: warning: pointer targets in passing argument 3 of 'check_x509_encryption' differ in signedness
../src/sd_listen.c:2005: warning: pointer targets in passing argument 1 of 'decrypt_announcement' differ in signedness
../src/sd_listen.c:2089: warning: pointer targets in passing argument 1 of 'gen_new_auth_data' differ in signedness
../src/sd_listen.c:2089: warning: pointer targets in passing argument 2 of 'gen_new_auth_data' differ in signedness
../src/sd_listen.c:2122: warning: pointer targets in passing argument 2 of 'check_authentication' differ in signedness
../src/sd_listen.c:2139: warning: pointer targets in passing argument 3 of 'check_x509_authentication' differ in signedness
../src/sd_listen.c:2366: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
../src/sd_listen.c:2398: warning: pointer targets in passing argument 1 of 'parse_entry' differ in signedness
../src/sd_listen.c:2398: warning: pointer targets in passing argument 2 of 'parse_entry' differ in signedness
../src/sd_listen.c:2408: warning: pointer targets in passing argument 1 of 'parse_entry' differ in signedness
../src/sd_listen.c:2408: warning: pointer targets in passing argument 2 of 'parse_entry' differ in signedness
../src/sd_listen.c:2453: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
../src/sd_listen.c:2453: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
../src/sd_listen.c:2453: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
../src/sd_listen.c:2453: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
../src/sd_listen.c:2453: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
../src/sd_listen.c:2453: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness
../src/sd_listen.c:2465: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
../src/sd_listen.c:2465: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness
../src/sd_listen.c: In function 'parse_entry':
../src/sd_listen.c:2579: warning: unused variable 'maddr6'
../src/sd_listen.c:2576: warning: unused variable 'source'
../src/sd_listen.c: In function 'recv_packets':
../src/sd_listen.c:1751: warning: 'bp6' may be used uninitialized in this function
../src/sd_listen.c:1787: warning: 'src6' may be used uninitialized in this function
gcc -o tcl2c ../src/tcl2c.c
../src/tcl2c.c: In function 'main':
../src/tcl2c.c:43: warning: incompatible implicit declaration of built-in function 'exit'
../src/tcl2c.c:72: warning: incompatible implicit declaration of built-in function 'exit'
rm -f mbone_faq.ehtml; ./tcl2c mbone_faq < ../src/html/mbone_faq.html > mbone_faq.ehtml
rm -f mbone_tools.ehtml; ./tcl2c mbone_tools < ../src/html/mbone_tools.html > mbone_tools.ehtml
echo "<!-- DO NOT MODIFY THIS FILE -->" > ../src/html/bugs.html
echo "<!-- This file is automatically derived from BUGS -->" >> ../src/html/bugs.html
cat ../src/BUGS >> ../src/html/bugs.html
rm -f bugs.ehtml; ./tcl2c bugs < ../src/html/bugs.html > bugs.ehtml
echo "<!-- DO NOT MODIFY THIS FILE -->" > ../src/html/changes.html
echo "<!-- This file is automatically derived from CHANGES -->" >> ../src/html/changes.html
cat ../src/CHANGES >> ../src/html/changes.html
rm -f changes.ehtml; ./tcl2c changes < ../src/html/changes.html > changes.ehtml
rm -f intro.ehtml; ./tcl2c intro < ../src/html/intro.html > intro.ehtml
rm -f node1.ehtml; ./tcl2c node1 < ../src/html/node1.html > node1.ehtml
rm -f node2.ehtml; ./tcl2c node2 < ../src/html/node2.html > node2.ehtml
rm -f node3.ehtml; ./tcl2c node3 < ../src/html/node3.html > node3.ehtml
rm -f node4.ehtml; ./tcl2c node4 < ../src/html/node4.html > node4.ehtml
rm -f node5.ehtml; ./tcl2c node5 < ../src/html/node5.html > node5.ehtml
rm -f node6.ehtml; ./tcl2c node6 < ../src/html/node6.html > node6.ehtml
rm -f node7.ehtml; ./tcl2c node7 < ../src/html/node7.html > node7.ehtml
rm -f node8.ehtml; ./tcl2c node8 < ../src/html/node8.html > node8.ehtml
rm -f node9.ehtml; ./tcl2c node9 < ../src/html/node9.html > node9.ehtml
rm -f node10.ehtml; ./tcl2c node10 < ../src/html/node10.html > node10.ehtml
rm -f node11.ehtml; ./tcl2c node11 < ../src/html/node11.html > node11.ehtml
rm -f node12.ehtml; ./tcl2c node12 < ../src/html/node12.html > node12.ehtml
rm -f node13.ehtml; ./tcl2c node13 < ../src/html/node13.html > node13.ehtml
rm -f node14.ehtml; ./tcl2c node14 < ../src/html/node14.html > node14.ehtml
rm -f node15.ehtml; ./tcl2c node15 < ../src/html/node15.html > node15.ehtml
rm -f plugins.ehtml; ./tcl2c plugins < ../src/html/plugins.html > plugins.ehtml
rm -f plugtut.ehtml; ./tcl2c plugtut < ../src/html/plugtut.html > plugtut.ehtml
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -I. -c ../src/sdr_help.c
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/sip.c
In file included from ../src/sip.c:47:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/sip.c: In function 'sip_recv_udp':
../src/sip.c:75: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/sip_common.c
In file included from ../src/sip_common.c:45:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/sip_common.c: In function 'look_up_address':
../src/sip_common.c:253: warning: passing argument 6 of '__res_mkquery' makes integer from pointer without a cast
../src/sip_common.c:253: warning: pointer targets in passing argument 8 of '__res_mkquery' differ in signedness
../src/sip_common.c:255: warning: pointer targets in passing argument 1 of '__res_send' differ in signedness
../src/sip_common.c:255: warning: pointer targets in passing argument 3 of '__res_send' differ in signedness
../src/sip_common.c:322: warning: pointer targets in passing argument 1 of '__dn_expand' differ in signedness
../src/sip_common.c:322: warning: pointer targets in passing argument 2 of '__dn_expand' differ in signedness
../src/sip_common.c:322: warning: pointer targets in passing argument 3 of '__dn_expand' differ in signedness
../src/sip_common.c: In function 'sip_tcp_accept':
../src/sip_common.c:560: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
../src/sip_common.c: In function 'sip_send_tcp_reply':
../src/sip_common.c:1206: warning: passing argument 1 of 'printf' from incompatible pointer type
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/sip_register.c
In file included from ../src/sip_register.c:36:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/tkUnixInit.c
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/ui_fns.c
In file included from ../src/ui_fns.c:36:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/ui_fns.c:227:39: warning: "/*" within comment
../src/ui_fns.c:238:75: warning: "/*" within comment
../src/ui_fns.c: In function 'ui_run_program':
../src/ui_fns.c:522: warning: implicit declaration of function 'run_program'
echo "/*DO NOT MODIFY THIS MODULE*/" > ../src/tcl_modules.h
echo "/*This module is automatically derived from tcl_crypt_modules.h*/" >> ../src/tcl_modules.h
cat ../src/tcl_crypt_modules.h >> ../src/tcl_modules.h
gcc -I. -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/ui_init.c
In file included from ../src/ui_init.c:26:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/ui_init.c: In function 'ui_init':
../src/ui_init.c:111: warning: passing argument 4 of 'Tk_ParseArgv' from incompatible pointer type
../src/ui_init.c: At top level:
../src/ui_init.c:48: warning: 'command' defined but not used
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/www_fns.c
In file included from ../src/www_fns.c:34:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/www_fns.c: In function 'ui_webto':
../src/www_fns.c:217: warning: assignment discards qualifiers from pointer target type
../src/www_fns.c:279: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6   -c -o cli.o ../src/cli.c
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/crypt.c
../src/crypt.c: In function 'decrypt':
../src/crypt.c:59: warning: pointer targets in passing argument 2 of 'qfDES' differ in signedness
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/sap_crypt.c
In file included from ../src/sap_crypt.c:39:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/sap_crypt.c:51: warning: missing braces around initializer
../src/sap_crypt.c:51: warning: (near initialization for 'keytable[0]')
../src/sap_crypt.c: In function 'encrypt_announcement':
../src/sap_crypt.c:117: warning: pointer targets in passing argument 1 of 'Encrypt' differ in signedness
../src/sap_crypt.c:117: warning: pointer targets in assignment differ in signedness
../src/sap_crypt.c: In function 'decrypt_announcement':
../src/sap_crypt.c:158: warning: pointer targets in passing argument 1 of 'Decrypt' differ in signedness
../src/sap_crypt.c:158: warning: pointer targets in passing argument 2 of 'Decrypt' differ in signedness
../src/sap_crypt.c: In function 'load_keys':
../src/sap_crypt.c:393: warning: pointer targets in passing argument 2 of 'load_crypted_file' differ in signedness
../src/sap_crypt.c: In function 'write_crypted_file':
../src/sap_crypt.c:676: warning: pointer targets in passing argument 1 of 'Encrypt' differ in signedness
../src/sap_crypt.c:676: warning: pointer targets in assignment differ in signedness
../src/sap_crypt.c: In function 'load_crypted_file':
../src/sap_crypt.c:765: warning: pointer targets in assignment differ in signedness
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -I. -c ../src/polluted.c
In file included from ../src/polluted.c:2:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/polluted.c: In function 'parse_announcement':
../src/polluted.c:100: warning: passing argument 4 of 'parse_entry' makes pointer from integer without a cast
../src/polluted.c:100: warning: passing argument 5 of 'parse_entry' makes pointer from integer without a cast
../src/polluted.c:104: warning: passing argument 4 of 'parse_entry' makes pointer from integer without a cast
../src/polluted.c:104: warning: passing argument 5 of 'parse_entry' makes pointer from integer without a cast
../src/polluted.c: In function 'add_privacy_header':
../src/polluted.c:243: warning: initialization makes integer from pointer without a cast
../src/polluted.c: In function 'store_data_to_announce':
../src/polluted.c:323: warning: pointer targets in passing argument 3 of 'encrypt_announcement' differ in signedness
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/pgp_crypt.c
In file included from ../src/pgp_crypt.c:40:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/pgp_crypt.c: In function 'generate_authentication_info':
../src/pgp_crypt.c:135: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c:145: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c: In function 'check_authentication':
../src/pgp_crypt.c:385: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c:390: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c:391: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c: In function 'generate_encryption_info':
../src/pgp_crypt.c:549: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c:559: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c: In function 'check_encryption':
../src/pgp_crypt.c:747: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c:768: warning: assignment discards qualifiers from pointer target type
../src/pgp_crypt.c:778: warning: assignment discards qualifiers from pointer target type
gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 -c ../src/pkcs7_crypt.c
In file included from ../src/pkcs7_crypt.c:40:
../src/prototypes.h:127: warning: 'struct addr_list' declared inside parameter list
../src/prototypes.h:127: warning: its scope is only this definition or declaration, which is probably not what you want
../src/pkcs7_crypt.c: In function 'generate_x509_authentication_info':
../src/pkcs7_crypt.c:103: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c:112: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c: In function 'check_x509_authentication':
../src/pkcs7_crypt.c:218: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c:222: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c:223: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c: In function 'generate_x509_encryption_info':
../src/pkcs7_crypt.c:368: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c:377: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c: In function 'check_x509_encryption':
../src/pkcs7_crypt.c:472: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c:473: warning: assignment discards qualifiers from pointer target type
../src/pkcs7_crypt.c:477: warning: assignment discards qualifiers from pointer target type
rm -f tcl_generic.c; ./tcl2c tcl_generic < ../src/generic.tcl > tcl_generic.c
gcc -c tcl_generic.c
rm -f tcl_www.c; ./tcl2c tcl_www < ../src/www.tcl > tcl_www.c
gcc -c tcl_www.c
rm -f tcl_new.c; ./tcl2c tcl_new < ../src/new.tcl > tcl_new.c
gcc -c tcl_new.c
rm -f tcl_start_tools.c; ./tcl2c tcl_start_tools < ../src/start_tools.tcl > tcl_start_tools.c
gcc -c tcl_start_tools.c
tclsh8.4 ../src/plugin2tcl.tcl
default inputvalue
Warning: icon directory overridden by icon directory for media directory
Warning: text Directory overridden by text Directory for media directory
rm -f tcl_parsed_plugins.c; ./tcl2c tcl_parsed_plugins < parsed_plugins.tcl > tcl_parsed_plugins.c
gcc -c tcl_parsed_plugins.c
rm -f tcl_plugins.c; ./tcl2c tcl_plugins < ../src/plugins.tcl > tcl_plugins.c
gcc -c tcl_plugins.c
rm -f tcl_sip.c; ./tcl2c tcl_sip < ../src/sip.tcl > tcl_sip.c
gcc -c tcl_sip.c
rm -f tcl_sdp.c; ./tcl2c tcl_sdp < ../src/sdp.tcl > tcl_sdp.c
gcc -c tcl_sdp.c
rm -f tcl_sdr.c; ./tcl2c tcl_sdr < ../src/sdr.tcl > tcl_sdr.c
gcc -c tcl_sdr.c
echo "#DO NOT MODIFY THIS MODULE" > ../src/cache.tcl
echo "#This module is automatically derived from cache_crypt.tcl" >> ../src/cache.tcl
cat ../src/cache_crypt.tcl >> ../src/cache.tcl
rm -f tcl_cache.c; ./tcl2c tcl_cache < ../src/cache.tcl > tcl_cache.c
gcc -c tcl_cache.c
rm -f tcl_cli.c; ./tcl2c tcl_cli < ../src/cli.tcl > tcl_cli.c
gcc -c tcl_cli.c
rm -f tcl_sap_crypt.c; ./tcl2c tcl_sap_crypt < ../src/sap_crypt.tcl > tcl_sap_crypt.c
gcc -c tcl_sap_crypt.c
rm -f tcl_pgp_crypt.c; ./tcl2c tcl_pgp_crypt < ../src/pgp_crypt.tcl > tcl_pgp_crypt.c
gcc -c tcl_pgp_crypt.c
rm -f tcl_pkcs7_crypt.c; ./tcl2c tcl_pkcs7_crypt < ../src/pkcs7_crypt.tcl > tcl_pkcs7_crypt.c
gcc -c tcl_pkcs7_crypt.c
rm ../src/tcl_modules.h; \
	gcc -I/usr/X11R6/include -I/usr/include/uclmmbase/ -I/usr/include/tcl8.4 -I/usr/include/tk8.4 -O2 -g -Wall -DNORANDPROTO -DDIFF_BYTE_ORDER -DAUTH -DLinux -DHAVE_IPV6 -DLINUX_IPV6 bitmaps.o bus.o compat.o generate_ids.o iohandler.o random.o sd_listen.o sdr_help.o sip.o sip_common.o sip_register.o tkUnixInit.o ui_fns.o ui_init.o www_fns.o cli.o crypt.o sap_crypt.o polluted.o pgp_crypt.o  pkcs7_crypt.o tcl_generic.o tcl_www.o tcl_new.o tcl_start_tools.o tcl_parsed_plugins.o tcl_plugins.o tcl_sip.o tcl_sdp.o tcl_sdr.o tcl_cache.o tcl_cli.o tcl_sap_crypt.o tcl_pgp_crypt.o tcl_pkcs7_crypt.o \
	-o sdr -L/usr/X11R6/lib -lX11 -luclmmbase -ltk8.4 -ltcl8.4 -lc -lm -ldl -lresolv
rm tcl_cache.c tcl_start_tools.c tcl_new.c tcl_sdr.c tcl_sap_crypt.c tcl_pkcs7_crypt.c tcl_parsed_plugins.c tcl_cli.c tcl_pgp_crypt.c tcl_sip.c tcl_plugins.c tcl_generic.c tcl_www.c tcl_sdp.c
make[1]: Leaving directory `/build/buildd4/sdr-3.0/linux'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Commands to install the files into debian/tmp
install -o root -g root -m 755 \
	    linux/sdr `pwd`/debian/sdr/usr/bin/sdr
dh_installdocs
dh_installmenu
dh_installinit
dh_installmanpages
dh_installmanpages: This program is deprecated, switch to dh_installman.
dh_installchangelogs src/CHANGES
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_makeshlibs
dh_md5sums
dh_builddeb
dpkg-deb: building package `sdr' in `../sdr_3.0-6.1_m32r.deb'.
 dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070428-0713

sdr_3.0-6.1_m32r.changes:
Format: 1.7
Date: Sat, 16 Sep 2006 23:50:31 -0400
Source: sdr
Binary: sdr
Architecture: m32r
Version: 3.0-6.1
Distribution: unstable
Urgency: low
Maintainer: Jesus M. Gonzalez-Barahona <jgb at debian.org>
Changed-By: Jose Parrella <joseparrella at cantv.net>
Description: 
 sdr        - An Mbone Conference Scheduling and Booking System (SDR)
Closes: 275365 353956
Changes: 
 sdr (3.0-6.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Removed two problematic lines in generic.tcl which made several buttons
     unavailable (Closes: #353956)
   * Applied patch from Samuel Thibault which fixes IPv6 related problems
     in sdr (Closes: #275365)
   * Conforms to Standards-Version 3.7.2 (added debian/watch, debian/compat)
Files: 
 bf8468a9b78be865152eec6e72c31824 276914 net optional sdr_3.0-6.1_m32r.deb

/debian/buildd4/build/chroot-unstable/build/buildd4/sdr_3.0-6.1_m32r.deb:
 new debian package, version 2.0.
 size 276914 bytes: control archive= 1714 bytes.
     852 bytes,    19 lines      control              
    2000 bytes,    30 lines      md5sums              
     185 bytes,     7 lines   *  postinst             #!/bin/sh
     160 bytes,     5 lines   *  postrm               #!/bin/sh
 Package: sdr
 Version: 3.0-6.1
 Section: net
 Priority: optional
 Architecture: m32r
 Depends: libc6 (>= 2.3.5-1), libuclmmbase1, libx11-6, tcl8.4 (>= 8.4.5), tk8.4 (>= 8.4.5)
 Suggests: vic, rat
 Installed-Size: 1052
 Maintainer: Jesus M. Gonzalez-Barahona <jgb at debian.org>
 Description: An Mbone Conference Scheduling and Booking System (SDR)
  Sdr is a Session Directory designed for announcing and scheduling
  multimedia conferences on the Mbone - the multicast backbone of
  the Internet.
  Sdr is loosely modelled on sd - LBL's Mbone Session Directory.
  Sdr extends the sd model in a number of ways, particularly
  in the degree of detail about the timing and resources required by
  a conference, and in the provision of a much more flexible interface
  for querying the existrm: cannot remove directory `/tmp/dpkgTxL7u4': Directory not empty
rm cleanup failed, code 256
ence of sessions or of any sessions that may
  potentially clash with a new session.

/debian/buildd4/build/chroot-unstable/build/buildd4/sdr_3.0-6.1_m32r.deb:
drwxr-xr-x root/root         0 2007-04-28 07:11 ./
drwxr-xr-x root/root         0 2007-04-28 07:10 ./usr/
drwxr-xr-x root/root         0 2007-04-28 07:11 ./usr/bin/
-rwxr-xr-x root/root    785492 2007-04-28 07:11 ./usr/bin/sdr
drwxr-xr-x root/root         0 2007-04-28 07:11 ./usr/share/
drwxr-xr-x root/root         0 2007-04-28 07:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-04-28 07:11 ./usr/share/doc/sdr/
-rw-r--r-- root/root      1836 2000-09-05 01:30 ./usr/share/doc/sdr/BUGS
drwxr-xr-x root/root         0 2007-04-28 07:10 ./usr/share/doc/sdr/html/
-rw-r--r-- root/root     29502 2000-09-05 01:30 ./usr/share/doc/sdr/html/mbone_faq.html
-rw-r--r-- root/root      1963 2000-09-05 01:30 ./usr/share/doc/sdr/html/intro.html
-rw-r--r-- root/root      8197 2000-09-05 01:30 ./usr/share/doc/sdr/html/mbone_tools.html
-rw-r--r-- root/root      2757 2000-09-05 01:30 ./usr/share/doc/sdr/html/node1.html
-rw-r--r-- root/root      1680 2000-09-05 01:30 ./usr/share/doc/sdr/html/node10.html
-rw-r--r-- root/root      4245 2000-09-05 01:30 ./usr/share/doc/sdr/html/node11.html
-rw-r--r-- root/root      2022 2000-09-05 01:30 ./usr/share/doc/sdr/html/node12.html
-rw-r--r-- root/root       753 2000-09-05 01:30 ./usr/share/doc/sdr/html/node13.html
-rw-r--r-- root/root      1155 2000-09-05 01:30 ./usr/share/doc/sdr/html/node14.html
-rw-r--r-- root/root       429 2000-09-05 01:30 ./usr/share/doc/sdr/html/node15.html
-rw-r--r-- root/root      1743 2000-09-05 01:30 ./usr/share/doc/sdr/html/node2.html
-rw-r--r-- root/root       746 2000-09-05 01:30 ./usr/share/doc/sdr/html/node3.html
-rw-r--r-- root/root      1171 2000-09-05 01:30 ./usr/share/doc/sdr/html/node4.html
-rw-r--r-- root/root      1944 2000-09-05 01:30 ./usr/share/doc/sdr/html/node5.html
-rw-r--r-- root/root       848 2000-09-05 01:30 ./usr/share/doc/sdr/html/node6.html
-rw-r--r-- root/root       468 2000-09-05 01:30 ./usr/share/doc/sdr/html/node7.html
-rw-r--r-- root/root      1311 2000-09-05 01:30 ./usr/share/doc/sdr/html/node8.html
-rw-r--r-- root/root      1074 2000-09-05 01:30 ./usr/share/doc/sdr/html/node9.html
-rw-r--r-- root/root      1683 2000-09-05 01:30 ./usr/share/doc/sdr/html/plugins.html
-rw-r--r-- root/root      6351 2000-09-05 01:30 ./usr/share/doc/sdr/html/plugtut.html
-rw-r--r-- root/root      1923 2007-04-28 07:04 ./usr/share/doc/sdr/html/bugs.html
-rw-r--r-- root/root     43002 2007-04-28 07:04 ./usr/share/doc/sdr/html/changes.html
-rw-r--r-- root/root       504 2007-04-28 06:59 ./usr/share/doc/sdr/README.Debian
-rw-r--r-- root/root      2369 2007-04-28 06:59 ./usr/share/doc/sdr/copyright
-rw-r--r-- root/root     16564 2000-09-05 01:30 ./usr/share/doc/sdr/changelog.gz
-rw-r--r-- root/root      2094 2007-04-28 06:59 ./usr/share/doc/sdr/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-04-28 07:10 ./usr/share/menu/
-rw-r--r-- root/root       113 2007-04-28 06:59 ./usr/share/menu/sdr
drwxr-xr-x root/root         0 2007-04-28 07:11 ./usr/share/man/
drwxr-xr-x root/root         0 2007-04-28 07:11 ./usr/share/man/man1/
-rw-r--r-- root/root       741 2007-04-28 06:59 ./usr/share/man/man1/sdr.1.gz
drwxr-xr-x root/root         0 2007-04-28 07:10 ./etc/
drwxr-xr-x root/root         0 2007-04-28 07:10 ./etc/sdr/
drwxr-xr-x root/root         0 2007-04-28 07:10 ./etc/sdr/plugins/

******************************************************************************
Built successfully
Purging /debian/buildd4/build/chroot-unstable/build/buildd4/sdr-3.0
------------------------------------------------------------------------------
(Reading database ... 61105 files and directories currently installed.)
Removing libuclmmbase1-dev ...
Removing libuclmmbase1 ...
Purging configuration files for libuclmmbase1 ...
******************************************************************************
Finished at 20070428-0714
Build needed 00:14:01, 5804k disk space




More information about the build-status mailing list