Your message dated Sat, 18 Mar 2006 02:17:12 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357476: fixed in sdcc 2.5.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: sdcc
Version: 2.5.0-10
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of sdcc_2.5.0-10 on bigsur by sbuild/mips 1.94
...
> make[3]: Leaving directory `/build/tbm/sdcc-2.5.0/sim/ucsim'
> make[3]: Entering directory `/build/tbm/sdcc-2.5.0/sim/ucsim'
> mips-linux-gnu-g++ -g -O2 -gstabs+ -g3 -pipe -I. -Wall -I. -I./sim.src 
> -Icmd.src -Igui.src  -c pobj.cc -o pobj.o
> cmd.src/newcmdcl.h:127: error: extra qualification 'cl_console::' on member 
> 'clone_for_exec'
> make[3]: *** [pobj.o] Error 1
> make[3]: Leaving directory `/build/tbm/sdcc-2.5.0/sim/ucsim'
> make[2]: *** [all] Error 2


--- ./sim/ucsim/cmd.src/newcmdcl.h~     2006-03-17 14:53:08.000000000 +0000
+++ ./sim/ucsim/cmd.src/newcmdcl.h      2006-03-17 14:53:15.000000000 +0000
@@ -124,7 +124,7 @@
   cl_console(int portnumber, class cl_app *the_app);
 #endif
   virtual ~cl_console(void);
-  virtual class cl_console *cl_console::clone_for_exec(char *fin);
+  virtual class cl_console *clone_for_exec(char *fin);
   virtual int init(void);
 
   virtual bool accept_last(void);

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


--- End Message ---
--- Begin Message ---
Source: sdcc
Source-Version: 2.5.0-11

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

sdcc-doc_2.5.0-11_all.deb
  to pool/main/s/sdcc/sdcc-doc_2.5.0-11_all.deb
sdcc-libraries_2.5.0-11_all.deb
  to pool/main/s/sdcc/sdcc-libraries_2.5.0-11_all.deb
sdcc-ucsim_2.5.0-11_i386.deb
  to pool/main/s/sdcc/sdcc-ucsim_2.5.0-11_i386.deb
sdcc_2.5.0-11.diff.gz
  to pool/main/s/sdcc/sdcc_2.5.0-11.diff.gz
sdcc_2.5.0-11.dsc
  to pool/main/s/sdcc/sdcc_2.5.0-11.dsc
sdcc_2.5.0-11_i386.deb
  to pool/main/s/sdcc/sdcc_2.5.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated sdcc 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: Sat, 18 Mar 2006 10:52:19 +0100
Source: sdcc
Binary: sdcc-ucsim sdcc-doc sdcc-libraries sdcc
Architecture: source all i386
Version: 2.5.0-11
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 sdcc       - Small Device C Compiler
 sdcc-doc   - Small Device C Compiler (documentation)
 sdcc-libraries - Small Device C Compiler (libraries)
 sdcc-ucsim - Micro-controller simulator for SDCC
Closes: 357476
Changes: 
 sdcc (2.5.0-11) unstable; urgency=low
 .
   * G++ 4.1 fixes. Thanks to Martin Michlmayr for the patch (closes:
     bug#357476).
Files: 
 19bd3e96259751f36cb4349be2027e00 714 electronics optional sdcc_2.5.0-11.dsc
 f9a1aca6e9083a730b3de88ddadbf185 19830 electronics optional 
sdcc_2.5.0-11.diff.gz
 41ffff8c9c48bca1715673e32df4b123 1107862 electronics optional 
sdcc_2.5.0-11_i386.deb
 da801ada7895a74c9473383c4f5f291d 500996 electronics optional 
sdcc-ucsim_2.5.0-11_i386.deb
 3893ba6000fe81fd82faed0dc4640cfd 898296 electronics optional 
sdcc-libraries_2.5.0-11_all.deb
 3c2b86b57578d14d5e919c32d8642900 210254 doc optional sdcc-doc_2.5.0-11_all.deb

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

iD8DBQFEG9o2w3ao2vG823MRAsDcAJ41oPWtxCzXsb3pRqLnhl29lPWF8wCdHu2m
DFI70n95UG2OQzUKx2Ntkng=
=Y9BO
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to