Source: ruby2.5
Version: 2.5.0~preview1-1
Severity: important
Tags: upstream
Justification: fails to build from source

The build of ruby2.5 for hppa (admittedly not a release architecture)
failed per the below excerpt from
https://buildd.debian.org/status/fetch.php?pkg=ruby2.5&arch=hppa&ver=2.5.0%7Epreview1-1&stamp=1510669827&raw=0

Could you please take a look?

Thanks!

------------------------------------------------------------

#361 test_insns.rb:389:in `block in <top (required)>': 
   # recursive once
   def once n
     return %r/#{
       if n == 0
         true
       else
         once(n-1)             # here
       end
     }/ox
   end
   x = once(128); x = once(7); x = once(16);
   x =~ "true" && $~
  #=> "" (expected "true")  once
FAIL 1/1197 tests failed
uncommon.mk:659: recipe for target 'yes-btest-ruby' failed

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Reply via email to