Your message dated Sat, 03 Dec 2005 04:32:25 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#340039: fixed in xmoto 0.1.10-1
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Nov 2005 15:59:02 +0000
>From [EMAIL PROTECTED] Sun Nov 20 07:59:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pat.uio.no ([129.240.130.16] ident=7411)
by spohr.debian.org with esmtp (Exim 4.50)
id 1Edrao-0007pB-Fr
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 07:59:02 -0800
Received: from mail-mx1.uio.no ([129.240.10.29])
by pat.uio.no with esmtp (Exim 4.43)
id 1Edraj-0001uu-Pr
for [EMAIL PROTECTED]; Sun, 20 Nov 2005 16:58:57 +0100
Received: from saruman.uio.no ([129.240.201.202])
by mail-mx1.uio.no with esmtp (Exim 4.43)
id 1Edrah-00047r-K4; Sun, 20 Nov 2005 16:58:55 +0100
Received: from pre by saruman.uio.no with local (Exim 4.44)
id 1Edrag-0007Hl-U5; Sun, 20 Nov 2005 16:58:54 +0100
To: [EMAIL PROTECTED]
Subject: Fix build problem on debian/sarge
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Sun, 20 Nov 2005 16:58:54 +0100
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (usg-unix-v)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
X-UiO-Spam-info: not spam, SpamAssassin (score=-4.209, required 12,
autolearn=disabled, AWL 0.79, UIO_MAIL_IS_INTERNAL -5.00)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: xmoto
Version: 0.1.8-2
Tags: patch
When trying to build xmoto on debian/sarge, I got this build error:
In file included from src/BuiltInFont.h:25,
from src/BuiltInFont.cpp:27:
src/VCommon.h:53: error: type specifier omitted for parameter `GLsizeiptrARB'
src/VCommon.h:53: error: tolkningsfejl before `,' token
In file included from src/VCommon.h:57,
from src/BuiltInFont.h:25,
from src/BuiltInFont.cpp:27:
/usr/include/SDL/SDL_opengl.h:3576: error: conflicting types for `typedef void
(*PFNGLBUFFERDATAARBPROC)(unsigned int, int, const GLvoid*, unsigned int)'
src/VCommon.h:53: error: previous declaration as `typedef void
(*PFNGLBUFFERDATAARBPROC)(...)'
make[1]: *** [BuiltInFont.o] Fejl 1
make[1]: Leaving directory `/home/pere/src/debian/xmoto-0.1.8'
make: *** [all-recursive] Fejl 1
The problem is that the type GLsizeiptrARB is unknown when it is used.
I found the type in <SDL/SDL_opengl.h>, and solved the issue by
including it before GLsizeiptrARB is used. This patch solved the
build problem. Please include it in a future version of xmoto.
--- xmoto-0.1.8.orig/src/VCommon.h
+++ xmoto-0.1.8/src/VCommon.h
@@ -36,6 +36,7 @@
#endif
#include <GL/gl.h>
+#include <SDL/SDL_opengl.h>
#if defined(WIN32) && defined(_MSC_VER)
#define GL_GLEXT_PROTOTYPES 1
---------------------------------------
Received: (at 340039-close) by bugs.debian.org; 3 Dec 2005 12:41:19 +0000
>From [EMAIL PROTECTED] Sat Dec 03 04:41:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EiWYz-0002Pv-Nv; Sat, 03 Dec 2005 04:32:25 -0800
From: Samuel Mimram <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#340039: fixed in xmoto 0.1.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 03 Dec 2005 04:32:25 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: xmoto
Source-Version: 0.1.10-1
We believe that the bug you reported is fixed in the latest version of
xmoto, which is due to be installed in the Debian FTP archive:
xmoto-data_0.1.10-1_all.deb
to pool/main/x/xmoto/xmoto-data_0.1.10-1_all.deb
xmoto_0.1.10-1.diff.gz
to pool/main/x/xmoto/xmoto_0.1.10-1.diff.gz
xmoto_0.1.10-1.dsc
to pool/main/x/xmoto/xmoto_0.1.10-1.dsc
xmoto_0.1.10-1_i386.deb
to pool/main/x/xmoto/xmoto_0.1.10-1_i386.deb
xmoto_0.1.10.orig.tar.gz
to pool/main/x/xmoto/xmoto_0.1.10.orig.tar.gz
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.
Samuel Mimram <[EMAIL PROTECTED]> (supplier of updated xmoto 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: Sat, 3 Dec 2005 12:57:37 +0100
Source: xmoto
Binary: xmoto-data xmoto
Architecture: source i386 all
Version: 0.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram <[EMAIL PROTECTED]>
Changed-By: Samuel Mimram <[EMAIL PROTECTED]>
Description:
xmoto - 2D motocross platform game
xmoto-data - 2D motocross platform game
Closes: 337905 337906 340039 340055 341523
Changes:
xmoto (0.1.10-1) unstable; urgency=low
.
* New upstream release.
* Removed arch64.dpatch.
* Missing .h included, closes: #340039.
* Rewind now uncollect strawberries in replays, closes: #337905.
* Smoother replays, closes: #337906, #341523.
* Correctly handling escape while entering the name of a replay,
closes: #340055.
Files:
4c3aaeb41d63ef22fb1aa7aaa8578094 743 games optional xmoto_0.1.10-1.dsc
bd91f049fc60e5036112090f8d89ecea 2776333 games optional
xmoto_0.1.10.orig.tar.gz
9ce292806eef51c622d339dc524ca510 6118 games optional xmoto_0.1.10-1.diff.gz
87d7a5d6fc19f722c6bf5285b67f2b42 2480060 games optional
xmoto-data_0.1.10-1_all.deb
f225a8d7cd35e8a6f7cee68fa78fd983 359102 games optional xmoto_0.1.10-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDkYxKIae1O4AJae8RAu/LAJ4t+3sAAYSdh8cRugnS0N0qbhcBGgCcCX0G
2YED8aq3hBfRkhM/0OQ3q+E=
=YJ+D
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]