Package: sear Version: 0.6.3+cvs20080127-1 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080407 qa-ftbfs Justification: FTBFS on i386
Hi, During a rebuild of all packages in sid, your package failed to build on i386. This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now the default on most architectures (even if it's not the case on i386 yet). Feel free to downgrade this bug to 'important' if your package is only built on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with gcc 4.2). Relevant part: > g++ -DHAVE_CONFIG_H -I. -I../.. -I../../loaders -I../.. -I > /usr/X11R6/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT > -I/usr/include/Mercator-0.2 -I/usr/include/wfmath-0.3 > -I/usr/include/varconf-1.0 -I/usr/include/sigc++-2.0 > -I/usr/lib/sigc++-2.0/include -I/usr/include/Eris-1.3 > -I/usr/include/skstream-0.3 -I/usr/lib/skstream-0.3/include > -I/usr/include/Atlas-C++-0.6 -I/usr/include/libwfut-0.1 > -I/usr/include/libmodelfile-0.2 -g -Wall -O2 -Wall -O3 -DNDEBUG > -DATLAS_ELEMENT_TYPEDEF_PRIVATE=1 -c -o Cal3d_Loader.o Cal3d_Loader.cpp > In file included from Cal3d_Loader.cpp:9: > ../../src/System.h:226: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:226: error: invalid use of '::' > ../../src/System.h:226: error: expected ';' before '<' token > ../../src/System.h:227: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:227: error: invalid use of '::' > ../../src/System.h:227: error: expected ';' before '<' token > ../../src/System.h:228: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:228: error: invalid use of '::' > ../../src/System.h:228: error: expected ';' before '<' token > ../../src/System.h:229: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:229: error: invalid use of '::' > ../../src/System.h:229: error: expected ';' before '<' token > ../../src/System.h:230: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:230: error: invalid use of '::' > ../../src/System.h:230: error: expected ';' before '<' token > ../../src/System.h:231: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:231: error: invalid use of '::' > ../../src/System.h:231: error: expected ';' before '<' token > ../../src/System.h:232: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:232: error: invalid use of '::' > ../../src/System.h:232: error: expected ';' before '<' token > ../../src/System.h:233: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:233: error: invalid use of '::' > ../../src/System.h:233: error: expected ';' before '<' token > ../../src/System.h:234: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:234: error: invalid use of '::' > ../../src/System.h:234: error: expected ';' before '<' token > ../../src/System.h:235: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:235: error: invalid use of '::' > ../../src/System.h:235: error: expected ';' before '<' token > ../../src/System.h:236: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:236: error: invalid use of '::' > ../../src/System.h:236: error: expected ';' before '<' token > ../../src/System.h:251: error: ISO C++ forbids declaration of 'auto_ptr' with > no type > ../../src/System.h:251: error: invalid use of '::' > ../../src/System.h:251: error: expected ';' before '<' token > ../../src/System.h: In member function 'Sear::ScriptEngine* > Sear::System::getScriptEngine()': > ../../src/System.h:179: error: 'm_script_engine' was not declared in this > scope > ../../src/System.h: In member function 'Sear::ActionHandler* > Sear::System::getActionHandler()': > ../../src/System.h:180: error: 'm_action_handler' was not declared in this > scope > ../../src/System.h: In member function 'Sear::FileHandler* > Sear::System::getFileHandler()': > ../../src/System.h:181: error: 'm_file_handler' was not declared in this scope > ../../src/System.h: In member function 'Sear::Calendar* > Sear::System::getCalendar()': > ../../src/System.h:182: error: 'm_calendar' was not declared in this scope > ../../src/System.h: In member function 'Sear::Console* > Sear::System::getConsole()': > ../../src/System.h:183: error: 'm_console' was not declared in this scope > ../../src/System.h: In member function 'Sear::Workarea* > Sear::System::getWorkarea()': > ../../src/System.h:184: error: 'm_workarea' was not declared in this scope > ../../src/System.h: In member function 'Sear::Character* > Sear::System::getCharacter()': > ../../src/System.h:185: error: 'm_character' was not declared in this scope > ../../src/System.h: In member function 'Sear::Client* > Sear::System::getClient()': > ../../src/System.h:186: error: 'm_client' was not declared in this scope > ../../src/System.h: In member function 'Sear::MediaManager* > Sear::System::getMediaManager()': > ../../src/System.h:187: error: 'm_media_manager' was not declared in this > scope > ../../src/System.h: In member function 'Sear::Metaserver* > Sear::System::getMetaserver()': > ../../src/System.h:188: error: 'm_meta_server' was not declared in this scope > In file included from Cal3d_Loader.cpp:17: > Cal3d_Loader.h: At global scope: > Cal3d_Loader.h:28: error: ISO C++ forbids declaration of 'auto_ptr' with no > type > Cal3d_Loader.h:28: error: invalid use of '::' > Cal3d_Loader.h:28: error: expected ';' before '<' token > Cal3d_Loader.cpp: In constructor 'Sear::Cal3d_Loader::Cal3d_Loader()': > Cal3d_Loader.cpp:34: error: 'm_core_model_handler' was not declared in this > scope > Cal3d_Loader.cpp: In destructor 'virtual Sear::Cal3d_Loader::~Cal3d_Loader()': > Cal3d_Loader.cpp:39: error: 'm_core_model_handler' was not declared in this > scope > Cal3d_Loader.cpp: In member function 'virtual Sear::SPtr<Sear::ModelRecord> > Sear::Cal3d_Loader::loadModel(Sear::WorldEntity*, const std::string&, > varconf::Config&)': > Cal3d_Loader.cpp:53: error: 'm_core_model_handler' was not declared in this > scope > make[4]: *** [Cal3d_Loader.o] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2008/04/07 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 containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]