[#4858] Build fails on OSX Tiger 10.4 — noreply@...

Bugs item #1883, was opened at 2005-05-06 14:55

21 messages 2005/05/06
[#4862] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Yukihiro Matsumoto <matz@...> 2005/05/07

Hi,

[#4865] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Ryan Davis <ryand-ruby@...> 2005/05/07

[#4868] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — nobu.nokada@... 2005/05/07

Hi,

[#5053] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Shugo Maeda <shugo@...> 2005/05/19

Hi,

[#5056] Re: [ ruby-Bugs-1883 ] Build fails on OSX Tiger 10.4 — Mark Hubbart <discordantus@...> 2005/05/19

On 5/19/05, Shugo Maeda <shugo@ruby-lang.org> wrote:

[#4874] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...>

Hello all,

31 messages 2005/05/10
[#4879] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Pit Capitain <pit@...> 2005/05/11

Ilias Lazaridis schrieb:

[#4883] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...> 2005/05/12

Pit Capitain wrote:

[#4884] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ryan Davis <ryand-ruby@...> 2005/05/12

[#4888] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...> 2005/05/12

Ryan Davis wrote:

[#4889] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — ES <ruby-ml@...> 2005/05/12

[#4890] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Ilias Lazaridis <ilias@...> 2005/05/12

ES wrote:

[#4891] Re: [THIN] - Need to reduce Ruby Sources to the Minimal — Alexander Kellett <ruby-lists@...> 2005/05/12

On May 12, 2005, at 3:13 PM, Ilias Lazaridis wrote:

[#4911] Pointless argc check in Array#select — noreply@...

Patches item #1900, was opened at 2005-05-12 09:33

11 messages 2005/05/12

[#4919] - Hierarchical/Modular Directory Structure — Ilias Lazaridis <ilias@...>

The source-code structure should be simplified, lowering barriers for

20 messages 2005/05/12

Re: ruby-1.8.3 preview1 - failure: cygwin.

From: Hugh Sasse <hgs@...>
Date: 2005-05-13 16:43:50 UTC
List: ruby-core #4962
On Fri, 13 May 2005, Nakada, Nobuyoshi wrote:

> Hi,
>
> At Fri, 13 May 2005 07:20:44 +0900,
> Hugh Sasse wrote in [ruby-core:04932]:
>> This appears to be due to incorrect quoting in the makefile -- that
>> is to say,
         [...]
>
> Sorry, I hope this helps.

No need to apologise :-)  Thank you for the patch.
I applied the patch, did
make distclean
and got some errors (see below).
I thought, maybe it is enough, so I did
./configure
make
make test
and the test succeeded.  Thank you.
So I then re-did 
make distclean
and all was fine this time: no problems.
./configure && make && make test
and the tests were passed.


For completeness, the problems I had with the first `make distclean`
were:

$ make distclean
cleaning Win32API
make[1]: Entering directory `/cygdrive/c/Documents and Settings/HGS/My Documents
/My Programs/ruby-1.8.3/ruby-1.8.3/ext/Win32API'
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/HGS/My Documents/
My Programs/ruby-1.8.3/ruby-1.8.3/ext/Win32API'
cleaning bigdecimal
make[1]: Entering directory `/cygdrive/c/Documents and Settings/HGS/My Documents
/My Programs/ruby-1.8.3/ruby-1.8.3/ext/bigdecimal'
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/HGS/My Documents/
My Programs/ruby-1.8.3/ruby-1.8.3/ext/bigdecimal'
cleaning curses
/cygdrive/c/Documents and Settings/HGS/My Documents/My Programs/ruby-1.8.3/ruby-
1.8.3/lib/mkmf.rb:850:in `configuration': undefined method `quote' for nil:NilCl
ass (NoMethodError)
         from /cygdrive/c/Documents and Settings/HGS/My Documents/My Programs/rub
y-1.8.3/ruby-1.8.3/lib/mkmf.rb:912:in `dummy_makefile'
         from ./ext/extmk.rb:155:in `extmake'
         from ./ext/extmk.rb:154:in `open'
         from ./ext/extmk.rb:154:in `extmake'
         from ./ext/extmk.rb:378
         from ./ext/extmk.rb:377:in `each'
         from ./ext/extmk.rb:377
make: [distclean-ext] Error 1 (ignored)

HGS@hugh ~/My Documents/My Programs/ruby-1.8.3/ruby-1.8.3
$ 
>
That may not matter now.

A couple of questions arise from this:

1)  Is there a version of script for cygwin?  I mean the unix
program that records the session in a file called typescript.  It's
rather difficult to search for with google :-)

2)  What is the status of the Rubicon project, or is there some
other way you would like us to stress-test ruby-1.8.3 on the
platforms available to us?

Thank you again,
         Hugh


In This Thread