Your message dated Sat, 26 Jul 2008 11:47:29 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#275364: fixed in sdr 3.0-7 has caused the Debian Bug report #275364, regarding sdr: HAVE_IPV6 definition have no effect to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 275364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=275364 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: sdr Severity: important The definition of HAVE_IPV6 that appear in linux/configure: #!/bin/sh if test "$1" = "--enable-ipv6" then (echo "IFLAGS=-DHAVE_IPV6 -DLINUX_IPV6"; cat Makefile.linux ../src/Makefile.template) > Makefile else (echo "IFLAGS=-DHAVE_IPV6=0 -DLINUX_IPV6=0"; cat Makefile.linux ../src/Makefile.template) > Makefile # cat Makefile.linux ../src/Makefile.template > Makefile fi have no effect to compile sdr. I think that there are two problems: * the constant name is HAVE_IPv6 not HAVE_IPV6. Example: cat src/sd_listen.c ... #ifdef HAVE_IPv6 struct sockaddr_in6 name6; struct ipv6_mreq imr6; struct in6_addr group6; #endif ... * HAVE_IPv6 is defined in /usr/include/uclmmbase/uclconf.h: ... /* * Define this if you want IPv6 support. */ #define HAVE_IPv6 1 ... So if we defined HAVE_IPv6 using linux/config the constant is redefined in /usr/include/uclmmbase/uclconf.h -- System Information: Debian Release: 2.2 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=C, LC_CTYPE=C
--- End Message ---
--- Begin Message ---Source: sdr Source-Version: 3.0-7 We believe that the bug you reported is fixed in the latest version of sdr, which is due to be installed in the Debian FTP archive: sdr_3.0-7.diff.gz to pool/main/s/sdr/sdr_3.0-7.diff.gz sdr_3.0-7.dsc to pool/main/s/sdr/sdr_3.0-7.dsc sdr_3.0-7_i386.deb to pool/main/s/sdr/sdr_3.0-7_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Frank Lichtenheld <[EMAIL PROTECTED]> (supplier of updated sdr package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sat, 26 Jul 2008 10:27:59 +0200 Source: sdr Binary: sdr Architecture: source i386 Version: 3.0-7 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Frank Lichtenheld <[EMAIL PROTECTED]> Description: sdr - An Mbone Conference Scheduling and Booking System (SDR) Closes: 275364 275365 353956 387866 450109 Changes: sdr (3.0-7) unstable; urgency=low . * QA upload. + Set maintainer to QA group. + Acknowledge NMUs. (Closes: #387866, #353956, #275365) * Set priority to extra in accordance with overrides. * Fix watch file. (Closes: #450109) * Fix casing of define in configure script. (Closes: #275364) * Use dh_installman instead of dh_installmanpages. * Remove unneeded linkage. * Add some missing includes. * Change menu section to Applications/Network/Communication. Checksums-Sha1: d12a7f484deaca5dac125aaa07eb9cee4e4beb3b 951 sdr_3.0-7.dsc bf537218973e5c29592802000240eb83ba9666fc 7091 sdr_3.0-7.diff.gz 499727302e742449749efba98a3a348423112ebf 281200 sdr_3.0-7_i386.deb Checksums-Sha256: 177bf42cc8f7e1f16e6e8eff5ab185fff7be4687351912a7ca25e61db2ed611f 951 sdr_3.0-7.dsc 130db5c897e776d241baa05c2537d2e5e26a4470a6896a802a6b47b093e8d3c5 7091 sdr_3.0-7.diff.gz c5d6a0604b1d35c3dcafc45790c436b8849e8777641d33fdd8b805f8f160e100 281200 sdr_3.0-7_i386.deb Files: 96a89b41d6b233775dff27fba70e0b46 951 net extra sdr_3.0-7.dsc a7ac2ad459a713234008fb631681f275 7091 net extra sdr_3.0-7.diff.gz 974fde83d062ea3dd818911f983b76b6 281200 net extra sdr_3.0-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiK9NUACgkQQbn06FtxPfA70gCg5Ykw7lUrjbaiv4RlfEmOCHe6 LrUAn0edSCBvdyTDrBhrzB2iZQFuBypX =Pz/E -----END PGP SIGNATURE-----
--- End Message ---

