Your message dated Wed, 24 Aug 2005 17:32:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#288437: fixed in rplay 3.3.2-9 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 3 Jan 2005 19:25:12 +0000 >From [EMAIL PROTECTED] Mon Jan 03 11:25:12 2005 Return-path: <[EMAIL PROTECTED]> Received: from c173214.adsl.hansenet.de (localhost.localdomain) [213.39.173.214] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1ClXpI-00005G-00; Mon, 03 Jan 2005 11:25:12 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1ClXul-0002mg-W5; Mon, 03 Jan 2005 20:30:52 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: rplay: FTBFS (amd64/gcc-4.0): static declaration of 'inetd' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Mon, 03 Jan 2005 20:30:52 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: rplay Severity: normal Tags: patch When building 'rplay' on amd64 with gcc-4.0, I get the following error: gcc -c -I. -I../include -I. -I./../include -I./../lib -I./../adpcm -DHAVE_CONFIG_H -DRPLAY_CONF=\"/etc/rplay/rplay.conf\" -DRPLAY_HOSTS=\"/etc/rplay/rplay.hosts\" -DRPLAY_SERVERS=\"/etc/rplay/rplay.servers\" -DRPLAY_HELPERS=\"/etc/rplay/rplay.helpers\" -DRPLAY_CACHE=\"/tmp/.rplay-cache\" -DRPLAY_LOG=\"/tmp/rplay.log\" -DRPLAYDRC=\"\~/.rplaydrc\" -O2 -D_REENTRANT rplayd.c rplayd.c:189: error: static declaration of 'inetd' follows non-static declaration rplayd.h:76: error: previous declaration of 'inetd' was here rplayd.c: In function 'rplayd_read': rplayd.c:1525: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness make[2]: *** [rplayd.o] Error 1 make[2]: Leaving directory `/rplay-3.3.2/rplayd' With the attached patch 'rplay' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/rplay-3.3.2/rplayd/rplayd.h ./rplayd/rplayd.h --- ../tmp-orig/rplay-3.3.2/rplayd/rplayd.h 1999-03-10 08:58:04.000000000 +0100 +++ ./rplayd/rplayd.h 2005-01-03 19:49:10.059854544 +0100 @@ -73,7 +73,6 @@ extern fd_set read_mask; extern fd_set write_mask; extern int debug; -extern int inetd; extern int rptp_timeout; extern char hostname[]; extern char *hostaddr; @@ -133,7 +132,7 @@ extern int monitor_count; extern BUFFER *monitor_buffers; -extern int errno; +#include <errno.h> #ifdef __STDC__ extern void usage (); --------------------------------------- Received: (at 288437-close) by bugs.debian.org; 25 Aug 2005 00:41:22 +0000 >From [EMAIL PROTECTED] Wed Aug 24 17:41:22 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E85f3-00036G-00; Wed, 24 Aug 2005 17:32:05 -0700 From: lantz moore <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#288437: fixed in rplay 3.3.2-9 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 24 Aug 2005 17:32:05 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Source: rplay Source-Version: 3.3.2-9 We believe that the bug you reported is fixed in the latest version of rplay, which is due to be installed in the Debian FTP archive: librplay3-dev_3.3.2-9_i386.deb to pool/main/r/rplay/librplay3-dev_3.3.2-9_i386.deb librplay3_3.3.2-9_i386.deb to pool/main/r/rplay/librplay3_3.3.2-9_i386.deb rplay-client_3.3.2-9_i386.deb to pool/main/r/rplay/rplay-client_3.3.2-9_i386.deb rplay-contrib_3.3.2-9_i386.deb to pool/main/r/rplay/rplay-contrib_3.3.2-9_i386.deb rplay-perl_3.3.2-9_i386.deb to pool/main/r/rplay/rplay-perl_3.3.2-9_i386.deb rplay-server_3.3.2-9_i386.deb to pool/main/r/rplay/rplay-server_3.3.2-9_i386.deb rplay_3.3.2-9.diff.gz to pool/main/r/rplay/rplay_3.3.2-9.diff.gz rplay_3.3.2-9.dsc to pool/main/r/rplay/rplay_3.3.2-9.dsc 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. lantz moore <[EMAIL PROTECTED]> (supplier of updated rplay 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.7 Date: Wed, 24 Aug 2005 16:56:50 -0700 Source: rplay Binary: rplay-client rplay-server rplay-contrib rplay-perl librplay3-dev librplay3 Architecture: source i386 Version: 3.3.2-9 Distribution: unstable Urgency: low Maintainer: lantz moore <[EMAIL PROTECTED]> Changed-By: lantz moore <[EMAIL PROTECTED]> Description: librplay3 - Shared libraries for the rplay network audio system librplay3-dev - Development libraries for the rplay network audio system rplay-client - The basic rplay clients rplay-contrib - Contributed binaries for the rplay network audio system rplay-perl - Perl modules for the rplay network audio system rplay-server - The rplay network audio system server Closes: 267997 280274 288437 308703 322834 Changes: rplay (3.3.2-9) unstable; urgency=low . * removed "transitional" rplay package (closes: 308703) * removed bogus and unused inetd decl (closes: 288437) * include errno.h instead of extern definition (closes: 280274) * no longer creates the /usr/doc link (closes: 322834) * applied patch for gnu and kfreebsd-gnu (closes: 267997) Files: b07f88602bde990f8227ba7aee23900c 659 sound optional rplay_3.3.2-9.dsc e4447cb187a24109a2d2c98ec95ec01f 21845 sound optional rplay_3.3.2-9.diff.gz f37e3872b7edafe4c03b3001f91485e0 35260 sound optional rplay-client_3.3.2-9_i386.deb 3c15d8733c6fbac8554782a655eb6352 72822 sound optional rplay-server_3.3.2-9_i386.deb e7c94ae7b50fefc2c580f99e4ca0a130 44024 libs optional librplay3_3.3.2-9_i386.deb 8de0d3abe8eaa788d8a99d2d477ff72c 23428 devel optional librplay3-dev_3.3.2-9_i386.deb d24b6b21c6b19ac6b8773efa50012a4f 10774 sound optional rplay-contrib_3.3.2-9_i386.deb d023fce7aa2b152a62540657cc7c1015 7514 sound optional rplay-perl_3.3.2-9_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDDQ4UNFhjq9qkdRERAtyzAJ9gD+HAumGPKpvtpB0FVs9ohoSSyQCgp7aO oao1N4t9evvnjKLrQv6QL9M= =vq2E -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]