Bug #7569
closedsiphash.c / endian.h
Description
siphash.c includes endian.h, but on Solaris, there is no such file. BYTE_ORDER also does not exist.
There needs to be a different solution.
This makes it impossible to compile ruby.
SunOS abc.local 5.11 joyent_20120912T055050Z i86pc i386 i86pc Solaris
Updated by ngoto (Naohisa Goto) almost 12 years ago
- Status changed from Open to Feedback
It seems it is the same as #7470. Please try the following solution.
In [ruby-core:50377] [Backport93 - Backport #7470], usa (Usaku NAKAMURA) wrote:
It's already fixed on the repository, but not released yet.
Check out r37593 or later from ruby_1_9_3 branch, or simply patch the revision by hand, please.
IMO the simplest way is downloading random.c of the revision and replace the file in p327 package.
Resource:
http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_3/random.c
Updated by orban (Tuples Arefun) almost 12 years ago
You are right, and I should have searched more thoroughly.
Updated by ngoto (Naohisa Goto) almost 12 years ago
- Status changed from Feedback to Closed