Your message dated Thu, 11 Feb 2010 21:08:42 +0100
with message-id <20100211200842.gn3...@tas>
and subject line Re: Bug#569413: synaptic: FTBFS: ruserdialog.cc:34: error:
'string' was not declared in this scope
has caused the Debian Bug report #569413,
regarding synaptic: FTBFS: ruserdialog.cc:34: error: 'string' was not declared
in this scope
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.)
--
569413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569413
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: synaptic
Version: 0.63
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apt-pkg -D_REENTRANT
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1
> -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/include/libglade-2.0 -I/usr/include/libxml2
> -DSYNAPTICLOCALEDIR=\""/usr/share/locale"\"
> -DSYNAPTICSTATEDIR=\""/var/lib/synaptic"\" -g -O2 -MT ruserdialog.o -MD
> -MP -MF .deps/ruserdialog.Tpo -c -o ruserdialog.o ruserdialog.cc
> ruserdialog.cc: In member function 'virtual bool RUserDialog::showErrors()':
> ruserdialog.cc:34: error: 'string' was not declared in this scope
> ruserdialog.cc:34: error: expected ';' before 'message'
> ruserdialog.cc:35: error: no matching function for call to
> 'GlobalError::PopMessage(<unresolved overloaded function type>)'
> /usr/include/apt-pkg/error.h:74: note: candidates are: bool
> GlobalError::PopMessage(std::string&)
> ruserdialog.cc:38: error: invalid use of member (did you forget the '&' ?)
> ruserdialog.cc:41: error: '((RUserDialog*)this)->RUserDialog::message' does
> not have class type
> ruserdialog.cc:43: error: '((RUserDialog*)this)->RUserDialog::message' does
> not have class type
> ruserdialog.cc:45: error: '((RUserDialog*)this)->RUserDialog::message' does
> not have class type
> make[3]: *** [ruserdialog.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2010/02/11/synaptic_0.63_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
On Thu, Feb 11, 2010 at 07:47:50PM +0100, Lucas Nussbaum wrote:
> Source: synaptic
> Version: 0.63
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20100211 qa-ftbfs
> Justification: FTBFS on amd64
Thanks, this is fixed with the 0.63.1 upload.
Thanks,
Michael
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
> Relevant part:
> > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apt-pkg -D_REENTRANT
> > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1
> > -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12
> > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> > -I/usr/include/libglade-2.0 -I/usr/include/libxml2
> > -DSYNAPTICLOCALEDIR=\""/usr/share/locale"\"
> > -DSYNAPTICSTATEDIR=\""/var/lib/synaptic"\" -g -O2 -MT ruserdialog.o -MD
> > -MP -MF .deps/ruserdialog.Tpo -c -o ruserdialog.o ruserdialog.cc
> > ruserdialog.cc: In member function 'virtual bool RUserDialog::showErrors()':
> > ruserdialog.cc:34: error: 'string' was not declared in this scope
> > ruserdialog.cc:34: error: expected ';' before 'message'
> > ruserdialog.cc:35: error: no matching function for call to
> > 'GlobalError::PopMessage(<unresolved overloaded function type>)'
> > /usr/include/apt-pkg/error.h:74: note: candidates are: bool
> > GlobalError::PopMessage(std::string&)
> > ruserdialog.cc:38: error: invalid use of member (did you forget the '&' ?)
> > ruserdialog.cc:41: error: '((RUserDialog*)this)->RUserDialog::message' does
> > not have class type
> > ruserdialog.cc:43: error: '((RUserDialog*)this)->RUserDialog::message' does
> > not have class type
> > ruserdialog.cc:45: error: '((RUserDialog*)this)->RUserDialog::message' does
> > not have class type
> > make[3]: *** [ruserdialog.o] Error 1
>
> The full build log is available from:
>
> http://people.debian.org/~lucas/logs/2010/02/11/synaptic_0.63_lsid64.buildlog
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
> of the Grid'5000 platform, using a clean chroot. Internet was not
> accessible from the build systems.
>
> --
> | Lucas Nussbaum
> | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
> | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
>
>
--- End Message ---