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) over 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.
Updated by orban (Tuples Arefun) over 12 years ago
You are right, and I should have searched more thoroughly.
Updated by ngoto (Naohisa Goto) over 12 years ago
- Status changed from Feedback to Closed
This issue is marked as duplicate of #7347 and #7470.
If you find Solaris 11 and/or Solaris x86 specific problems, please submit another report.