Bug#421123: marked as done (FTBFS with GCC 4.3: missing #includes)
Your message dated Sat, 12 May 2007 15:47:06 +0000
with message-id <E1HmtoI-00040m-19@ries.debian.org>
and subject line Bug#421123: fixed in om 0.2.0-3
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 ---
- To: submit@bugs.debian.org
- Subject: FTBFS with GCC 4.3: missing #includes
- From: Martin Michlmayr <tbm@cyrius.com>
- Date: Thu, 26 Apr 2007 18:04:36 +0200
- Message-id: <20070426160436.GC20973@deprecation.cyrius.com>
- In-reply-to: <20070426111844.32687460DF@em64t.snowman.net>
- References: <20070426111844.32687460DF@em64t.snowman.net>
Package: om
Version: 0.2.0-2
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. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-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 om_0.2.0-2 on em64t by sbuild/amd64 0.53
...
> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I../common -g -O2 -DNDEBUG -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line -fno-rtti -fno-exceptions -MT NodeFactory.o -MD -MP -MF ".deps/NodeFactory.Tpo" -c -o NodeFactory.o NodeFactory.cpp; \
> then mv -f ".deps/NodeFactory.Tpo" ".deps/NodeFactory.Po"; else rm -f ".deps/NodeFactory.Tpo"; exit 1; fi
> In file included from NodeFactory.cpp:18:
> NodeFactory.h:55: error: 'uint' has not been declared
> NodeFactory.h:65: error: 'uint' has not been declared
> NodeFactory.h:70: error: 'uint' has not been declared
--- src/engine/NodeFactory.h~ 2007-04-26 15:54:49.000000000 +0000
+++ src/engine/NodeFactory.h 2007-04-26 15:55:05.000000000 +0000
@@ -19,6 +19,7 @@
#define NODEFACTORY_H
#include "config.h"
+#include <cstdlib>
#include <list>
#include <string>
#include <ladspa.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: om
Source-Version: 0.2.0-3
We believe that the bug you reported is fixed in the latest version of
om, which is due to be installed in the Debian FTP archive:
om-gtk_0.2.0-3_i386.deb
to pool/main/o/om/om-gtk_0.2.0-3_i386.deb
om-patches_0.2.0-3_all.deb
to pool/main/o/om/om-patches_0.2.0-3_all.deb
om_0.2.0-3.diff.gz
to pool/main/o/om/om_0.2.0-3.diff.gz
om_0.2.0-3.dsc
to pool/main/o/om/om_0.2.0-3.dsc
om_0.2.0-3_i386.deb
to pool/main/o/om/om_0.2.0-3_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 421123@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joost Yervante Damad <andete@debian.org> (supplier of updated om 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: Sat, 12 May 2007 17:08:10 +0200
Source: om
Binary: om-patches om om-gtk
Architecture: source all i386
Version: 0.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Team <debian-multimedia@lists.debian.org>
Changed-By: Joost Yervante Damad <andete@debian.org>
Description:
om - a realtime modular synthesizer and effects processor
om-gtk - a realtime modular synthesizer and effects processor - GTK client
om-patches - a realtime modular synthesizer and effects processor - patches
Closes: 421123
Changes:
om (0.2.0-3) unstable; urgency=low
.
* Fix FTBFS with gcc-.4.3 (Closes: #421123)
* make bin-nmu-able
* fix uploaders field email address
Files:
bfb4349313b2ecbb4a6e5a7a4f19f9d1 891 sound optional om_0.2.0-3.dsc
f11dc345321e39649a5ee7a846db338e 28762 sound optional om_0.2.0-3.diff.gz
050b7d57b83bbdf6c1a521c58de76f4d 135456 sound optional om_0.2.0-3_i386.deb
dee12eabdbbce3083872f2716d33cd01 233392 sound optional om-gtk_0.2.0-3_i386.deb
02e8df510ebe060223eeb4f6ac140b44 45414 sound optional om-patches_0.2.0-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGRd1K0/r2+3z8lN0RAuoSAJsENLVRzgtJj6Pvn0cTHhAyOmg0hwCfU+Qj
+ChZaOXQ4PsGfxvmjRPdISo=
=U5SS
-----END PGP SIGNATURE-----
--- End Message ---
Reply to: