2008-04-05(Sat) [長年日記] この日を編集
_ Firefox 3 beta 5を入れてみた
ここしばらくsafari+メイリオを使っていたのだけれど、fx3β5を入れてみた。かなりきびきび動いていい感じ。ietabもすでに対応版が出てることだし、会社の評価環境のも入れ替えようかな。
2008-04-09(Wed) [長年日記] この日を編集
_ safari3.1+はてぶブックマークレットでタイトルがおかしくなることがある。
どうも、
- http://naa.vox.com/library/post/vmware上のcentos51で時計を合わせる.html
のようなリンクをsafari3.1からブックマークレットで登録すると、
- タイトル
- VMware%u4E0A%u306ECentOS5.1%u3067%u6642%u8A08%u3092%u5408%u308F%u305B%u308B - Vox
- URL
- http://naa.vox.com/library/post/vmware%u4E0A%u306Ecentos51%u3067%u6642%u8A08%u3092%u5408%u308F%u305B%u308B.html
のようになってしまう。
Fx3b5から行うと、普通に登録できる。というか、すでにぶくま済みなので、Fx3b5からやれば、重複登録のお知らせが出る。safariからだと出ない。うーむ。
それはそうと、上記の記事のおかげで自宅のcentos5.1 on vmwareserverの時刻あわせがうまくいった。感謝。
_ [Linux]CentOS5.1でruby1.8.6を運用する場合:
現行のCentOS5.1のリポジトリには、
[kog@centos1 ~]$ yum list installed | grep ruby ruby.i386 1.8.5-5.el5_1.1 installed ruby-libs.i386 1.8.5-5.el5_1.1 installed
な感じで1.8.5-5.el5_1.1なるバージョンが入ってる。こいつがどういう素性なのか、どこみたらいいのかまだわかってないんだけども(どっかにspecファイルのCVSリポジトリでもあるんかな?それか、src.rpmをいれるの?)、まあアプリの都合で1.8.6, ないし1.8.7を使いたいとする。
安直にやるなら、wget, tar -zxvf, cd ruby, ./configure, make, make test , sudo make install なんだろうけど、たとえば複数台のサーバを運用する場合、一台ずついちいちコンパイルってのはありえないんじゃないかと思う。皆いったい、どういうポリシーで運用してるんだろうか?
わからんなりにどういうのがありうるのか考えてみる:
- SRPMをインストールして、specをバージョンにあわせて書き換えて、rpmを作って/usr/binにインストール。他のマシンにはrpmを配る。
- 完全に置き換えるイメージ?
- Rubyにdependしてるパッケージがあった場合、どうなるんだろう?
- それにdevelありなしを分けたりわけなかったりとか。ruby-rdocはどーすんだ、とか。
- SRPMをインストールして、specを書き換えて、/usr/localか/optに入れる形でrpmを作ってインストール。
- 本家リポジトリがアップしたときに間違って適用してもつぶされないように。
- rpmデータベース上は混ざるよなあ...区別できる方法あるんだろうか?
- yumでいうところの、base, updates, centosplusみたいな感じでもうひとつ勝手にエントリ作ってオレオレリポジトリ経由でいれたらいいのかな?
- そもそもオレオレリポジトリってどうやってつくるんだろ?
- yumでいうところの、base, updates, centosplusみたいな感じでもうひとつ勝手にエントリ作ってオレオレリポジトリ経由でいれたらいいのかな?
- どこかにそういうあたらしめのrpmがそろってるところがあって、そこからいただいてくるとか。
- yum にちょこっと設定すれば簡単にfetchからinstallまでできたりするとか?
- ほんと?
- 普通$HOMEはNFSで共有だから、ホームでmake testまでやって、各サーバでsudo make installで終了。当然/usr/local。
- ほんとにこんなことすんの?
- 削除するときどうすんのよ?
- どっかのファイルに追記したりとかするタイプのはどう対処する?
うーむ。どうしてるんだろうなあ...次回Ruby勉強会のときにでも誰か聞いてみようかしら。
2008-04-11(Fri) [長年日記] この日を編集
_ アイデアプロセッサ
ちょっと前からアイデアプロセッサを探してる。一番ほしいのは、TOC思考プロセスの5つのツリー(雲とか)のエディタ。ぐぐるとよく出てくるjava製のEfficioは、作者さまのサイトが閉鎖になったみたいで、入手できそうにない。vectorかどっかにあげてくれてれば入手できたんだけど。
FreeMindとか、JUDEのマインドマップとか、Frieve Editorも試したんだが、書きたいのはツリー構造じゃないみたいでしっくりこない。書きたいのはこういう図なんだけど。いや、マインドマップでトピック?からトピックに点線引けるのは知ってる。だけどこう...なんというか。各トピックは独立してて、そこへのパスに強弱があったり、親子関係があったりするイメージなんだな。で、せっかくソフトウェアなのだし表示がそれなりにぐりぐり変わったりいじれたりすると楽しそう。
と思っていたら、ついさっき汎用GUIソフトウェアSoulLinkMapってのを見かけた。とりあえずよさそうなので試してみる。
_ ツッコミへの返信
Rubyのインストール時点で既存ファイルへの追記がないのは了解しました。私の頭にあったのはRuby製のツール...たとえばHikiとか、tdiaryとか、redmineとかをパッケージングして配備、みたいなことですね。
2008-04-14(Mon) [長年日記] この日を編集
_ [Ruby]ruby_18 branch revision 16017 build on HP-UX 11.23 ia64
1.8.7preview1がもうすぐ出るということで、ついさっきsvn upしたもので ia64のHP-UXでビルドしてみた。
cursesのところでこけたので、cursesサブディレクトリごと削除して続行。とりあえず gmake testは通った。
$ CFLAGS="-O -D_XOPEN_SOURCE_EXTENDED" ./configure --without-gcc --prefix=$HOME/local checking build system type... ia64-hp-hpux11.23 checking host system type... ia64-hp-hpux11.23 checking target system type... ia64-hp-hpux11.23 checking for gcc... cc 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... no checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking whether the linker is GNU ld... no checking whether cc -E accepts -o... yes checking for bison... bison -y 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... 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... 64 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... 4 checking for long long... (cached) yes checking size of long long... 8 checking for __int64... yes checking size of __int64... 8 checking for off_t... (cached) yes checking size of off_t... 8 checking for void*... yes checking size of void*... 4 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... 4 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 noinline function attribute... __declspec(noinline) x checking for RUBY_EXTERN... no checking whether sys_nerr is declared... no checking for crypt in -lcrypt... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... yes 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 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 _LARGEFILE_SOURCE value needed for large files... 1 checking for fseeko... yes checking for ftello... 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... no checking for vsnprintf... yes checking for isnan... yes checking for finite... yes checking for isinf... no 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 syscall... yes checking for chroot... yes checking for fsync... yes checking for getcwd... yes checking for eaccess... no checking for truncate... yes checking for ftruncate... 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 symlink... yes checking for link... yes checking for readlink... yes checking for setitimer... yes checking for setruid... no checking for seteuid... no checking for setreuid... yes checking for setresuid... yes checking for setproctitle... no checking for setrgid... no checking for setegid... no checking for setregid... yes checking for setresgid... yes checking for issetugid... no checking for pause... yes checking for lchown... yes checking for lchmod... yes 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 group_member... no checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for sigsetjmp... yes checking for _setjmp... yes checking for _longjmp... yes checking for setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for mktime... yes checking for timegm... no checking for gettimeofday... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for round... yes checking for setuid... yes checking for setgid... yes checking for setenv... no checking for unsetenv... no checking for __builtin_setjmp... no checking for setjmp type... _setjmp checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... no checking for tzname... yes checking for struct tm.tm_gmtoff... no checking for external int daylight... yes checking for external timezone... long checking for external altzone... no 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... yes checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... (cached) no checking for working volatile... yes checking for __libc_ia64_register_backing_store_base... no checking whether right shift preserve sign bit... yes checking read count field in FILE structures... _cnt checking read buffer ptr field in FILE structures... _ptr checking whether need to seek between R/W... yes checking whether st_ino is huge... no checking whether _SC_CLK_TCK is supported... yes checking stack growing direction... (cached) -1 checking whether ELF binaries are produced... yes checking whether OS depend dynamic link works... yes checking for nroff... /usr/bin/nroff creating config.h configure: creating ./config.status config.status: creating Makefile
$ gmake cc -g -DRUBY_EXPORT -I. -I. -c array.c cc -g -DRUBY_EXPORT -I. -I. -c bignum.c cc -g -DRUBY_EXPORT -I. -I. -c class.c cc -g -DRUBY_EXPORT -I. -I. -c compar.c cc -g -DRUBY_EXPORT -I. -I. -c dir.c cc -g -DRUBY_EXPORT -I. -I. -c dln.c "dln.c", line 1375: warning #2185-D: dynamic initialization in unreachable code shl_t lib = NULL; ^ cc -g -DRUBY_EXPORT -I. -I. -c enum.c cc -g -DRUBY_EXPORT -I. -I. -c enumerator.c cc -g -DRUBY_EXPORT -I. -I. -c error.c "error.c", line 883: warning #3197-D: the prototype declaration of "char *strerror(int)" (declared at line 104 of "/usr/include/string.h") is ignored after this unprototyped redeclaration char *strerror(); ^ "error.c", line 1088: warning #3305-D: function declared with "noreturn" does return } ^ "error.c", line 1157: warning #3305-D: function declared with "noreturn" does return } ^ "error.c", line 1164: warning #3305-D: function declared with "noreturn" does return } ^ cc -g -DRUBY_EXPORT -I. -I. -c eval.c "eval.c", line 5167: warning #2111-D: statement is unreachable return Qnil; ^ "eval.c", line 6701: warning #2180-D: argument is incompatible with formal parameter return exec_under(eval_under_i, under, under, args); ^ "eval.c", line 6716: warning #2180-D: argument is incompatible with formal parameter return exec_under(yield_under_i, under, 0, self); ^ "eval.c", line 10468: warning #3305-D: function declared with "noreturn" does return } ^ "eval.c", line 10538: warning #3305-D: function declared with "noreturn" does return } ^ "eval.c", line 10553: warning #3305-D: function declared with "noreturn" does return } ^ "eval.c", line 12105: warning #2180-D: argument is incompatible with formal parameter return rb_thread_start_0(rb_thread_yield, args, th); ^ "eval.c", line 12126: warning #2180-D: argument is incompatible with formal parameter return rb_thread_start_0(rb_thread_yield, args, rb_thread_alloc(klass)); ^ cc -g -DRUBY_EXPORT -I. -I. -c file.c cc -g -DRUBY_EXPORT -I. -I. -c gc.c "gc.c", line 897: warning #2180-D: argument is incompatible with formal parameter if (is_pointer_to_heap(obj->as.node.u1.node)) { ^ "gc.c", line 900: warning #2180-D: argument is incompatible with formal parameter if (is_pointer_to_heap(obj->as.node.u2.node)) { ^ "gc.c", line 903: warning #2180-D: argument is incompatible with formal parameter if (is_pointer_to_heap(obj->as.node.u3.node)) { ^ "gc.c", line 1000: warning #2180-D: argument is incompatible with formal parameter is_pointer_to_heap(obj) ? "corrupted object" : "non object"); ^ cc -g -DRUBY_EXPORT -I. -I. -c hash.c cc -g -DRUBY_EXPORT -I. -I. -c inits.c cc -g -DRUBY_EXPORT -I. -I. -c io.c cc -g -DRUBY_EXPORT -I. -I. -c marshal.c cc -g -DRUBY_EXPORT -I. -I. -c math.c cc -g -DRUBY_EXPORT -I. -I. -c numeric.c "numeric.c", line 2312: warning #2546-D: transfer of control bypasses initialization of: variable "x2" (declared at line 2298) goto bignum; ^ "numeric.c", line 2347, procedure fix_pow: warning #20010-D: Floating-point DIVIDE BY ZERO exception generated "numeric.c", line 2374, procedure fix_pow: warning #20010-D: Floating-point DIVIDE BY ZERO exception generated cc -g -DRUBY_EXPORT -I. -I. -c object.c cc -g -DRUBY_EXPORT -I. -I. -c pack.c bison -y parse.y sed '/^#/s|y\.tab\.c|parse.c|' y.tab.c > parse.c rm -f y.tab.c cc -g -DRUBY_EXPORT -I. -I. -c parse.c "parse.c", line 7085: warning #2177-D: label "yyerrorlab" was declared but never referenced yyerrorlab: ^ "parse.y", line 3149: warning #2068-D: integer conversion resulted in a change of sign quote->nd_func = -1; ^ "parse.y", line 3353: warning #2068-D: integer conversion resulted in a change of sign lex_strterm = NEW_STRTERM(-1, 0, 0); ^ cc -g -DRUBY_EXPORT -I. -I. -c process.c "process.c", line 2599: warning #2068-D: integer conversion resulted in a change of sign if (ngroups == -1) ^ cc -g -DRUBY_EXPORT -I. -I. -c prec.c cc -g -DRUBY_EXPORT -I. -I. -c random.c cc -g -DRUBY_EXPORT -I. -I. -c range.c "range.c", line 378: warning #2180-D: argument is incompatible with formal parameter range_each_func(range, step_i, b, e, args); ^ "range.c", line 378: warning #2180-D: argument is incompatible with formal parameter range_each_func(range, step_i, b, e, args); ^ cc -g -DRUBY_EXPORT -I. -I. -c re.c cc -g -DRUBY_EXPORT -I. -I. -c regex.c "regex.c", line 1164: warning #2068-D: integer conversion resulted in a change of sign if (c != '-') return -1; ^ "regex.c", line 1516: warning #2068-D: integer conversion resulted in a change of sign last = -1; ^ "regex.c", line 1527: warning #2068-D: integer conversion resulted in a change of sign last = -1; ^ "regex.c", line 1535: warning #2068-D: integer conversion resulted in a change of sign last = -1; ^ "regex.c", line 1545: warning #2068-D: integer conversion resulted in a change of sign last = -1; ^ "regex.c", line 1552: warning #2068-D: integer conversion resulted in a change of sign last = -1; ^ "regex.c", line 1562: warning #2068-D: integer conversion resulted in a change of sign last = -1; ^ "regex.c", line 2318: warning #2186-D: pointless comparison of unsigned integer with zero GET_UNSIGNED_NUMBER(c1); ^ "regex.c", line 2590: warning #2177-D: function "insert_op" was declared but never referenced insert_op(op, there, current_end) ^ "regex.c", line 1002: warning #2177-D: function "print_compiled_pattern" was declared but never referenced print_compiled_pattern(bufp) ^ cc -g -DRUBY_EXPORT -I. -I. -c ruby.c cc -g -DRUBY_EXPORT -I. -I. -c signal.c cc -g -DRUBY_EXPORT -I. -I. -c sprintf.c cc -g -DRUBY_EXPORT -I. -I. -c st.c cc -g -DRUBY_EXPORT -I. -I. -c string.c "string.c", line 1579: warning #2111-D: statement is unreachable return Qnil; /* not reached */ ^ "string.c", line 4475: warning #3197-D: the prototype declaration of "char *crypt(const char *, const char *)" (declared at line 258 of "/usr/include/sys/unistd.h") is ignored after this unprototyped redeclaration extern char *crypt(); ^ "string.c", line 4764: warning #2165-D: too few arguments in function call sep = get_arg_pat(tmp); ^ "string.c", line 4807: warning #2165-D: too few arguments in function call sep = get_arg_pat(tmp); ^ "string.c", line 4841: warning #2165-D: too few arguments in function call pat = get_arg_pat(prefix); ^ "string.c", line 4869: warning #2165-D: too few arguments in function call pat = get_arg_pat(suffix); ^ cc -g -DRUBY_EXPORT -I. -I. -c struct.c cc -g -DRUBY_EXPORT -I. -I. -c time.c cc -g -DRUBY_EXPORT -I. -I. -c util.c cc -g -DRUBY_EXPORT -I. -I. -c variable.c cc -g -DRUBY_EXPORT -I. -I. -c version.c cc -g -DRUBY_EXPORT -I. -I. -c ./missing/flock.c cc -g -DRUBY_EXPORT -I. -I. -c ./missing/isinf.c cc -g -DRUBY_EXPORT -c ia64.s cc -g -DRUBY_EXPORT -I. -I. -c dmyext.c ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.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 regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o flock.o isinf.o ia64.o dmyext.o cc -g -DRUBY_EXPORT -I. -I. -c main.c cc -g -DRUBY_EXPORT -I. -I. -c dmydln.c cc -g -DRUBY_EXPORT -L. -Wl,-E main.o dmydln.o libruby-static.a -ldld -ldl -lm -o miniruby rbconfig.rb updated compiling Win32API compiling bigdecimal gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/bigdecimal' mkdir -p ../../.ext/ia64-hpux11.23 cc -I. -I../.. -I../../. -I../.././ext/bigdecimal -DBASE=10000UL -DBASE_FIG=4 -D_FILE_OFFSET_BITS=64 +Z -g -c bigdecimal.c "bigdecimal.c", line 442: warning #2068-D: integer conversion resulted in a change of sign if(!VpIsDef(a) || !VpIsDef(b)) return (-1L); ^ "bigdecimal.c", line 666: warning #2068-D: integer conversion resulted in a change of sign if(mx==(-1L)) { ^ "bigdecimal.c", line 707: warning #2068-D: integer conversion resulted in a change of sign if(mx==(-1L)) { ^ "bigdecimal.c", line 2819: warning #2068-D: integer conversion resulted in a change of sign if(word_shift==-1L) return 0; /* Overflow */ ^ "bigdecimal.c", line 2820: warning #2068-D: integer conversion resulted in a change of sign if(b_pos == -1L) goto Assign_a; ^ "bigdecimal.c", line 2912: warning #2068-D: integer conversion resulted in a change of sign if(word_shift==-1L) return 0; /* Overflow */ ^ "bigdecimal.c", line 2913: warning #2068-D: integer conversion resulted in a change of sign if(b_pos == -1L) goto Assign_a; ^ "bigdecimal.c", line 3053: warning #2068-D: integer conversion resulted in a change of sign *b_pos = -1L; ^ "bigdecimal.c", line 3077: warning #2068-D: integer conversion resulted in a change of sign if(!AddExponent(c,(S_LONG)1)) return (-1L); ^ "bigdecimal.c", line 3185: warning #2186-D: pointless comparison of unsigned integer with zero while((--ii) >= 0) { ^ "bigdecimal.c", line 3929: warning #2186-D: pointless comparison of unsigned integer with zero if(ni >= 0) { ^ "bigdecimal.c", line 4241: warning #2111-D: statement is unreachable goto Exit; ^ "bigdecimal.c", line 2184: warning #2177-D: function "VpIsNegDoubleZero" was declared but never referenced VpIsNegDoubleZero(double v) ^ "bigdecimal.c", line 4161: warning #2177-D: function "VpItoV" was declared but never referenced VpItoV(Real *m, S_INT ival) ^ ld -b -o ../../.ext/ia64-hpux11.23/bigdecimal.sl bigdecimal.o -L. -L../.. -L. -E -ldld -ldl -lm -lc mkdir -p ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/bigdecimal' compiling curses gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/curses' cc -I. -I../.. -I../../. -I../.././ext/curses -DHAVE_CURSES_H -DHAVE_BEEP -DHAVE_BKGD -DHAVE_BKGDSET -DHAVE_CURS_SET -DHAVE_DELETELN -DHAVE_DOUPDATE -DHAVE_FLASH -DHAVE_GETBKGD -DHAVE_GETNSTR -DHAVE_ISENDWIN -DHAVE_KEYNAME -DHAVE_KEYPAD -DHAVE_SCRL -DHAVE_SETSCRREG -DHAVE_UNGETCH -DHAVE_WATTROFF -DHAVE_WATTRON -DHAVE_WATTRSET -DHAVE_WBKGD -DHAVE_WBKGDSET -DHAVE_WDELETELN -DHAVE_WGETNSTR -DHAVE_WSCRL -DHAVE_WSETSCRREG -DHAVE_DEF_PROG_MODE -DHAVE_RESET_PROG_MODE -DHAVE_TIMEOUT -DHAVE_WTIMEOUT -DHAVE_NODELAY -DHAVE_INIT_COLOR -DHAVE_WCOLOR_SET -D_FILE_OFFSET_BITS=64 +Z -g -c curses.c "curses.c", line 481: warning #2513-D: a value of type "int" cannot be assigned to an entity of type "const char *" name = keyname(NUM2INT(c)); ^ "curses.c", line 959: error #2136: struct "__reserved_str1" has no field "_maxy" return INT2FIX(winp->window->_maxy+1); ^ "curses.c", line 980: error #2136: struct "__reserved_str1" has no field "_maxx" return INT2FIX(winp->window->_maxx+1); ^ "curses.c", line 997: error #2136: struct "__reserved_str1" has no field "_begy" return INT2FIX(winp->window->_begy); ^ "curses.c", line 1014: error #2136: struct "__reserved_str1" has no field "_begx" return INT2FIX(winp->window->_begx); ^ "curses.c", line 1583: error #2020: identifier "A_INVIS" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1583: error #2020: identifier "A_PROTECT" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1583: error #2020: identifier "A_ALTCHARSET" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1583: error #2020: identifier "A_COLOR" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1622: error #2020: identifier "COLOR_BLACK" is undefined rb_curses_define_const(COLOR_BLACK); ^ "curses.c", line 1623: error #2020: identifier "COLOR_RED" is undefined rb_curses_define_const(COLOR_RED); ^ "curses.c", line 1624: error #2020: identifier "COLOR_GREEN" is undefined rb_curses_define_const(COLOR_GREEN); ^ "curses.c", line 1625: error #2020: identifier "COLOR_YELLOW" is undefined rb_curses_define_const(COLOR_YELLOW); ^ "curses.c", line 1626: error #2020: identifier "COLOR_BLUE" is undefined rb_curses_define_const(COLOR_BLUE); ^ "curses.c", line 1627: error #2020: identifier "COLOR_MAGENTA" is undefined rb_curses_define_const(COLOR_MAGENTA); ^ "curses.c", line 1628: error #2020: identifier "COLOR_CYAN" is undefined rb_curses_define_const(COLOR_CYAN); ^ "curses.c", line 1629: error #2020: identifier "COLOR_WHITE" is undefined rb_curses_define_const(COLOR_WHITE); ^ 16 errors detected in the compilation of "curses.c". gmake[1]: *** [curses.o] Error 2 gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/curses' gmake: *** [all] Error 1 cc -g -DRUBY_EXPORT -L. -Wl,-E main.o -lruby-static -ldld -ldl -lm -o ruby test succeeded compiling Win32API gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/Win32API' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/Win32API' compiling bigdecimal gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/bigdecimal' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/bigdecimal' compiling curses gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/curses' cc -I. -I../.. -I../../. -I../.././ext/curses -DHAVE_CURSES_H -DHAVE_BEEP -DHAVE_BKGD -DHAVE_BKGDSET -DHAVE_CURS_SET -DHAVE_DELETELN -DHAVE_DOUPDATE -DHAVE_FLASH -DHAVE_GETBKGD -DHAVE_GETNSTR -DHAVE_ISENDWIN -DHAVE_KEYNAME -DHAVE_KEYPAD -DHAVE_SCRL -DHAVE_SETSCRREG -DHAVE_UNGETCH -DHAVE_WATTROFF -DHAVE_WATTRON -DHAVE_WATTRSET -DHAVE_WBKGD -DHAVE_WBKGDSET -DHAVE_WDELETELN -DHAVE_WGETNSTR -DHAVE_WSCRL -DHAVE_WSETSCRREG -DHAVE_DEF_PROG_MODE -DHAVE_RESET_PROG_MODE -DHAVE_TIMEOUT -DHAVE_WTIMEOUT -DHAVE_NODELAY -DHAVE_INIT_COLOR -DHAVE_WCOLOR_SET -D_FILE_OFFSET_BITS=64 +Z -g -c curses.c "curses.c", line 481: warning #2513-D: a value of type "int" cannot be assigned to an entity of type "const char *" name = keyname(NUM2INT(c)); ^ "curses.c", line 959: error #2136: struct "__reserved_str1" has no field "_maxy" return INT2FIX(winp->window->_maxy+1); ^ "curses.c", line 980: error #2136: struct "__reserved_str1" has no field "_maxx" return INT2FIX(winp->window->_maxx+1); ^ "curses.c", line 997: error #2136: struct "__reserved_str1" has no field "_begy" return INT2FIX(winp->window->_begy); ^ "curses.c", line 1014: error #2136: struct "__reserved_str1" has no field "_begx" return INT2FIX(winp->window->_begx); ^ "curses.c", line 1583: error #2020: identifier "A_INVIS" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1583: error #2020: identifier "A_PROTECT" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1583: error #2020: identifier "A_ALTCHARSET" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1583: error #2020: identifier "A_COLOR" is undefined rb_curses_define_const(A_ATTRIBUTES); ^ "curses.c", line 1622: error #2020: identifier "COLOR_BLACK" is undefined rb_curses_define_const(COLOR_BLACK); ^ "curses.c", line 1623: error #2020: identifier "COLOR_RED" is undefined rb_curses_define_const(COLOR_RED); ^ "curses.c", line 1624: error #2020: identifier "COLOR_GREEN" is undefined rb_curses_define_const(COLOR_GREEN); ^ "curses.c", line 1625: error #2020: identifier "COLOR_YELLOW" is undefined rb_curses_define_const(COLOR_YELLOW); ^ "curses.c", line 1626: error #2020: identifier "COLOR_BLUE" is undefined rb_curses_define_const(COLOR_BLUE); ^ "curses.c", line 1627: error #2020: identifier "COLOR_MAGENTA" is undefined rb_curses_define_const(COLOR_MAGENTA); ^ "curses.c", line 1628: error #2020: identifier "COLOR_CYAN" is undefined rb_curses_define_const(COLOR_CYAN); ^ "curses.c", line 1629: error #2020: identifier "COLOR_WHITE" is undefined rb_curses_define_const(COLOR_WHITE); ^ 16 errors detected in the compilation of "curses.c". gmake[1]: *** [curses.o] Error 2 gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/curses' gmake: *** [all] Error 1
$ cd ext; rm -rf curses; cd ..; gmake $ gmake compiling Win32API gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/Win32API' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/Win32API' compiling bigdecimal gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/bigdecimal' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/bigdecimal' compiling dbm gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/dbm' cc -I. -I../.. -I../../. -I../.././ext/dbm -DHAVE_DBM_OPEN -DHAVE_TYPE_DBM -DHAVE_DBM_CLEARERR -DDBM_HDR="<ndbm.h>" -D_FILE_OFFSET_BITS=64 +Z -g -c dbm.c ld -b -o ../../.ext/ia64-hpux11.23/dbm.sl dbm.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/dbm' compiling digest gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/digest' cc -I. -I../.. -I../../. -I../.././ext/digest -D_FILE_OFFSET_BITS=64 +Z -g -c digest.c ld -b -o ../../.ext/ia64-hpux11.23/digest.sl digest.o -L. -L../.. -L. -E -ldld -ldl -lm -lc cp ../.././ext/digest/lib/digest.rb ../../.ext/common cp ../.././ext/digest/lib/md5.rb ../../.ext/common cp ../.././ext/digest/lib/sha1.rb ../../.ext/common cp ../.././ext/digest/digest.h ../../.ext/ia64-hpux11.23 gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/digest' compiling digest/bubblebabble gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/digest/bubblebabble' mkdir -p ../../../.ext/ia64-hpux11.23/digest cc -I. -I../../.. -I../../../. -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 +Z -g -c bubblebabble.c ld -b -o ../../../.ext/ia64-hpux11.23/digest/bubblebabble.sl bubblebabble.o -L. -L../../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/digest/bubblebabble' compiling digest/md5 gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/digest/md5' cc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 +Z -g -c md5init.c cc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 +Z -g -c md5ossl.c ld -b -o ../../../.ext/ia64-hpux11.23/digest/md5.sl md5init.o md5ossl.o -L. -L../../.. -L. -E -lcrypto -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/digest/md5' compiling digest/rmd160 gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/digest/rmd160' cc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 +Z -g -c rmd160init.c cc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 +Z -g -c rmd160ossl.c ld -b -o ../../../.ext/ia64-hpux11.23/digest/rmd160.sl rmd160init.o rmd160ossl.o -L. -L../../.. -L. -E -lcrypto -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/digest/rmd160' compiling digest/sha1 gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/digest/sha1' cc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 +Z -g -c sha1init.c cc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -D_FILE_OFFSET_BITS=64 +Z -g -c sha1ossl.c ld -b -o ../../../.ext/ia64-hpux11.23/digest/sha1.sl sha1init.o sha1ossl.o -L. -L../../.. -L. -E -lcrypto -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/digest/sha1' compiling digest/sha2 gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/digest/sha2' cc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -D_FILE_OFFSET_BITS=64 +Z -g -c sha2.c cc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -D_FILE_OFFSET_BITS=64 +Z -g -c sha2init.c ld -b -o ../../../.ext/ia64-hpux11.23/digest/sha2.sl sha2.o sha2init.o -L. -L../../.. -L. -E -ldld -ldl -lm -lc mkdir -p ../../../.ext/common/digest cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/digest/sha2' compiling dl gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/dl' Generating callback.func Generating cbtable.func cc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_FILE_OFFSET_BITS=64 -I. +Z -g -c dl.c Generating call.func void char short long float double cc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_FILE_OFFSET_BITS=64 -I. +Z -g -c sym.c "sym.c", line 119: warning #2513-D: a value of type "void *" cannot be assigned to an entity of type "freefunc_t" func = data->func; ^ "sym.c", line 370: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "void (*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" void (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 377: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "void *(*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" void * (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 384: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "char (*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" char (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 391: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "short (*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" short (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 398: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "int (*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" int (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 405: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "long (*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" long (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 412: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "float (*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" float (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 419: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "double (*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" double (*f)(DLSTACK_PROTO) = func; ^ "sym.c", line 426: warning #2144-D: a value of type "void *" cannot be used to initialize an entity of type "char *(*)(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long)" char * (*f)(DLSTACK_PROTO) = func; ^ cc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_FILE_OFFSET_BITS=64 -I. +Z -g -c handle.c "handle.c", line 168: warning #2513-D: a value of type "void *" cannot be assigned to an entity of type "void (*)()" func = dlsym(handle, name); ^ cc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_FILE_OFFSET_BITS=64 -I. +Z -g -c ptr.c ld -b -o ../../.ext/ia64-hpux11.23/dl.sl dl.o sym.o handle.o ptr.o -L. -L../.. -L. -E -ldl -ldld -ldl -lm -lc mkdir -p ../../.ext/common/dl cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/win32.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl cp dlconfig.h ../../.ext/ia64-hpux11.23 cp ../.././ext/dl/dl.h ../../.ext/ia64-hpux11.23 gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/dl' compiling etc gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/etc' cc -I. -I../.. -I../../. -I../.././ext/etc -DHAVE_GETLOGIN -DHAVE_GETPWENT -DHAVE_GETGRENT -DHAVE_ST_PW_GECOS -DHAVE_ST_PW_AGE -DPW_AGE2VAL=safe_setup_str -DHAVE_ST_PW_COMMENT -DHAVE_ST_PW_PASSWD -DHAVE_ST_GR_PASSWD -DHAVE_TYPE_UID_T -DPW_UID2VAL=INT2NUM -DPW_VAL2UID=NUM2INT -DHAVE_TYPE_GID_T -DPW_GID2VAL=INT2NUM -DPW_VAL2GID=NUM2INT -D_FILE_OFFSET_BITS=64 +Z -g -c etc.c ld -b -o ../../.ext/ia64-hpux11.23/etc.sl etc.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/etc' compiling fcntl gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/fcntl' cc -I. -I../.. -I../../. -I../.././ext/fcntl -D_FILE_OFFSET_BITS=64 +Z -g -c fcntl.c ld -b -o ../../.ext/ia64-hpux11.23/fcntl.sl fcntl.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/fcntl' compiling gdbm compiling iconv gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/iconv' cc -I. -I../.. -I../../. -I../.././ext/iconv -DHAVE_ICONV -D_FILE_OFFSET_BITS=64 +Z -g -c iconv.c "iconv.c", line 199: warning #2068-D: integer conversion resulted in a change of sign iconv_close(VALUE2ICONV(cd)); ^ "iconv.c", line 213: warning #2068-D: integer conversion resulted in a change of sign if (cd && iconv_close(VALUE2ICONV(cd)) == -1) ^ "iconv.c", line 444: warning #2186-D: pointless comparison of unsigned integer with zero if (0 <= outlen && outlen <= sizeof(buffer)) { ^ "iconv.c", line 552: warning #2068-D: integer conversion resulted in a change of sign DATA_PTR(self) = (void *)ICONV2VALUE(iconv_create(to, from)); ^ "iconv.c", line 575: warning #2068-D: integer conversion resulted in a change of sign VALUE cd = ICONV2VALUE(iconv_create(to, from)); ^ "iconv.c", line 650: warning #2068-D: integer conversion resulted in a change of sign return rb_ensure(iconv_s_convert, (VALUE)&arg, iconv_free, ICONV2VALUE(arg.cd)); ^ "iconv.c", line 677: warning #2068-D: integer conversion resulted in a change of sign return rb_ensure(iconv_s_convert, (VALUE)&arg, iconv_free, ICONV2VALUE(arg.cd)); ^ "iconv.c", line 700: warning #2068-D: integer conversion resulted in a change of sign return iconv_convert(VALUE2ICONV(cd), Qnil, 0, 0, NULL); ^ "iconv.c", line 764: warning #2068-D: integer conversion resulted in a change of sign return iconv_convert(VALUE2ICONV(cd), str, ^ ld -b -o ../../.ext/ia64-hpux11.23/iconv.sl iconv.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/iconv' compiling io/wait gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/io/wait' mkdir -p ../../../.ext/ia64-hpux11.23/io cc -I. -I../../.. -I../../../. -I../../.././ext/io/wait -DFIONREAD_HEADER="<sys/ioctl.h>" -D_FILE_OFFSET_BITS=64 +Z -g -c wait.c ld -b -o ../../../.ext/ia64-hpux11.23/io/wait.sl wait.o -L. -L../../.. -L. -E -ldld -ldl -lm -lc mkdir -p ../../../.ext/common/io cp ../../.././ext/io/wait/lib/nonblock.rb ../../../.ext/common/io gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/io/wait' compiling nkf gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/nkf' cc -I. -I../.. -I../../. -I../.././ext/nkf -D_FILE_OFFSET_BITS=64 +Z -g -c nkf.c "nkf.c", line 116: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" options(option); ^ "nkf.c", line 124: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" options(option); ^ ld -b -o ../../.ext/ia64-hpux11.23/nkf.sl nkf.o -L. -L../.. -L. -E -ldld -ldl -lm -lc cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/nkf' compiling openssl gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/openssl' cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkcs7.c "ossl_pkcs7.c", line 781: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509store.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_cipher.c "ossl_cipher.c", line 205: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" RSTRING_PTR(pass), RSTRING_LEN(pass), 1, key, NULL); ^ "ossl_cipher.c", line 282: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" salt = RSTRING_PTR(vsalt); ^ "ossl_cipher.c", line 288: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" RSTRING_PTR(vpass), RSTRING_LEN(vpass), iter, key, iv); ^ "ossl_cipher.c", line 350: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (!EVP_CipherUpdate(ctx, RSTRING_PTR(str), &out_len, in, in_len)) ^ "ossl_cipher.c", line 350: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" if (!EVP_CipherUpdate(ctx, RSTRING_PTR(str), &out_len, in, in_len)) ^ "ossl_cipher.c", line 375: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (!EVP_CipherFinal_ex(ctx, RSTRING_PTR(str), &out_len)) ^ "ossl_cipher.c", line 418: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" if (EVP_CipherInit_ex(ctx, NULL, NULL, RSTRING_PTR(key), NULL, -1) != 1) ^ "ossl_cipher.c", line 443: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" if (EVP_CipherInit_ex(ctx, NULL, NULL, NULL, RSTRING_PTR(iv), -1) != 1) ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkcs5.c "ossl_pkcs5.c", line 75: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (PKCS5_PBKDF2_HMAC_SHA1(RSTRING_PTR(pass), RSTRING_LEN(pass), RSTRING_PTR(salt), RSTRING_LEN(salt), NUM2INT(iter), len, RSTRING_PTR(str)) != 1) ^ "ossl_pkcs5.c", line 75: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (PKCS5_PBKDF2_HMAC_SHA1(RSTRING_PTR(pass), RSTRING_LEN(pass), RSTRING_PTR(salt), RSTRING_LEN(salt), NUM2INT(iter), len, RSTRING_PTR(str)) != 1) ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509attr.c "ossl_x509attr.c", line 102: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(oid); ^ "ossl_x509attr.c", line 215: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_x509attr.c", line 223: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_x509attr.c", line 249: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509name.c "ossl_x509name.c", line 141: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_x509name.c", line 167: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" RSTRING_PTR(value), RSTRING_LEN(value), -1, 0)) { ^ "ossl_x509name.c", line 248: warning #4212-D: mismatch between character pointer types "unsigned char *" and "const char *" rb_str_new(entry->value->data, entry->value->length), ^ "ossl_x509name.c", line 322: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_hmac.c "ossl_hmac.c", line 108: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" HMAC_Update(ctx, RSTRING_PTR(data), RSTRING_LEN(data)); ^ "ossl_hmac.c", line 126: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" HMAC_Final(&final, *buf, buf_len); ^ "ossl_hmac.c", line 126: warning #2167-D: argument of type "int *" is incompatible with parameter of type "unsigned int *" HMAC_Final(&final, *buf, buf_len); ^ "ossl_hmac.c", line 205: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" RSTRING_PTR(data), RSTRING_LEN(data), NULL, &buf_len); ^ "ossl_hmac.c", line 205: warning #2167-D: argument of type "int *" is incompatible with parameter of type "unsigned int *" RSTRING_PTR(data), RSTRING_LEN(data), NULL, &buf_len); ^ "ossl_hmac.c", line 204: warning #4212-D: mismatch between character pointer types "unsigned char *" and "char *" buf = HMAC(GetDigestPtr(digest), RSTRING_PTR(key), RSTRING_LEN(key), ^ "ossl_hmac.c", line 226: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" RSTRING_PTR(data), RSTRING_LEN(data), NULL, &buf_len); ^ "ossl_hmac.c", line 226: warning #2167-D: argument of type "int *" is incompatible with parameter of type "unsigned int *" RSTRING_PTR(data), RSTRING_LEN(data), NULL, &buf_len); ^ "ossl_hmac.c", line 225: warning #4212-D: mismatch between character pointer types "unsigned char *" and "char *" buf = HMAC(GetDigestPtr(digest), RSTRING_PTR(key), RSTRING_LEN(key), ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509crl.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkey_dh.c "ossl_pkey_dh.c", line 257: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_pkey_dh.c", line 410: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if ((len = DH_compute_key(RSTRING_PTR(str), pub_key, dh)) < 0) { ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_digest.c "ossl_digest.c", line 185: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" EVP_DigestFinal_ex(ctx, RSTRING_PTR(str), NULL); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_config.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509ext.c "ossl_x509ext.c", line 283: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(oid); ^ "ossl_x509ext.c", line 412: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkcs12.c "ossl_pkcs12.c", line 184: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkey.c "ossl_pkey.c", line 178: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (!EVP_SignFinal(&ctx, RSTRING_PTR(str), &buf_len, pkey)) ^ "ossl_pkey.c", line 178: warning #2167-D: argument of type "int *" is incompatible with parameter of type "unsigned int *" if (!EVP_SignFinal(&ctx, RSTRING_PTR(str), &buf_len, pkey)) ^ "ossl_pkey.c", line 197: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" switch (EVP_VerifyFinal(&ctx, RSTRING_PTR(sig), RSTRING_LEN(sig), pkey)) { ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509req.c "ossl_x509req.c", line 174: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_bn.c "ossl_bn.c", line 134: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" if (!BN_mpi2bn(RSTRING_PTR(str), RSTRING_LEN(str), bn)) { ^ "ossl_bn.c", line 139: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" if (!BN_bin2bn(RSTRING_PTR(str), RSTRING_LEN(str), bn)) { ^ "ossl_bn.c", line 188: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (BN_bn2mpi(bn, RSTRING_PTR(str)) != len) ^ "ossl_bn.c", line 194: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (BN_bn2bin(bn, RSTRING_PTR(str)) != len) ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkey_dsa.c "ossl_pkey_dsa.c", line 292: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_pkey_dsa.c", line 399: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" if (!DSA_sign(0, RSTRING_PTR(data), RSTRING_LEN(data), RSTRING_PTR(str), ^ "ossl_pkey_dsa.c", line 399: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (!DSA_sign(0, RSTRING_PTR(data), RSTRING_LEN(data), RSTRING_PTR(str), ^ "ossl_pkey_dsa.c", line 400: warning #2167-D: argument of type "int *" is incompatible with parameter of type "unsigned int *" &buf_len, pkey->pkey.dsa)) { /* type is ignored (0) */ ^ "ossl_pkey_dsa.c", line 423: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" ret = DSA_verify(0, RSTRING_PTR(digest), RSTRING_LEN(digest), ^ "ossl_pkey_dsa.c", line 424: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" RSTRING_PTR(sig), RSTRING_LEN(sig), pkey->pkey.dsa); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_bio.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_ssl.c "ossl_ssl.c", line 318: warning #4212-D: mismatch between character pointer types "unsigned char *" and "const char *" rb_ary_push(ary, rb_str_new(buf, len)); ^ "ossl_ssl.c", line 548: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" if (!SSL_CTX_set_session_id_context(ctx, RSTRING_PTR(val), ^ "ossl_ssl.c", line 381: warning #2177-D: function "ossl_call_session_remove_cb" was declared but never referenced ossl_call_session_remove_cb(VALUE ary) ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkey_rsa.c "ossl_pkey_rsa.c", line 291: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_pkey_rsa.c", line 318: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" buf_len = RSA_public_encrypt(RSTRING_LEN(buffer), RSTRING_PTR(buffer), ^ "ossl_pkey_rsa.c", line 319: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" RSTRING_PTR(str), pkey->pkey.rsa, ^ "ossl_pkey_rsa.c", line 344: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" buf_len = RSA_public_decrypt(RSTRING_LEN(buffer), RSTRING_PTR(buffer), ^ "ossl_pkey_rsa.c", line 345: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" RSTRING_PTR(str), pkey->pkey.rsa, ^ "ossl_pkey_rsa.c", line 373: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" buf_len = RSA_private_encrypt(RSTRING_LEN(buffer), RSTRING_PTR(buffer), ^ "ossl_pkey_rsa.c", line 374: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" RSTRING_PTR(str), pkey->pkey.rsa, ^ "ossl_pkey_rsa.c", line 403: warning #4212-D: mismatch between character pointer types "char *" and "const unsigned char *" buf_len = RSA_private_decrypt(RSTRING_LEN(buffer), RSTRING_PTR(buffer), ^ "ossl_pkey_rsa.c", line 404: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" RSTRING_PTR(str), pkey->pkey.rsa, ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509cert.c "ossl_x509cert.c", line 193: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_ns_spki.c "ossl_ns_spki.c", line 66: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(buffer); ^ "ossl_ns_spki.c", line 90: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_ns_spki.c", line 175: warning #4212-D: mismatch between character pointer types "unsigned char *" and "const char *" return rb_str_new(spki->spkac->challenge->data, ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_pkey_ec.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_ocsp.c "ossl_ocsp.c", line 137: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" ret = OCSP_request_add1_nonce(req, RSTRING_PTR(val), RSTRING_LEN(val)); ^ "ossl_ocsp.c", line 268: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_ocsp.c", line 319: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(arg); ^ "ossl_ocsp.c", line 380: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ "ossl_ocsp.c", line 439: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" ret = OCSP_basic_add1_nonce(bs, RSTRING_PTR(val), RSTRING_LEN(val)); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_x509revoked.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_asn1.c "ossl_asn1.c", line 36: warning #4212-D: mismatch between character pointer types "unsigned char *" and "const char *" if (sscanf(time->data, "%2d%2d%2d%2d%2d%2dZ", &tm.tm_year, &tm.tm_mon, ^ "ossl_asn1.c", line 47: warning #4212-D: mismatch between character pointer types "unsigned char *" and "const char *" if (sscanf(time->data, "%4d%2d%2d%2d%2d%2dZ", &tm.tm_year, &tm.tm_mon, ^ "ossl_asn1.c", line 83: warning #4212-D: mismatch between character pointer types "unsigned char *" and "const char *" return rb_str_new(str->data, str->length); ^ "ossl_asn1.c", line 217: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" ASN1_BIT_STRING_set(bstr, RSTRING_PTR(obj), RSTRING_LEN(obj)); ^ "ossl_asn1.c", line 359: warning #4212-D: mismatch between character pointer types "unsigned char *" and "char *" ret = ossl_buf2str(buf, len); ^ "ossl_asn1.c", line 705: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(der); ^ "ossl_asn1.c", line 762: warning #4212-D: mismatch between character pointer types "unsigned char *" and "const char *" value = rb_str_new(p, len); ^ "ossl_asn1.c", line 827: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(tmp); ^ "ossl_asn1.c", line 843: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(tmp); ^ "ossl_asn1.c", line 860: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(tmp); ^ "ossl_asn1.c", line 957: warning #4212-D: mismatch between character pointer types "unsigned char *" and "char *" str = ossl_buf2str(buf, reallen); /* buf will be free in ossl_buf2str */ ^ "ossl_asn1.c", line 979: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" p = RSTRING_PTR(str); ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_engine.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_rand.c "ossl_rand.c", line 101: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (!RAND_bytes(RSTRING_PTR(str), FIX2INT(len))) { ^ "ossl_rand.c", line 119: warning #4212-D: mismatch between character pointer types "char *" and "unsigned char *" if (!RAND_pseudo_bytes(RSTRING_PTR(str), FIX2INT(len))) { ^ cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c openssl_missing.c cc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 +Z -g -c ossl_ssl_session.c ld -b -o ../../.ext/ia64-hpux11.23/openssl.sl ossl_pkcs7.o ossl_x509store.o ossl_cipher.o ossl_pkcs5.o ossl_x509attr.o ossl_x509name.o ossl_hmac.o ossl.o ossl_x509crl.o ossl_pkey_dh.o ossl_digest.o ossl_config.o ossl_x509ext.o ossl_pkcs12.o ossl_pkey.o ossl_x509req.o ossl_x509.o ossl_bn.o ossl_pkey_dsa.o ossl_bio.o ossl_ssl.o ossl_pkey_rsa.o ossl_x509cert.o ossl_ns_spki.o ossl_pkey_ec.o ossl_ocsp.o ossl_x509revoked.o ossl_asn1.o ossl_engine.o ossl_rand.o openssl_missing.o ossl_ssl_session.o -L. -L../.. -L. -E -lssl -lcrypto -lnsl -ldld -ldl -lm -lc mkdir -p ../../.ext/common/net mkdir -p ../../.ext/common/openssl cp ../.././ext/openssl/lib/net/telnets.rb ../../.ext/common/net cp ../.././ext/openssl/lib/net/ftptls.rb ../../.ext/common/net cp ../.././ext/openssl/lib/openssl/pkcs7.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/openssl' compiling pty gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/pty' cc -I. -I../.. -I../../. -I../.././ext/pty -DHAVE_SYS_STROPTS_H -DHAVE_SETRESUID -DHAVE_PTSNAME -D_FILE_OFFSET_BITS=64 +Z -g -c pty.c "pty.c", line 200: warning #3197-D: the prototype declaration of "char *getenv(const char *)" (declared at line 174 of "/usr/include/stdlib.h") is ignored after this unprototyped redeclaration char *p, tmp, *getenv(); ^ ld -b -o ../../.ext/ia64-hpux11.23/pty.sl pty.o -L. -L../.. -L. -E -ldld -ldl -lm -lc cp ../.././ext/pty/lib/expect.rb ../../.ext/common gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/pty' compiling racc/cparse gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/racc/cparse' mkdir -p ../../../.ext/ia64-hpux11.23/racc cc -I. -I../../.. -I../../../. -I../../.././ext/racc/cparse -D_FILE_OFFSET_BITS=64 +Z -g -c cparse.c ld -b -o ../../../.ext/ia64-hpux11.23/racc/cparse.sl cparse.o -L. -L../../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/racc/cparse' compiling readline compiling sdbm gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/sdbm' cc -I. -I../.. -I../../. -I../.././ext/sdbm -D_FILE_OFFSET_BITS=64 +Z -g -c init.c cc -I. -I../.. -I../../. -I../.././ext/sdbm -D_FILE_OFFSET_BITS=64 +Z -g -c _sdbm.c ld -b -o ../../.ext/ia64-hpux11.23/sdbm.sl init.o _sdbm.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/sdbm' compiling socket gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/socket' cc -I. -I../.. -I../../. -I../.././ext/socket -DHAVE_ARPA_INET_H -DENABLE_IPV6 -DINET6 -DHAVE_SOCKADDR_STORAGE -DHAVE_NETINET_TCP_H -DHAVE_NETINET_UDP_H -DHAVE_SENDMSG -DHAVE_RECVMSG -DHAVE_ST_MSG_ACCRIGHTS -DHAVE_GETNAMEINFO -DHAVE_GETADDRINFO -DHAVE_TYPE_SOCKLEN_T -DHAVE_SYS_UN_H -DHAVE_SYS_UIO_H -DHAVE_SOCKET -DHAVE_GETIPNODEBYNAME -DHAVE_SOCKETPAIR -DHAVE_GETHOSTNAME -D_FILE_OFFSET_BITS=64 +Z -g -c socket.c "socket.c", line 479: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getsockopt(fileno(fptr->f), level, option, buf, &len) < 0) ^ "socket.c", line 497: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getsockname(fileno(fptr->f), (struct sockaddr*)buf, &len) < 0) ^ "socket.c", line 511: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getpeername(fileno(fptr->f), (struct sockaddr*)buf, &len) < 0) ^ "socket.c", line 604: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" slen = recvfrom(fd, RSTRING(str)->ptr, buflen, flags, (struct sockaddr*)buf, &alen); ^ "socket.c", line 679: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" slen = recvfrom(fd, RSTRING(str)->ptr, buflen, flags, (struct sockaddr*)buf, &alen); ^ "socket.c", line 1050: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" &sockerrlen) == 0) { ^ "socket.c", line 1059: warning #2111-D: statement is unreachable return 0; ^ "socket.c", line 1132: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" status = getsockopt(fd, SOL_SOCKET, SO_ERROR, (void *)&sockerr, &sockerrlen); ^ "socket.c", line 1162: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" status = getsockopt(fd, SOL_SOCKET, SO_ERROR, (void *)&sockerr, &sockerrlen); ^ "socket.c", line 1492: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" fd2 = accept(fileno(fptr->f), (struct sockaddr*)sockaddr, len); ^ "socket.c", line 1517: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" fd2 = accept(fd, sockaddr, len); ^ "socket.c", line 1621: warning #2180-D: argument is incompatible with formal parameter return (VALUE)ruby_connect(arg->fd, arg->sockaddr, sizeof(*arg->sockaddr), ^ "socket.c", line 1657: warning #2167-D: argument of type "VALUE (*)()" is incompatible with parameter of type "VALUE (*)(VALUE)" status = rb_protect(unixsock_connect_internal, (VALUE)&arg, &prot); ^ "socket.c", line 1691: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getsockname(fileno(fptr->f), (struct sockaddr*)&addr, &len) < 0) ^ "socket.c", line 1706: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getpeername(fileno(fptr->f), (struct sockaddr*)&addr, &len) < 0) ^ "socket.c", line 1929: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getsockname(fileno(fptr->f), (struct sockaddr*)&addr, &len) < 0) ^ "socket.c", line 2240: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getsockname(fileno(fptr->f), (struct sockaddr*)&addr, &len) < 0) ^ "socket.c", line 2255: warning #2167-D: argument of type "socklen_t *" is incompatible with parameter of type "int *" if (getpeername(fileno(fptr->f), (struct sockaddr*)&addr, &len) < 0) ^ "socket.c", line 3240: warning #4232-D: conversion from "struct sockaddr *" to a more strictly aligned type "struct sockaddr_in *" may cause misaligned access ptr = (char*)&((struct sockaddr_in*)addr)->sin_addr.s_addr; ^ "socket.c", line 3241: warning #4232-D: conversion from "struct sockaddr *" to a more strictly aligned type "struct sockaddr_in *" may cause misaligned access len = sizeof(((struct sockaddr_in*)addr)->sin_addr.s_addr); ^ "socket.c", line 3245: warning #4232-D: conversion from "struct sockaddr *" to a more strictly aligned type "struct sockaddr_in6 *" may cause misaligned access ptr = (char*)&((struct sockaddr_in6*)addr)->sin6_addr.s6_addr; ^ "socket.c", line 3246: warning #4232-D: conversion from "struct sockaddr *" to a more strictly aligned type "struct sockaddr_in6 *" may cause misaligned access len = sizeof(((struct sockaddr_in6*)addr)->sin6_addr.s6_addr); ^ ld -b -o ../../.ext/ia64-hpux11.23/socket.sl socket.o -L. -L../.. -L. -E -lnsl -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/socket' compiling stringio gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/stringio' cc -I. -I../.. -I../../. -I../.././ext/stringio -D_FILE_OFFSET_BITS=64 +Z -g -c stringio.c ld -b -o ../../.ext/ia64-hpux11.23/stringio.sl stringio.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/stringio' compiling strscan gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/strscan' cc -I. -I../.. -I../../. -I../.././ext/strscan -D_FILE_OFFSET_BITS=64 +Z -g -c strscan.c ld -b -o ../../.ext/ia64-hpux11.23/strscan.sl strscan.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/strscan' compiling syck gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/syck' cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c token.c "<stdout>", line 311: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "token.re", line 353: warning #2111-D: statement is unreachable return 0; ^ "<stdout>", line 522: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 1121: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 1513: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 1751: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 1905: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 2156: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 2382: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "token.re", line 1078: warning #2111-D: statement is unreachable return 0; ^ "<stdout>", line 2611: warning #2111-D: statement is unreachable ++YYCURSOR; ^ cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c gram.c "gram.c", line 1784: warning #2177-D: label "yyerrorlab" was declared but never referenced yyerrorlab: ^ cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c implicit.c "<stdout>", line 59: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 1624: warning #2111-D: statement is unreachable ++YYCURSOR; ^ cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c yaml2byte.c "yaml2byte.c", line 181: warning #2236-D: controlling expression is constant assert("oops"); ^ cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c rubyext.c cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c handler.c cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c node.c cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c emitter.c cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c bytecode.c "<stdout>", line 169: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 238: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 547: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 919: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 973: warning #2111-D: statement is unreachable ++YYCURSOR; ^ "<stdout>", line 1117: warning #2111-D: statement is unreachable ++YYCURSOR; ^ cc -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -D_FILE_OFFSET_BITS=64 +Z -g -c syck.c ld -b -o ../../.ext/ia64-hpux11.23/syck.sl token.o gram.o implicit.o yaml2byte.o rubyext.o handler.o node.o emitter.o bytecode.o syck.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/syck' compiling syslog gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/syslog' cc -I. -I../.. -I../../. -I../.././ext/syslog -DHAVE_SYSLOG_H -DHAVE_OPENLOG -DHAVE_SETLOGMASK -D_FILE_OFFSET_BITS=64 +Z -g -c syslog.c ld -b -o ../../.ext/ia64-hpux11.23/syslog.sl syslog.o -L. -L../.. -L. -E -ldld -ldl -lm -lc gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/syslog' compiling thread gmake[1]: Entering directory `/house/kogkog/src/ruby18/ext/thread' cc -I. -I../.. -I../../. -I../.././ext/thread -D_FILE_OFFSET_BITS=64 -DUSE_MEM_POOLS +Z -g -c thread.c ld -b -o ../../.ext/ia64-hpux11.23/thread.sl thread.o -L. -L../.. -L. -E -ldld -ldl -lm -lc cp ../.././ext/thread/lib/thread.rb ../../.ext/common gmake[1]: Leaving directory `/house/kogkog/src/ruby18/ext/thread' compiling tk compiling tk/tkutil compiling win32ole compiling zlib making ruby gmake[1]: Entering directory `/house/kogkog/src/ruby18' gmake[1]: `ruby' is up to date. gmake[1]: Leaving directory `/house/kogkog/src/ruby18' $ exit
2008-04-19(Sat) [長年日記] この日を編集
_ [Ruby]ruby_1_8_7 branch revision 16076 build on HP-UX 11.23 ia64/11.11 pa20
メンテナーの方々いつもありがとうございます。今回はちっとは役にたってみたくて作業してみました。hp testdriveでやってみてます。せっかくなので、4パタンやってみました。
- HP-UX 11.23 ia64 cc / td176.testdrive.hp.com
- CFLAGS='-O -D_XOPEN_SOURCE_EXTENDED' ../ruby18/configure --without-gcc
- HP-UX 11.23 ia64 gcc / td176.testdrive.hp.com
- CFLAGS='-O -D_XOPEN_SOURCE_EXTENDED' ../ruby18/configure
- HP-UX 11.11 hppa2.0w cc / td192.testdrive.hp.com
- CFLAGS='-O -D_XOPEN_SOURCE_EXTENDED' ../ruby18/configure --without-gcc
- HP-UX 11.11 hppa2.0w gcc / td192.testdrive.hp.com
- CFLAGS='-O -D_XOPEN_SOURCE_EXTENDED' ../ruby18/configure
svn の revisionは16076, autoconfはCentOS5.1の
autoconf.noarch 2.59-12
svn upして、autoconf したものをパックしてftp転送後、ビルドしています。 サーバの反応がトロいので、telnet.rbでログイン&実行するスクリプトを書いて実行。
HP-UX 11.23 ia64 cc / td176.testdrive.hp.com
gmake test, test-allとも失敗。うわー。
$ gmake test test failed gmake: *** [test] Error 1 $ gmake test-all ./miniruby -I../ruby18/lib ../ruby18/runruby.rb --extout=.ext -- "../ruby18/test/runner.rb" --basedir="../ruby18/test" --runner=console Loaded suite . Started .................................................................................................................................................................................................................................................................................................................................................................Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead .Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead .Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead ................/bin/sh: 6059 Floating exception(coredump) gmake: *** [test-all] Error 136
うむむ。これどこらへんみたらいいんでしょうか...?
HP-UX 11.23 ia64 gcc / td176.testdrive.hp.com
gmake testはおk、test-allはエラーが。
gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -L. -Wl,-E main.o -lruby-static -ldld -ldl -lm -o ruby gmake[1]: Leaving directory `/house/kogkog/src/ruby18-build-ia64-gcc' $ gmake test test succeeded $ gmake test-all ./miniruby -I../ruby18/lib ../ruby18/runruby.rb --extout=.ext -- "../ruby18/test/runner.rb" --basedir="../ruby18/test" --runner=console Loaded suite . Started .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E..............................................................................................................................................................E.............E...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................sh: /usr/local/bin/ruby: not found. E, [2008-04-18T11:32:42.278699 #14635] ERROR -- : CGIHandler: /house/kogkog/src/ruby18/test/soap/calc/server.cgi exit with 127 E, [2008-04-18T11:32:42.279242 #14635] ERROR -- : Premature end of script headers: /house/kogkog/src/ruby18/test/soap/calc/server.cgi E......sh: /usr/local/bin/ruby: not found. E, [2008-04-18T11:32:44.678709 #14635] ERROR -- : CGIHandler: /house/kogkog/src/ruby18/test/soap/header/server.cgi exit with 127 E, [2008-04-18T11:32:44.679225 #14635] ERROR -- : Premature end of script headers: /house/kogkog/src/ruby18/test/soap/header/server.cgi Fsh: /usr/local/bin/ruby: not found. E, [2008-04-18T11:32:44.918699 #14635] ERROR -- : CGIHandler: /house/kogkog/src/ruby18/test/soap/header/server.cgi exit with 127 E, [2008-04-18T11:32:44.919219 #14635] ERROR -- : Premature end of script headers: /house/kogkog/src/ruby18/test/soap/header/server.cgi EEEEEEE...........................................................EEEEEEEEEEEEEE.............E........................................................................................................................................................................sh: /usr/local/bin/ruby: not found. F.............................................EEEEEEEEEEEEEEEEEE..EE.EEEEEE.EE............................................................................................................................... Finished in 249.973862 seconds.
zlibがないとか、bind(2)がalready useとか、が多いんで環境がらみと判断。気になるやつを。
4) Failure: test_to_proc(TestSymbol) [../ruby18/test/ruby/test_symbol.rb:80]: Exception raised: Class: <ArgumentError> Message: <"no receiver given"> ---Backtrace--- ../ruby18/test/ruby/test_symbol.rb:58:in `to_proc' ../ruby18/test/ruby/test_symbol.rb:80:in `call' ../ruby18/test/ruby/test_symbol.rb:80:in `test_to_proc' ../ruby18/test/ruby/test_symbol.rb:80:in `test_to_proc' --------------- .....省略..... 11) Error: test_string(SOAP::Header::TestSimpleHandler): NoMethodError: undefined method `shutdown' for nil:NilClass ../ruby18/test/soap/header/test_simplehandler.rb:97:in `teardown_server' ../ruby18/test/soap/header/test_simplehandler.rb:92:in `teardown' .....省略.....
HP-UX 11.11 hppa2.0w cc / td192.testdrive.hp.com
cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../ruby18 -c ../ruby18/main.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../ruby18 -c ../ruby18/dmydln.c rm: miniruby not removed. Text file busy gmake: *** [miniruby] Error 2 $ gmake test rm: miniruby not removed. Text file busy gmake: *** [miniruby] Error 2 $ gmake test-all ./miniruby -I../ruby18/lib ../ruby18/runruby.rb --extout=.ext -- "../ruby18/test/runner.rb" --basedir="../ruby18/test" --runner=console ../ruby18/runruby.rb:32:in `require': no such file to load -- rbconfig (LoadError) from ../ruby18/runruby.rb:32 gmake: *** [test-all] Error 1 $ exit
HP-UX 11.11 hppa2.0w gcc / td192.testdrive.hp.com
gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -L. -Wl,-E main.o dmydln.o libruby-static.a -ldld -lcrypt -lm -o miniruby ../ruby18/lib/fileutils.rb:85: NULL pointer given (ArgumentError) from ../ruby18/mkconfig.rb:11:in `require' from ../ruby18/mkconfig.rb:11 gmake: *** [.rbconfig.time] Error 1 $ gmake test ../ruby18/lib/fileutils.rb:85: NULL pointer given (ArgumentError) from ../ruby18/mkconfig.rb:11:in `require' from ../ruby18/mkconfig.rb:11 gmake: *** [.rbconfig.time] Error 1 $ gmake test-all ./miniruby -I../ruby18/lib ../ruby18/runruby.rb --extout=.ext -- "../ruby18/test/runner.rb" --basedir="../ruby18/test" --runner=console ../ruby18/runruby.rb:32:in `require': no such file to load -- rbconfig (LoadError) from ../ruby18/runruby.rb:32 gmake: *** [test-all] Error 1
うーむ。やっぱり4パタンにするとここで書くのつらいなあ...見る人からすっと抜粋じゃなくて全部見せろっていいたくなるだろうし。どうしたらよいんだろ?hot-linksにあるような自動ビルドはちょっと環境整えるのがつらいので、できれば生成物のファイルか、コマンド出力のファイルをとってきて、このホストに直におくとかかなあ。
あと、$HOMEは WindowsからHP-UXからFreeBSDからLinuxから全部共有されているので、ビルドディレクトリをわけて実行したらパターン増やせそう!ってことでやろうとしたらtestdriveが落ちてるみたい(4/19 11:30ごろ)...orz
_ [Ruby]ruby_1_8_7.preview1 build on HP-UX 11.23 ia64/11.11 pa20(別解)
某サーバでのtest-all抜粋をはっておきます。こっちはgmake testは両方おk、test-allのみエラーが。
11.23/ia64
.................................................. Finished in 465.178187 seconds. 1) Failure: test_crlnumber(OpenSSL::TestX509CRL) [../ruby-1.8.7-preview1/test/openssl/test_x509crl.rb:184]: <"0"> expected to be =~ </4294967296/>. 2) Failure: test_event(TestSetTraceFunc) [../ruby-1.8.7-preview1/test/ruby/test_settracefunc.rb:56]: <["line", 23, :test_event, TestSetTraceFunc]> expected but was <["c-call", 23, :==, Fixnum]>. 3) Failure: test_to_proc(TestSymbol) [../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80]: Exception raised: Class: <ArgumentError> Message: <"no receiver given"> ---Backtrace--- ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:58:in `to_proc' ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80:in `call' ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80:in `test_to_proc' ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80:in `test_to_proc' --------------- 4) Error: test_fd_passing(TestUNIXSocket): Errno::EBADF: Bad file number - sendmsg(2) ../ruby-1.8.7-preview1/test/socket/test_unix.rb:18:in `send_io' ../ruby-1.8.7-preview1/test/socket/test_unix.rb:18:in `test_fd_passing' 1889 tests, 1344160 assertions, 3 failures, 1 errors gmake: *** [test-all] Error 1
11.11/pa20
................................................................................ Finished in 1638.858235 seconds. 1) Error: test_s_read(TestCSV): Errno::EINVAL: Invalid argument - /tmp/ruby_test_csv_tmp_8937/out.csv /usr/home/kog/src/ruby-1.8.7-preview1/lib/csv.rb:98:in `read' /usr/home/kog/src/ruby-1.8.7-preview1/lib/csv.rb:98:in `read' ../ruby-1.8.7-preview1/test/csv/test_csv.rb:1751:in `test_s_read' 2) Error: test_realpath(TestPathname): ArgumentError: parent directory is world writable, FileUtils#remove_entry_secure does not work; abort: "/tmp/rubytest-pathname20080417-8937-5muj1p" (parent directory mode 40777) /usr/home/kog/src/ruby-1.8.7-preview1/lib/fileutils.rb:694:in `remove_entry_secure' /usr/home/kog/src/ruby-1.8.7-preview1/lib/tmpdir.rb:124:in `mktmpdir' ../ruby-1.8.7-preview1/test/pathname/test_pathname.rb:283:in `test_realpath' 3) Failure: 4) Error: test_eof_0_seek(TestFile): Errno::EINVAL: Invalid argument - /tmp/test-eof20080417-8937-12qv5q7-0 /usr/home/kog/src/ruby-1.8.7-preview1/test/ruby/ut_eof.rb:102:in `open_file_seek' ../ruby-1.8.7-preview1/test/ruby/test_file.rb:39:in `open_file' /usr/home/kog/src/ruby-1.8.7-preview1/test/ruby/ut_eof.rb:101:in `open_file_seek' /usr/home/kog/src/ruby-1.8.7-preview1/test/ruby/ut_eof.rb:108:in `test_eof_0_seek' 5) Error: test_eof_1_seek(TestFile): Errno::EINVAL: Invalid argument - /tmp/test-eof20080417-8937-1wlt5gg-0 /usr/home/kog/src/ruby-1.8.7-preview1/test/ruby/ut_eof.rb:102:in `open_file_seek' ../ruby-1.8.7-preview1/test/ruby/test_file.rb:39:in `open_file' /usr/home/kog/src/ruby-1.8.7-preview1/test/ruby/ut_eof.rb:101:in `open_file_seek' /usr/home/kog/src/ruby-1.8.7-preview1/test/ruby/ut_eof.rb:118:in `test_eof_1_seek' 6) Failure: test_truncate_wbuf(TestFile) [../ruby-1.8.7-preview1/test/ruby/test_file.rb:57]: <"\000\000\000def"> expected but was <"\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000def">. 7) Failure: test_event(TestSetTraceFunc) [../ruby-1.8.7-preview1/test/ruby/test_settracefunc.rb:56]: <["line", 23, :test_event, TestSetTraceFunc]> expected but was <["c-call", 23, :==, Fixnum]>. 8) Failure: test_to_proc(TestSymbol) [../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80]: Exception raised: Class: <ArgumentError> Message: <"no receiver given"> ---Backtrace--- ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:58:in `to_proc' ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80:in `call' ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80:in `test_to_proc' ../ruby-1.8.7-preview1/test/ruby/test_symbol.rb:80:in `test_to_proc' --------------- 9) Error: test_fd_passing(TestUNIXSocket): Errno::EBADF: Bad file number - sendmsg(2) ../ruby-1.8.7-preview1/test/socket/test_unix.rb:18:in `send_io' ../ruby-1.8.7-preview1/test/socket/test_unix.rb:18:in `test_fd_passing' 10) Error: test_make_partial_content(WEBrick::TestFileHandler): Errno::EINVAL: Invalid argument - ../ruby-1.8.7-preview1/test/webrick/test_filehandler.rb /usr/home/kog/src/ruby-1.8.7-preview1/lib/webrick/httpservlet/filehandler.rb:104:in `pos=' /usr/home/kog/src/ruby-1.8.7-preview1/lib/webrick/httpservlet/filehandler.rb:104:in `make_partial_content' /usr/home/kog/src/ruby-1.8.7-preview1/lib/open-uri.rb:32:in `open_uri_original_open' /usr/home/kog/src/ruby-1.8.7-preview1/lib/open-uri.rb:32:in `open' /usr/home/kog/src/ruby-1.8.7-preview1/lib/webrick/httpservlet/filehandler.rb:78:in `make_partial_content' ../ruby-1.8.7-preview1/test/webrick/test_filehandler.rb:31:in `make_range_response' ../ruby-1.8.7-preview1/test/webrick/test_filehandler.rb:39:in `test_make_partial_content' 1889 tests, 1344116 assertions, 4 failures, 6 errors gmake: *** [test-all] Error 1
なんでここまで結果が違うんだろう...?
2008-04-28(Mon) [長年日記] この日を編集
_ [Ruby]ruby_1_8 branch revision 16207 build on HP-UX 11.23 ia64/11.11 pa20
[ruby-dev:34509]によると、今はruby_1_8とruby_1_8_7は同等らしい(そりゃリリース直前だから当たり前か...)ので、再び ruby_1_8にてビルド。svn infoは以下。例によって hp/testdriveを利用。
パス: . URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e リビジョン: 16221 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: knu 最終変更リビジョン: 16207 最終変更日時: 2008-04-26 19:57:10 +0900 (土, 26 4月 2008)
==> ruby18-amd64-redhat5.log <== 136) Error: test_data_should_be_loaded_correctly_when_in_readwrite_mode(YAMLStoreTest): Errno::EIO: Input/output error - yamlstore.tmp.23303 /house/kogkog/src/ruby18/lib/pstore.rb:296:in `flock' /house/kogkog/src/ruby18/lib/pstore.rb:296:in `transaction' ../../src/ruby18/test/yaml/test_yamlstore.rb:38:in `test_data_should_be_loaded_correctly_when_in_readwrite_mode' 137) Error: test_opening_new_file_in_readwrite_mode_should_result_in_empty_values(YAMLStoreTest): Errno::EIO: Input/output error - yamlstore.tmp.23303 /house/kogkog/src/ruby18/lib/pstore.rb:296:in `flock' /house/kogkog/src/ruby18/lib/pstore.rb:296:in `transaction' ../../src/ruby18/test/yaml/test_yamlstore.rb:22:in `test_opening_new_file_in_readwrite_mode_should_result_in_empty_values' 1985 tests, 1668618 assertions, 2 failures, 135 errors make: *** [test-all] Error 1 -sh-3.1$ exit logout 'network': unknown terminal type.
==> ruby18-i386-redhat5.log <== 136) Error: test_data_should_be_loaded_correctly_when_in_readwrite_mode(YAMLStoreTest): Errno::EIO: Input/output error - yamlstore.tmp.30064 /house/kogkog/src/ruby18/lib/pstore.rb:296:in `flock' /house/kogkog/src/ruby18/lib/pstore.rb:296:in `transaction' ../../src/ruby18/test/yaml/test_yamlstore.rb:38:in `test_data_should_be_loaded_correctly_when_in_readwrite_mode' 137) Error: test_opening_new_file_in_readwrite_mode_should_result_in_empty_values(YAMLStoreTest): Errno::EIO: Input/output error - yamlstore.tmp.30064 /house/kogkog/src/ruby18/lib/pstore.rb:296:in `flock' /house/kogkog/src/ruby18/lib/pstore.rb:296:in `transaction' ../../src/ruby18/test/yaml/test_yamlstore.rb:22:in `test_opening_new_file_in_readwrite_mode_should_result_in_empty_values' 1985 tests, 1668618 assertions, 2 failures, 135 errors make: *** [test-all] Error 1 -sh-3.1$ exit logout 'network': unknown terminal type.
==> ruby18-ia64-hp-hpux1123-gcc.log <== /house/kogkog/src/ruby18/lib/webrick/server.rb:75:in `listen' /house/kogkog/src/ruby18/lib/webrick/server.rb:63:in `initialize' /house/kogkog/src/ruby18/lib/webrick/httpserver.rb:24:in `initialize' /house/kogkog/src/ruby18/lib/soap/rpc/httpserver.rb:33:in `new' /house/kogkog/src/ruby18/lib/soap/rpc/httpserver.rb:33:in `initialize' /house/kogkog/src/ruby18/lib/soap/rpc/standaloneServer.rb:22:in `initialize' ../../src/ruby18/test/wsdl/soap/test_soapbodyparts.rb:39:in `new' ../../src/ruby18/test/wsdl/soap/test_soapbodyparts.rb:39:in `setup_server' ../../src/ruby18/test/wsdl/soap/test_soapbodyparts.rb:34:in `setup' 56) Error: test_soapbodyparts(WSDL::SOAP::TestSOAPBodyParts): NoMethodError: undefined method `shutdown' for nil:NilClass ../../src/ruby18/test/wsdl/soap/test_soapbodyparts.rb:60:in `teardown_server' ../../src/ruby18/test/wsdl/soap/test_soapbodyparts.rb:55:in `teardown' 1841 tests, 1343915 assertions, 2 failures, 54 errors gmake: *** [test-all] Error 1 $ exit logout
==> ruby18-ia64-hp-hpux1123.log <== making ruby gmake[1]: Entering directory `/house/kogkog/ia64-hp-hpux1123/ruby18' cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -L. -Wl,-E main.o -lruby-static -ldld -ldl -lm -o ruby gmake[1]: Leaving directory `/house/kogkog/ia64-hp-hpux1123/ruby18' $ /usr/local/bin/gmake test test failed gmake: *** [test] Error 1 $ /usr/local/bin/gmake test-all ./miniruby -I../../src/ruby18/lib ../../src/ruby18/runruby.rb --extout=.ext -- "../../src/ruby18/test/runner.rb" --basedir="../../src/ruby18/test" --runner=console Loaded suite . Started .................................................................................................................................................................................................................................................................................................................................................................Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead .Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead .Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead ...................../bin/sh: 18402 Floating exception(coredump) gmake: *** [test-all] Error 136 $ exit logout
==> ruby18-ia64-hp-hpux1131-gcc.log <== Floating-point DIVIDE BY ZERO exception generated cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -c ../../src/ruby18/ia64.s cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmyext.c ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.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 regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o finite.o isinf.o ia64.o dmyext.o cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/main.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmydln.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -L. -Wl,-E main.o dmydln.o libruby-static.a -ldld -ldl -lm -o miniruby Pid 22464 in trap loop, signal 11 gmake: *** [.rbconfig.time] Segmentation fault $ /usr/local/bin/gmake test Pid 22467 in trap loop, signal 11 gmake: *** [.rbconfig.time] Segmentation fault $ /usr/local/bin/gmake test-all ./miniruby -I../../src/ruby18/lib ../../src/ruby18/runruby.rb --extout=.ext -- "../../src/ruby18/test/runner.rb" --basedir="../../src/ruby18/test" --runner=console ../../src/ruby18/runruby.rb:32:in `require': no such file to load -- rbconfig (LoadError) from ../../src/ruby18/runruby.rb:32 gmake: *** [test-all] Error 1 $ exit logout
==> ruby18-ia64-hp-hpux1131.log <== Floating-point DIVIDE BY ZERO exception generated cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -c ../../src/ruby18/ia64.s cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmyext.c ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.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 regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o finite.o isinf.o ia64.o dmyext.o cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/main.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmydln.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -L. -Wl,-E main.o dmydln.o libruby-static.a -ldld -ldl -lm -o miniruby Pid 4035 in trap loop, signal 11 gmake: *** [.rbconfig.time] Segmentation fault $ /usr/local/bin/gmake test Pid 4037 in trap loop, signal 11 gmake: *** [.rbconfig.time] Segmentation fault $ /usr/local/bin/gmake test-all ./miniruby -I../../src/ruby18/lib ../../src/ruby18/runruby.rb --extout=.ext -- "../../src/ruby18/test/runner.rb" --basedir="../../src/ruby18/test" --runner=console ../../src/ruby18/runruby.rb:32:in `require': no such file to load -- rbconfig (LoadError) from ../../src/ruby18/runruby.rb:32 gmake: *** [test-all] Error 1 $ exit logout
==> ruby18-pa20-hp-hpux1111-gcc.log <== gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/version.c gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/missing/flock.c gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/missing/finite.c gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/missing/isinf.c gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmyext.c ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.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 regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o flock.o finite.o isinf.o dmyext.o gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/main.c gcc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmydln.c rm: miniruby not removed. Text file busy gmake: *** [miniruby] Error 2 $ /usr/local/bin/gmake test rm: miniruby not removed. Text file busy gmake: *** [miniruby] Error 2 $ /usr/local/bin/gmake test-all ./miniruby -I../../src/ruby18/lib ../../src/ruby18/runruby.rb --extout=.ext -- "../../src/ruby18/test/runner.rb" --basedir="../../src/ruby18/test" --runner=console ../../src/ruby18/runruby.rb:32:in `require': no such file to load -- rbconfig (LoadError) from ../../src/ruby18/runruby.rb:32 gmake: *** [test-all] Error 1 $ exit logout
==> ruby18-pa20-hp-hpux1111.log <== cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/version.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/missing/flock.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/missing/finite.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/missing/isinf.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmyext.c ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.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 regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o flock.o finite.o isinf.o dmyext.o cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/main.c cc -O -D_XOPEN_SOURCE_EXTENDED -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I../../src/ruby18 -c ../../src/ruby18/dmydln.c rm: miniruby not removed. Text file busy gmake: *** [miniruby] Error 2 $ /usr/local/bin/gmake test rm: miniruby not removed. Text file busy gmake: *** [miniruby] Error 2 $ /usr/local/bin/gmake test-all ./miniruby -I../../src/ruby18/lib ../../src/ruby18/runruby.rb --extout=.ext -- "../../src/ruby18/test/runner.rb" --basedir="../../src/ruby18/test" --runner=console ../../src/ruby18/runruby.rb:32:in `require': no such file to load -- rbconfig (LoadError) from ../../src/ruby18/runruby.rb:32 gmake: *** [test-all] Error 1 $ exit logout
- redhat5(amd64) gcc
- test ok, test-allでエラーでるけど、環境による。
- redhat5(i386) gcc
- test ok, test-allでエラーでるけど、環境による。
- hpux11.11(pa20) cc
- rm: miniruby not removed. Text file busyってなに?
- hpux11.11(pa20) gcc
- rm: miniruby not removed. Text file busyってなに?
- hpux11.23(ia64) cc
- gmake testで失敗してる
- hpux11.23(ia64) gcc
gmake testで失敗してる間違い。
- hpux11.31(ia64) cc
- Pid 22464 in trap loop, signal 11ってなんだ?
- hpux11.31(ia64) gcc
- Pid 22464 in trap loop, signal 11ってなんだ?
こうしてみると、gccだからおk、というわけでもないのか。今の状況としては環境が同じだとcc/gccに関係ないみたい。というか、hp-uxはv1,v2,v3とも全滅?これはこまった。
hp-ux11.23でgccだとok、ほかは全滅ってことか。私のメインはhp-ux11.23のccなのでこれは困った...
2008-04-29(Tue) [長年日記] この日を編集
2008-04-30(Wed) [長年日記] この日を編集
_ [ubuntu]8.04日本語ローカライズドをインストール
ubuntu 8.04が出たので、またしても入れ直してみた。とりあえずメインのOSはCentOSでいこうと思っているのだけど、debian系の考え方はとても参考になるし、デスクトップとしての出来はubuntuのほうがよさげなので。
しかし、これだけインストールを繰り返してると$HOMEの運用も考えないといかんなあ。持ち運び考えるとどうやってsyncするかなんだろうけど、家のなか専用としたらNFSv4あたりでマウントしてしまってもよいかもしれない。
しっかし、相変わらずrubyは1.8.5だし、rubygemsは0.9.4かあ...なんでなんだろ?もっと新しいのを使いたいひとは:
- 自前ビルドっしょ
- Debian で stableにtesting混ぜるっしょ
- Debian で sidいっとくっしょ
のどれかなのかな?
_ なかだ [$(EXTOUT)/.installed.list にインストールされたファイル名のリストができます。 基本的に、イ..]