[ruby-dev:27981] Re: 1.8.4 Preview2 検証
From:
Kouhei Yanagita <yanagi@...>
Date:
2005-12-09 14:38:33 UTC
List:
ruby-dev #27981
柳田です。
Windows2000 SP4 上の Cygwin で 1.8.4 preview2 を検証しました。
preview1 のときと同様に [ruby-dev:27590]、test_ssl.rb で止まりました。
% ./configure --enable-shared --prefix=/var/tmp/ruby
% make
% make test
test succeeded
% make test-all
./miniruby.exe ./runruby.rb --extout=.ext -- -C "./test" runner.rb --runner=console
Loaded suite .
Started
..............................................................................................................................................................................................................................FF...............F.....FF...................................................F...F..EEEEEEEEEEEEEEEEEEEEEEEE........................................................................................
(C-cで中断)
/openssl/test_ssl.rb:220:in `connect': Interrupt
from ./openssl/test_ssl.rb:220:in `test_parallel'
from ./openssl/test_ssl.rb:217:in `test_parallel'
from ./openssl/test_ssl.rb:73:in `start_server'
from ./openssl/test_ssl.rb:215:in `test_parallel'
from /var/tmp/ruby-1.8.4/lib/test/unit/testcase.rb:70:in `run'
from /var/tmp/ruby-1.8.4/lib/test/unit/testsuite.rb:32:in `run'
from /var/tmp/ruby-1.8.4/lib/test/unit/testsuite.rb:31:in `run'
from /var/tmp/ruby-1.8.4/lib/test/unit/testsuite.rb:32:in `run'
... 6 levels...
from /var/tmp/ruby-1.8.4/lib/test/unit/ui/testrunnerutilities.rb:27:in `run'
from /var/tmp/ruby-1.8.4/lib/test/unit/autorunner.rb:200:in `run'
from /var/tmp/ruby-1.8.4/lib/test/unit/autorunner.rb:13:in `run'
from runner.rb:7
make: *** [test-all] Error 1
% gcc -v Reading specs from
/usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with:
/gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man
--infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs
--without-x --enable-libgcj --disable-java-awt --with-system-zlib
--enable-interpreter --disable-libgcj-debug
--enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions
--enable-hash-synchronization
--enable-libstdcxx-debug : (reconfigured) Thread model: posix gcc
version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
--
Kouhei Yanagita <yanagi at shakenbu.org>
Attachments (3)
configure.log
(9.26 KB, text/x-log)
checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether gcc needs -traditional... no checking whether the linker is GNU ld... yes checking whether gcc -E accepts -o... yes checking for mingw32 environment... no checking for bison... no checking for byacc... no checking for ranlib... ranlib checking for ar... ar checking for nm... nm checking for windres... windres checking for dllwrap... dllwrap checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for long long... yes checking for off_t... yes checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for off_t... (cached) yes checking size of off_t... 8 checking for void*... yes checking size of void*... 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... x __attribute__ ((noreturn)) checking for RUBY_EXTERN... no checking whether sys_nerr is declared... yes checking for crypt in -lcrypt... yes checking for dlopen in -ldl... no checking for shl_load in -ldld... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... no checking sys/syscall.h presence... no checking for sys/syscall.h... no 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... no checking syscall.h presence... no checking for syscall.h... no 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... yes checking sys/utime.h presence... yes checking for sys/utime.h... yes 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... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking ucontext.h usability... no checking ucontext.h presence... no checking for ucontext.h... no checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no 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... no 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... yes checking for vsnprintf... yes checking for isnan... yes checking for finite... yes checking for isinf... yes checking for hypot... yes checking for acosh... yes checking for erf... yes checking for fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes checking for syscall... no checking for chroot... yes checking for fsync... yes checking for getcwd... yes checking for truncate... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for fcntl... yes checking for lockf... no checking for lstat... yes checking for symlink... yes checking for link... yes checking for readlink... yes checking for setitimer... (cached) no checking for setruid... no checking for seteuid... yes checking for setreuid... yes checking for setresuid... no checking for setproctitle... no checking for setrgid... no checking for setegid... yes checking for setregid... yes checking for setresgid... no checking for issetugid... no checking for pause... yes checking for lchown... yes checking for lchmod... no checking for getpgrp... yes checking for setpgrp... yes checking for getpgid... yes checking for setpgid... yes checking for initgroups... yes checking for getgroups... yes checking for setgroups... yes checking for getpriority... yes checking for getrlimit... yes checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for _setjmp... (cached) no 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 cosh... yes checking for sinh... yes checking for tanh... yes checking for setuid... yes checking for setgid... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... no checking for tzname... (cached) no checking for struct tm.tm_gmtoff... no checking for external int daylight... (cached) 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... no checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking whether right shift preserve sign bit... yes checking read count field in FILE structures... _r checking read buffer ptr field in FILE structures... _p checking whether need to seek between R/W... yes checking whether st_ino is huge... yes checking stack growing direction... (cached) -1 checking whether ELF binaries are produced... no checking whether OS depend dynamic link works... yes checking for nroff... /usr/bin/nroff creating config.h configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile
make.log
(51.2 KB, text/x-log)
gcc -g -O2 -DRUBY_EXPORT -I. -I. -c array.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c bignum.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c class.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c compar.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c dir.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c dln.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c enum.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c error.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c eval.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c file.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c gc.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c hash.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c inits.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c io.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c marshal.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c math.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c numeric.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c object.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c pack.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c parse.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c process.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c prec.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c random.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c range.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c re.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c regex.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c ruby.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c signal.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c sprintf.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c st.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c string.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c struct.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c time.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c util.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c variable.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c version.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c ./missing/strftime.c gcc -g -O2 -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 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 strftime.o dmyext.o gcc -g -O2 -DRUBY_EXPORT -I. -I. -c main.c gcc -g -O2 -DRUBY_EXPORT -I. -I. -c dmydln.c gcc main.o dmydln.o libruby-static.a -lcrypt -o miniruby.exe -g -O2 -DRUBY_EXPORT rbconfig.rb updated windres --include-dir . --include-dir . --include-dir ./win32 cygruby18.rc cygruby18.res.o gcc -shared -s -Wl,--enable-auto-import,--export-all -Wl,--out-implib=libruby.dll.a array.o bignum.o class.o compar.o dir.o dln.o enum.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 strftime.o dmyext.o cygruby18.res.o -lcrypt -o cygruby18.dll compiling Win32API make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/Win32API' mkdir -p ../../.ext/i386-cygwin gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/Win32API -DHAVE_WINDOWS_H -c Win32API.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/Win32API.so Win32API.o -lruby -lkernel32 -lcrypt mkdir -p ../../.ext/win32 cp ../.././ext/Win32API/lib/win32/registry.rb ../../.ext/win32 cp ../.././ext/Win32API/lib/win32/resolv.rb ../../.ext/win32 make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/Win32API' compiling bigdecimal make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/bigdecimal' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/bigdecimal -c bigdecimal.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/bigdecimal.so bigdecimal.o -lruby -lcrypt mkdir -p ../../.ext/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/bigdecimal make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/bigdecimal' compiling curses make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/curses' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/curses -DHAVE_NCURSES_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_RESIZETERM -DHAVE_SCRL -DHAVE_SETSCRREG -DHAVE_UNGETCH -DHAVE_WATTROFF -DHAVE_WATTRON -DHAVE_WATTRSET -DHAVE_WBKGD -DHAVE_WBKGDSET -DHAVE_WDELETELN -DHAVE_WGETNSTR -DHAVE_WRESIZE -DHAVE_WSCRL -DHAVE_WSETSCRREG -DHAVE_DEF_PROG_MODE -DHAVE_RESET_PROG_MODE -DHAVE_TIMEOUT -DHAVE_WTIMEOUT -DHAVE_NODELAY -DHAVE_INIT_COLOR -DHAVE_WCOLOR_SET -c curses.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/curses.so curses.o -lruby -lncurses -ltermcap -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/curses' compiling dbm make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/dbm' gcc -g -O2 -DDBM_HDR="<ndbm.h>" -I. -I../.. -I../../. -I../.././ext/dbm -DHAVE_NDBM_H -DHAVE_TYPE_DBM -DHAVE_SYS_CDEFS_H -DHAVE_DBM_OPEN -c dbm.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/dbm.so dbm.o -lruby -lgdbm_compat -lgdbm -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/dbm' compiling digest make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/digest' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/digest -c digest.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/digest.so digest.o -lruby -lcrypt cp ../.././ext/digest/lib/md5.rb ../../.ext cp ../.././ext/digest/lib/sha1.rb ../../.ext make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/digest' compiling digest/md5 make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/digest/md5' mkdir -p ../../../.ext/i386-cygwin/digest gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/md5/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c md5init.c gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/md5/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c md5ossl.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../../.." -o ../../../.ext/i386-cygwin/digest/md5.so md5init.o md5ossl.o -lruby -lcrypto -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/digest/md5' compiling digest/rmd160 make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/digest/rmd160' gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/rmd160/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c rmd160init.c gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/rmd160/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c rmd160ossl.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../../.." -o ../../../.ext/i386-cygwin/digest/rmd160.so rmd160init.o rmd160ossl.o -lruby -lcrypto -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/digest/rmd160' compiling digest/sha1 make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/digest/sha1' gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/sha1/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha1init.c gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/sha1/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -c sha1ossl.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../../.." -o ../../../.ext/i386-cygwin/digest/sha1.so sha1init.o sha1ossl.o -lruby -lcrypto -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/digest/sha1' compiling digest/sha2 make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/digest/sha2' gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/sha2/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -c sha2.c gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/sha2/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -c sha2hl.c gcc -g -O2 -DHAVE_CONFIG_H -I../../.././ext/digest/sha2/.. -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -c sha2init.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../../.." -o ../../../.ext/i386-cygwin/digest/sha2.so sha2.o sha2hl.o sha2init.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/digest/sha2' compiling dl make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/dl' Generating callback.func Generating cbtable.func gcc -g -O2 -fno-defer-pop -fno-omit-frame-pointer -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_WINDOWS_H -DHAVE_GETLASTERROR -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c dl.c gcc -g -O2 -fno-defer-pop -fno-omit-frame-pointer -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_WINDOWS_H -DHAVE_GETLASTERROR -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c handle.c gcc -g -O2 -fno-defer-pop -fno-omit-frame-pointer -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_WINDOWS_H -DHAVE_GETLASTERROR -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c ptr.c Generating call.func gcc -g -O2 -fno-defer-pop -fno-omit-frame-pointer -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_WINDOWS_H -DHAVE_GETLASTERROR -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -c sym.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/dl.so dl.o handle.o ptr.o sym.o -lruby -lkernel32 -lcrypt mkdir -p ../../.ext/dl cp ../.././ext/dl/lib/dl/import.rb ../../.ext/dl cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/dl cp ../.././ext/dl/lib/dl/types.rb ../../.ext/dl cp ../.././ext/dl/lib/dl/win32.rb ../../.ext/dl cp dlconfig.h ../../.ext/i386-cygwin cp ../.././ext/dl/dl.h ../../.ext/i386-cygwin make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/dl' compiling enumerator make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/enumerator' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/enumerator -c enumerator.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/enumerator.so enumerator.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/enumerator' compiling etc make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/etc' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/etc -DHAVE_GETLOGIN -DHAVE_GETPWENT -DHAVE_GETGRENT -DHAVE_ST_PW_GECOS -DHAVE_ST_PW_PASSWD -DHAVE_ST_GR_PASSWD -c etc.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/etc.so etc.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/etc' compiling fcntl make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/fcntl' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/fcntl -c fcntl.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/fcntl.so fcntl.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/fcntl' compiling gdbm make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/gdbm' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/gdbm -DHAVE_GDBM_H -c gdbm.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/gdbm.so gdbm.o -lruby -lgdbm -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/gdbm' compiling iconv make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/iconv' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/iconv -DICONV_INPTR_CONST -c iconv.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/iconv.so iconv.o -lruby -liconv -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/iconv' compiling io/wait compiling nkf make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/nkf' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/nkf -c nkf.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/nkf.so nkf.o -lruby -lcrypt cp ../.././ext/nkf/lib/kconv.rb ../../.ext make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/nkf' compiling openssl make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/openssl' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c openssl_missing.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_asn1.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_bio.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_bn.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_cipher.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_config.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_digest.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_engine.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_hmac.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_ns_spki.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_ocsp.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_pkcs12.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_pkcs7.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_pkey.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_pkey_dh.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_pkey_dsa.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_pkey_rsa.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_rand.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_ssl.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509attr.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509cert.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509crl.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509ext.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509name.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509req.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509revoked.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_ERR_PEEK_LAST_ERROR -DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE -DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX -DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX -DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP -DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY -DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT -DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF -DHAVE_X509V3_EXT_NCONF_NID -DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME -DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_OPENSSL_CLEANSE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD -DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_O! PENSSL_OCSP_H -DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509store.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/openssl.so openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -lruby -lssl -lcrypto -lcrypt mkdir -p ../../.ext/net mkdir -p ../../.ext/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext cp ../.././ext/openssl/lib/net/ftptls.rb ../../.ext/net cp ../.././ext/openssl/lib/net/telnets.rb ../../.ext/net cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/openssl cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/openssl cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/openssl cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/openssl make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/openssl' compiling pty make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/pty' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/pty -DHAVE_PTY_H -DHAVE_OPENPTY -c pty.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/pty.so pty.o -lruby -lutil -lcrypt cp ../.././ext/pty/lib/expect.rb ../../.ext make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/pty' compiling racc/cparse make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/racc/cparse' mkdir -p ../../../.ext/i386-cygwin/racc gcc -g -O2 -I. -I../../.. -I../../../. -I../../.././ext/racc/cparse -c cparse.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../../.." -o ../../../.ext/i386-cygwin/racc/cparse.so cparse.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/racc/cparse' compiling readline make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/readline' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/readline -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DHAVE_RL_FILENAME_COMPLETION_FUNCTION -DHAVE_RL_DEPREP_TERM_FUNCTION -DHAVE_RL_COMPLETION_APPEND_CHARACTER -DHAVE_RL_BASIC_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_WORD_BREAK_CHARACTERS -DHAVE_RL_BASIC_QUOTE_CHARACTERS -DHAVE_RL_COMPLETER_QUOTE_CHARACTERS -DHAVE_RL_FILENAME_QUOTE_CHARACTERS -DHAVE_RL_ATTEMPTED_COMPLETION_OVER -DHAVE_RL_LIBRARY_VERSION -DHAVE_RL_EVENT_HOOK -DHAVE_RL_CLEANUP_AFTER_SIGNAL -DHAVE_RL_CLEAR_SIGNALS -DHAVE_RL_VI_EDITING_MODE -DHAVE_RL_EMACS_EDITING_MODE -DHAVE_RL_CLEAR_SIGNALS -DHAVE_REPLACE_HISTORY_ENTRY -DHAVE_REMOVE_HISTORY -c readline.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/readline.so readline.o -lruby -lreadline -lncurses -luser32 -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/readline' compiling sdbm make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/sdbm' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/sdbm -c init.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/sdbm -c _sdbm.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/sdbm.so init.o _sdbm.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/sdbm' compiling socket make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/socket' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/socket -DHAVE_NETINET_UDP_H -DHAVE_SENDMSG -DHAVE_RECVMSG -DHAVE_ST_MSG_ACCRIGHTS -DHAVE_INET_NTOP -DHAVE_INET_PTON -DHAVE_GETSERVBYPORT -DHAVE_ARPA_INET_H -DHAVE_TYPE_SOCKLEN_T -DHAVE_SYS_UN_H -DHAVE_SYS_UIO_H -DHAVE_SOCKET -DHAVE_SOCKETPAIR -DHAVE_GETHOSTNAME -I. -c socket.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/socket -DHAVE_NETINET_UDP_H -DHAVE_SENDMSG -DHAVE_RECVMSG -DHAVE_ST_MSG_ACCRIGHTS -DHAVE_INET_NTOP -DHAVE_INET_PTON -DHAVE_GETSERVBYPORT -DHAVE_ARPA_INET_H -DHAVE_TYPE_SOCKLEN_T -DHAVE_SYS_UN_H -DHAVE_SYS_UIO_H -DHAVE_SOCKET -DHAVE_SOCKETPAIR -DHAVE_GETHOSTNAME -I. -c getaddrinfo.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/socket -DHAVE_NETINET_UDP_H -DHAVE_SENDMSG -DHAVE_RECVMSG -DHAVE_ST_MSG_ACCRIGHTS -DHAVE_INET_NTOP -DHAVE_INET_PTON -DHAVE_GETSERVBYPORT -DHAVE_ARPA_INET_H -DHAVE_TYPE_SOCKLEN_T -DHAVE_SYS_UN_H -DHAVE_SYS_UIO_H -DHAVE_SOCKET -DHAVE_SOCKETPAIR -DHAVE_GETHOSTNAME -I. -c getnameinfo.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/socket.so socket.o getaddrinfo.o getnameinfo.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/socket' compiling stringio make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/stringio' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/stringio -c stringio.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/stringio.so stringio.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/stringio' compiling strscan make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/strscan' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/strscan -c strscan.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/strscan.so strscan.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/strscan' compiling syck make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/syck' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c bytecode.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c emitter.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c gram.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c handler.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c implicit.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c node.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c rubyext.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c syck.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c token.c gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syck -DHAVE_ST_H -c yaml2byte.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/syck.so bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o syck.o token.o yaml2byte.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/syck' compiling syslog make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/syslog' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/syslog -DHAVE_SYSLOG_H -DHAVE_OPENLOG -DHAVE_SETLOGMASK -c syslog.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/syslog.so syslog.o -lruby -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/syslog' compiling tk compiling tk/tkutil compiling win32ole make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/win32ole' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/win32ole -DNONAMELESSUNION -DHAVE_WINDOWS_H -c win32ole.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/win32ole.so win32ole.o -lruby -ladvapi32 -lkernel32 -luser32 -luuid -loleaut32 -lole32 -lcrypt mkdir -p ../../.ext/win32ole cp ../.././ext/win32ole/lib/win32ole/property.rb ../../.ext/win32ole make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/win32ole' compiling zlib make[1]: Entering directory `/var/tmp/ruby-1.8.4/ext/zlib' gcc -g -O2 -I. -I../.. -I../../. -I../.././ext/zlib -DHAVE_ZLIB_H -DOS_CODE=OS_UNIX -c zlib.c gcc -shared -s -Wl,--enable-auto-import,--export-all -L"../.." -o ../../.ext/i386-cygwin/zlib.so zlib.o -lruby -lz -lcrypt make[1]: Leaving directory `/var/tmp/ruby-1.8.4/ext/zlib' making ruby.exe, rubyw.exe make[1]: Entering directory `/var/tmp/ruby-1.8.4' windres --include-dir . --include-dir . --include-dir ./win32 ruby.rc ruby.res.o gcc -g -O2 -DRUBY_EXPORT -Wl,--stack,0x02000000 -L. main.o ruby.res.o -lruby -lcrypt -o ruby.exe windres --include-dir . --include-dir . --include-dir ./win32 rubyw.rc rubyw.res.o gcc -mwindows -e _mainCRTStartup -g -O2 -DRUBY_EXPORT -Wl,--stack,0x02000000 -L. \ main.o rubyw.res.o -lruby -lcrypt -o rubyw.exe make[1]: Leaving directory `/var/tmp/ruby-1.8.4'
make-install.log
(45.2 KB, text/x-log)
./miniruby.exe ./instruby.rb --dest-dir="" --make="make" --mflags="- --unix" --make-flags=" --unix" --mantype="doc" mkdir -p -m 755 /var/tmp/ruby/bin /var/tmp/ruby/lib /var/tmp/ruby/lib/ruby/1.8 /var/tmp/ruby/lib/ruby/1.8/i386-cygwin /var/tmp/ruby/lib/ruby/site_ruby/1.8 /var/tmp/ruby/lib/ruby/site_ruby/1.8/i386-cygwin install -c -p -m 0755 ruby.exe /var/tmp/ruby/bin/ruby.exe install -c -p -m 0755 rubyw.exe /var/tmp/ruby/bin install -c -p -m 0755 cygruby18.dll /var/tmp/ruby/bin install -c -p -m 0755 libruby.dll.a /var/tmp/ruby/lib install -c -p -m 0644 libruby-static.a /var/tmp/ruby/lib install -c -p -m 0644 config.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 rbconfig.rb /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0755 bin/erb /var/tmp/ruby/bin/erb install -c -p -m 0755 bin/irb /var/tmp/ruby/bin/irb install -c -p -m 0755 bin/rdoc /var/tmp/ruby/bin/rdoc install -c -p -m 0755 bin/ri /var/tmp/ruby/bin/ri install -c -p -m 0755 bin/testrb /var/tmp/ruby/bin/testrb install -c -p -m 0644 lib/abbrev.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/base64.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/benchmark.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/cgi-lib.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/cgi.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/complex.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/csv.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/date.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/date2.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/debug.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/delegate.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/drb.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/e2mmap.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/English.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/Env.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/erb.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/eregex.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/fileutils.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/finalize.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/find.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/forwardable.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/ftools.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/generator.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/getoptlong.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/getopts.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/gserver.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/importenv.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/ipaddr.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/irb.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/jcode.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/logger.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/mailread.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/mathn.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/matrix.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/mkmf.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/monitor.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/mutex_m.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/observer.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/open-uri.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/open3.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/optparse.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/ostruct.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/parsearg.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/parsedate.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/pathname.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/ping.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/pp.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/prettyprint.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/profile.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/profiler.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/pstore.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/rational.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/readbytes.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/resolv-replace.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/resolv.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/rss.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/rubyunit.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/scanf.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/set.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/shell.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/shellwords.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/singleton.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/sync.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/tempfile.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/thread.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/thwait.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/time.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/timeout.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/tmpdir.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/tracer.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/tsort.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/un.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/uri.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/weakref.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/webrick.rb /var/tmp/ruby/lib/ruby/1.8 install -c -p -m 0644 lib/yaml.rb /var/tmp/ruby/lib/ruby/1.8 mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/cgi install -c -p -m 0644 lib/cgi/session.rb /var/tmp/ruby/lib/ruby/1.8/cgi mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/cgi/session install -c -p -m 0644 lib/cgi/session/pstore.rb /var/tmp/ruby/lib/ruby/1.8/cgi/session mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/date install -c -p -m 0644 lib/date/format.rb /var/tmp/ruby/lib/ruby/1.8/date mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/acl.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/drb.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/eq.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/extserv.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/extservm.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/gw.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/invokemethod.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/observer.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/ssl.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/timeridconv.rb /var/tmp/ruby/lib/ruby/1.8/drb install -c -p -m 0644 lib/drb/unix.rb /var/tmp/ruby/lib/ruby/1.8/drb mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/completion.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/context.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/extend-command.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/frame.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/help.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/init.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/input-method.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/locale.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/notifier.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/output-method.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/ruby-lex.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/ruby-token.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/slex.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/version.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/workspace.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/ws-for-case-2.rb /var/tmp/ruby/lib/ruby/1.8/irb install -c -p -m 0644 lib/irb/xmp.rb /var/tmp/ruby/lib/ruby/1.8/irb mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/irb/cmd install -c -p -m 0644 lib/irb/cmd/chws.rb /var/tmp/ruby/lib/ruby/1.8/irb/cmd install -c -p -m 0644 lib/irb/cmd/fork.rb /var/tmp/ruby/lib/ruby/1.8/irb/cmd install -c -p -m 0644 lib/irb/cmd/help.rb /var/tmp/ruby/lib/ruby/1.8/irb/cmd install -c -p -m 0644 lib/irb/cmd/load.rb /var/tmp/ruby/lib/ruby/1.8/irb/cmd install -c -p -m 0644 lib/irb/cmd/nop.rb /var/tmp/ruby/lib/ruby/1.8/irb/cmd install -c -p -m 0644 lib/irb/cmd/pushws.rb /var/tmp/ruby/lib/ruby/1.8/irb/cmd install -c -p -m 0644 lib/irb/cmd/subirb.rb /var/tmp/ruby/lib/ruby/1.8/irb/cmd mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/change-ws.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/history.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/loader.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/math-mode.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/multi-irb.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/save-history.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/tracer.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/use-loader.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext install -c -p -m 0644 lib/irb/ext/workspaces.rb /var/tmp/ruby/lib/ruby/1.8/irb/ext mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/irb/lc install -c -p -m 0644 lib/irb/lc/error.rb /var/tmp/ruby/lib/ruby/1.8/irb/lc mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/irb/lc/ja install -c -p -m 0644 lib/irb/lc/ja/error.rb /var/tmp/ruby/lib/ruby/1.8/irb/lc/ja mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/ftp.rb /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/http.rb /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/https.rb /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/imap.rb /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/pop.rb /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/protocol.rb /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/smtp.rb /var/tmp/ruby/lib/ruby/1.8/net install -c -p -m 0644 lib/net/telnet.rb /var/tmp/ruby/lib/ruby/1.8/net mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/optparse install -c -p -m 0644 lib/optparse/date.rb /var/tmp/ruby/lib/ruby/1.8/optparse install -c -p -m 0644 lib/optparse/shellwords.rb /var/tmp/ruby/lib/ruby/1.8/optparse install -c -p -m 0644 lib/optparse/time.rb /var/tmp/ruby/lib/ruby/1.8/optparse install -c -p -m 0644 lib/optparse/uri.rb /var/tmp/ruby/lib/ruby/1.8/optparse install -c -p -m 0644 lib/optparse/version.rb /var/tmp/ruby/lib/ruby/1.8/optparse mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/racc install -c -p -m 0644 lib/racc/parser.rb /var/tmp/ruby/lib/ruby/1.8/racc mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc install -c -p -m 0644 lib/rdoc/code_objects.rb /var/tmp/ruby/lib/ruby/1.8/rdoc install -c -p -m 0644 lib/rdoc/diagram.rb /var/tmp/ruby/lib/ruby/1.8/rdoc install -c -p -m 0644 lib/rdoc/options.rb /var/tmp/ruby/lib/ruby/1.8/rdoc install -c -p -m 0644 lib/rdoc/rdoc.rb /var/tmp/ruby/lib/ruby/1.8/rdoc install -c -p -m 0644 lib/rdoc/template.rb /var/tmp/ruby/lib/ruby/1.8/rdoc install -c -p -m 0644 lib/rdoc/tokenstream.rb /var/tmp/ruby/lib/ruby/1.8/rdoc install -c -p -m 0644 lib/rdoc/usage.rb /var/tmp/ruby/lib/ruby/1.8/rdoc mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/dot install -c -p -m 0644 lib/rdoc/dot/dot.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/dot mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/generators install -c -p -m 0644 lib/rdoc/generators/chm_generator.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators install -c -p -m 0644 lib/rdoc/generators/html_generator.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators install -c -p -m 0644 lib/rdoc/generators/ri_generator.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators install -c -p -m 0644 lib/rdoc/generators/xml_generator.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/chm install -c -p -m 0644 lib/rdoc/generators/template/chm/chm.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/chm mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/html install -c -p -m 0644 lib/rdoc/generators/template/html/hefss.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/html install -c -p -m 0644 lib/rdoc/generators/template/html/html.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/html install -c -p -m 0644 lib/rdoc/generators/template/html/kilmer.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/html install -c -p -m 0644 lib/rdoc/generators/template/html/old_html.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/html install -c -p -m 0644 lib/rdoc/generators/template/html/one_page_html.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/html mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/xml install -c -p -m 0644 lib/rdoc/generators/template/xml/rdf.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/xml install -c -p -m 0644 lib/rdoc/generators/template/xml/xml.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/generators/template/xml mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/markup install -c -p -m 0644 lib/rdoc/markup/simple_markup.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/sample install -c -p -m 0644 lib/rdoc/markup/sample/rdoc2latex.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/sample install -c -p -m 0644 lib/rdoc/markup/sample/sample.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/sample mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup install -c -p -m 0644 lib/rdoc/markup/simple_markup/fragments.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup install -c -p -m 0644 lib/rdoc/markup/simple_markup/inline.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup install -c -p -m 0644 lib/rdoc/markup/simple_markup/lines.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup install -c -p -m 0644 lib/rdoc/markup/simple_markup/preprocess.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup install -c -p -m 0644 lib/rdoc/markup/simple_markup/to_flow.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup install -c -p -m 0644 lib/rdoc/markup/simple_markup/to_html.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup install -c -p -m 0644 lib/rdoc/markup/simple_markup/to_latex.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/simple_markup mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/test install -c -p -m 0644 lib/rdoc/markup/test/AllTests.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/test install -c -p -m 0644 lib/rdoc/markup/test/TestInline.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/test install -c -p -m 0644 lib/rdoc/markup/test/TestParse.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/markup/test mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/parsers install -c -p -m 0644 lib/rdoc/parsers/parserfactory.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/parsers install -c -p -m 0644 lib/rdoc/parsers/parse_c.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/parsers install -c -p -m 0644 lib/rdoc/parsers/parse_f95.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/parsers install -c -p -m 0644 lib/rdoc/parsers/parse_rb.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/parsers install -c -p -m 0644 lib/rdoc/parsers/parse_simple.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/parsers mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_cache.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_descriptions.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_display.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_driver.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_formatter.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_options.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_paths.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_reader.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_util.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri install -c -p -m 0644 lib/rdoc/ri/ri_writer.rb /var/tmp/ruby/lib/ruby/1.8/rdoc/ri mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/attlistdecl.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/attribute.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/cdata.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/child.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/comment.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/doctype.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/document.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/element.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/encoding.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/entity.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/functions.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/instruction.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/namespace.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/node.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/output.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/parent.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/parseexception.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/quickpath.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/rexml.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/sax2listener.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/source.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/streamlistener.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/syncenumerator.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/text.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/xmldecl.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/xmltokens.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/xpath.rb /var/tmp/ruby/lib/ruby/1.8/rexml install -c -p -m 0644 lib/rexml/xpath_parser.rb /var/tmp/ruby/lib/ruby/1.8/rexml mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rexml/dtd install -c -p -m 0644 lib/rexml/dtd/attlistdecl.rb /var/tmp/ruby/lib/ruby/1.8/rexml/dtd install -c -p -m 0644 lib/rexml/dtd/dtd.rb /var/tmp/ruby/lib/ruby/1.8/rexml/dtd install -c -p -m 0644 lib/rexml/dtd/elementdecl.rb /var/tmp/ruby/lib/ruby/1.8/rexml/dtd install -c -p -m 0644 lib/rexml/dtd/entitydecl.rb /var/tmp/ruby/lib/ruby/1.8/rexml/dtd install -c -p -m 0644 lib/rexml/dtd/notationdecl.rb /var/tmp/ruby/lib/ruby/1.8/rexml/dtd mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/CP-1252.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/EUC-JP.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/ICONV.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/ISO-8859-1.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/ISO-8859-15.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/SHIFT-JIS.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/SHIFT_JIS.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/UNILE.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/US-ASCII.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/UTF-16.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings install -c -p -m 0644 lib/rexml/encodings/UTF-8.rb /var/tmp/ruby/lib/ruby/1.8/rexml/encodings mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rexml/light install -c -p -m 0644 lib/rexml/light/node.rb /var/tmp/ruby/lib/ruby/1.8/rexml/light mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/baseparser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/lightparser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/pullparser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/sax2parser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/streamparser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/treeparser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/ultralightparser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers install -c -p -m 0644 lib/rexml/parsers/xpathparser.rb /var/tmp/ruby/lib/ruby/1.8/rexml/parsers mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rexml/validation install -c -p -m 0644 lib/rexml/validation/relaxng.rb /var/tmp/ruby/lib/ruby/1.8/rexml/validation install -c -p -m 0644 lib/rexml/validation/validation.rb /var/tmp/ruby/lib/ruby/1.8/rexml/validation install -c -p -m 0644 lib/rexml/validation/validationexception.rb /var/tmp/ruby/lib/ruby/1.8/rexml/validation mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rinda install -c -p -m 0644 lib/rinda/rinda.rb /var/tmp/ruby/lib/ruby/1.8/rinda install -c -p -m 0644 lib/rinda/ring.rb /var/tmp/ruby/lib/ruby/1.8/rinda install -c -p -m 0644 lib/rinda/tuplespace.rb /var/tmp/ruby/lib/ruby/1.8/rinda mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/0.9.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/1.0.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/2.0.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/content.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/converter.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/dublincore.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/image.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/maker.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/parser.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/rexmlparser.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/rss.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/syndication.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/taxonomy.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/trackback.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/utils.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/xml-stylesheet.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/xmlparser.rb /var/tmp/ruby/lib/ruby/1.8/rss install -c -p -m 0644 lib/rss/xmlscanner.rb /var/tmp/ruby/lib/ruby/1.8/rss mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/0.9.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/1.0.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/2.0.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/base.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/content.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/dublincore.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/image.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/syndication.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker install -c -p -m 0644 lib/rss/maker/trackback.rb /var/tmp/ruby/lib/ruby/1.8/rss/maker mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/runit install -c -p -m 0644 lib/runit/assert.rb /var/tmp/ruby/lib/ruby/1.8/runit install -c -p -m 0644 lib/runit/error.rb /var/tmp/ruby/lib/ruby/1.8/runit install -c -p -m 0644 lib/runit/testcase.rb /var/tmp/ruby/lib/ruby/1.8/runit install -c -p -m 0644 lib/runit/testresult.rb /var/tmp/ruby/lib/ruby/1.8/runit install -c -p -m 0644 lib/runit/testsuite.rb /var/tmp/ruby/lib/ruby/1.8/runit install -c -p -m 0644 lib/runit/topublic.rb /var/tmp/ruby/lib/ruby/1.8/runit mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/runit/cui install -c -p -m 0644 lib/runit/cui/testrunner.rb /var/tmp/ruby/lib/ruby/1.8/runit/cui mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/shell install -c -p -m 0644 lib/shell/builtin-command.rb /var/tmp/ruby/lib/ruby/1.8/shell install -c -p -m 0644 lib/shell/command-processor.rb /var/tmp/ruby/lib/ruby/1.8/shell install -c -p -m 0644 lib/shell/error.rb /var/tmp/ruby/lib/ruby/1.8/shell install -c -p -m 0644 lib/shell/filter.rb /var/tmp/ruby/lib/ruby/1.8/shell install -c -p -m 0644 lib/shell/process-controller.rb /var/tmp/ruby/lib/ruby/1.8/shell install -c -p -m 0644 lib/shell/system-command.rb /var/tmp/ruby/lib/ruby/1.8/shell install -c -p -m 0644 lib/shell/version.rb /var/tmp/ruby/lib/ruby/1.8/shell mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/attachment.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/baseData.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/element.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/generator.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/httpconfigloader.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/mapping.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/marshal.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/mimemessage.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/netHttpClient.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/parser.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/processor.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/property.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/soap.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/streamHandler.rb /var/tmp/ruby/lib/ruby/1.8/soap install -c -p -m 0644 lib/soap/wsdlDriver.rb /var/tmp/ruby/lib/ruby/1.8/soap mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/soap/encodingstyle install -c -p -m 0644 lib/soap/encodingstyle/aspDotNetHandler.rb /var/tmp/ruby/lib/ruby/1.8/soap/encodingstyle install -c -p -m 0644 lib/soap/encodingstyle/handler.rb /var/tmp/ruby/lib/ruby/1.8/soap/encodingstyle install -c -p -m 0644 lib/soap/encodingstyle/literalHandler.rb /var/tmp/ruby/lib/ruby/1.8/soap/encodingstyle install -c -p -m 0644 lib/soap/encodingstyle/soapHandler.rb /var/tmp/ruby/lib/ruby/1.8/soap/encodingstyle mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/soap/header install -c -p -m 0644 lib/soap/header/handler.rb /var/tmp/ruby/lib/ruby/1.8/soap/header install -c -p -m 0644 lib/soap/header/handlerset.rb /var/tmp/ruby/lib/ruby/1.8/soap/header install -c -p -m 0644 lib/soap/header/simplehandler.rb /var/tmp/ruby/lib/ruby/1.8/soap/header mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/soap/mapping install -c -p -m 0644 lib/soap/mapping/factory.rb /var/tmp/ruby/lib/ruby/1.8/soap/mapping install -c -p -m 0644 lib/soap/mapping/mapping.rb /var/tmp/ruby/lib/ruby/1.8/soap/mapping install -c -p -m 0644 lib/soap/mapping/registry.rb /var/tmp/ruby/lib/ruby/1.8/soap/mapping install -c -p -m 0644 lib/soap/mapping/rubytypeFactory.rb /var/tmp/ruby/lib/ruby/1.8/soap/mapping install -c -p -m 0644 lib/soap/mapping/typeMap.rb /var/tmp/ruby/lib/ruby/1.8/soap/mapping install -c -p -m 0644 lib/soap/mapping/wsdlencodedregistry.rb /var/tmp/ruby/lib/ruby/1.8/soap/mapping install -c -p -m 0644 lib/soap/mapping/wsdlliteralregistry.rb /var/tmp/ruby/lib/ruby/1.8/soap/mapping mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/cgistub.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/driver.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/element.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/httpserver.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/proxy.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/router.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/rpc.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/soaplet.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc install -c -p -m 0644 lib/soap/rpc/standaloneServer.rb /var/tmp/ruby/lib/ruby/1.8/soap/rpc mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test install -c -p -m 0644 lib/test/unit.rb /var/tmp/ruby/lib/ruby/1.8/test mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/assertionfailederror.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/assertions.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/autorunner.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/collector.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/error.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/failure.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/testcase.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/testresult.rb /var/tmp/ruby/lib/ruby/1.8/test/unit install -c -p -m 0644 lib/test/unit/testsuite.rb /var/tmp/ruby/lib/ruby/1.8/test/unit mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/collector install -c -p -m 0644 lib/test/unit/collector/dir.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/collector install -c -p -m 0644 lib/test/unit/collector/objectspace.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/collector mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/ui install -c -p -m 0644 lib/test/unit/ui/testrunnermediator.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/ui install -c -p -m 0644 lib/test/unit/ui/testrunnerutilities.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/ui mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/console install -c -p -m 0644 lib/test/unit/ui/console/testrunner.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/console mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/fox install -c -p -m 0644 lib/test/unit/ui/fox/testrunner.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/fox mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/gtk install -c -p -m 0644 lib/test/unit/ui/gtk/testrunner.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/gtk mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/gtk2 install -c -p -m 0644 lib/test/unit/ui/gtk2/testrunner.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/gtk2 mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/tk install -c -p -m 0644 lib/test/unit/ui/tk/testrunner.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/ui/tk mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/test/unit/util install -c -p -m 0644 lib/test/unit/util/backtracefilter.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/util install -c -p -m 0644 lib/test/unit/util/observable.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/util install -c -p -m 0644 lib/test/unit/util/procwrapper.rb /var/tmp/ruby/lib/ruby/1.8/test/unit/util mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/uri install -c -p -m 0644 lib/uri/common.rb /var/tmp/ruby/lib/ruby/1.8/uri install -c -p -m 0644 lib/uri/ftp.rb /var/tmp/ruby/lib/ruby/1.8/uri install -c -p -m 0644 lib/uri/generic.rb /var/tmp/ruby/lib/ruby/1.8/uri install -c -p -m 0644 lib/uri/http.rb /var/tmp/ruby/lib/ruby/1.8/uri install -c -p -m 0644 lib/uri/https.rb /var/tmp/ruby/lib/ruby/1.8/uri install -c -p -m 0644 lib/uri/ldap.rb /var/tmp/ruby/lib/ruby/1.8/uri install -c -p -m 0644 lib/uri/mailto.rb /var/tmp/ruby/lib/ruby/1.8/uri mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/accesslog.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/cgi.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/compat.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/config.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/cookie.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/htmlutils.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httpauth.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httpproxy.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httprequest.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httpresponse.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/https.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httpserver.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httpservlet.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httpstatus.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httputils.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/httpversion.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/log.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/server.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/ssl.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/utils.rb /var/tmp/ruby/lib/ruby/1.8/webrick install -c -p -m 0644 lib/webrick/version.rb /var/tmp/ruby/lib/ruby/1.8/webrick mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth install -c -p -m 0644 lib/webrick/httpauth/authenticator.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth install -c -p -m 0644 lib/webrick/httpauth/basicauth.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth install -c -p -m 0644 lib/webrick/httpauth/digestauth.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth install -c -p -m 0644 lib/webrick/httpauth/htdigest.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth install -c -p -m 0644 lib/webrick/httpauth/htgroup.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth install -c -p -m 0644 lib/webrick/httpauth/htpasswd.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth install -c -p -m 0644 lib/webrick/httpauth/userdb.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpauth mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/webrick/httpservlet install -c -p -m 0644 lib/webrick/httpservlet/abstract.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpservlet install -c -p -m 0644 lib/webrick/httpservlet/cgihandler.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpservlet install -c -p -m 0644 lib/webrick/httpservlet/cgi_runner.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpservlet install -c -p -m 0644 lib/webrick/httpservlet/erbhandler.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpservlet install -c -p -m 0644 lib/webrick/httpservlet/filehandler.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpservlet install -c -p -m 0644 lib/webrick/httpservlet/prochandler.rb /var/tmp/ruby/lib/ruby/1.8/webrick/httpservlet mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/binding.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/data.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/definitions.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/documentation.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/import.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/importer.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/info.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/message.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/operation.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/operationBinding.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/param.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/parser.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/part.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/port.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/portType.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/service.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/types.rb /var/tmp/ruby/lib/ruby/1.8/wsdl install -c -p -m 0644 lib/wsdl/wsdl.rb /var/tmp/ruby/lib/ruby/1.8/wsdl mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/address.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/binding.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/body.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/cgiStubCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/classDefCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/classDefCreatorSupport.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/clientSkeltonCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/complexType.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/data.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/definitions.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/driverCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/element.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/fault.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/header.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/headerfault.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/mappingRegistryCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/methodDefCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/operation.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/servantSkeltonCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/standaloneServerStubCreator.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap install -c -p -m 0644 lib/wsdl/soap/wsdl2ruby.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/soap mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/all.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/annotation.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/any.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/attribute.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/choice.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/complexContent.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/complexType.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/content.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/data.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/element.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/enumeration.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/import.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/importer.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/include.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/length.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/parser.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/pattern.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/schema.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/sequence.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/simpleContent.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/simpleExtension.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/simpleRestriction.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/simpleType.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/unique.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema install -c -p -m 0644 lib/wsdl/xmlSchema/xsd2ruby.rb /var/tmp/ruby/lib/ruby/1.8/wsdl/xmlSchema mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/base64.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/client.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/config.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/create.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/datetime.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/httpserver.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/marshal.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/parser.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/server.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc install -c -p -m 0644 lib/xmlrpc/utils.rb /var/tmp/ruby/lib/ruby/1.8/xmlrpc mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/charset.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/codegen.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/datatypes.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/datatypes1999.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/iconvcharset.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/mapping.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/namedelements.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/ns.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/qname.rb /var/tmp/ruby/lib/ruby/1.8/xsd install -c -p -m 0644 lib/xsd/xmlparser.rb /var/tmp/ruby/lib/ruby/1.8/xsd mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/xsd/codegen install -c -p -m 0644 lib/xsd/codegen/classdef.rb /var/tmp/ruby/lib/ruby/1.8/xsd/codegen install -c -p -m 0644 lib/xsd/codegen/commentdef.rb /var/tmp/ruby/lib/ruby/1.8/xsd/codegen install -c -p -m 0644 lib/xsd/codegen/gensupport.rb /var/tmp/ruby/lib/ruby/1.8/xsd/codegen install -c -p -m 0644 lib/xsd/codegen/methoddef.rb /var/tmp/ruby/lib/ruby/1.8/xsd/codegen install -c -p -m 0644 lib/xsd/codegen/moduledef.rb /var/tmp/ruby/lib/ruby/1.8/xsd/codegen mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/xsd/xmlparser install -c -p -m 0644 lib/xsd/xmlparser/parser.rb /var/tmp/ruby/lib/ruby/1.8/xsd/xmlparser install -c -p -m 0644 lib/xsd/xmlparser/rexmlparser.rb /var/tmp/ruby/lib/ruby/1.8/xsd/xmlparser install -c -p -m 0644 lib/xsd/xmlparser/xmlparser.rb /var/tmp/ruby/lib/ruby/1.8/xsd/xmlparser install -c -p -m 0644 lib/xsd/xmlparser/xmlscanner.rb /var/tmp/ruby/lib/ruby/1.8/xsd/xmlparser mkdir -p -m 755 /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/baseemitter.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/basenode.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/constants.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/dbm.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/encoding.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/error.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/loader.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/rubytypes.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/store.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/stream.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/stringio.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/syck.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/tag.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/types.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/yamlnode.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/yaml/ypath.rb /var/tmp/ruby/lib/ruby/1.8/yaml install -c -p -m 0644 lib/irb/lc/help-message /var/tmp/ruby/lib/ruby/1.8/irb/lc install -c -p -m 0644 lib/irb/lc/ja/help-message /var/tmp/ruby/lib/ruby/1.8/irb/lc/ja install -c -p -m 0644 config.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 defines.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 dln.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 env.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 intern.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 missing.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 node.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 re.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 regex.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 ruby.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 rubyio.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 rubysig.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 st.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 util.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin install -c -p -m 0644 version.h /var/tmp/ruby/lib/ruby/1.8/i386-cygwin mkdir -p -m 755 /var/tmp/ruby/man/man1 install -c -p -m 0644 ruby.1 /var/tmp/ruby/man/man1/ruby.1 ./miniruby.exe ./ext/extmk.rb --dest-dir="" --make="make" --mflags="- --unix" --make-flags=" --unix" --extout=".ext" --extension --extstatic -- install