Your message dated Fri, 28 Apr 2006 04:32:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356242: fixed in flpsed 0.3.7-1
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: flpsed
Version: 0.3.5-1
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 flpsed_0.3.5-1 on bigsur by sbuild/mips 1.80
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -MT GsWidget.o -MD -MP
> -MF ".deps/GsWidget.Tpo" -c -o GsWidget.o GsWidget.cxx; \
> then mv -f ".deps/GsWidget.Tpo" ".deps/GsWidget.Po"; else rm -f
> ".deps/GsWidget.Tpo"; exit 1; fi
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -MT PSEditWidget.o -MD
> -MP -MF ".deps/PSEditWidget.Tpo" -c -o PSEditWidget.o PSEditWidget.cxx; \
> then mv -f ".deps/PSEditWidget.Tpo" ".deps/PSEditWidget.Po"; else rm -f
> ".deps/PSEditWidget.Tpo"; exit 1; fi
> PSEditModel.H:86: error: extra qualification 'PSEditModel::' on member 'load'
> make[3]: *** [PSEditWidget.o] Error 1
--- ./src/PSEditModel.H~ 2006-03-10 16:00:49.000000000 +0000
+++ ./src/PSEditModel.H 2006-03-10 16:00:53.000000000 +0000
@@ -83,7 +83,7 @@
int dump_tags();
- int PSEditModel::load(FILE *fp);
+ int load(FILE *fp);
int save(FILE *sfp, int tmp_fd);
};
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: flpsed
Source-Version: 0.3.7-1
We believe that the bug you reported is fixed in the latest version of
flpsed, which is due to be installed in the Debian FTP archive:
flpsed_0.3.7-1.diff.gz
to pool/main/f/flpsed/flpsed_0.3.7-1.diff.gz
flpsed_0.3.7-1.dsc
to pool/main/f/flpsed/flpsed_0.3.7-1.dsc
flpsed_0.3.7-1_i386.deb
to pool/main/f/flpsed/flpsed_0.3.7-1_i386.deb
flpsed_0.3.7.orig.tar.gz
to pool/main/f/flpsed/flpsed_0.3.7.orig.tar.gz
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.
Morten Brix Pedersen <[EMAIL PROTECTED]> (supplier of updated flpsed 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: Mon, 24 Apr 2006 12:01:12 +0200
Source: flpsed
Binary: flpsed
Architecture: source i386
Version: 0.3.7-1
Distribution: unstable
Urgency: low
Maintainer: Morten Brix Pedersen <[EMAIL PROTECTED]>
Changed-By: Morten Brix Pedersen <[EMAIL PROTECTED]>
Description:
flpsed - a WYSIWYG pseudo PostScript editor
Closes: 356242 357749
Changes:
flpsed (0.3.7-1) unstable; urgency=low
.
* New upstream release. Closes: #357749.
- Fix build failure with g++ 4.1. Closes: #356242.
* Update FSF address in debian/copyright
* Update standards version to 3.6.2
Files:
e5b0a7908955864241cfa2affa3ccd92 613 graphics extra flpsed_0.3.7-1.dsc
fbc0251c8d8d4abd01c9cf08d45c498b 99843 graphics extra flpsed_0.3.7.orig.tar.gz
8024bb617f583467f17c14deb6f9731b 30748 graphics extra flpsed_0.3.7-1.diff.gz
bb298ea28e1e36adeabd997004e587fb 30018 graphics extra flpsed_0.3.7-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEUdcZeDPs8bVESBURAg0JAJ0ccgCi3AkFltjG8Lx2n4ZeVEK4yACfb4He
XVsg8zJ8Or3431U1IZYOSNg=
=P1It
-----END PGP SIGNATURE-----
--- End Message ---