[#80974] [Ruby trunk Feature#13517] [PATCH] reduce rb_mutex_t size from 160 to 80 bytes on 64-bit — ko1@...
Issue #13517 has been updated by ko1 (Koichi Sasada).
4 messages
2017/05/02
[#81024] Re: [Ruby trunk Feature#13517] [PATCH] reduce rb_mutex_t size from 160 to 80 bytes on 64-bit
— SASADA Koichi <ko1@...>
2017/05/07
sorry for late response.
[#80996] [Ruby trunk Feature#13544] Allow loading an ISeqs sequence directly from a C extension without requiring buffer is in an RVALUE — sam.saffron@...
Issue #13544 has been reported by sam.saffron (Sam Saffron).
3 messages
2017/05/04
[#81016] [Ruby trunk Bug#13526] Segmentation fault at 0x0055c2e58e8920 ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] — s.wanabe@...
Issue #13526 has been updated by wanabe (_ wanabe).
3 messages
2017/05/07
[#81048] Re: [ruby-cvs:65788] normal:r58614 (trunk): rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t — SASADA Koichi <ko1@...>
It causes compile error on raspi 3.
3 messages
2017/05/09
[#81201] Re: [ruby-cvs:65935] normal:r58761 (trunk): test/test_extilibs.rb: do not check the existence of fiddle — "U.NAKAMURA" <usa@...>
Hi, Eric
4 messages
2017/05/16
[#81202] Re: [ruby-cvs:65935] normal:r58761 (trunk): test/test_extilibs.rb: do not check the existence of fiddle
— Eric Wong <normalperson@...>
2017/05/16
"U.NAKAMURA" <usa@garbagecollect.jp> wrote:
[#81427] Fwd: [ruby-changes:46809] normal:r58924 (trunk): test for IO.copy_stream CPU usage (r58534) — SASADA Koichi <ko1@...>
Hi,
6 messages
2017/05/28
[#81428] Re: Fwd: [ruby-changes:46809] normal:r58924 (trunk): test for IO.copy_stream CPU usage (r58534)
— Eric Wong <normalperson@...>
2017/05/28
SASADA Koichi <ko1@atdot.net> wrote:
[ruby-core:81036] [Ruby trunk Bug#13535] Installing Ruby2.4.1 on Solaris 10
From:
yusuke.e.takahashi@...
Date:
2017-05-08 08:00:46 UTC
List:
ruby-core #81036
Issue #13535 has been updated by usukere (高橋 佑典). ご対応いただきありがとうございます。 日本語で再度質問させてください。 makeまでに実行したコマンドは以下の通りです。 ruby-2.4.1.tar.gzを/opt/oracle/media/Ruby/にインストール #cd /opt/oracle/media/Ruby/ #gunzip -c ruby-2.4.1.tar.gz | tar xvf - #cd ruby-2.4.1 #PATH+$PATH:/usr/sfw/bin #./configure -prefix=/opt/local -enablepthread -includedir=/opt/local/include #make 上記make実行の時点で、以下のエラーが出力されます。 ``` make: Fatal error: Unknown option `-C' ***Error Code 1 The following command caused the error: make -C libffi-3.2.1 make: Fatal error: command failed for target `libffi-3.2.1/.libs/libffi_convenience.a' Current working directory /opt/oracle/media/Ruby.ruby2.4.1/ruby-2.4.1/ext/fiddle ***Error Code 1 The following command caused the error: cd ext/fiddle && exec make V=0 all ``` 例えばGNU makeかそうでないかを意識し、オプション等追加する必要がありますでしょうか? 宜しくお願い致します。 ---------------------------------------- Bug #13535: Installing Ruby2.4.1 on Solaris 10 https://bugs.ruby-lang.org/issues/13535#change-64695 * Author: usukere (高橋 佑典) * Status: Feedback * Priority: Normal * Assignee: * Target version: * ruby -v: 2.4.1 * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Hello When we install Ruby 1.9.1 on Solaris 10, we execute these commands. ``` # gunzip -c ruby-1.9.1-p0.tar.gz | tar xf – # cd ruby-1.9.1-p0 # ./configure –prefix=/opt/local –enable-pthread –includedir=/opt/local/include # make ``` When we execute "make", some errors occured. we solved some errors, but we can't solve one error. ``` gcc -I. ~~~ -Whoparentheses -obigdecimal.o -c bigdecimal.c /usr/ccs/bin/as: error: no input filename given ``` Look at "-obigdecimal.o" We think it should be "-o bigdecimal.o" Why this error happen? Do you have better version? Because of our environment, we can't use the newest one. Regards, Yusuke -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>