[#30872] segv when reentering into Fiber with callcc — sheepman <sheepman@...>

こんばんは、sheepman です。

15 messages 2007/06/01
[#30899] Re: segv when reentering into Fiber with callcc — SASADA Koichi <ko1@...> 2007/06/06

 ささだです。

[#30905] Re: segv when reentering into Fiber with callcc — "Yusuke ENDOH" <mame@...> 2007/06/06

遠藤と申します。

[#30906] Re: segv when reentering into Fiber with callcc — SASADA Koichi <ko1@...> 2007/06/06

 ささだです。

[#30929] secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...>

-----BEGIN PGP SIGNED MESSAGE-----

51 messages 2007/06/08
[#30930] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <4669066C.2080307@sarion.co.jp>,

[#30934] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30935] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <46694461.4060706@sarion.co.jp>,

[#30936] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30938] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <46697C0B.8060402@sarion.co.jp>,

[#30939] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30940] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <4669DAB0.4050705@sarion.co.jp>,

[#30944] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/09

-----BEGIN PGP SIGNED MESSAGE-----

[#30945] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/09

In article <466AA73C.9030407@sarion.co.jp>,

[#30946] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/09

-----BEGIN PGP SIGNED MESSAGE-----

[#30950] Re: secrand.rb — Nobuyoshi Nakada <nobu@...> 2007/06/11

なかだです。

[#31173] Re: Random — Tanaka Akira <akr@...> 2007/07/10

In article <469253E9.9010203@sarion.co.jp>,

[#31174] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/10

-----BEGIN PGP SIGNED MESSAGE-----

[#31178] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/11

-----BEGIN PGP SIGNED MESSAGE-----

[#31179] Re: Random — Tanaka Akira <akr@...> 2007/07/11

In article <4694338C.7090303@sarion.co.jp>,

[#31183] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/11

-----BEGIN PGP SIGNED MESSAGE-----

[#30971] Linux/ia64で'ucontext_t' undeclared — akira yamada / やまだあきら <akira@...>

最近のRuby 1.9をLinux/ia64上でmakeしようとすると

16 messages 2007/06/13
[#30973] Re: Linux/ia64で'ucontext_t' undeclared — Yukihiro Matsumoto <matz@...> 2007/06/13

まつもと ゆきひろです

[#30974] Re: Linux/ia64で'ucontext_t' undeclared — akira@... 2007/06/13

Yukihiro Matsumoto さんは書きました:

[#30975] Re: Linux/ia64で'ucontext_t' undeclared — Yukihiro Matsumoto <matz@...> 2007/06/13

まつもと ゆきひろです

[ruby-dev:30947] Problem in installing the last Ruby 1.9

From: "Vincent Isambart" <vincent.isambart@...>
Date: 2007-06-10 08:13:02 UTC
List: ruby-dev #30947
Hi,

This morning I had an error during the installation of Ruby 1.9
(yesterday it was working fine):
~/src/ruby% sudo make install
./miniruby  ./instruby.rb --dest-dir="" --extout=".ext" --make="make"
--mflags="" --make-flags="" --installed-list .installed.list
--mantype="doc"
installing binary commands
installing command scripts
installing library scripts
installing headers
/Users/vincent/src/ruby/lib/fileutils.rb:1256:in `initialize': No such
file or directory - /usr/local/include/ruby-1.9/ruby/defines.h
(Errno::ENOENT)
        from /Users/vincent/src/ruby/lib/fileutils.rb:1256:in `open'
        from /Users/vincent/src/ruby/lib/fileutils.rb:1256:in `block
in copy_file'
        from /Users/vincent/src/ruby/lib/fileutils.rb:1255:in `open'
        from /Users/vincent/src/ruby/lib/fileutils.rb:1255:in `copy_file'
        from /Users/vincent/src/ruby/lib/fileutils.rb:462:in `copy_file'
        from /Users/vincent/src/ruby/lib/fileutils.rb:838:in `block in install'
        from /Users/vincent/src/ruby/lib/fileutils.rb:1389:in `block
in fu_each_src_dest'
        from /Users/vincent/src/ruby/lib/fileutils.rb:1405:in
`fu_each_src_dest0'
         ... 9 levels...
        from ./instruby.rb:356:in `each'
        from ./instruby.rb:356:in `block in <main>'
        from ./instruby.rb:355:in `each'
        from ./instruby.rb:355:in `<main>'
make: *** [do-install-nodoc] Error 1

The file can't be created because the destination directory
(/usr/local/include/ruby-1.9/ruby) does not exist (it has not been
created).

Cheers,
Vincent Isambart

In This Thread

Prev Next