mysql:6498
From: <hogehoge@xxxxxxxxxx>
Date: Thu, 31 Oct 2002 17:03:15 +0900
Subject: [mysql 06498] Re: 一般ユーザ権限でのインストール
続きで、makeログです。(メーラーの都合上、分割してメール送信します。) ~/mysql-3.23.53$ make cd include; make link_sources make[1]: Entering directory `/home/hogehoge/mysql-3.23.53/include' /bin/cp ../config.h my_config.h make[1]: Leaving directory `/home/hogehoge/mysql-3.23.53/include' echo timestamp > linked_include_sources cd libmysql; make link_sources make[1]: Entering directory `/home/hogehoge/mysql-3.23.53/libmysql' set -x; \ ss=`echo strmov.lo strxmov.lo strnmov.lo strmake.lo strend.lo s trnlen.lo strfill.lo is_prefix.lo int2str.lo str2int.lo strinstr.lo strcont.lo strcend.lo b change.lo bmove.lo bmove_upp.lo longlong2str.lo strto ull.lo strtoll.lo llstr.lo ctype.lo ctype-ujis.lo | sed "s;\.lo;.c;g"`; \ ds=`echo dbug.lo | sed "s;\.lo;.c;g"`; \ ms=`echo my_init.lo my_static.lo my_malloc.lo my_realloc.lo m y_create.lo my_delete.lo mf_tempfile.lo my_open.lo mf_ca secnv.lo my_read.lo my_write.lo errors.lo my_error.lo m y_getwd.lo my_div.lo mf_pack.lo my_messnc.lo mf_dirname.lo mf_fn_ext.lo mf_wcomp.lo typelib.lo safemalloc.lo my_alloc .lo mf_format.lo mf_path.lo mf_unixpath.lo my_fopen.lo m y_symlink.lo my_fstream.lo mf_loadpath.lo my_pthread.lo my_thr_init.lo thr_mutex.lo mulalloc.lo string.lo default.lo my_compress.lo array.lo my_once.lo list.lo my_net.lo charset.lo hash.lo mf_iocache.lo my_seek.lo m y_pread.lo mf_cache.lo my_gethostbyname.lo my_port.lo getopt.lo getopt1.lo ge tvar.lo my_lib.lo | sed "s;\.lo;.c;g"`; \ for f in $ss; do \ rm -f ./$f; \ /bin/ln -s ./../strings/$f ./$f; \ done; \ for f in strto.c; do \ rm -f ./$f; \ /bin/ln -s ./../strings/$f ./$f; \ done; \ for f in ctype_autoconf.c; do \ rm -f ./$f; \ /bin/ln -s ../strings/$f ./$f; \ done; \ for f in $ds; do \ rm -f ./$f; \ /bin/ln -s ./../dbug/$f ./$f; \ done; \ for f in $ms mysys_priv.h my_static.h; do \ rm -f ./$f; \ /bin/ln -s ./../mysys/$f ./$f; \ done; ++ echo strmov.lo strxmov.lo strnmov.lo strmake.lo strend.lo strnlen.lo strfi ll.lo is_prefix.lo int2str.lo str2int.lo strinstr.lo strcont.lo strcend.lo bc hange.lo bmove.lo bmove_upp.lo longlong2str.lo strtoull.lo strtoll.lo llstr.l o ctype.lo ctype-ujis.lo ++ sed 's;\.lo;.c;g' + ss=strmov.c strxmov.c strnmov.c strmake.c strend.c strnlen.c strfill.c is_p refix.c int2str.c str2int.c strinstr.c strcont.c strcend.c bchange.c bmove.c bmove_upp.c longlong2str.c strtoull.c strtoll.c llstr.c ctype.c ctype-ujis.c ++ echo dbug.lo ++ sed 's;\.lo;.c;g' + ds=dbug.c ++ echo my_init.lo my_static.lo my_malloc.lo my_realloc.lo my_create.lo my_de lete.lo mf_tempfile.lo my_open.lo mf_casecnv.lo my_read.lo my_write.lo errors .lo my_error.lo my_getwd.lo my_div.lo mf_pack.lo my_messnc.lo mf_dirname.lo m f_fn_ext.lo mf_wcomp.lo typelib.lo safemalloc.lo my_alloc.lo mf_format.lo mf_ path.lo mf_unixpath.lo my_fopen.lo my_symlink.lo my_fstream.lo mf_loadpath.lo my_pthread.lo my_thr_init.lo thr_mutex.lo mulalloc.lo string.lo default.lo m y_compress.lo array.lo my_once.lo list.lo my_net.lo charset.lo hash.lo mf_ioc ache.lo my_seek.lo my_pread.lo mf_cache.lo my_gethostbyname.lo my_port.lo get opt.lo getopt1.lo getvar.lo my_lib.lo ++ sed 's;\.lo;.c;g' + ms=my_init.c my_static.c my_malloc.c my_realloc.c my_create.c my_delete.c m f_tempfile.c my_open.c mf_casecnv.c my_read.c my_write.c errors.c my_error.c my_getwd.c my_div.c mf_pack.c my_messnc.c mf_dirname.c mf_fn_ext.c mf_wcomp.c typelib.c safemalloc.c my_alloc.c mf_format.c mf_path.c mf_unixpath.c my_fop en.c my_symlink.c my_fstream.c mf_loadpath.c my_pthread.c my_thr_init.c thr_m utex.c mulalloc.c string.c default.c my_compress.c array.c my_once.c list.c m y_net.c charset.c hash.c mf_iocache.c my_seek.c my_pread.c mf_cache.c my_geth ostbyname.c my_port.c getopt.c getopt1.c getvar.c my_lib.c + rm -f ./strmov.c + /bin/ln -s ./../strings/strmov.c ./strmov.c + rm -f ./strxmov.c + /bin/ln -s ./../strings/strxmov.c ./strxmov.c + rm -f ./strnmov.c + /bin/ln -s ./../strings/strnmov.c ./strnmov.c + rm -f ./strmake.c + /bin/ln -s ./../strings/strmake.c ./strmake.c + rm -f ./strend.c + /bin/ln -s ./../strings/strend.c ./strend.c + rm -f ./strnlen.c + /bin/ln -s ./../strings/strnlen.c ./strnlen.c + rm -f ./strfill.c + /bin/ln -s ./../strings/strfill.c ./strfill.c + rm -f ./is_prefix.c + /bin/ln -s ./../strings/is_prefix.c ./is_prefix.c + rm -f ./int2str.c + /bin/ln -s ./../strings/int2str.c ./int2str.c + rm -f ./str2int.c + /bin/ln -s ./../strings/str2int.c ./str2int.c + rm -f ./strinstr.c + /bin/ln -s ./../strings/strinstr.c ./strinstr.c + rm -f ./strcont.c + /bin/ln -s ./../strings/strcont.c ./strcont.c + rm -f ./strcend.c + /bin/ln -s ./../strings/strcend.c ./strcend.c + rm -f ./bchange.c + /bin/ln -s ./../strings/bchange.c ./bchange.c + rm -f ./bmove.c + /bin/ln -s ./../strings/bmove.c ./bmove.c + rm -f ./bmove_upp.c + /bin/ln -s ./../strings/bmove_upp.c ./bmove_upp.c + rm -f ./longlong2str.c + /bin/ln -s ./../strings/longlong2str.c ./longlong2str.c + rm -f ./strtoull.c + /bin/ln -s ./../strings/strtoull.c ./strtoull.c + rm -f ./strtoll.c + /bin/ln -s ./../strings/strtoll.c ./strtoll.c + rm -f ./llstr.c + /bin/ln -s ./../strings/llstr.c ./llstr.c + rm -f ./ctype.c + /bin/ln -s ./../strings/ctype.c ./ctype.c + rm -f ./ctype-ujis.c + /bin/ln -s ./../strings/ctype-ujis.c ./ctype-ujis.c + rm -f ./strto.c + /bin/ln -s ./../strings/strto.c ./strto.c + rm -f ./ctype_autoconf.c + /bin/ln -s ../strings/ctype_autoconf.c ./ctype_autoconf.c + rm -f ./dbug.c + /bin/ln -s ./../dbug/dbug.c ./dbug.c + rm -f ./my_init.c + /bin/ln -s ./../mysys/my_init.c ./my_init.c + rm -f ./my_static.c + /bin/ln -s ./../mysys/my_static.c ./my_static.c + rm -f ./my_malloc.c + /bin/ln -s ./../mysys/my_malloc.c ./my_malloc.c + rm -f ./my_realloc.c + /bin/ln -s ./../mysys/my_realloc.c ./my_realloc.c + rm -f ./my_create.c + /bin/ln -s ./../mysys/my_create.c ./my_create.c + rm -f ./my_delete.c + /bin/ln -s ./../mysys/my_delete.c ./my_delete.c + rm -f ./mf_tempfile.c + /bin/ln -s ./../mysys/mf_tempfile.c ./mf_tempfile.c + rm -f ./my_open.c + /bin/ln -s ./../mysys/my_open.c ./my_open.c + rm -f ./mf_casecnv.c + /bin/ln -s ./../mysys/mf_casecnv.c ./mf_casecnv.c + rm -f ./my_read.c + /bin/ln -s ./../mysys/my_read.c ./my_read.c + rm -f ./my_write.c + /bin/ln -s ./../mysys/my_write.c ./my_write.c + rm -f ./errors.c + /bin/ln -s ./../mysys/errors.c ./errors.c + rm -f ./my_error.c + /bin/ln -s ./../mysys/my_error.c ./my_error.c + rm -f ./my_getwd.c + /bin/ln -s ./../mysys/my_getwd.c ./my_getwd.c + rm -f ./my_div.c + /bin/ln -s ./../mysys/my_div.c ./my_div.c + rm -f ./mf_pack.c + /bin/ln -s ./../mysys/mf_pack.c ./mf_pack.c + rm -f ./my_messnc.c + /bin/ln -s ./../mysys/my_messnc.c ./my_messnc.c + rm -f ./mf_dirname.c + /bin/ln -s ./../mysys/mf_dirname.c ./mf_dirname.c + rm -f ./mf_fn_ext.c + /bin/ln -s ./../mysys/mf_fn_ext.c ./mf_fn_ext.c + rm -f ./mf_wcomp.c + /bin/ln -s ./../mysys/mf_wcomp.c ./mf_wcomp.c + rm -f ./typelib.c + /bin/ln -s ./../mysys/typelib.c ./typelib.c + rm -f ./safemalloc.c + /bin/ln -s ./../mysys/safemalloc.c ./safemalloc.c + rm -f ./my_alloc.c + /bin/ln -s ./../mysys/my_alloc.c ./my_alloc.c + rm -f ./mf_format.c + /bin/ln -s ./../mysys/mf_format.c ./mf_format.c + rm -f ./mf_path.c + /bin/ln -s ./../mysys/mf_path.c ./mf_path.c + rm -f ./mf_unixpath.c + /bin/ln -s ./../mysys/mf_unixpath.c ./mf_unixpath.c + rm -f ./my_fopen.c + /bin/ln -s ./../mysys/my_fopen.c ./my_fopen.c + rm -f ./my_symlink.c + /bin/ln -s ./../mysys/my_symlink.c ./my_symlink.c + rm -f ./my_fstream.c + /bin/ln -s ./../mysys/my_fstream.c ./my_fstream.c + rm -f ./mf_loadpath.c + /bin/ln -s ./../mysys/mf_loadpath.c ./mf_loadpath.c + rm -f ./my_pthread.c + /bin/ln -s ./../mysys/my_pthread.c ./my_pthread.c + rm -f ./my_thr_init.c + /bin/ln -s ./../mysys/my_thr_init.c ./my_thr_init.c + rm -f ./thr_mutex.c + /bin/ln -s ./../mysys/thr_mutex.c ./thr_mutex.c + rm -f ./mulalloc.c + /bin/ln -s ./../mysys/mulalloc.c ./mulalloc.c + rm -f ./string.c + /bin/ln -s ./../mysys/string.c ./string.c + rm -f ./default.c + /bin/ln -s ./../mysys/default.c ./default.c + rm -f ./my_compress.c + /bin/ln -s ./../mysys/my_compress.c ./my_compress.c + rm -f ./array.c + /bin/ln -s ./../mysys/array.c ./array.c + rm -f ./my_once.c + /bin/ln -s ./../mysys/my_once.c ./my_once.c + rm -f ./list.c + /bin/ln -s ./../mysys/list.c ./list.c + rm -f ./my_net.c + /bin/ln -s ./../mysys/my_net.c ./my_net.c + rm -f ./charset.c + /bin/ln -s ./../mysys/charset.c ./charset.c + rm -f ./hash.c + /bin/ln -s ./../mysys/hash.c ./hash.c + rm -f ./mf_iocache.c + /bin/ln -s ./../mysys/mf_iocache.c ./mf_iocache.c + rm -f ./my_seek.c + /bin/ln -s ./../mysys/my_seek.c ./my_seek.c + rm -f ./my_pread.c + /bin/ln -s ./../mysys/my_pread.c ./my_pread.c + rm -f ./mf_cache.c + /bin/ln -s ./../mysys/mf_cache.c ./mf_cache.c + rm -f ./my_gethostbyname.c + /bin/ln -s ./../mysys/my_gethostbyname.c ./my_gethostbyname.c + rm -f ./my_port.c + /bin/ln -s ./../mysys/my_port.c ./my_port.c + rm -f ./getopt.c + /bin/ln -s ./../mysys/getopt.c ./getopt.c + rm -f ./getopt1.c + /bin/ln -s ./../mysys/getopt1.c ./getopt1.c + rm -f ./getvar.c + /bin/ln -s ./../mysys/getvar.c ./getvar.c + rm -f ./my_lib.c + /bin/ln -s ./../mysys/my_lib.c ./my_lib.c + rm -f ./mysys_priv.h + /bin/ln -s ./../mysys/mysys_priv.h ./mysys_priv.h + rm -f ./my_static.h + /bin/ln -s ./../mysys/my_static.h ./my_static.h make[1]: Leaving directory `/home/hogehoge/mysql-3.23.53/libmysql' echo timestamp > linked_libmysql_sources cd client; make link_sources make[1]: Entering directory `/home/hogehoge/mysql-3.23.53/client' for f in log_event.h log_event.cc ; do \ rm -f ./$f; \ /bin/ln -s ../sql/$f ./$f; \ done; make[1]: Leaving directory `/home/hogehoge/mysql-3.23.53/client' 続きのmakeのログは、次のメールに添付します。
6497 2002-10-31 16:50 [<hogehoge@xxxxxxxxxx] 一般ユーザ権限でのインストール -> 6498 2002-10-31 17:03 ┣[<hogehoge@xxxxxxxxxx] 6499 2002-10-31 17:26 ┣[<hogehoge@xxxxxxxxxx] 6500 2002-10-31 17:25 ┣[<hogehoge@xxxxxxxxxx] 6501 2002-10-31 17:26 ┣[<hogehoge@xxxxxxxxxx] 6502 2002-10-31 17:27 ┣[<hogehoge@xxxxxxxxxx] 6503 2002-10-31 17:30 ┣["Takashi Yamashita" ] 6504 2002-10-31 17:35 ┃┣["Takashi Yamashita" ] 6506 2002-10-31 18:04 ┃┃┗[<hogehoge@xxxxxxxxxx] 6505 2002-10-31 17:45 ┃┗[<hogehoge@xxxxxxxxxx] Re: 一般ユーザ権限でのインストール ( お詫び) 6507 2002-10-31 19:30 ┗[UNO Shintaro <uno@xx] 6511 2002-11-01 01:43 ┣[Tatsuya Kondo <konet] 6517 2002-11-01 13:17 ┃┗[<hogehoge@xxxxxxxxxx] 6516 2002-11-01 13:16 ┗[<hogehoge@xxxxxxxxxx]