Your message dated Sun, 10 Sep 2006 14:02:17 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#370743: fixed in gambit 0.2006.01.20-2 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: gambit Version: 0.2006.01.20-1.1 Your package fails to build with GCC 4.2. Version 4.2 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. The bug below is most likely in your package and not because I'm using a snapshot of the compiler so please take a look at it. You can reproduce this with the gcc-snapshot package. I don't know why the first error doesn't show up with gcc 4.1 but the 2nd one is a new one in 4.2: > Automatic build of gambit_0.2006.01.20-1.1 on test.track.rz.uni-augsburg.de > by sbuild/powerpc 0.44 ... > if powerpc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" > -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" > -DPACKAGE=\"gambit\" -DVERSION=\"0.2006.01.20\" -DSTDC_HEADERS=1 > -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 -DHAVE_SRAND48=1 > -DHAVE_DRAND48=1 -I. -I. -I../../../sources -g -O2 -MT nfghs.o -MD -MP > -MF ".deps/nfghs.Tpo" -c -o nfghs.o nfghs.cc; \ > then mv -f ".deps/nfghs.Tpo" ".deps/nfghs.Po"; else rm -f > ".deps/nfghs.Tpo"; exit 1; fi > nfghs.h:60: error: extra qualification 'gbtNfgHs::' on member 'SolveSizeDiff' > make[4]: *** [nfghs.o] Error 1 > make[4]: Leaving directory > `/build/tbm/gambit-0.2006.01.20/sources/tools/enumpoly' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/build/tbm/gambit-0.2006.01.20/sources/tools' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/build/tbm/gambit-0.2006.01.20/sources' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/build/tbm/gambit-0.2006.01.20' and then: /usr/lib/gcc-snapshot/bin/g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gambit\" -DVERSION=\"0.2006.01.20\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 -DHAVE_SRAND48=1 -DHAVE_DRAND48=1 -I. -I. -I../include -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -DwxPLOT_FAST_GRAPHICS=0 -g -O2 -MT fparser.lo -MD -MP -MF .deps/fparser.Tpo -c fparser.cpp -o fparser.o fparser.cpp: In member function 'void<unnamed>::CodeTree::OptimizeLogarithm()': fparser.cpp:2389: error: conversion from 'int' to non-scalar type 'std::_List_iterator<<unnamed>::SubTree>' requested fparser.cpp:2390: error: conversion from 'int' to non-scalar type 'std::_List_iterator<<unnamed>::SubTree>' requested make[3]: *** [fparser.lo] Error 1 make[3]: Leaving directory `/home/tbm/src/gambit-0.2006.01.20/sources/labenski/src' A patch for the first error only: --- ./sources/tools/enumpoly/nfghs.h~ 2006-05-31 17:15:51.000000000 +0000 +++ ./sources/tools/enumpoly/nfghs.h 2006-05-31 17:16:20.000000000 +0000 @@ -56,7 +56,7 @@ void Initialize(Game game); void Cleanup(Game game); - void gbtNfgHs::SolveSizeDiff(Game game, Gambit::List < MixedStrategyProfile < double > > & solutions, + void SolveSizeDiff(Game game, Gambit::List < MixedStrategyProfile < double > > & solutions, int size, int diff); bool SolveSupportSizeProfile(Game game, Gambit::List < MixedStrategyProfile < double > > & solutions, -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: gambit Source-Version: 0.2006.01.20-2 We believe that the bug you reported is fixed in the latest version of gambit, which is due to be installed in the Debian FTP archive: gambit_0.2006.01.20-2.diff.gz to pool/main/g/gambit/gambit_0.2006.01.20-2.diff.gz gambit_0.2006.01.20-2.dsc to pool/main/g/gambit/gambit_0.2006.01.20-2.dsc gambit_0.2006.01.20-2_i386.deb to pool/main/g/gambit/gambit_0.2006.01.20-2_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter van Rossum <[EMAIL PROTECTED]> (supplier of updated gambit 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 10 Sep 2006 20:36:37 +0200 Source: gambit Binary: gambit Architecture: source i386 Version: 0.2006.01.20-2 Distribution: unstable Urgency: low Maintainer: Peter van Rossum <[EMAIL PROTECTED]> Changed-By: Peter van Rossum <[EMAIL PROTECTED]> Description: gambit - Game theory analysis software and tools Closes: 315214 361389 369708 370743 375766 Changes: gambit (0.2006.01.20-2) unstable; urgency=low . * Acknowledge fixes in NMU: (Closes: #361389 on missing include, Closes: #315214 on stupid pointer casts, Closes: #369708 on NULL assignment to iterator, Closes: #370743 on removal of extra qualifications). * Include .desktop file (Closes: #375766). * Updated standards version. Files: 685cfe272f415694a3138202fdc02f26 616 math optional gambit_0.2006.01.20-2.dsc bb34882457195caea426abf1640e7cd8 21247 math optional gambit_0.2006.01.20-2.diff.gz 56b75fd4bac90014f339055d391d728a 5563044 math optional gambit_0.2006.01.20-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFBGI6Yj5J4IdrJS8RAt0LAJ9MZlytxtpdNlNOAagSS3un0b9AoACeLlSC eJ/OJ7hB5ndiGlU6nTnRgqk= =0xle -----END PGP SIGNATURE-----
--- End Message ---

