[DRE-maint] Bug#749904: ruby-shadow: FTBFS on hurd-i386

Samuel Thibault sthibault at debian.org
Fri May 30 13:51:30 UTC 2014


Source: ruby-shadow
Version: 2.3.4-1
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd

Hello,

ruby-shadow currently FTBFS on hurd-i386 because it doesn't know that it
can use the shadow functions just like on Linux, see the attached patch.

Thanks,
Samuel

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

Kernel: Linux 3.14.0 (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/bash

-- 
Samuel
<m> argh, pi est plus grand que 2. Ca casse tout
 -+- #ens-mim -+-
-------------- next part --------------
--- extconf.rb.original	2014-05-30 13:47:04.000000000 +0000
+++ extconf.rb	2014-05-30 13:47:13.000000000 +0000
@@ -15,6 +15,7 @@
 
 implementation = case CONFIG['host_os']
                  when /linux/i; 'shadow'
+                 when /gnu/i; 'shadow'
                  when /sunos|solaris/i; 'shadow'
                  when /freebsd|mirbsd|netbsd|openbsd/i; 'pwd'
                  when /darwin/i; 'pwd'


More information about the Pkg-ruby-extras-maintainers mailing list