Your message dated Wed, 16 Mar 2005 12:47:33 +0000 with message-id <[EMAIL PROTECTED]> and subject line asd4 removed 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; 8 Nov 2004 17:15:58 +0000 >From [EMAIL PROTECTED] Mon Nov 08 09:15:58 2004 Return-path: <[EMAIL PROTECTED]> Received: from c203201.adsl.hansenet.de (localhost.localdomain) [213.39.203.201] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CRD7W-0003je-00; Mon, 08 Nov 2004 09:15:58 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CRD9n-0005jq-Pj; Mon, 08 Nov 2004 18:18:19 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: asd4: FTBFS (amd64/gcc-3.4): parse error before '}' token Message-Id: <[EMAIL PROTECTED]> Date: Mon, 08 Nov 2004 18:18:19 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (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_2004_03_25 X-Spam-Level: Package: asd4 Severity: normal Tags: patch When building 'asd4' on amd64 with gcc-3.4 I get the following error: gcc -O2 -Wall -g `glib-config --cflags glib gthread` `xml2-config --cflags` -DDEBUG -I../include -I../..//common -c -o protocol-asd-impl.o protocol-asd-impl.c protocol-asd-impl.c: In function `protocol_asd_STREAM_PLAY': protocol-asd-impl.c:280: error: parse error before '}' token protocol-asd-impl.c:507: error: parse error at end of input protocol-asd-impl.c:507: confused by earlier errors, bailing out make[3]: *** [protocol-asd-impl.o] Error 1 make[3]: Leaving directory `/asd4-0.2/daemon/protocols' With the attached patch 'asd4' can be compiled on amd64 using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/asd4-0.2/daemon/protocols/protocol-asd-impl.c ./daemon/protocols/protocol-asd-impl.c --- ../tmp-orig/asd4-0.2/daemon/protocols/protocol-asd-impl.c 2001-06-07 17:56:13.000000000 +0000 +++ ./daemon/protocols/protocol-asd-impl.c 2004-11-05 15:58:01.385990960 +0000 @@ -274,9 +274,9 @@ return 1; } - pthread_cleanup_pop(1); - pthread_cleanup_pop(1); } + pthread_cleanup_pop(1); + pthread_cleanup_pop(1); } return 2; --------------------------------------- Received: (at 280306-done) by bugs.debian.org; 16 Mar 2005 12:47:48 +0000 >From [EMAIL PROTECTED] Wed Mar 16 04:47:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from sorrow.cyrius.com [65.19.161.204] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DBXwB-0000rh-00; Wed, 16 Mar 2005 04:47:47 -0800 Received: by sorrow.cyrius.com (Postfix, from userid 10) id 42A0C64D40; Wed, 16 Mar 2005 12:47:47 +0000 (UTC) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id 8BDE84EDA4; Wed, 16 Mar 2005 12:47:33 +0000 (GMT) Date: Wed, 16 Mar 2005 12:47:33 +0000 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: asd4 removed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 4 asd4 has been removed from Debian because it is dead upstream and orphaned. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]