Your message dated Sat, 22 Oct 2005 13:32:40 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335115: fixed in criticalmass 1:0.9.12-3
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; 22 Oct 2005 00:35:50 +0000
>From [EMAIL PROTECTED] Fri Oct 21 17:35:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.lenk.info [217.160.183.176]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ET7MT-0006q6-00; Fri, 21 Oct 2005 17:35:50 -0700
Received: from smtp.lenk.info ([82.165.24.235] ident=Debian-exim)
by mail.lenk.info with esmtpsa
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1ET7N7-0004VH-Ql; Sat, 22 Oct 2005 02:36:29 +0200
Received: from p54a3f9f3.dip.t-dialin.net ([84.163.249.243]
helo=feynman.djpig.de)
by smtp.lenk.info with esmtpsa
(Cipher TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50 1)
id 1ET7MT-0000Mf-Bk; Sat, 22 Oct 2005 02:35:49 +0200
Received: from djpig by feynman.djpig.de with local (Exim 4.54)
id 1ET7MP-0004r4-HW; Sat, 22 Oct 2005 02:35:45 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on alpha
X-Mailer: reportbug 3.17
Date: Sat, 22 Oct 2005 02:35:45 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Frank Lichtenheld <[EMAIL PROTECTED]>
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: criticalmass
Version: 1:0.9.12-2
Severity: serious
Tags: patch
>From
>http://buildd.debian.org/fetch.php?&pkg=kdebindings&ver=4%3A3.4.2-2&arch=alpha&stamp=1129937211&file=log&as=raw
Making all in utilsgl
make[3]: Entering directory `/build/buildd/criticalmass-0.9.12/utilsgl'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -W -Wall
-fno-exceptions -O2 -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -c -o
GLBitmapCollection.o GLBitmapCollection.cpp
./gl++.hpp:35: error: conflicting declaration 'typedef int GLintptrARB'
/usr/X11R6/include/GL/glext.h:2861: error: 'GLintptrARB' has a previous
declaration as 'typedef ptrdiff_t GLintptrARB'
./gl++.hpp:36: error: conflicting declaration 'typedef int GLsizeiptrARB'
/usr/X11R6/include/GL/glext.h:2862: error: 'GLsizeiptrARB' has a previous
declaration as 'typedef ptrdiff_t GLsizeiptrARB'
make[3]: *** [GLBitmapCollection.o] Error 1
make[3]: Leaving directory `/build/buildd/criticalmass-0.9.12/utilsgl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/criticalmass-0.9.12'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/criticalmass-0.9.12'
make: *** [build-stamp] Error 2
The following patch seems to fix that:
diff -Naur criticalmass-0.9.12/utilsgl/gl++.hpp
criticalmass-0.9.12-test/utilsgl/gl++.hpp
--- criticalmass-0.9.12/utilsgl/gl++.hpp 2004-12-18 02:41:34.000000000
+0000
+++ criticalmass-0.9.12-test/utilsgl/gl++.hpp 2005-10-22 00:18:23.000000000
+0000
@@ -28,7 +28,7 @@
# if defined(_WIN64)
typedef __int64 GLintptrARB;
typedef __int64 GLsizeiptrARB;
-# elif defined(__ia64__) || defined(__x86_64__)
+# elif defined(__ia64__) || defined(__x86_64__) || defined(__alpha__)
typedef long int GLintptrARB;
typedef long int GLsizeiptrARB;
# else
Gruesse,
Frank Lichtenheld
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
---------------------------------------
Received: (at 335115-close) by bugs.debian.org; 22 Oct 2005 20:42:53 +0000
>From [EMAIL PROTECTED] Sat Oct 22 13:42:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ETQ2i-0002EC-00; Sat, 22 Oct 2005 13:32:40 -0700
From: Daniel Burrows <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#335115: fixed in criticalmass 1:0.9.12-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 22 Oct 2005 13:32:40 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: criticalmass
Source-Version: 1:0.9.12-3
We believe that the bug you reported is fixed in the latest version of
criticalmass, which is due to be installed in the Debian FTP archive:
criticalmass-data_0.9.12-3_all.deb
to pool/main/c/criticalmass/criticalmass-data_0.9.12-3_all.deb
criticalmass_0.9.12-3.diff.gz
to pool/main/c/criticalmass/criticalmass_0.9.12-3.diff.gz
criticalmass_0.9.12-3.dsc
to pool/main/c/criticalmass/criticalmass_0.9.12-3.dsc
criticalmass_0.9.12-3_i386.deb
to pool/main/c/criticalmass/criticalmass_0.9.12-3_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.
Daniel Burrows <[EMAIL PROTECTED]> (supplier of updated criticalmass 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, 22 Oct 2005 12:21:33 -0700
Source: criticalmass
Binary: criticalmass criticalmass-data
Architecture: source i386 all
Version: 1:0.9.12-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows <[EMAIL PROTECTED]>
Changed-By: Daniel Burrows <[EMAIL PROTECTED]>
Description:
criticalmass - Shoot-em-up a la galaxian
criticalmass-data - Shoot-em-up a la galaxian (data files)
Closes: 335115
Changes:
criticalmass (1:0.9.12-3) unstable; urgency=low
.
* Fix FTBFS on alpha. (Closes: #335115)
Files:
01db2fe9b87ff26fcf8bc745fd9571e4 760 games optional criticalmass_0.9.12-3.dsc
8eebcd4f5095ac5040e6a83d008b29e9 181358 games optional
criticalmass_0.9.12-3.diff.gz
a607ff1be633db85bdfe882919fee66d 2765658 games optional
criticalmass-data_0.9.12-3_all.deb
bd6f6a8768315ae0f731d2bbf83489c7 230268 games optional
criticalmass_0.9.12-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDWpTKch6xsM7kSXgRAqQoAJ4xMosaBLv1lHldgZuEcJif1XVi5QCff9Pu
vmTjnMIEyvufMsduXPznUJc=
=O4v0
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]