[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#639664: ruby1.9.1: FTBFS on hurd-i386: struct dirent issue



Package: ruby1.9.1
Version: 1.9.2.290-2
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

ruby FTBFS on hurd-i386 due to dirent misuse. The attach patch fixes it
the same way as Solaris. I have already forwarded it to matz@netlab.jp
last monday, but didn't have any reply so far.

There is another bug about task detection, which will be fixed in the
next eglibc upload.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Samuel Thibault <samuel.thibault@fnac.net>
 Cliquez sur le lien qui suit dans ce mail...vous n'avez plus qu'a vous
 inscrire pour gagner de l'argent en restant connecte....et puis faites
 passer le message et vous gagnerez encore plus d'argent ...
 -+- AC in NPC : Neuneu a rencontré le Pere Noël -+-
Index: configure.in
===================================================================
--- configure.in	(revision 33020)
+++ configure.in	(working copy)
@@ -934,6 +934,10 @@
 		AC_DEFINE(SIZEOF_STRUCT_DIRENT_TOO_SMALL, 1)
 		LIBS="-lm $LIBS"
 		],
+[gnu*], [
+		AC_DEFINE(SIZEOF_STRUCT_DIRENT_TOO_SMALL, 1)
+		LIBS="-lm $LIBS"
+		],
 [nextstep*], [	],
 [openstep*], [	],
 [rhapsody*], [	],

Reply to: