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

Bug#421220: marked as done (FTBFS with GCC 4.3: error: extra ';')



Your message dated Fri, 27 Apr 2007 09:47:07 +0000
with message-id <E1HhN2h-0000fw-Cm@ries.debian.org>
and subject line Bug#421220: fixed in vbs 1.4.0-11
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)

--- Begin Message ---
Package: vbs
Version: 1.4.0-10
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. (Sorry for yet another bug
report...)

You can reproduce this problem with gcc-snapshot (20070422-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in the near
future.)

> Automatic build of vbs_1.4.0-10 on em64t by sbuild/amd64 0.53
...
> g++ -DHAVE_CONFIG_H -Isrc -I. -g -O2 -ansi -pedantic -Wall -fPIC -DVBS_DEBUG -c src/swig/vbs_api.cc
> In file included from src/common/sym_tab.h:26,
>                  from src/swig/vbs_api.cc:21:
> src/common/st_node.h:55: warning: type qualifiers ignored on function return type
> src/common/st_node.h:59: warning: type qualifiers ignored on function return type
> In file included from src/common/st_net.h:19,
>                  from src/swig/vbs_api.cc:23:
> src/stmt/stmtbase.h:51: error: extra ';'
> src/stmt/stmtbase.h:52: error: extra ';'
> src/stmt/stmtbase.h:53: error: extra ';'
> src/stmt/stmtbase.h:54: error: extra ';'
> src/stmt/stmtbase.h:55: error: extra ';'
> src/stmt/stmtbase.h:76: error: extra ';'
> src/stmt/stmtbase.h:77: error: extra ';'
> src/stmt/stmtbase.h:78: error: extra ';'
> src/stmt/stmtbase.h:79: error: extra ';'
> src/stmt/stmtbase.h:80: error: extra ';'

--- src/stmt/stmtbase.h~	2007-04-27 08:26:20.000000000 +0000
+++ src/stmt/stmtbase.h	2007-04-27 08:27:15.000000000 +0000
@@ -48,11 +48,11 @@
 	virtual void operator()(systask_readmemb *) const {}
 	virtual void operator()(systask_readmemh *) const {}
 	virtual void operator()(systask_strobe *) const {}
-	virtual void operator()(systask_dumpon *) const {};
-	virtual void operator()(systask_dumpoff *) const {};
-	virtual void operator()(systask_dumpall *) const {};
-	virtual void operator()(systask_dumpvars *) const {};
-	virtual void operator()(systask_dumpfile *) const {}; 
+	virtual void operator()(systask_dumpon *) const {}
+	virtual void operator()(systask_dumpoff *) const {}
+	virtual void operator()(systask_dumpall *) const {}
+	virtual void operator()(systask_dumpvars *) const {}
+	virtual void operator()(systask_dumpfile *) const {} 
 	virtual void operator()(sysfunc_time *) const {}
 	virtual void operator()(sysfunc_random *) const {}
 	virtual void operator()(task_enable_stmt *) const {}
@@ -73,11 +73,11 @@
 	virtual bool operator()(systask_readmemb *) const { return true; }
 	virtual bool operator()(systask_readmemh *) const { return true; }
 	virtual bool operator()(systask_strobe *) const { return true; }
-	virtual bool operator()(systask_dumpon *) const {return true ;};
-	virtual bool operator()(systask_dumpoff *) const {return true ;};
-	virtual bool operator()(systask_dumpall *) const {return true ;};
-	virtual bool operator()(systask_dumpvars *) const {return true ;};
-	virtual bool operator()(systask_dumpfile *) const {return true ;}; 
+	virtual bool operator()(systask_dumpon *) const {return true ;}
+	virtual bool operator()(systask_dumpoff *) const {return true ;}
+	virtual bool operator()(systask_dumpall *) const {return true ;}
+	virtual bool operator()(systask_dumpvars *) const {return true ;}
+	virtual bool operator()(systask_dumpfile *) const {return true ;} 
 	virtual bool operator()(sysfunc_time *) const { return true; }
 	virtual bool operator()(sysfunc_random *) const { return true; }
 	virtual bool operator()(task_enable_stmt *) const { return true; }

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: vbs
Source-Version: 1.4.0-11

We believe that the bug you reported is fixed in the latest version of
vbs, which is due to be installed in the Debian FTP archive:

vbs_1.4.0-11.diff.gz
  to pool/main/v/vbs/vbs_1.4.0-11.diff.gz
vbs_1.4.0-11.dsc
  to pool/main/v/vbs/vbs_1.4.0-11.dsc
vbs_1.4.0-11_i386.deb
  to pool/main/v/vbs/vbs_1.4.0-11_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 421220@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated vbs 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 27 Apr 2007 11:14:42 +0200
Source: vbs
Binary: vbs
Architecture: source i386
Version: 1.4.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 vbs        - Verilog Behavioral Simulation
Closes: 421220
Changes: 
 vbs (1.4.0-11) unstable; urgency=low
 .
   * QA upload.
   * Remove extraneous semicolons for GCC 4.3.  Thanks to Martin Michlmayr
     for the patch.  Closes: #421220.
Files: 
 7db0521d3265b0bd0860b7e90ec3d80c 567 electronics optional vbs_1.4.0-11.dsc
 cb0ff074688737c75729609d4c225b9f 4369 electronics optional vbs_1.4.0-11.diff.gz
 94e743495d22315316e1c0b5f8eee38e 324692 electronics optional vbs_1.4.0-11_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGMb/RqbYs6sQrY8oRAsyEAJ4s0uWwZ4QYsE+8zzdFM6w7EO9ReQCeIJBt
BBcgTxcAFYyTUe9h/z1zg5Y=
=CVU2
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: