Your message dated Tue, 20 May 2014 23:18:56 +0200
with message-id <[email protected]>
and subject line extremetuxracer: FTBFS on hurd-i386: missing 
GLUTesselatorFunction definition
has caused the Debian Bug report #597645,
regarding extremetuxracer: FTBFS on hurd-i386: missing GLUTesselatorFunction 
definition
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
597645: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597645
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:extremetuxracer
Version: 0.5beta-2
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

Hi,

currently[1] extremetuxracer/experimental does not compile on GNU/Hurd.

The problem is the missing definition of the GLUTesselatorFunction typedef for
the GNU platform.
The attached patch (modelled after kfreebsd_glutesselator.diff) makes
extremetuxracer compile again.

[1] 
https://buildd.debian.org/fetch.cgi?pkg=extremetuxracer&arch=hurd-i386&ver=0.5beta-2&stamp=1279675467&file=log&as=raw

Thanks,
-- 
Pino
Description: Fix FTBFS on GNU/Hurd
Author: Pino Toscano <[email protected]>

--- a/src/ppgltk/FT/FTVectoriser.cpp
+++ b/src/ppgltk/FT/FTVectoriser.cpp
@@ -7,7 +7,7 @@
 
 #ifdef __APPLE_CC__    
     typedef GLvoid (*GLUTesselatorFunction)(...);
-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || 
defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined 
(__FreeBSD_kernel__)
+#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || 
defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined 
(__FreeBSD_kernel__) || defined (__GNU__)
     typedef GLvoid (*GLUTesselatorFunction)();
 #elif defined ( WIN32)
     typedef GLvoid (CALLBACK *GLUTesselatorFunction)( );

--- End Message ---
--- Begin Message ---
Version: 0.6.0-1

Apparently the latest version of extremetuxracer in experimental,
0.6.0-1, compiles successfully on GNU/Hurd.

https://buildd.debian.org/status/logs.php?pkg=extremetuxracer&ver=0.6.0-1&arch=hurd-i386

Hence I am closing this bug report now.

Regards,

Markus

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to