Your message dated Thu, 10 Apr 2008 09:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474560: fixed in aspectc++ 1.0pre4~svn.20080409+dfsg-1
has caused the Debian Bug report #474560,
regarding aspectc++: Fails to compile self on alpha, hppa, powerpc, s390, sparc
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
474560: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474560
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: aspectc++
Version: 0.99+1.0pre3-2.1
Severity: serious
aspectc++ cannot recompile its own Puma library or much of its test
suite on alpha, hppa, powerpc, s390 and sparc. It reports parse
errors in standard headers, or fails with a bus error or seg-fault.
This was masked for some time because the Puma library is shipped
bootstrapped so it can be compiled with g++ and not ac++, and test
suite failures are ignored.
The Puma library now requires changes to compile on g++ 4.3, so
the bootstrapped source cannot be used.
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Ben Hutchings
Who are all these weirdos? - David Bowie, about L-Space IRC channel #afp
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: aspectc++
Source-Version: 1.0pre4~svn.20080409+dfsg-1
We believe that the bug you reported is fixed in the latest version of
aspectc++, which is due to be installed in the Debian FTP archive:
aspectc++_1.0pre4~svn.20080409+dfsg-1.diff.gz
to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20080409+dfsg-1.diff.gz
aspectc++_1.0pre4~svn.20080409+dfsg-1.dsc
to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20080409+dfsg-1.dsc
aspectc++_1.0pre4~svn.20080409+dfsg-1_i386.deb
to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20080409+dfsg-1_i386.deb
aspectc++_1.0pre4~svn.20080409+dfsg.orig.tar.gz
to pool/main/a/aspectc++/aspectc++_1.0pre4~svn.20080409+dfsg.orig.tar.gz
libpuma-dev_1.0pre4~svn.20080409+dfsg-1_i386.deb
to pool/main/a/aspectc++/libpuma-dev_1.0pre4~svn.20080409+dfsg-1_i386.deb
libpuma-doc_1.0pre4~svn.20080409+dfsg-1_all.deb
to pool/main/a/aspectc++/libpuma-doc_1.0pre4~svn.20080409+dfsg-1_all.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.
Reinhard Tartler <[EMAIL PROTECTED]> (supplier of updated aspectc++ 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: Thu, 10 Apr 2008 09:23:51 +0200
Source: aspectc++
Binary: aspectc++ libpuma-dev libpuma-doc
Architecture: source i386 all
Version: 1.0pre4~svn.20080409+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Reinhard Tartler <[EMAIL PROTECTED]>
Changed-By: Reinhard Tartler <[EMAIL PROTECTED]>
Description:
aspectc++ - aspect-oriented programming extension for C++
libpuma-dev - C/C++/AspectC++ Scanner and Parsers
libpuma-doc - C/C++/AspectC++ Scanner and Parsers
Closes: 369771 373665 373665 417489 424106 424106 474560
Changes:
aspectc++ (1.0pre4~svn.20080409+dfsg-1) unstable; urgency=low
.
* new upstream snapshot
- now builds properly with GCC 4.3 (Closes: #417489, #424106)
- uses bash in the ag++ testsuite (Closes: #373665)
- explicitly not ACKing NMU from Ben Hutchings. Upstream has fixed
the issues with GCC 4.3 independently
- Now shipping prewoven puma sources directly in the orig.tar.gz (again)
- remove unlicensed documentation.
* bumbed standards version
* use CURDIR instead of PWD, thanks lintian
* updated maintainer record
* add script and target for retrieving a clean upstream tarball
* Incorporating and Acking NMU from Sandro Tosi. (Closes: #424106)
* compile ac++ twice: one time with prewoven Puma, then reweave a copy
of Puma, then build a new ac++ with the freshly woven Puma. This
ensures that ac++ is actually able to compile itself (Closes: #474560)
* ensure that the AspectC++ testsuite is using /bin/bash (Closes: #373665)
* compile with -O2 instead of -O3. -O2 is likely to cause problems on
non-mainstream architectures. Plus, add '-g' to compilation flags, so
that a build with DEB_BUILD_OPTIONS='noopt' actually creates a package
with debugging information.
* add dependency on gsfonts for having proper fonts in the doxygen
outputs.
* Bump Standard version to 3.7.3 (no changes needed).
* Use Homepage Field.
* Move packages into correct sections: libpuma-doc -> doc,
libpuma-dev -> libdevel.
* simplify debian/rules a bit.
* install (woven) Puma development headers into libpuma-dev.
.
aspectc++ (0.99+1.0pre3-3) experimental; urgency=low
.
* more cleanups in Puma/Makefile
* removed Antonio from uploaders on his request. Thank you for your work!
* bumped standards version to 3.7.2 (no changes needed)
* Introduce new package: libpuma-dev, for direct use of the
puma library (Closes: #369771)
* Introduce new package: libpuma-doc, with updated doxygen.conf
containing 2 examples (ccparser and cparser) and doxygen generated docs
* Added circular build-depend on itself, testing if the ac++ binary is
working on all architectures!
* Merge patches from upstream for ag++, fixing command line handling and
fixes in the testsuite.
Files:
d1bd6324d481a22f4e099110224af93d 797 devel optional
aspectc++_1.0pre4~svn.20080409+dfsg-1.dsc
d212e55de56ccc1dfef361a8442b13f2 6370696 devel optional
aspectc++_1.0pre4~svn.20080409+dfsg.orig.tar.gz
ddf6efe1aad3827a6fe0abc5bf8b224c 10138 devel optional
aspectc++_1.0pre4~svn.20080409+dfsg-1.diff.gz
fb407b504a3b7b5cc39d12f02f566fc3 661716 devel optional
aspectc++_1.0pre4~svn.20080409+dfsg-1_i386.deb
8133a9e3324343affcf1b7f6a465eca5 1321840 libdevel optional
libpuma-dev_1.0pre4~svn.20080409+dfsg-1_i386.deb
fdb2208b79b1f8d0e4199b43102dfe5e 3060142 doc optional
libpuma-doc_1.0pre4~svn.20080409+dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian Powered!
iD8DBQFH/cfqmAg1RJRTSKQRAlYTAJ9zT41dVe4uDXRePPJTjJVylSP1QQCfZHnf
mAEBsZ9aMTbGg2D73k/ZT2k=
=bI8Q
-----END PGP SIGNATURE-----
--- End Message ---