[#54738] [ruby-trunk - Bug #8358][Open] TestSprintf#test_float test failuer on mingw32 — "phasis68 (Heesob Park)" <phasis@...>

36 messages 2013/05/02

[#54749] [ruby-trunk - Feature #8361][Open] Alternative syntax for block parameter — "alexeymuranov (Alexey Muranov)" <redmine@...>

12 messages 2013/05/02

[#54798] [ruby-trunk - Bug #8370][Open] Constants MAX_MULTIPART_LENGTH in cgi\core.rb — "xibbar (Takeyuki FUJIOKA)" <xibbar@...>

17 messages 2013/05/05

[#54850] [ruby-trunk - Feature #8377][Open] Deprecate :: for method calls in 2.1 — "charliesome (Charlie Somerville)" <charliesome@...>

27 messages 2013/05/07

[#54881] [ruby-trunk - Bug #8384][Open] Cannot build ruby against OpenSSL build with "no-ec2m" — "vo.x (Vit Ondruch)" <v.ondruch@...>

16 messages 2013/05/09

[#54921] [ruby-trunk - Bug #8393][Open] A class who's parent class is in a module can go wrong if files are required in the wrong order — "eLobato (Daniel Lobato Garcia)" <elobatocs@...>

15 messages 2013/05/12

[#54939] [ruby-trunk - Bug #8399][Open] Remove usage of RARRAY_PTR in C extensions when not needed — "dbussink (Dirkjan Bussink)" <d.bussink@...>

32 messages 2013/05/12

[#55053] [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching — "charliesome (Charlie Somerville)" <charliesome@...>

21 messages 2013/05/19

[#55096] [ruby-trunk - Feature #8430][Open] Rational number literal — "mrkn (Kenta Murata)" <muraken@...>

28 messages 2013/05/21

[#55197] [ruby-trunk - Feature #8461][Open] Easy way to disable certificate checking in XMLRPC::Client — "herwinw (Herwin Weststrate)" <herwin@...>

11 messages 2013/05/29

[ruby-core:54907] [Backport 200 - Backport #8388][Open] baseruby issue on OpenIndiana / Oracle Solaris 11.x

From: "dese.co.uk (Dave E)" <redmine@...>
Date: 2013-05-11 03:53:34 UTC
List: ruby-core #54907
Issue #8388 has been reported by dese.co.uk (Dave E).

----------------------------------------
Backport #8388: baseruby issue on OpenIndiana / Oracle Solaris 11.x
https://bugs.ruby-lang.org/issues/8388

Author: dese.co.uk (Dave E)
Status: Open
Priority: Normal
Assignee: dese.co.uk (Dave E)
Category: 
Target version: 


When compiling ruby-2.0.0-p0 on OpenIndiana / Oracle Solaris 11.x (both amd64),

make/gmake fails with miniprelude.c and turns out:
executable host ruby is required.  use --with-baseruby option

the means of --with-baseruby has a very poor explanation, especially for someone like me who's very new to ruby.
The doc should mention, that baseruby is a the path to an already on the system existing ruby binary.

However, the above error message origins from different file owner/group memberships after an untar of the source package.

RESOLUTION:
--------------------------------
after untar issue: chown -R <user>:<group> <ruby-x.x.x-src-dir>

The above affects Issue #3008 and makes omitting Christians's touch command, as the chown-cmd updates the file inode information as well.


I can confirm a successful ruby-2.0.0 amd64 build on OpenIndiana and have released a Ruby IPS package in our repository at www.openindiana.co.uk


Configure-cmd:
------------------
./configure --prefix=/opt/sfp/ruby2 --enable-shared CC='/opt/gcc/4.4.4/bin/gcc' CFLAGS='-m64 -O3 -I/opt/sfp/include -I/usr/include' LDFLAGS='-L/lib/64 -lc -L/opt/sfp/lib -L/usr/lib/64'

LDD-Output:
-----------------
ldd /opt/sfp/ruby2/bin/ruby 
        libc.so.1 =>     /lib/64/libc.so.1
        libruby.so.2 =>  /opt/sfp/ruby2/lib/libruby.so.2
        libpthread.so.1 =>       /lib/64/libpthread.so.1
        librt.so.1 =>    /lib/64/librt.so.1
        libsocket.so.1 =>        /lib/64/libsocket.so.1
        libdl.so.1 =>    /lib/64/libdl.so.1
        libcrypt.so.1 =>         /usr/lib/64/libcrypt.so.1
        libm.so.2 =>     /lib/64/libm.so.2
        libssp.so.0 =>   /usr/lib/64/libssp.so.0
        libgcc_s.so.1 =>         /lib/64/libgcc_s.so.1
        libnsl.so.1 =>   /lib/64/libnsl.so.1
        libgen.so.1 =>   /lib/64/libgen.so.1
        libmp.so.2 =>    /lib/64/libmp.so.2
        libmd.so.1 =>    /lib/64/libmd.so.1

Ruby-Version-Output
--------------------------------
/opt/sfp/ruby2/bin/ruby --version
ruby 2.0.0p0 (2013-02-24) [i386-solaris2.11]

REMARKS
--------------------------------
please feel free to mention the release of my Ruby2 install pkg for OpenIndiana / Solaris 11.x
on your web site.

Regards from Germany!
Dave.
[DE]SYSTEMS ENGINEERING Ltd.
www.dese.co.uk




-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next