Your message dated Thu, 30 Jun 2011 15:32:19 +0000
with message-id <[email protected]>
and subject line Bug#558904: fixed in glfw 2.6-3
has caused the Debian Bug report #558904,
regarding glfw: FTBFS on hurd-i386
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.)


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

Hi,

currently glfw does not compile on GNU/Hurd.
This is because the OS detection in compile.sh uses the generic case, thus
setting wrong LDFLAGS (-soname does not exist for gcc).
So, the proposed fix is adding a new Hurd-specific section.

Thanks,
-- 
Pino
--- a/compile.sh
+++ b/compile.sh
@@ -93,6 +93,11 @@
   LDFLAGS="-flat_namespace -undefined suppress"
   echo " Mac OS X" 1>&6
   ;;
+xGNU)
+  CFLAGS="$CFLAGS"
+  LDFLAGS="-shared -Wl,-soname,libglfw.so.2"
+  echo " GNU" 1>&6
+  ;;
 *)
   LDFLAGS="-shared -soname libglfw.so"
   echo " Generic Unix" 1>&6

--- End Message ---
--- Begin Message ---
Source: glfw
Source-Version: 2.6-3

We believe that the bug you reported is fixed in the latest version of
glfw, which is due to be installed in the Debian FTP archive:

glfw_2.6-3.diff.gz
  to main/g/glfw/glfw_2.6-3.diff.gz
glfw_2.6-3.dsc
  to main/g/glfw/glfw_2.6-3.dsc
libglfw-dev_2.6-3_i386.deb
  to main/g/glfw/libglfw-dev_2.6-3_i386.deb
libglfw2_2.6-3_i386.deb
  to main/g/glfw/libglfw2_2.6-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.
Bruno "Fuddl" Kleinert <[email protected]> (supplier of updated glfw 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.8
Date: Thu, 30 Jun 2011 17:03:03 +0200
Source: glfw
Binary: libglfw2 libglfw-dev
Architecture: source i386
Version: 2.6-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Bruno "Fuddl" Kleinert <[email protected]>
Description: 
 libglfw-dev - portable framework for OpenGL application development
 libglfw2   - portable framework for OpenGL application development
Closes: 558904
Changes: 
 glfw (2.6-3) unstable; urgency=low
 .
   * Team upload.
   * Add fix_compilation_on_hurd.diff that hopefully fixes a FTBFS on GNU/Hurd.
     It adds different linker flags in compile.sh. Thanks to Pino Toscano for 
the
     patch! (Closes: #558904)
Checksums-Sha1: 
 90d0b7a934edfec7b94449c78ec2f2897d57d3db 1214 glfw_2.6-3.dsc
 ade6d7537c48b7d4b29f9315c3882eeff336093a 2900 glfw_2.6-3.diff.gz
 8cc88a93e917e6ec38ca59900e1f6dfe7fdfc438 47916 libglfw2_2.6-3_i386.deb
 eeecbc98c4be2d236830c6b45e107adc51ab0072 37566 libglfw-dev_2.6-3_i386.deb
Checksums-Sha256: 
 053d3a0886f21f7fe06b93c80915aca6210f0bbd70f8bdec1715b382f1ca17d4 1214 
glfw_2.6-3.dsc
 8231274d10a5b304449174ad538255d15fa9a8ad3692d954e07d1619f2a7ec51 2900 
glfw_2.6-3.diff.gz
 e9984074e61fb56b5d0ea8e94982a86a1ae14bd1f0abc9c55e1ec9221f007528 47916 
libglfw2_2.6-3_i386.deb
 aa7f8dd602d540bf732de42832d0b082d2c7a972fbd726fe002bc70b11e8dd37 37566 
libglfw-dev_2.6-3_i386.deb
Files: 
 e588d4a66c8ffe9505d65124f6bd599f 1214 devel optional glfw_2.6-3.dsc
 5e8c279c42f267d685af296002783a58 2900 devel optional glfw_2.6-3.diff.gz
 0bedc4d8ee4af381c9ae75d8bd0b45df 47916 libs optional libglfw2_2.6-3_i386.deb
 105eb0f2c3e0e2b3c817c60e44018fb5 37566 libdevel optional 
libglfw-dev_2.6-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4MlX4ACgkQurEs8MfFj3w6AQCfR8RTHPcdGMurcvLfzzHA7NNZ
tFEAn2y1H0p21VHQJYkDOeo9UZAQLirE
=+0m3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to