Debian Bug report logs - #454852
FTBFS with GCC 4.3: missing #includes

version graph

Package: etl-dev; Maintainer for etl-dev is Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>; Source for etl-dev is src:etl (PTS, buildd, popcon).

Reported by: Martin Michlmayr <tbm@cyrius.com>

Date: Sat, 8 Dec 2007 02:18:04 UTC

Severity: important

Tags: fixed-upstream

Fixed in version 0.04.11-1

Done: Paul Wise <pabs@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>:
Bug#454852; Package etl-dev. (full text, mbox, link).


Acknowledgement sent to Martin Michlmayr <tbm@cyrius.com>:
New Bug report received and forwarded. Copy sent to Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Martin Michlmayr <tbm@cyrius.com>
To: submit@bugs.debian.org
Subject: FTBFS with GCC 4.3: missing #includes
Date: Fri, 7 Dec 2007 19:16:26 -0700
Package: etl-dev
Usertags: ftbfs-gcc-4.3

Your package causes other packages to fail 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).  There's some more information about
this at http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.


> Automatic build of synfig_0.61.07-1 on em64t by sbuild/amd64 0.53
...
> value.h:295: warning: type qualifiers ignored on function return type
> value.h:297: warning: type qualifiers ignored on function return type
> value.h:298: warning: type qualifiers ignored on function return type
> value.h:300: warning: type qualifiers ignored on function return type
> /usr/include/ETL/_surface.h: In member function 'const etl::surface<T, AT, VP>& etl::surface<T, AT, VP>::operator=(const etl::surface<T, AT, VP>&) [with T = synfig::Color, AT = synfig::Color, VP = synfig::ColorPrep]':
> surface.h:76:   instantiated from here
> /usr/include/ETL/_surface.h:196: error: 'memcpy' was not declared in this scope
> make[4]: *** [libsynfig_la-layer_bitmap.lo] Error 1
> make[4]: Leaving directory `/build/tbm/synfig-0.61.07/src/synfig'

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




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>:
Bug#454852; Package etl-dev. (full text, mbox, link).


Acknowledgement sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
Extra info received and forwarded to list. Copy sent to Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #10 received at 454852@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: Martin Michlmayr <tbm@cyrius.com>, 454852@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Re: Bug#454852: FTBFS with GCC 4.3: missing #includes
Date: Mon, 10 Dec 2007 15:06:54 +0100
[Message part 1 (text/plain, inline)]
tag 454852 fixed-upstream
thanks

On 08/12/2007, Martin Michlmayr wrote:
> Package: etl-dev
> Usertags: ftbfs-gcc-4.3
> 
> Your package causes other packages to fail to build with GCC 4.3.

Once that bug fixed, we noticed a bug in synfig, also fixed usptream.
Since he doesn't look like very urgent, we probably won't upload the
fixed packages before the new upstream releases, since etl-dev is only
used by synfig (and -studio).

Thanks again for the preventive bug filing.

Cheers,

-- 
Cyril Brulebois
[Message part 2 (application/pgp-signature, inline)]

Tags added: fixed-upstream Request was from Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> to control@bugs.debian.org. (Mon, 10 Dec 2007 14:12:09 GMT) (full text, mbox, link).


Severity set to `important' from `normal' Request was from Matthias Klose <doko@cs.tu-berlin.de> to control@bugs.debian.org. (Thu, 24 Jan 2008 00:39:38 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>:
Bug#454852; Package etl-dev. (full text, mbox, link).


Acknowledgement sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
Extra info received and forwarded to list. Copy sent to Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #19 received at 454852@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: Martin Michlmayr <tbm@cyrius.com>, 454852@bugs.debian.org
Cc: pabs@debian.org
Subject: Re: Bug#454852: FTBFS with GCC 4.3: missing #includes
Date: Tue, 4 Mar 2008 03:14:42 +0100
[Message part 1 (text/plain, inline)]
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> (10/12/2007):
> Once that bug fixed, we noticed a bug in synfig, also fixed usptream.
> Since he doesn't look like very urgent, we probably won't upload the
> fixed packages before the new upstream releases, since etl-dev is only
> used by synfig (and -studio).

Hi Paul,

shall we patch everything, or is the next upstream release ready
somehow?

Cheers,

-- 
Cyril Brulebois
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>:
Bug#454852; Package etl-dev. (full text, mbox, link).


Acknowledgement sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
Extra info received and forwarded to list. Copy sent to Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #24 received at 454852@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: Paul Wise <pabs@debian.org>
Cc: Martin Michlmayr <tbm@cyrius.com>, 454852@bugs.debian.org
Subject: Re: Bug#454852: FTBFS with GCC 4.3: missing #includes
Date: Tue, 04 Mar 2008 03:52:33 +0100
[Message part 1 (text/plain, inline)]
tag 454852 pending
thanks

On 04/03/2008, Paul Wise wrote:
> 0.61.08 (released yesterday) should be ready for GCC 4.3 since we
> fixed it up for the Fedora folks just before the release. I haven't
> got around to working on updating the Debian package for it yet
> though. If you feel like working on it, that would be great KiBi,
> otherwise I should get it sometime this week/weekend.

I'll try and find some time for that within a few days, we'll discuss
the details a bit later; Tagging this bug accordingly, so that nobody
loses time preparing an NMU for it.

Cheers,

-- 
Cyril Brulebois
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>:
Bug#454852; Package etl-dev. (full text, mbox, link).


Acknowledgement sent to Paul Wise <pabs@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #29 received at 454852@bugs.debian.org (full text, mbox, reply):

From: Paul Wise <pabs@debian.org>
To: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Cc: Martin Michlmayr <tbm@cyrius.com>, 454852@bugs.debian.org
Subject: Re: Bug#454852: FTBFS with GCC 4.3: missing #includes
Date: Tue, 04 Mar 2008 11:28:51 +0900
[Message part 1 (text/plain, inline)]
On Tue, 2008-03-04 at 03:14 +0100, Cyril Brulebois wrote:

> shall we patch everything, or is the next upstream release ready
> somehow?

0.61.08 (released yesterday) should be ready for GCC 4.3 since we fixed
it up for the Fedora folks just before the release. I haven't got around
to working on updating the Debian package for it yet though. If you feel
like working on it, that would be great KiBi, otherwise I should get it
sometime this week/weekend.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>:
Bug#454852; Package etl-dev. (full text, mbox, link).


Acknowledgement sent to Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>:
Extra info received and forwarded to list. Copy sent to Debian Synfig Maintainers <pkg-synfig-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #34 received at 454852@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
To: control@bugs.debian.org
Cc: 454852@bugs.debian.org
Subject: tagging 454852
Date: Wed, 05 Mar 2008 03:23:29 +0100
# Automatically generated email from bts, devscripts version 2.10.16
# newer upstream will be prepared RSN
tags 454852 pending





Tags added: pending Request was from Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> to control@bugs.debian.org. (Wed, 05 Mar 2008 02:27:03 GMT) (full text, mbox, link).


Reply sent to Paul Wise <pabs@debian.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Martin Michlmayr <tbm@cyrius.com>:
Bug acknowledged by developer. (full text, mbox, link).


Message #41 received at 454852-done@bugs.debian.org (full text, mbox, reply):

From: Paul Wise <pabs@debian.org>
To: 454852-done@bugs.debian.org
Subject: etl: 454852: gcc 4.3 issues fixed
Date: Mon, 10 Mar 2008 20:47:18 +0900
[Message part 1 (text/plain, inline)]
Version: 0.04.11-1

The new upstream fixed these issues, but we forgot to close this bug in
the changelog

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
[signature.asc (application/pgp-signature, inline)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Fri, 16 May 2008 07:57:15 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 12:01:20 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.