[#18186] [req] Marshal — keiju@... (Keiju ISHITSUKA)

けいじゅ@日本ラショナルソフトウェアです.

14 messages 2002/09/05
[#18190] Re: [req] Marshal — matz@... (Yukihiro Matsumoto) 2002/09/05

まつもと ゆきひろです

[#18229] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — "U.Nakamura" <usa@...>

こんにちは、なかむら(う)です。

22 messages 2002/09/09
[#18230] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — nobu.nakada@... 2002/09/09

なかだです。

[#18231] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — "U.Nakamura" <usa@...> 2002/09/09

こんにちは、なかむら(う)です。

[#18232] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — nobu.nakada@... 2002/09/09

なかだです。

[#18233] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — "U.Nakamura" <usa@...> 2002/09/09

こんにちは、なかむら(う)です。

[#18234] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — WATANABE Hirofumi <eban@...> 2002/09/09

わたなべです。

[#18236] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — "U.Nakamura" <usa@...> 2002/09/09

こんにちは、なかむら(う)です。

[#18238] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — WATANABE Hirofumi <eban@...> 2002/09/09

わたなべです。

[#18241] Re: [ruby-cvs] rough/ext/stringio: * ruby-stringio.spec: 0.0.7, added changelog. — "U.Nakamura" <usa@...> 2002/09/09

こんにちは、なかむら(う)です。

[#18285] rubicon on EWS4800 — Koji Arai <JCA02266@...>

新井です。

59 messages 2002/09/13
[#18322] Re: rubicon on EWS4800 — Koji Arai <JCA02266@...> 2002/09/21

新井です。

[#18333] Re: rubicon on EWS4800 — kjana@...4lab.to (YANAGAWA Kazuhisa) 2002/09/21

In message <20020921.152641.11483667.JCA02266@nifty.ne.jp>

[#18336] Re: rubicon on EWS4800 — nobu.nakada@... 2002/09/21

なかだです。

[#18337] Re: rubicon on EWS4800 — Tanaka Akira <akr@...17n.org> 2002/09/21

In article <200209211605.g8LG52p04564@sharui.nakada.kanuma.tochigi.jp>,

[#18338] Re: rubicon on EWS4800 — nobu.nakada@... 2002/09/21

なかだです。

[#18341] Re: rubicon on EWS4800 — Tanaka Akira <akr@...17n.org> 2002/09/21

In article <200209211628.g8LGSxp04786@sharui.nakada.kanuma.tochigi.jp>,

[#18342] Re: rubicon on EWS4800 — nobu.nakada@... 2002/09/21

なかだです。

[#18343] Re: rubicon on EWS4800 — Tanaka Akira <akr@...17n.org> 2002/09/21

In article <200209211739.g8LHdKp05495@sharui.nakada.kanuma.tochigi.jp>,

[#18345] Re: rubicon on EWS4800 — nobu.nakada@... 2002/09/22

なかだです。

[#18349] Re: rubicon on EWS4800 — Tanaka Akira <akr@...17n.org> 2002/09/22

In article <200209220415.g8M4Fkp24392@sharui.nakada.kanuma.tochigi.jp>,

[#18374] Re: [ruby-cvs] ruby/ext/tcltklib: * eval.c (ruby_run): should set toplevel visibility again here. — WATANABE Hirofumi <eban@...>

わたなべです。

20 messages 2002/09/25
[#18376] Re: [ruby-cvs] ruby/ext/tcltklib: * eval.c (ruby_run): should set toplevel visibility again here. — matz@... (Yukihiro Matsumoto) 2002/09/25

まつもと ゆきひろです

[#18377] Re: [ruby-cvs] ruby/ext/tcltklib: * eval.c (ruby_run): should set toplevel visibility again here. — nobu.nakada@... 2002/09/25

なかだです。

[#18378] Re: [ruby-cvs] ruby/ext/tcltklib: * eval.c (ruby_run): should set toplevel visibility again here. — WATANABE Hirofumi <eban@...> 2002/09/25

わたなべです。

[ruby-dev:18174] Re: mkmf.rb and extmk.rb

From: Ryo HAYASAKA <ryoh@...>
Date: 2002-09-04 08:26:21 UTC
List: ruby-dev #18174
早坂@北陸先端です.

In message <8235-Wed04Sep2002120044+0900-eban@os.rim.or.jp>,
WATANABE Hirofumi <eban@os.rim.or.jp> wrote:

> 使われないのになぜ必要なんでしょうか?

すみません, 説明不足でした.

INSTALL_PROG は余計でしたが, MAKEDIRS, INSTALL_DATA は使われてま
す. grep すると次のようなものがひっかかります.

./ext/digest/Makefile:  @$(MAKEDIRS) /home/ryoh/work/ruby/ext/digest
./ext/dl/Makefile:      @$(MAKEDIRS) /home/ryoh/work/ruby/ext/dl/dl
./ext/nkf/Makefile:     @$(MAKEDIRS) /home/ryoh/work/ruby/ext/nkf

./ext/digest/Makefile:  @$(INSTALL_DATA) $(srcdir)/lib/sha1.rb /home/ryoh/work/ruby/ext/digest
./ext/dl/Makefile:      @$(INSTALL_DATA) $(srcdir)/lib/dl/import.rb /home/ryoh/work/ruby/ext/dl/dl
./ext/nkf/Makefile:     @$(INSTALL_DATA) $(srcdir)/lib/kconv.rb /home/ryoh/work/ruby/ext/nkf

それらが定義されないと, 僕のところでは

$ sudo gmake install
./miniruby ./instruby.rb 
link libruby.so.17.3 -> libruby.so.17
link libruby.so.17.3 -> libruby.so
installing Win32API
installing curses
installing dbm
installing digest
make: exec(/home/ryoh/work/ruby/ext/digest) failed (Permission denied)
*** Error code 1

Stop.
make: stopped in /home/ryoh/work/ruby/ext/digest
installing dl
make: exec(/home/ryoh/work/ruby/ext/dl/dl) failed (Permission denied)
*** Error code 1

Stop.
make: stopped in /home/ryoh/work/ruby/ext/dl
installing etc
installing fcntl
installing gdbm
installing iconv
installing nkf
make: exec(/home/ryoh/work/ruby/ext/nkf) failed (Permission denied)
*** Error code 1

Stop.
make: stopped in /home/ryoh/work/ruby/ext/nkf
installing pty
make: exec(/home/ryoh/work/ruby/ext/pty) failed (Permission denied)
*** Error code 1

Stop.
make: stopped in /home/ryoh/work/ruby/ext/pty
installing readline
installing sdbm
installing socket
installing stringio
installing strscan
installing syslog
installing tcltklib
make: exec(/home/ryoh/work/ruby/ext/tcltklib) failed (Permission denied)
*** Error code 1

Stop.
make: stopped in /home/ryoh/work/ruby/ext/tcltklib
installing tk
make: exec(/home/ryoh/work/ruby/ext/tk) failed (Permission denied)
*** Error code 1

Stop.
make: stopped in /home/ryoh/work/ruby/ext/tk
installing win32ole
installing digest/md5
installing digest/rmd160
installing digest/sha1
installing digest/sha2
installing racc/cparse
rbconfig.rb -> /usr/local/lib/ruby/1.7/i386-netbsdelf/rbconfig.rb
chmod 0644 /usr/local/lib/ruby/1.7/i386-netbsdelf/rbconfig.rb

といった感じになってしまいます.

--
Ryo HAYASAKA (早坂 良)  <ryoh@jaist.ac.jp>
http://www.jaist.ac.jp/%7Eryoh/
Japan Advanced Institute of Science and Technology (JAIST)

In This Thread