Your message dated Sun, 14 May 2006 14:05:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#356965: fixed in torcs 1.2.4-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: torcs Version: 1.2.4-1 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is below. > Automatic build of torcs_1.2.4-1 on bigsur by sbuild/mips 1.94 ... > g++ -I/build/tbm/torcs-1.2.4/build-tree/torcs-1.2.4/export/include > -I/build/tbm/torcs-1.2.4/build-tree/torcs-1.2.4 -g -Wall -O2 -Wall -fPIC -O2 > -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wall -fPIC -O2 -DUSE_RANDR_EXT > -DGL_GLEXT_PROTOTYPES -D_SVID_SOURCE -D_BSD_SOURCE -DSHM -DHAVE_CONFIG_H -c > grmain.cpp > grscreen.h:81: error: extra qualification 'cGrScreen::' on member 'camDraw' > make[6]: *** [grmain.o] Error 1 > make[6]: Leaving directory > `/build/tbm/torcs-1.2.4/build-tree/torcs-1.2.4/src/modules/graphic/ssggraph' --- ./torcs-1.2.4/src/modules/graphic/ssggraph/grscreen.h~ 2006-03-15 02:26:43.000000000 +0000 +++ ./torcs-1.2.4/src/modules/graphic/ssggraph/grscreen.h 2006-03-15 02:26:56.000000000 +0000 @@ -78,7 +78,7 @@ void update(tSituation *s, float Fps); - void cGrScreen::camDraw(tSituation *s); + void camDraw(tSituation *s); void updateCurrent(tSituation *s); -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: torcs Source-Version: 1.2.4-2 We believe that the bug you reported is fixed in the latest version of torcs, which is due to be installed in the Debian FTP archive: torcs_1.2.4-2.diff.gz to pool/main/t/torcs/torcs_1.2.4-2.diff.gz torcs_1.2.4-2.dsc to pool/main/t/torcs/torcs_1.2.4-2.dsc torcs_1.2.4-2_i386.deb to pool/main/t/torcs/torcs_1.2.4-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. Rudy Godoy <[EMAIL PROTECTED]> (supplier of updated torcs 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, 14 May 2006 14:19:15 -0500 Source: torcs Binary: torcs Architecture: source i386 Version: 1.2.4-2 Distribution: unstable Urgency: low Maintainer: Rudy Godoy <[EMAIL PROTECTED]> Changed-By: Rudy Godoy <[EMAIL PROTECTED]> Description: torcs - 3D racing cars simulator game using OpenGL Closes: 356965 360193 362804 366935 Changes: torcs (1.2.4-2) unstable; urgency=low . * Rebuild for C++ allocator change and merged patches from Ubuntu. * Changed priority to optional * Removed some Xlibs build dependencies to use only the required ones. * Applied patch to fix FTBFS with GCC 4.1. Thanks tbm. (Closes: #356965) * Added dependency to libalut-dev since it was splitted from libopenal. (Closes: #360193, #362804) * Added patch to fix `find' call for lliaw/tracksdata with wrong parameters order. * Fixes in configure.in: - Configure error: can't find libm. Added condition for LDFLAGS to check if $x_libraries is defined. (Closes: #366935) - Added check for libalut now that it has been splitted from openal, so it gets on .depends for linking. * Added back autoconf and automake to build depends for rebootstrapping on build time. This should be removed once upstream accepts the patches. Files: ef5a284e7e9589a8dfe6bba428c85a9f 948 games optional torcs_1.2.4-2.dsc 30abdd3303fa6c4be805b2c39e6cfb56 8119 games optional torcs_1.2.4-2.diff.gz 45d4d189b38f20e2a81e2c3c59a41e24 4524310 games optional torcs_1.2.4-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEZ5OkVQ8aADQzvSERAlCIAJ0dpkC9gNK3xOYUeCCR6ZnTfE4aGQCfQdnD 249cYWNRyvf/GbUnM0ceXKM= =s4LS -----END PGP SIGNATURE-----
--- End Message ---

