[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#280306: marked as done (asd4: FTBFS (amd64/gcc-3.4): parse error before '}' token)



Your message dated Wed, 16 Mar 2005 12:47:33 +0000
with message-id <20050316124733.GA17786@deprecation.cyrius.com>
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 aj@andaco.de Mon Nov 08 09:15:58 2004
Return-path: <aj@andaco.de>
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 <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: asd4: FTBFS (amd64/gcc-3.4): parse error before '}' token
Message-Id: <E1CRD9n-0005jq-Pj@localhost.localdomain>
Date: Mon, 08 Nov 2004 18:18:19 +0100
Delivered-To: submit@bugs.debian.org
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 tbm@cyrius.com Wed Mar 16 04:47:47 2005
Return-path: <tbm@cyrius.com>
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 <tbm@cyrius.com>
To: 162529-done@bugs.debian.org, 108507-done@bugs.debian.org,
	162528-done@bugs.debian.org, 280306-done@bugs.debian.org
Subject: asd4 removed
Message-ID: <20050316124733.GA17786@deprecation.cyrius.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: 280306-done@bugs.debian.org
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/



Reply to: