Package: ruby1.9.1
Version: 1.9.1.376-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

the current version fails to load libc and libm on GNU/kFreeBSD
during "make test-all". Please adjust the names as is shown bellow.

Similar problem is also on other architectures - alpha, ia64, hurd-i386.

Petr

--- test/dl/test_base.rb
+++ test/dl/test_base.rb
@@ -26,6 +26,9 @@
 when /darwin/
   LIBC_SO = "/usr/lib/libc.dylib"
   LIBM_SO = "/usr/lib/libm.dylib"
+when /kfreebsd/
+  LIBC_SO = "/lib/libc.so.0.1"
+  LIBM_SO = "/lib/libm.so.1"
 when /bsd/
   LIBC_SO = "/usr/lib/libc.so"
   LIBM_SO = "/usr/lib/libm.so"




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to