[ruby-list:43087] Re: 1.9SVN HEADで拡張ライブラリがインストールされない?
From:
okkez <okkez000@...>
Date:
2007-01-02 14:25:22 UTC
List:
ruby-list #43087
okkezです。 07/01/02 に Yukihiro Matsumoto<matz@ruby-lang.org> さんは書きました: > エラーを見せてください。それともエラー無しにインストールだけ > 行われませんか? いずれにしても現在trunkはYARVマージ直後では > なはだ安定していないのでなにが起きても不思議はありませんが。 > ちょっと長くなりますが、./configure以降の作業時のログを全部貼ります。 > 環境2 > OS: Debian GNU/Linux sarge (x86_64) > gcc: 3.3.5 での作業ログです。最後の警告以外は環境1でも同じでした。 よろしくお願いします。 ----- リビジョン 11452 です。 #=> svn upの結果 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether gcc needs -traditional... no checking whether the linker is GNU ld... yes checking whether gcc -E accepts -o... yes checking for ranlib... ranlib checking for ar... ar checking for as... as checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for long long... yes checking for off_t... yes checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 8 checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for off_t... (cached) yes checking size of off_t... 8 checking for void*... yes checking size of void*... 8 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for time_t... yes checking size of time_t... 8 checking for pid_t... yes checking for gid_t... yes checking for uid_t... yes checking for prototypes... yes checking token paste string... ansi checking for variable length prototypes and stdarg.h... yes checking for noreturn function attribute... __attribute__ ((noreturn)) x checking for deprecated function attribute... __attribute__ ((deprecated)) x checking for noinline function attribute... __attribute__ ((noinline)) x checking for stdcall function attribute... x checking for cdecl function attribute... x checking for RUBY_EXTERN... no checking whether sys_nerr is declared... yes checking for crypt in -lcrypt... yes checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for socketpair in -lsocket... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking a.out.h usability... yes checking a.out.h presence... yes checking for a.out.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for memory.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking for rlim_t... yes checking size of rlim_t... 8 checking for size_t... yes checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking for fd_mask... yes checking for stack end address... __libc_stack_end checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... yes checking for dup2... yes checking for memmove... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strerror... yes checking for strftime... yes checking for strchr... yes checking for strstr... yes checking for strtoul... yes checking for crypt... yes checking for flock... yes checking for isnan... yes checking for finite... yes checking for isinf... yes checking for hypot... yes checking for acosh... yes checking for erf... yes checking for fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes checking for fork... yes checking for spawnv... no checking for syscall... yes checking for chroot... yes checking for fsync... yes checking for getcwd... yes checking for eaccess... no checking for truncate... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for fcntl... yes checking for lockf... yes checking for lstat... yes checking for link... yes checking for symlink... yes checking for readlink... yes checking for setitimer... yes checking for setruid... no checking for seteuid... yes checking for setreuid... yes checking for setresuid... yes checking for setproctitle... no checking for socketpair... yes checking for setrgid... no checking for setegid... yes checking for setregid... yes checking for setresgid... yes checking for issetugid... no checking for pause... yes checking for lchown... yes checking for lchmod... no checking for getpgrp... yes checking for setpgrp... yes checking for getpgid... yes checking for setpgid... yes checking for initgroups... yes checking for getgroups... yes checking for setgroups... yes checking for getpriority... yes checking for getrlimit... yes checking for setrlimit... yes checking for sysconf... yes checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for _setjmp... yes checking for vsnprintf... yes checking for snprintf... yes checking for setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for mktime... yes checking for timegm... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for log2... yes checking for setuid... yes checking for setgid... yes checking for daemon... yes checking for select_large_fdset... no checking for setenv... yes checking for unsetenv... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for negative time_t for gmtime(3)... yes checking whether getpgrp requires zero arguments... yes checking whether setpgrp takes no argument... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking whether right shift preserve sign bit... yes checking read count field in FILE structures... not found(OK if using GNU libc) checking read buffer ptr field in FILE structures... _IO_read_ptr checking read buffer end field in FILE structures... _IO_read_end checking whether st_ino is huge... no checking whether _SC_CLK_TCK is supported... yes checking stack growing direction... -1 checking for pthread_kill in -lpthread... yes checking for nanosleep... yes checking for getcontext... yes checking for setcontext... yes checking for backtrace... yes checking whether ELF binaries are produced... yes checking whether OS depend dynamic link works... yes checking for nroff... /usr/bin/nroff config.h unchanged configure: creating ./config.status config.status: creating Makefile gcc -g -O2 -I. -I. -DRUBY_EXPORT -c array.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c ascii.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c bignum.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c class.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c compar.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c dir.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c dln.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c enum.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c enumerator.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c error.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c euc_jp.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c eval.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c eval_load.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c eval_proc.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c eval_thread.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c file.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c gc.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c hash.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c inits.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c io.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c marshal.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c math.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c numeric.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c object.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c pack.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c parse.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c process.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c prec.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c random.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c range.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c re.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c regcomp.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c regenc.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c regerror.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c regexec.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c regparse.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c ruby.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c signal.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c sjis.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c sprintf.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c st.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c string.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c struct.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c time.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c utf8.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c util.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c variable.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c version.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c blockinlining.c ruby ./tool/insns2vm.rb --srcdir=. gcc -g -O2 -I. -I. -DRUBY_EXPORT -c compile.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c debug.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c iseq.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c vm.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c vm_dump.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c yarvcore.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c thread.c gcc -g -O2 -I. -I. -DRUBY_EXPORT -c dmyext.c ar rcu libruby-static.a array.o ascii.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o euc_jp.o eval.o eval_load.o eval_proc.o eval_thread.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o ruby.o signal.o sjis.o sprintf.o st.o string.o struct.o time.o utf8.o util.o variable.o version.o blockinlining.o compile.o debug.o iseq.o vm.o vm_dump.o yarvcore.o thread.o dmyext.o gcc -g -O2 -I. -I. -DRUBY_EXPORT -c main.c gcc -g -O2 -rdynamic -Wl,-export-dynamic -L. main.o libruby-static.a -lpthread -ldl -lcrypt -lm -o miniruby ./miniruby ./mkconfig.rb -timestamp=.rbconfig.time \ -install_name=ruby \ -so_name=ruby rbconfig.rb rbconfig.rb unchanged ./miniruby ./ext/extmk.rb --dest-dir="" --make="make" --mflags="" --make-flags="" --extout=".ext" --extension --extstatic -- compiling Win32API make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/Win32API' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/Win32API' compiling bigdecimal make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/bigdecimal' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/bigdecimal' compiling curses make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/curses' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/curses' compiling dbm make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/dbm' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/dbm' compiling digest make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest' compiling digest/bubblebabble make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/bubblebabble' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/bubblebabble' compiling digest/md5 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/md5' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/md5' compiling digest/rmd160 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/rmd160' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/rmd160' compiling digest/sha1 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha1' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha1' compiling digest/sha2 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha2' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha2' compiling dl make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/dl' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/dl' compiling etc make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/etc' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/etc' compiling fcntl make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/fcntl' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/fcntl' compiling gdbm make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/gdbm' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/gdbm' compiling iconv make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/iconv' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/iconv' compiling io/wait make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/io/wait' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/io/wait' compiling nkf make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/nkf' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/nkf' compiling openssl make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/openssl' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/openssl' compiling pty make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/pty' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/pty' compiling racc/cparse make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/racc/cparse' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/racc/cparse' compiling readline make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/readline' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/readline' compiling ripper make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/ripper' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/ripper' compiling sdbm make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/sdbm' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/sdbm' compiling socket make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/socket' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/socket' compiling stringio make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/stringio' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/stringio' compiling strscan make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/strscan' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/strscan' compiling syck make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/syck' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/syck' compiling syslog make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/syslog' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/syslog' compiling tk make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/tk' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/tk' compiling tk/tkutil make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/tk/tkutil' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/tk/tkutil' compiling win32ole make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/win32ole' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/win32ole' compiling zlib make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/zlib' make[1]: `all' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/zlib' making ruby make[1]: Entering directory `/home/kenji/src/all-ruby/ruby' gcc -g -O2 -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -lpthread -ldl -lcrypt -lm -o ruby make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby' ./miniruby ./instruby.rb --dest-dir="" --make="make" --mflags="" --make-flags="" --mantype="doc" installing binary commands installing command scripts installing library scripts installing headers installing manpages ./miniruby ./ext/extmk.rb --dest-dir="" --make="make" --mflags="" --make-flags="" --extout=".ext" --extension --extstatic -- install installing Win32API make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/Win32API' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/Win32API' installing bigdecimal make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/bigdecimal' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/bigdecimal' installing curses make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/curses' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/curses' installing dbm make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/dbm' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/dbm' installing digest make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest' installing digest/bubblebabble make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/bubblebabble' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/bubblebabble' installing digest/md5 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/md5' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/md5' installing digest/rmd160 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/rmd160' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/rmd160' installing digest/sha1 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha1' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha1' installing digest/sha2 make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha2' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/digest/sha2' installing dl make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/dl' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/dl' installing etc make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/etc' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/etc' installing fcntl make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/fcntl' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/fcntl' installing gdbm make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/gdbm' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/gdbm' installing iconv make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/iconv' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/iconv' installing io/wait make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/io/wait' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/io/wait' installing nkf make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/nkf' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/nkf' installing openssl make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/openssl' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/openssl' installing pty make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/pty' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/pty' installing racc/cparse make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/racc/cparse' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/racc/cparse' installing readline make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/readline' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/readline' installing ripper make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/ripper' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/ripper' installing sdbm make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/sdbm' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/sdbm' installing socket make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/socket' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/socket' installing stringio make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/stringio' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/stringio' installing strscan make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/strscan' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/strscan' installing syck make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/syck' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/syck' installing syslog make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/syslog' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/syslog' installing tk make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/tk' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/tk' installing tk/tkutil make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/tk/tkutil' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/tk/tkutil' installing win32ole make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/win32ole' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/win32ole' installing zlib make[1]: Entering directory `/home/kenji/src/all-ruby/ruby/ext/zlib' make[1]: `install' に対して行うべき事はありません。 make[1]: Leaving directory `/home/kenji/src/all-ruby/ruby/ext/zlib' -----以下は標準エラー出力に出力されたと思われる警告。 vm_dump.c: 関数 `control_frame_dump' 内: vm_dump.c:38: 警告: cast from pointer to integer of different size vm_dump.c:42: 警告: cast from pointer to integer of different size ------ -- okkez okkez000@gmail.com