[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — ruby@...1.net
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:67948] [ruby-trunk - Bug #10210] LDSHARED and LDSHAREDXX set to null ('')
From:
nagachika00@...
Date:
2015-02-02 13:40:03 UTC
List:
ruby-core #67948
Issue #10210 has been updated by Tomoyuki Chikanaga.
Backport changed from 2.0.0: DONE, 2.1: REQUIRED to 2.0.0: DONE, 2.1: DONE
Backported into `ruby_2_1` at r49470.
----------------------------------------
Bug #10210: LDSHARED and LDSHAREDXX set to null ('')
https://bugs.ruby-lang.org/issues/10210#change-51335
* Author: Ivailo Monev
* Status: Closed
* Priority: Normal
* Assignee:
* ruby -v: 1.9.3-p547, 2.1.2
* Backport: 2.0.0: DONE, 2.1: DONE
----------------------------------------
While attempting to build Ruby on custom linux setup versions from 1.9.3-p547 to 2.1.2 fail to build, setting `LDSHARED` to "gcc -shared" and `LDSHAREDXX` to "g++ -shared" kind of sorted the problem but I still see some messages in the build log like:
~~~
make[2]: o: Command not found
make[2]: [../../.ext/i686-linux/ripper.so] Error 127 (ignored)
~~~
I'm attaching the config.log. Also, I want to highlight that on this setup Busybox is used and during the configure step I see the following (stripped) message:
~~~
checking whether ELF binaries are produced... cat: invalid option -- 'e'
BusyBox v1.22.1 (2014-08-30 20:49:51 UTC) multi-call binary.
...
no
~~~
---Files--------------------------------
config.log (837 KB)
--
https://bugs.ruby-lang.org/