GNOME Bugzilla – Bug 359384
Failure to build in s390: size_t != unsigned int
Last modified: 2006-10-03 23:05:48 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<----
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 ***