Your message dated Fri, 01 Jul 2011 14:48:01 +0000
with message-id <[email protected]>
and subject line Bug#558904: fixed in glfw 2.6-4
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-4

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-4.diff.gz
  to main/g/glfw/glfw_2.6-4.diff.gz
glfw_2.6-4.dsc
  to main/g/glfw/glfw_2.6-4.dsc
libglfw-dev_2.6-4_i386.deb
  to main/g/glfw/libglfw-dev_2.6-4_i386.deb
libglfw2_2.6-4_i386.deb
  to main/g/glfw/libglfw2_2.6-4_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: Fri, 01 Jul 2011 15:43:16 +0200
Source: glfw
Binary: libglfw2 libglfw-dev
Architecture: source i386
Version: 2.6-4
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-4) unstable; urgency=low
 .
   * Team upload.
   * Really fix #558904, as only the first quilt patch was applied but not that
     one from the previous upload. (Closes: #558904)
Checksums-Sha1: 
 a1db32fc9336d6edd0d482bd1c685a40a207af37 1214 glfw_2.6-4.dsc
 1f1ea1c699b7b4a05ee3ca220542acfd4342bd80 3058 glfw_2.6-4.diff.gz
 9437153007fb8eef351d59bdedb9003a7a3b416f 47992 libglfw2_2.6-4_i386.deb
 3f4b6fc3f451bf1853dac364c499c150715f5661 37640 libglfw-dev_2.6-4_i386.deb
Checksums-Sha256: 
 f4f87e9ceaa159a166f55994aad28e5d05f43ce30c18c89a42441535036bd1f3 1214 
glfw_2.6-4.dsc
 7867ba65190eee465e484328cb8debb7c79343bbb66998aee14944e1f51fa608 3058 
glfw_2.6-4.diff.gz
 31b4ef5f51e29d6973b8f21e5ffd575b989ad4bc1673baa4393c58a938b0a46e 47992 
libglfw2_2.6-4_i386.deb
 1f1445e2c62574b7ca66f11d655c4d1b543b121b8d7f7d633ec1b8e52ffcd0a2 37640 
libglfw-dev_2.6-4_i386.deb
Files: 
 e45e882d272a7925328af9b4dc42420a 1214 devel optional glfw_2.6-4.dsc
 ab7eee49a873a143e517cd290a4d2597 3058 devel optional glfw_2.6-4.diff.gz
 103a73b0e6c60490443e5b380ee006fd 47992 libs optional libglfw2_2.6-4_i386.deb
 f15eecbe380e6dbf2b9da784d9265266 37640 libdevel optional 
libglfw-dev_2.6-4_i386.deb

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

iEYEARECAAYFAk4N0J4ACgkQurEs8MfFj3wVwgCeIeVcweQuzwoE1gGUMCsXWKYe
QA4An0e10KdgdNX5xpB1fIMWcqfpaUJp
=vYCn
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to