Project

General

Profile

This project is closed and read-only.

Actions

Backport #7347

closed

1.9.3p327 Build fails on Solaris 10 SPARC due to missing endian.h

Backport #7347: 1.9.3p327 Build fails on Solaris 10 SPARC due to missing endian.h

Added by gatesphere (Jacob Peck) almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
[ruby-core:49304]

Description

CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -ggdb -Wall -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Werror-implicit-function-declaration
XCFLAGS = -include ruby/config.h -include ruby/missing.h -DRUBY_EXPORT
CPPFLAGS = -I. -I.ext/include/sparc-solaris2.10 -I./include -I.
DLDFLAGS =
SOLIBS =
compiling main.c
compiling dmydln.c
compiling dmyencoding.c
compiling version.c
compiling dmyversion.c
compiling miniprelude.c
compiling array.c
compiling bignum.c
compiling class.c
compiling compar.c
compiling complex.c
compiling dir.c
compiling dln_find.c
compiling enum.c
compiling enumerator.c
compiling error.c
compiling eval.c
compiling load.c
compiling proc.c
compiling file.c
compiling gc.c
compiling hash.c
compiling inits.c
compiling io.c
compiling marshal.c
compiling math.c
compiling node.c
compiling numeric.c
compiling object.c
compiling pack.c
compiling parse.c
compiling process.c
compiling random.c
In file included from random.c:1264:
siphash.c:11:22: endian.h: No such file or directory
make: *** [random.o] Error 1

It should be noted that p194 builds just fine.


Related issues 3 (0 open3 closed)

Related to Ruby - Bug #7531: Issues in installing ruby 1.9.3 on AIX 7.1ClosedActions
Has duplicate Backport193 - Backport #7470: ruby 1.9.3-p327 compile failure in siphash.c on Solaris because of endian.hClosedusa (Usaku NAKAMURA)Actions
Has duplicate Ruby - Bug #7569: siphash.c / endian.hClosedActions

Updated by usa (Usaku NAKAMURA) almost 14 years ago Actions #1 [ruby-core:49330]

Can anyone check this with trunk?

Updated by usa (Usaku NAKAMURA) almost 14 years ago Actions #2

  • Tracker changed from Bug to Backport
  • Project changed from Ruby to 13
  • Status changed from Open to Assigned
  • Assignee set to usa (Usaku NAKAMURA)

ngoto-san checked this and tell me the solution.
I'll fix this soon.

Updated by usa (Usaku NAKAMURA) almost 14 years ago Actions #3

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r37653.
Jacob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


merge revision(s) 37593: [Backport #7347]

* random.c (BYTE_ORDER): define using configured WORDS_BIGENDIAN.
Actions

Also available in: PDF Atom