After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 359384 - Failure to build in s390: size_t != unsigned int
Failure to build in s390: size_t != unsigned int
Status: RESOLVED DUPLICATE of bug 358654
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal normal
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-10-03 19:59 UTC by Søren Boll Overgaard
Modified: 2006-10-03 23:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Søren Boll Overgaard 2006-10-03 19:59:19 UTC
Hello,

A Debian autobuilder maintainer reported the following at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390628:

----8<----

> Automatic build of pan_0.115-1 on debian-31 by sbuild/s390 85
[...]
> make[5]: Entering directory `/build/buildd/pan-0.115/pan/data'
> if s390-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -g -O2 -MT article.o -MD -MP -MF ".deps/article.Tpo" -c -o article.o article.cc; \
> 	then mv -f ".deps/article.Tpo" ".deps/article.Po"; else rm -f ".deps/article.Tpo"; exit 1; fi
> article.cc:115: error: prototype for 'const pan::Article::Part& pan::Article::get_part(size_t) const' does not match any in class 'pan::Article'
> article.h:80: error: candidates are: const pan::Article::Part& pan::Article::get_part(unsigned int) const
> article.cc:106: error:                 pan::Article::Part& pan::Article::get_part(size_t)
> make[5]: *** [article.o] Error 1
> make[5]: Leaving directory `/build/buildd/pan-0.115/pan/data'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/build/buildd/pan-0.115/pan/data'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/pan-0.115/pan'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/pan-0.115'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/pan-0.115'
> make: *** [build-stamp] Error 2
> ******************************************************************************
> Build finished at 20061001-1745
> FAILED [dpkg-buildpackage died]

----8<----
Comment 1 Christophe Lambin 2006-10-03 23:05:48 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 358654 ***