Your message dated Thu, 22 Sep 2011 00:17:11 +0000
with message-id <e1r6wyv-0008qs...@franck.debian.org>
and subject line Bug#564850: fixed in agave 0.4.7-2
has caused the Debian Bug report #564850,
regarding agave: ftbfs with gcc-4.5
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 ow...@bugs.debian.org
immediately.)
--
564850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: agave
Version: 0.4.7-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5
for the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html
full build log:
http://people.debian.org/~lucas/logs/2010/01/08b/agave_0.4.7-1_lsid64b.buildlog
the reason of the build failure is likely a bug in the package, if this turns
out as a gcc bug, please reassign to the gcc-4.5 package.
g++ -DHAVE_CONFIG_H -I. -I../.. -DAGAVE_UIDIR=\"/usr/share/agave/ui\"
-DAGAVE_PALETTEDIR=\"/usr/share/agave/palettes\" -I../../src -DORBIT2=1
-D_REENTRANT -I/usr/include/atk-1.0 -I/usr/include/atkmm-1.6
-I/usr/include/bonobo-activation-2.0 -I/usr/include/cairo
-I/usr/include/cairomm-1.0 -I/usr/include/dbus-1.0 -I/usr/include/directfb
-I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/gconf/2
-I/usr/include/gconfmm-2.6 -I/usr/include/gdkmm-2.4 -I/usr/include/giomm-2.4
-I/usr/include/glib-2.0 -I/usr/include/glibmm-2.4 -I/usr/include/gnome-keyring-1
-I/usr/include/gnome-vfs-2.0 -I/usr/include/gtk-2.0
-I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtkmm-2.4
-I/usr/include/libart-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/libglade-2.0
-I/usr/include/libglademm-2.4 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libgnomeui-2.0
-I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/orbit-2.0
-I/usr/include/pango-1.0 -I/usr/include/pangomm-1.4 -I/usr/include/pixman-1
-I/usr/include/sigc++-2.0 -I/usr/lib/dbus-1.0/include
-I/usr/lib/gconfmm-2.6/include -I/usr/lib/gdkmm-2.4/include
-I/usr/lib/giomm-2.4/include -I/usr/lib/glib-2.0/include
-I/usr/lib/glibmm-2.4/include -I/usr/lib/gnome-vfs-2.0/include
-I/usr/lib/gtk-2.0/include -I/usr/lib/gtkmm-2.4/include
-I/usr/lib/libglademm-2.4/include -I/usr/lib/pangomm-1.4/include
-I/usr/lib/sigc++-2.0/include -pthread -g -O2 -g -Wall -O2 -Wall -c -o
gcs-schemebox.o gcs-schemebox.cc
gcs-schemebox.cc: In constructor
'gcs::Widgets::SchemeBox::SchemeBox(gcs::Scheme)':
gcs-schemebox.cc:48:34: error: cannot call constructor
'gcs::Widgets::SchemeBox::SchemeBox' directly
gcs-schemebox.cc:48:34: note: for a function-style cast, remove the redundant
'::SchemeBox'
gcs-schemebox.cc:49:28: error: no matching function for call to
'gcs::Scheme::Scheme(gcs::Scheme&, gcs::Scheme&)'
../../src/core/gcs-scheme.h:40:13: note: candidates are:
gcs::Scheme::Scheme(gcs::ColorPtr, gcs::tSchemeType)
../../src/core/gcs-scheme.h:38:5: note:
gcs::Scheme::Scheme(const gcs::Scheme&)
gcs-schemebox.cc:49:28: error: initializing argument 1 of 'void
gcs::Widgets::SchemeBox::set_scheme(gcs::Scheme)'
gcs-schemebox.cc: In member function 'void
gcs::Widgets::SchemeBox::set_color(gcs::ColorPtr)':
gcs-schemebox.cc:69:37: error: no matching function for call to
'boost::shared_ptr<gcs::Color>::shared_ptr(gcs::ColorPtr&, gcs::ColorPtr&)'
/usr/include/boost/smart_ptr/shared_ptr.hpp:231:5: note: candidates are:
boost::shared_ptr< <template-parameter-1-1> >::shared_ptr(const
boost::shared_ptr<Y>&, typename boost::detail::sp_enable_if_convertible<Y,
T>::type) [with Y = gcs::Color, T = gcs::Color, typename
boost::detail::sp_enable_if_convertible<Y, T>::type = boost::detail::sp_empty]
/usr/include/boost/smart_ptr/shared_ptr.hpp:182:5: note:
boost::shared_ptr< <template-parameter-1-1> >::shared_ptr() [with T = gcs::Color]
/usr/include/boost/smart_ptr/shared_ptr.hpp:169:1: note:
boost::shared_ptr<gcs::Color>::shared_ptr(const boost::shared_ptr<gcs::Color>&)
gcs-schemebox.cc:69:37: error: initializing argument 1 of 'void
gcs::Scheme::set_color(gcs::ColorPtr)'
gcs-schemebox.cc: In member function 'void gcs::Widgets::SchemeBox::init()':
gcs-schemebox.cc:87:58: error: no matching function for call to
'gcs::Color::create(const char [8], const char [8])'
../../src/core/gcs-color.h:50:29: note: candidates are: static gcs::ColorPtr
gcs::Color::create()
../../src/core/gcs-color.h:51:29: note: static gcs::ColorPtr
gcs::Color::create(gcs::tHexString)
../../src/core/gcs-color.h:52:29: note: static gcs::ColorPtr
gcs::Color::create(gint, gint, gint, Glib::ustring)
../../src/core/gcs-color.h:53:29: note: static gcs::ColorPtr
gcs::Color::create(const Gdk::Color&)
../../src/core/gcs-color.h:54:29: note: static gcs::ColorPtr
gcs::Color::create(const gcs::Color&)
make[4]: *** [gcs-schemebox.o] Error 1
make[4]: Leaving directory
`/build/user-agave_0.4.7-1-amd64-h1zYAx/agave-0.4.7/src/widgets'
--- End Message ---
--- Begin Message ---
Source: agave
Source-Version: 0.4.7-2
We believe that the bug you reported is fixed in the latest version of
agave, which is due to be installed in the Debian FTP archive:
agave_0.4.7-2.debian.tar.gz
to main/a/agave/agave_0.4.7-2.debian.tar.gz
agave_0.4.7-2.dsc
to main/a/agave/agave_0.4.7-2.dsc
agave_0.4.7-2_amd64.deb
to main/a/agave/agave_0.4.7-2_amd64.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 564...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Varun Hiremath <va...@debian.org> (supplier of updated agave 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 21 Sep 2011 16:47:48 -0400
Source: agave
Binary: agave
Architecture: source amd64
Version: 0.4.7-2
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath <va...@debian.org>
Changed-By: Varun Hiremath <va...@debian.org>
Description:
agave - colorscheme designer for the GNOME desktop
Closes: 564850 608165
Changes:
agave (0.4.7-2) unstable; urgency=low
.
* Add patches/fix_gcc-4.5_ftbfs.diff to fix FTBFS (Closes: #564850)
* Update patches/desktop_file.diff, thanks to Micheas Herman (Closes:
#608165)
* Bump Standards-Version to 3.9.2
* Switch to source format 3.0
Checksums-Sha1:
e43a5d8a035ba1b48982380e5fb8453bd33bad03 1916 agave_0.4.7-2.dsc
73ea72a63fe55b1cbe6c2b6be81dc9d6b16551d4 6354 agave_0.4.7-2.debian.tar.gz
2621e7e31459156a38828ccc084e5f3e8f467db2 433254 agave_0.4.7-2_amd64.deb
Checksums-Sha256:
aea148aec061683b0bea759080bfe3ef53fa7eff130054b7966e92f017475c9f 1916
agave_0.4.7-2.dsc
fb8b836befdd6f3a80cbacc7cc4777ff481c594112e05dcccce9c79b134600c4 6354
agave_0.4.7-2.debian.tar.gz
f5dd05bacbf092433fe17d1ce8891dd88018888d8a2dd16cdc851a4e630971a0 433254
agave_0.4.7-2_amd64.deb
Files:
8e3818d837be23b8954c425e8e9dcab6 1916 gnome optional agave_0.4.7-2.dsc
d5f33bbb51f580c6c62f3d0f14d7d68e 6354 gnome optional
agave_0.4.7-2.debian.tar.gz
49f260de4e269c55953d86ed14472475 433254 gnome optional agave_0.4.7-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCgAGBQJOen0hAAoJEHA3PPEpDbnOZ0EP/AlGxBUpr4LL2sMP99Vsa4ee
0Hax9xy8JPKw2K/l6YVfTEijDPuQ+97m1bz1/c+QEMM8jbA9U3QZ3sz9e6nXh9BE
//i4ns9mFlft6Ym32BFyExV4JcpAD8t8nY1oHc2SmkEAezF37hydn1PpOiEHXmtN
6+En/dqWEraTuzqZsT0GFqtDhAL21Q+5PcTOjA9RRMBFwCldxlhEVeaVhmAPmNuS
xRK4etyvlUT9XjHWq2xIUlObtGxqpWKRZZpMHVde2o4HZ7I4ArACyRSETYHtfwtz
9QlkWyUT+xC9cOLw//KzaibWuxfqxX92jLUeW8i4y0ikS8rBKxVNVoomUErvt7ol
/Z7CPS6gA52O5HWKIIPQMJp9XL1k92f0OgVFjl+FmfrtcCCPHubZzMh2whEj7Swb
GFLSN1qkAeEfMStlXUic3fhW8rtV9CM3T1i/hhvWNzmNRsZhKIgNSnOaHxkI7YN+
w4cUSUj84fuYVtOR4KbP7SHr8bc/zmOaUu9qfEWM0hIRZortYdPYh81fto1rFN/1
Ry7SOMeCqReBwdWWvyacY7OWPugOgtsjqZGJsQVcZA0BuFxSWixu42/Dv18fJdZJ
q/5cVXTo2LL5PI0KwP6u/gzGKKSVgY4DHC6n87xaacqRBe12t0hbhZhSt4W9dRdl
y+VLAA8M88QfgJKd97gu
=1gjY
-----END PGP SIGNATURE-----
--- End Message ---