Skip to content

Instantly share code, notes, and snippets.

@eban
Created May 15, 2011 16:11
Show Gist options
  • Save eban/973270 to your computer and use it in GitHub Desktop.
Save eban/973270 to your computer and use it in GitHub Desktop.
mingw build log on Ubuntu 11.04
% ./configure --host=i586-mingw32msvc --target=i386-mingw32 --build=i386-linux
checking build system type... i386-pc-linux-gnu
checking host system type... i586-pc-mingw32msvc
checking target system type... i386-pc-mingw32
checking for i586-mingw32msvc-gcc... i586-mingw32msvc-gcc
checking for i586-mingw32msvc-gcc... (cached) i586-mingw32msvc-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i586-mingw32msvc-gcc accepts -g... yes
checking for i586-mingw32msvc-gcc option to accept ISO C89... none needed
checking for i586-mingw32msvc-g++... i586-mingw32msvc-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i586-mingw32msvc-g++ accepts -g... yes
checking how to run the C preprocessor... i586-mingw32msvc-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether i586-mingw32msvc-gcc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether i586-mingw32msvc-gcc -E accepts -o... yes
checking for i586-mingw32msvc-ranlib... i586-mingw32msvc-ranlib
checking for i586-mingw32msvc-ar... i586-mingw32msvc-ar
checking for i586-mingw32msvc-as... i586-mingw32msvc-as
checking for i586-mingw32msvc-objdump... i586-mingw32msvc-objdump
checking for i586-mingw32msvc-objcopy... i586-mingw32msvc-objcopy
checking for i586-mingw32msvc-windres... i586-mingw32msvc-windres
checking for i586-mingw32msvc-dllwrap... i586-mingw32msvc-dllwrap
checking for mingw32 runtime DLL... msvcrt
checking for i586-mingw32msvc-nm... i586-mingw32msvc-nm
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for dot... no
checking for doxygen... no
checking for pkg-config... 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 whether it is safe to define __EXTENSIONS__... yes
checking for cd using physical directory... cd -P
checking whether -Wno-unused-parameter is accepted... yes
checking whether -Wno-parentheses is accepted... yes
checking whether -Wno-long-long is accepted... yes
checking whether -Wno-missing-field-initializers is accepted... yes
checking whether -Werror=pointer-arith is accepted... yes
checking whether -Werror=write-strings is accepted... yes
checking whether -Werror=declaration-after-statement is accepted... yes
checking whether -Werror=shorten-64-to-32 is accepted... no
checking whether -Wshorten-64-to-32 is accepted... no
checking whether -Werror=implicit-function-declaration is accepted... yes
checking whether -Wextra is accepted... yes
checking whether -fvisibility=hidden is accepted... no
checking whether -Wl,-unexported_symbol,_Init_* is accepted... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
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 for long long... yes
checking for off_t... (cached) yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 4
checking size of long long... 8
checking size of __int64... 8
checking size of off_t... (cached) 8
checking size of void*... 4
checking size of float... 4
checking size of double... 8
checking size of time_t... 4
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... no
checking for convertible type of uid_t... INT
checking for gid_t... no
checking for convertible type of gid_t... INT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... UINT
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... no
checking for convertible type of rlim_t... LONG
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for noreturn function attribute... __attribute__ ((noreturn)) x
checking for deprecated function attribute... __attribute__ ((deprecated)) x
checking for noinline function attribute... __attribute__ ((noinline)) x
checking for stdcall function attribute... __attribute__ ((stdcall)) x
checking for cdecl function attribute... __attribute__ ((cdecl)) x
checking for fastcall function attribute... __attribute__ ((fastcall)) x
checking for function alias... alias
checking for atomic builtins... yes
checking for exported function attribute... __attribute__ ((visibility("default")))
checking whether sys_nerr is declared... yes
checking for crypt in -lcrypt... (cached) no
checking for dlopen in -ldl... (cached) no
checking for shl_load in -ldld... no
checking for socketpair in -lsocket... no
checking for clock_gettime in -lrt... no
checking for main in -lunicows... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... no
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 for sys/ioctl.h... (cached) no
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 for sys/select.h... (cached) no
checking for sys/time.h... (cached) no
checking for sys/times.h... (cached) no
checking for sys/param.h... (cached) no
checking syscall.h usability... no
checking syscall.h presence... no
checking for syscall.h... no
checking for pwd.h... (cached) no
checking grp.h usability... no
checking grp.h presence... no
checking for grp.h... no
checking for a.out.h... (cached) no
checking for utime.h... (cached) no
checking direct.h usability... yes
checking direct.h presence... yes
checking for direct.h... yes
checking for sys/resource.h... (cached) no
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 xti.h usability... no
checking xti.h presence... no
checking for xti.h... no
checking netinet/in_systm.h usability... no
checking netinet/in_systm.h presence... no
checking for netinet/in_systm.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking 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 langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for net/socket.h... (cached) no
checking for sys/socket.h... (cached) no
checking for size_t... yes
checking size of size_t... 4
checking size of ptrdiff_t... 4
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... no
checking for struct stat.st_blocks... no
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_INT
checking for struct stat.st_atim... no
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... no
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... no
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct timespec... no
checking for struct timezone... no
checking for clockid_t... no
(cached) checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... no
checking for uint128_t... no
checking for intptr_t... yes
checking size of intptr_t... 4
checking for uintptr_t... yes
checking size of uintptr_t... 4
checking for ssize_t... yes
checking size of ssize_t... 4
checking for stack end address... no
checking for uid_t in sys/types.h... (cached) no
checking type of array argument to getgroups... int
checking return type of signal handlers... void
checking for working alloca.h... no
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... (cached) yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
checking for memmove... yes
checking for strerror... yes
checking for strchr... yes
checking for strstr... yes
checking for crypt... no
checking for flock... (cached) yes
checking for isnan... (cached) yes
checking for finite... (cached) yes
checking for isinf... (cached) yes
checking for hypot... yes
checking for acosh... yes
checking for erf... yes
checking for tgamma... yes
checking for lgamma_r... no
checking for cbrt... yes
checking for strlcpy... no
checking for strlcat... no
checking for ffs... no
checking for setproctitle... no
checking for signbit... yes
checking for fmod... yes
checking for killpg... no
checking for wait4... no
checking for waitpid... (cached) yes
checking for fork... no
checking for spawnv... yes
checking for syscall... no
checking for __syscall... no
checking for chroot... no
checking for getcwd... yes
checking for eaccess... no
checking for truncate... no
checking for ftruncate... yes
checking for ftello... no
checking for chsize... yes
checking for times... (cached) yes
checking for utimes... no
checking for utimensat... no
checking for fcntl... (cached) yes
checking for lockf... no
checking for lstat... no
checking for truncate64... no
checking for ftruncate64... no
checking for ftello64... yes
checking for fseeko... (cached) yes
checking for fseeko64... yes
checking for link... (cached) yes
checking for symlink... no
checking for readlink... no
checking for readdir_r... no
checking for fsync... (cached) yes
checking for fdatasync... no
checking for fchown... no
checking for posix_fadvise... no
checking for setitimer... no
checking for setruid... no
checking for seteuid... no
checking for setreuid... no
checking for setresuid... no
checking for setproctitle... (cached) no
checking for socketpair... no
checking for setrgid... no
checking for setegid... no
checking for setregid... no
checking for setresgid... no
checking for issetugid... no
checking for pause... no
checking for lchown... no
checking for lchmod... no
checking for getpgrp... no
checking for setpgrp... no
checking for getpgid... no
checking for setpgid... no
checking for initgroups... no
checking for getgroups... no
checking for setgroups... no
checking for getpriority... no
checking for getrlimit... no
checking for setrlimit... no
checking for sysconf... no
checking for close... yes
checking for getgrnam_r... no
checking for dlopen... no
checking for sigprocmask... no
checking for sigaction... no
checking for sigsetjmp... no
checking for _setjmp... yes
checking for _longjmp... no
checking for setsid... no
checking for telldir... (cached) yes
checking for seekdir... (cached) yes
checking for fchmod... no
checking for cosh... yes
checking for sinh... yes
checking for tanh... yes
checking for log2... yes
checking for round... yes
checking for setuid... no
checking for setgid... no
checking for daemon... (cached) no
checking for select_large_fdset... no
checking for setenv... no
checking for unsetenv... no
checking for mktime... yes
checking for timegm... no
checking for gmtime_r... no
checking for clock_gettime... no
checking for gettimeofday... yes
checking for poll... no
checking for ppoll... no
checking for pread... no
checking for sendfile... no
checking for shutdown... no
checking for sigaltstack... no
checking for dl_iterate_phdr... no
checking for unsetenv returns a value... yes
checking for __builtin_setjmp... no
checking for setjmp type... setjmp
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for struct tm.tm_gmtoff... no
checking for external int daylight... yes
checking for external timezone... long
checking for external altzone... no
checking for timezone... no
checking for negative time_t for gmtime(3)... (cached) no
checking for localtime(3) overflow correctly... yes
checking for sigsetmask... no
checking for BSD signal semantics... no
checking whether getpgrp requires zero arguments... (cached) no
checking whether right shift preserve sign bit... yes
checking read count field in FILE structures... _cnt
checking read buffer ptr field in FILE structures... _ptr
checking size of struct stat.st_ino... 2
checking stack growing direction on i386... -1
checking for backtrace... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking whether ELF binaries are produced... (cached) no
checking whether OS depend dynamic link works... yes
checking for i586-mingw32msvc-strip... i586-mingw32msvc-strip
checking for prefix of external symbols... _
checking for nroff... /usr/bin/nroff
.ext/include/i386-mingw32/ruby/config.h updated
ruby library version = 1.9.1
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-1.9.pc
m:ruby/trunk-mingw % mmake
CC = i586-mingw32msvc-gcc
LD = ld
LDSHARED = i586-mingw32msvc-gcc -shared -s
CFLAGS = -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=implicit-function-declaration
XCFLAGS = -include ruby/config.h -include ruby/missing.h -DRUBY_EXPORT
CPPFLAGS = -I. -I.ext/include/i386-mingw32 -I./include -I.
DLDFLAGS = -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-implib=libmsvcrt-ruby191.dll.a msvcrt-ruby191.def
SOLIBS = msvcrt-ruby191.res.o -lshell32 -lws2_32 -limagehlp
config.status: creating i386-mingw32-fake.rb
rbconfig.rb updated
generating enc.mk
generating msvcrt-ruby191.rc
compiling msvcrt-ruby191.res.o
compiling dln.c
compiling encoding.c
compiling version.c
compiling array.c
compiling bignum.c
bison -d -o y.tab.c parse.y
sed -f ./tool/ytab.sed -e "/^#/s!y\.tab\.c!parse.c!" y.tab.c > parse.c.new
sed -e "/^#line.*y\.tab\.h/d;/^#line.*parse\.y/d" y.tab.h > parse.h.new
parse.h updated
generating id.h
id.h updated
compiling class.c
compiling compar.c
compiling complex.c
compiling dir.c
compiling dln_find.c
compiling enum.c
compiling enumerator.c
generating known_errors.inc
known_errors.inc updated
compiling error.c
compiling eval.c
compiling load.c
compiling proc.c
compiling file.c
compiling gc.c
compiling hash.c
compiling inits.c
compiling io.c
compiling marshal.c
compiling math.c
compiling node.c
compiling numeric.c
compiling object.c
compiling pack.c
copying lex.c
compiling parse.c
compiling process.c
compiling random.c
compiling range.c
compiling rational.c
compiling re.c
compiling regcomp.c
compiling regenc.c
compiling regerror.c
compiling regexec.c
compiling regparse.c
compiling regsyntax.c
compiling ruby.c
compiling safe.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
compiling struct.c
compiling time.c
compiling transcode.c
compiling util.c
compiling variable.c
ruby -Ks ./tool/insns2vm.rb --srcdir="." insns.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." insns_info.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." optinsn.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." optunifs.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." opt_sc.inc
compiling compile.c
compiling debug.c
ruby -n ./tool/node_name.rb < node.h > node_name.inc
compiling iseq.c
ruby -Ks ./tool/insns2vm.rb --srcdir="." vmtc.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." vm.inc
compiling vm.c
compiling vm_dump.c
compiling thread.c
compiling cont.c
compiling ./enc/ascii.c
compiling ./enc/us_ascii.c
compiling ./enc/unicode.c
compiling ./enc/utf_8.c
generating newline.c ...
converter for universal_newline
converter for crlf_newline
converter for cr_newline
done. (0.03user 0.00system 0.02elapsed)
compiling newline.c
compiling ./missing/langinfo.c
compiling ./missing/fileblocks.c
compiling ./missing/crypt.c
compiling ./missing/lgamma_r.c
compiling ./missing/strlcpy.c
compiling ./missing/strlcat.c
compiling ./missing/ffs.c
compiling ./missing/setproctitle.c
compiling ./win32/win32.c
generating prelude.c
compiling prelude.c
compiling dmyext.c
linking static-library libmsvcrt-ruby191-static.a
generating msvcrt-ruby191.def
linking shared-library msvcrt-ruby191.dll
Creating library file: libmsvcrt-ruby191.dll.a
generating encdb.h
encdb.h updated
making enc
make[1]: Entering directory `/home/eban/ruby/trunk-mingw'
compiling encdb.c
linking encoding encdb.so
compiling big5.c
linking encoding big5.so
compiling cp949.c
linking encoding cp949.so
compiling emacs_mule.c
linking encoding emacs_mule.so
compiling euc_jp.c
linking encoding euc_jp.so
compiling euc_kr.c
linking encoding euc_kr.so
compiling euc_tw.c
linking encoding euc_tw.so
compiling gb2312.c
linking encoding gb2312.so
compiling gb18030.c
linking encoding gb18030.so
compiling gbk.c
linking encoding gbk.so
compiling iso_8859_1.c
linking encoding iso_8859_1.so
compiling iso_8859_2.c
linking encoding iso_8859_2.so
compiling iso_8859_3.c
linking encoding iso_8859_3.so
compiling iso_8859_4.c
linking encoding iso_8859_4.so
compiling iso_8859_5.c
linking encoding iso_8859_5.so
compiling iso_8859_6.c
linking encoding iso_8859_6.so
compiling iso_8859_7.c
linking encoding iso_8859_7.so
compiling iso_8859_8.c
linking encoding iso_8859_8.so
compiling iso_8859_9.c
linking encoding iso_8859_9.so
compiling iso_8859_10.c
linking encoding iso_8859_10.so
compiling iso_8859_11.c
linking encoding iso_8859_11.so
compiling iso_8859_13.c
linking encoding iso_8859_13.so
compiling iso_8859_14.c
linking encoding iso_8859_14.so
compiling iso_8859_15.c
linking encoding iso_8859_15.so
compiling iso_8859_16.c
linking encoding iso_8859_16.so
compiling koi8_r.c
linking encoding koi8_r.so
compiling koi8_u.c
linking encoding koi8_u.so
compiling shift_jis.c
linking encoding shift_jis.so
compiling utf_16be.c
linking encoding utf_16be.so
compiling utf_16le.c
linking encoding utf_16le.so
compiling utf_32be.c
linking encoding utf_32be.so
compiling utf_32le.c
linking encoding utf_32le.so
compiling windows_1251.c
linking encoding windows_1251.so
make[1]: Leaving directory `/home/eban/ruby/trunk-mingw'
making srcs under enc
make[1]: Entering directory `/home/eban/ruby/trunk-mingw'
make[1]: Nothing to be done for `srcs'.
make[1]: Leaving directory `/home/eban/ruby/trunk-mingw'
generating transdb.h
transdb.h updated
making trans
make[1]: Entering directory `/home/eban/ruby/trunk-mingw'
compiling trans/transdb.c
linking transcoder transdb.so
compiling trans/big5.c
linking transcoder big5.so
compiling trans/chinese.c
linking transcoder chinese.so
compiling trans/emoji.c
linking transcoder emoji.so
compiling trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
compiling trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
compiling trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
compiling trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
compiling trans/escape.c
linking transcoder escape.so
compiling trans/gb18030.c
linking transcoder gb18030.so
compiling trans/gbk.c
linking transcoder gbk.so
compiling trans/iso2022.c
linking transcoder iso2022.so
compiling trans/japanese.c
linking transcoder japanese.so
compiling trans/japanese_euc.c
linking transcoder japanese_euc.so
compiling trans/japanese_sjis.c
linking transcoder japanese_sjis.so
compiling trans/korean.c
linking transcoder korean.so
compiling trans/single_byte.c
linking transcoder single_byte.so
compiling trans/utf8_mac.c
linking transcoder utf8_mac.so
compiling trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory `/home/eban/ruby/trunk-mingw'
making encs
make[1]: Entering directory `/home/eban/ruby/trunk-mingw'
make[1]: Leaving directory `/home/eban/ruby/trunk-mingw'
./revision.h unchanged
configuring -test-/add_suffix
configuring -test-/array/resize
configuring -test-/bug-3571
configuring -test-/bug-3662
configuring -test-/funcall
configuring -test-/load/dot.dot
configuring -test-/string
configuring -test-/wait_for_single_fd
configuring bigdecimal
configuring continuation
configuring coverage
configuring curses
configuring date
configuring dbm
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring dl
configuring dl/callback
configuring dl/win32
configuring etc
configuring fcntl
configuring fiber
configuring fiddle
ffi.h is missing. Please install libffi.
configuring gdbm
configuring iconv
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring mathn/complex
configuring mathn/rational
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
yaml.h is missing. Please install libyaml.
configuring pty
configuring racc/cparse
configuring readline
configuring ripper
configuring sdbm
configuring socket
configuring stringio
configuring strscan
configuring syck
configuring syslog
configuring tk
check functions.........
check struct members..
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh.
Fail to find [tclConfig.sh, tkConfig.sh]
Can't find proper Tcl/Tk libraries. So, can't make tcltklib.so which is required by Ruby/Tk.
configuring tk/tkutil
configuring win32ole
configuring zlib
make[1]: Entering directory `/home/eban/ruby/trunk-mingw'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/add_suffix'
generating bug-i386-mingw32.def
compiling bug.c
linking shared-object -test-/add_suffix/bug.so
installing default bug libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/add_suffix'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/array/resize'
generating resize-i386-mingw32.def
compiling resize.c
linking shared-object -test-/array/resize.so
installing default resize libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/array/resize'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/bug-3571'
generating bug-i386-mingw32.def
compiling bug.c
linking shared-object -test-/bug-3571/bug.so
installing default bug libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/bug-3571'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/bug-3662'
generating bug-i386-mingw32.def
compiling bug.c
linking shared-object -test-/bug-3662/bug.so
installing default bug libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/bug-3662'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/funcall'
generating funcall-i386-mingw32.def
compiling passing_block.c
linking shared-object -test-/funcall/funcall.so
installing default funcall libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/funcall'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/load/dot.dot'
generating dot.dot-i386-mingw32.def
compiling dot.dot.c
linking shared-object -test-/load/dot.dot/dot.dot.so
installing default dot.dot libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/load/dot.dot'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/string'
generating string-i386-mingw32.def
compiling set_len.c
compiling init.c
compiling cstr.c
compiling ellipsize.c
linking shared-object -test-/string/string.so
installing default string libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/string'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/-test-/wait_for_single_fd'
generating wait_for_single_fd-i386-mingw32.def
compiling wait_for_single_fd.c
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so
installing default wait_for_single_fd libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/-test-/wait_for_single_fd'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/bigdecimal'
generating bigdecimal-i386-mingw32.def
compiling bigdecimal.c
linking shared-object bigdecimal.so
installing default bigdecimal libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/bigdecimal'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/continuation'
generating continuation-i386-mingw32.def
compiling continuation.c
linking shared-object continuation.so
installing default continuation libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/continuation'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/coverage'
generating coverage-i386-mingw32.def
compiling coverage.c
linking shared-object coverage.so
installing default coverage libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/coverage'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/curses'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/curses'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/date'
generating date_core-i386-mingw32.def
compiling date_strptime.c
compiling date_core.c
date_core.c: In function ‘date_s_today’:
date_core.c:1450: warning: ‘tm.tm_mday’ may be used uninitialized in this function
date_core.c:1450: warning: ‘tm.tm_mon’ may be used uninitialized in this function
date_core.c:1450: warning: ‘tm.tm_year’ may be used uninitialized in this function
date_core.c: In function ‘datetime_s_now’:
date_core.c:3254: warning: ‘tm.tm_sec’ may be used uninitialized in this function
date_core.c:3254: warning: ‘tm.tm_min’ may be used uninitialized in this function
date_core.c:3254: warning: ‘tm.tm_hour’ may be used uninitialized in this function
date_core.c:3254: warning: ‘tm.tm_mday’ may be used uninitialized in this function
date_core.c:3254: warning: ‘tm.tm_mon’ may be used uninitialized in this function
date_core.c:3254: warning: ‘tm.tm_year’ may be used uninitialized in this function
compiling date_parse.c
compiling date_strftime.c
linking shared-object date_core.so
installing default date_core libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/date'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/dbm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/dbm'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/digest'
generating digest-i386-mingw32.def
compiling digest.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/digest'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/digest/bubblebabble'
generating bubblebabble-i386-mingw32.def
compiling bubblebabble.c
linking shared-object digest/bubblebabble.so
installing default bubblebabble libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/digest/bubblebabble'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/digest/md5'
generating md5-i386-mingw32.def
compiling md5init.c
compiling md5.c
linking shared-object digest/md5.so
installing default md5 libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/digest/md5'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/digest/rmd160'
generating rmd160-i386-mingw32.def
compiling rmd160init.c
compiling rmd160.c
linking shared-object digest/rmd160.so
installing default rmd160 libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/digest/rmd160'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/digest/sha1'
generating sha1-i386-mingw32.def
compiling sha1init.c
compiling sha1.c
linking shared-object digest/sha1.so
installing default sha1 libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/digest/sha1'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/digest/sha2'
generating sha2-i386-mingw32.def
compiling sha2init.c
compiling sha2.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/digest/sha2'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/dl'
generating dl-i386-mingw32.def
compiling cfunc.c
compiling dl.c
compiling handle.c
compiling cptr.c
linking shared-object dl.so
installing dl libraries
installing default dl libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/dl'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/dl/callback'
generating callback-i386-mingw32.def
generating callback.c
compiling callback.c
compiling callback-0.c
compiling callback-1.c
compiling callback-2.c
compiling callback-3.c
compiling callback-4.c
compiling callback-5.c
compiling callback-6.c
compiling callback-7.c
compiling callback-8.c
linking shared-object dl/callback.so
installing default callback libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/dl/callback'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/dl/win32'
installing default libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/dl/win32'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/etc'
generating etc-i386-mingw32.def
compiling etc.c
linking shared-object etc.so
installing default etc libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/etc'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/fcntl'
generating fcntl-i386-mingw32.def
compiling fcntl.c
linking shared-object fcntl.so
installing default fcntl libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/fcntl'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/fiber'
generating fiber-i386-mingw32.def
compiling fiber.c
linking shared-object fiber.so
installing default fiber libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/fiber'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/fiddle'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/fiddle'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/gdbm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/gdbm'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/iconv'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/iconv'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/io/console'
generating console-i386-mingw32.def
compiling console.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/io/console'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/io/nonblock'
generating nonblock-i386-mingw32.def
compiling nonblock.c
linking shared-object io/nonblock.so
installing default nonblock libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/io/nonblock'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/io/wait'
generating wait-i386-mingw32.def
compiling wait.c
linking shared-object io/wait.so
installing default wait libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/io/wait'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/json'
installing default libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/json'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/json/generator'
generating generator-i386-mingw32.def
compiling generator.c
linking shared-object json/ext/generator.so
installing default generator libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/json/generator'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/json/parser'
generating parser-i386-mingw32.def
compiling parser.c
linking shared-object json/ext/parser.so
installing default parser libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/json/parser'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/mathn/complex'
generating complex-i386-mingw32.def
compiling complex.c
linking shared-object mathn/complex.so
installing default complex libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/mathn/complex'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/mathn/rational'
generating rational-i386-mingw32.def
compiling rational.c
linking shared-object mathn/rational.so
installing default rational libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/mathn/rational'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/nkf'
generating nkf-i386-mingw32.def
compiling nkf.c
linking shared-object nkf.so
installing default nkf libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/nkf'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/objspace'
generating objspace-i386-mingw32.def
compiling objspace.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/objspace'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/openssl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/openssl'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/pathname'
generating pathname-i386-mingw32.def
compiling pathname.c
linking shared-object pathname.so
installing default pathname libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/pathname'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/psych'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/psych'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/pty'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/pty'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/racc/cparse'
generating cparse-i386-mingw32.def
compiling cparse.c
linking shared-object racc/cparse.so
installing default cparse libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/racc/cparse'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/readline'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/readline'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/ripper'
generating ripper-i386-mingw32.def
extracting ripper.y from ../.././parse.y
compiling compiler ripper.y
generating eventids1.c from ../.././parse.y
generating eventids2table.c from ../.././ext/ripper/eventids2.c
compiling ripper.c
linking shared-object ripper.so
installing default ripper libraries
checking ../.././parse.y and ../.././ext/ripper/eventids2.c
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/ripper'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/sdbm'
generating sdbm-i386-mingw32.def
compiling init.c
compiling _sdbm.c
linking shared-object sdbm.so
installing default sdbm libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/sdbm'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/socket'
generating socket-i386-mingw32.def
generating constant definitions
compiling init.c
compiling constants.c
compiling basicsocket.c
compiling socket.c
socket.c: In function ‘rsock_sock_s_socketpair’:
socket.c:114: warning: implicit declaration of function ‘socketpair’
compiling ipsocket.c
compiling tcpsocket.c
compiling tcpserver.c
compiling sockssocket.c
compiling udpsocket.c
compiling unixsocket.c
compiling unixserver.c
compiling option.c
compiling ancdata.c
compiling raddrinfo.c
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/socket'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/stringio'
generating stringio-i386-mingw32.def
compiling stringio.c
linking shared-object stringio.so
installing default stringio libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/stringio'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/strscan'
generating strscan-i386-mingw32.def
compiling strscan.c
linking shared-object strscan.so
installing default strscan libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/strscan'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/syck'
generating syck-i386-mingw32.def
compiling implicit.c
compiling token.c
compiling yaml2byte.c
compiling syck.c
compiling handler.c
compiling gram.c
compiling emitter.c
compiling bytecode.c
compiling rubyext.c
compiling node.c
linking shared-object syck.so
installing default syck libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/syck'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/syslog'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/syslog'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/tk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/tk'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/tk/tkutil'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/tk/tkutil'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/win32ole'
generating win32ole-i386-mingw32.def
compiling win32ole.c
linking shared-object win32ole.so
installing default win32ole libraries
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/win32ole'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw/ext/zlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw/ext/zlib'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw'
compiling ruby.res.o
compiling main.c
linking ruby.exe
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw'
make[2]: Entering directory `/home/eban/ruby/trunk-mingw'
compiling rubyw.res.o
linking rubyw.exe
make[2]: Leaving directory `/home/eban/ruby/trunk-mingw'
make[1]: Leaving directory `/home/eban/ruby/trunk-mingw'
Generating RDoc documentation
Parsing sources...
0% [ 1/727] cont.c
0% [ 2/727] ruby.c
0% [ 3/727] eval.c
0% [ 4/727] st.c
0% [ 5/727] array.c
0% [ 6/727] proc.c
0% [ 7/727] thread_win32.c
1% [ 8/727] compile.c
1% [ 9/727] eval_jump.c
1% [10/727] lex.c
1% [11/727] pack.c
1% [12/727] thread.c
1% [13/727] vm_insnhelper.c
1% [14/727] bignum.c
2% [15/727] struct.c
2% [16/727] dmyencoding.c
2% [17/727] load.c
2% [18/727] main.c
2% [19/727] marshal.c
2% [20/727] error.c
2% [21/727] signal.c
3% [22/727] vm_dump.c
3% [23/727] vm_method.c
3% [24/727] class.c
3% [25/727] dir.c
3% [26/727] util.c
3% [27/727] math.c
3% [28/727] encoding.c
3% [29/727] regenc.c
4% [30/727] vm_eval.c
4% [31/727] vm.c
4% [32/727] dmyext.c
4% [33/727] process.c
4% [34/727] gc.c
4% [35/727] dmydln.c
4% [36/727] vsnprintf.c
5% [37/727] dmyversion.c
5% [38/727] string.c
5% [39/727] addr2line.c
5% [40/727] inits.c
5% [41/727] goruby.c
5% [42/727] range.c
5% [43/727] numeric.c
6% [44/727] transcode.c
6% [45/727] dln.c
6% [46/727] object.c
6% [47/727] enum.c
6% [48/727] re.c
6% [49/727] vm_exec.c
6% [50/727] prelude.c
7% [51/727] hash.c
7% [52/727] compar.c
7% [53/727] random.c
7% [54/727] regexec.c
7% [55/727] eval_error.c
7% [56/727] thread_pthread.c
7% [57/727] regerror.c
7% [58/727] safe.c
8% [59/727] regcomp.c
8% [60/727] file.c
8% [61/727] variable.c
8% [62/727] rational.c
8% [63/727] strftime.c
8% [64/727] version.c
8% [65/727] dln_find.c
9% [66/727] sprintf.c
9% [67/727] io.c
9% [68/727] regsyntax.c
9% [69/727] complex.c
9% [70/727] debug.c
9% [71/727] newline.c
9% [72/727] parse.c
10% [73/727] time.c
10% [74/727] iseq.c
10% [75/727] node.c
10% [76/727] enumerator.c
10% [77/727] id.c
10% [78/727] regparse.c
10% [79/727] prelude.rb
11% [80/727] lib/tsort.rb
11% [81/727] lib/optparse.rb
11% [82/727] lib/uri.rb
11% [83/727] lib/yaml.rb
11% [84/727] lib/rake.rb
11% [85/727] lib/un.rb
11% [86/727] lib/csv.rb
11% [87/727] lib/mathn.rb
12% [88/727] lib/sync.rb
12% [89/727] lib/minitest/pride.rb
12% [90/727] lib/minitest/spec.rb
12% [91/727] lib/minitest/autorun.rb
12% [92/727] lib/minitest/unit.rb
Couldn't find file to include 'README.txt' from lib/minitest/unit.rb
12% [93/727] lib/minitest/benchmark.rb
12% [94/727] lib/minitest/mock.rb
13% [95/727] lib/racc/parser.rb
13% [96/727] lib/profiler.rb
13% [97/727] lib/profile.rb
13% [98/727] lib/base64.rb
13% [99/727] lib/debug.rb
13% [100/727] lib/getoptlong.rb
13% [101/727] lib/rubygems.rb
14% [102/727] lib/rexml/parsers/lightparser.rb
14% [103/727] lib/rexml/parsers/baseparser.rb
14% [104/727] lib/rexml/parsers/pullparser.rb
14% [105/727] lib/rexml/parsers/treeparser.rb
14% [106/727] lib/rexml/parsers/sax2parser.rb
14% [107/727] lib/rexml/parsers/xpathparser.rb
14% [108/727] lib/rexml/parsers/ultralightparser.rb
14% [109/727] lib/rexml/parsers/streamparser.rb
15% [110/727] lib/rexml/attribute.rb
15% [111/727] lib/rexml/functions.rb
15% [112/727] lib/rexml/text.rb
15% [113/727] lib/rexml/output.rb
15% [114/727] lib/rexml/cdata.rb
15% [115/727] lib/rexml/encoding.rb
15% [116/727] lib/rexml/light/node.rb
16% [117/727] lib/rexml/element.rb
16% [118/727] lib/rexml/xpath.rb
16% [119/727] lib/rexml/parent.rb
16% [120/727] lib/rexml/xmltokens.rb
16% [121/727] lib/rexml/attlistdecl.rb
16% [122/727] lib/rexml/comment.rb
16% [123/727] lib/rexml/xpath_parser.rb
17% [124/727] lib/rexml/streamlistener.rb
17% [125/727] lib/rexml/doctype.rb
17% [126/727] lib/rexml/rexml.rb
17% [127/727] lib/rexml/child.rb
17% [128/727] lib/rexml/quickpath.rb
17% [129/727] lib/rexml/sax2listener.rb
17% [130/727] lib/rexml/instruction.rb
18% [131/727] lib/rexml/syncenumerator.rb
18% [132/727] lib/rexml/source.rb
18% [133/727] lib/rexml/xmldecl.rb
18% [134/727] lib/rexml/dtd/entitydecl.rb
18% [135/727] lib/rexml/dtd/notationdecl.rb
18% [136/727] lib/rexml/dtd/attlistdecl.rb
18% [137/727] lib/rexml/dtd/dtd.rb
18% [138/727] lib/rexml/dtd/elementdecl.rb
19% [139/727] lib/rexml/document.rb
19% [140/727] lib/rexml/formatters/transitive.rb
19% [141/727] lib/rexml/formatters/default.rb
19% [142/727] lib/rexml/formatters/pretty.rb
19% [143/727] lib/rexml/entity.rb
19% [144/727] lib/rexml/namespace.rb
19% [145/727] lib/rexml/validation/validationexception.rb
20% [146/727] lib/rexml/validation/validation.rb
20% [147/727] lib/rexml/validation/relaxng.rb
20% [148/727] lib/rexml/parseexception.rb
20% [149/727] lib/rexml/undefinednamespaceexception.rb
20% [150/727] lib/rexml/node.rb
20% [151/727] lib/mutex_m.rb
20% [152/727] lib/pstore.rb
21% [153/727] lib/rational.rb
21% [154/727] lib/ipaddr.rb
21% [155/727] lib/observer.rb
21% [156/727] lib/thread.rb
21% [157/727] lib/resolv-replace.rb
21% [158/727] lib/logger.rb
21% [159/727] lib/rss.rb
22% [160/727] lib/webrick/server.rb
22% [161/727] lib/webrick/compat.rb
22% [162/727] lib/webrick/config.rb
22% [163/727] lib/webrick/httpservlet.rb
22% [164/727] lib/webrick/httpproxy.rb
22% [165/727] lib/webrick/httpservlet/prochandler.rb
22% [166/727] lib/webrick/httpservlet/abstract.rb
22% [167/727] lib/webrick/httpservlet/erbhandler.rb
23% [168/727] lib/webrick/httpservlet/filehandler.rb
23% [169/727] lib/webrick/httpservlet/cgi_runner.rb
23% [170/727] lib/webrick/httpservlet/cgihandler.rb
23% [171/727] lib/webrick/httpserver.rb
23% [172/727] lib/webrick/httpauth/htpasswd.rb
23% [173/727] lib/webrick/httpauth/htdigest.rb
23% [174/727] lib/webrick/httpauth/userdb.rb
24% [175/727] lib/webrick/httpauth/digestauth.rb
24% [176/727] lib/webrick/httpauth/basicauth.rb
24% [177/727] lib/webrick/httpauth/htgroup.rb
24% [178/727] lib/webrick/httpauth/authenticator.rb
24% [179/727] lib/webrick/httpstatus.rb
24% [180/727] lib/webrick/httpauth.rb
24% [181/727] lib/webrick/version.rb
25% [182/727] lib/webrick/utils.rb
25% [183/727] lib/webrick/log.rb
25% [184/727] lib/webrick/httpresponse.rb
25% [185/727] lib/webrick/cgi.rb
25% [186/727] lib/webrick/httpversion.rb
25% [187/727] lib/webrick/httprequest.rb
25% [188/727] lib/webrick/httputils.rb
25% [189/727] lib/webrick/https.rb
26% [190/727] lib/webrick/ssl.rb
26% [191/727] lib/webrick/htmlutils.rb
26% [192/727] lib/webrick/accesslog.rb
26% [193/727] lib/webrick/cookie.rb
26% [194/727] lib/prettyprint.rb
26% [195/727] lib/rdoc.rb
26% [196/727] lib/delegate.rb
27% [197/727] lib/singleton.rb
lib/singleton.rb:238:11: Couldn't find Yup. Assuming it's a module
27% [198/727] lib/ubygems.rb
27% [199/727] lib/e2mmap.rb
27% [200/727] lib/timeout.rb
27% [201/727] lib/scanf.rb
27% [202/727] lib/open3.rb
27% [203/727] lib/xmlrpc/client.rb
28% [204/727] lib/xmlrpc/server.rb
28% [205/727] lib/xmlrpc/README.rdoc
28% [206/727] lib/xmlrpc/base64.rb
28% [207/727] lib/xmlrpc/config.rb
28% [208/727] lib/xmlrpc/datetime.rb
28% [209/727] lib/xmlrpc/create.rb
28% [210/727] lib/xmlrpc/httpserver.rb
29% [211/727] lib/xmlrpc/marshal.rb
29% [212/727] lib/xmlrpc/utils.rb
29% [213/727] lib/xmlrpc/parser.rb
29% [214/727] lib/xmlrpc/README.txt
29% [215/727] lib/rubygems/local_remote_options.rb
29% [216/727] lib/rubygems/package/tar_test_case.rb
29% [217/727] lib/rubygems/package/tar_input.rb
unable to convert "\xE1" from ASCII-8BIT to UTF-8 for lib/rubygems/package/tar_input.rb, skipping
29% [218/727] lib/rubygems/package/tar_reader/entry.rb
30% [219/727] lib/rubygems/package/tar_output.rb
30% [220/727] lib/rubygems/package/tar_reader.rb
30% [221/727] lib/rubygems/package/tar_header.rb
30% [222/727] lib/rubygems/package/f_sync_dir.rb
30% [223/727] lib/rubygems/package/tar_writer.rb
30% [224/727] lib/rubygems/test_utilities.rb
30% [225/727] lib/rubygems/doc_manager.rb
31% [226/727] lib/rubygems/mock_gem_ui.rb
31% [227/727] lib/rubygems/server.rb
31% [228/727] lib/rubygems/test_case.rb
31% [229/727] lib/rubygems/user_interaction.rb
31% [230/727] lib/rubygems/config_file.rb
31% [231/727] lib/rubygems/platform.rb
31% [232/727] lib/rubygems/errors.rb
32% [233/727] lib/rubygems/require_paths_builder.rb
32% [234/727] lib/rubygems/command.rb
32% [235/727] lib/rubygems/text.rb
32% [236/727] lib/rubygems/exceptions.rb
32% [237/727] lib/rubygems/commands/update_command.rb
32% [238/727] lib/rubygems/commands/contents_command.rb
32% [239/727] lib/rubygems/commands/environment_command.rb
33% [240/727] lib/rubygems/commands/uninstall_command.rb
33% [241/727] lib/rubygems/commands/query_command.rb
33% [242/727] lib/rubygems/commands/server_command.rb
33% [243/727] lib/rubygems/commands/search_command.rb
33% [244/727] lib/rubygems/commands/help_command.rb
33% [245/727] lib/rubygems/commands/outdated_command.rb
33% [246/727] lib/rubygems/commands/pristine_command.rb
33% [247/727] lib/rubygems/commands/setup_command.rb
34% [248/727] lib/rubygems/commands/lock_command.rb
34% [249/727] lib/rubygems/commands/fetch_command.rb
34% [250/727] lib/rubygems/commands/cert_command.rb
34% [251/727] lib/rubygems/commands/specification_command.rb
34% [252/727] lib/rubygems/commands/unpack_command.rb
34% [253/727] lib/rubygems/commands/push_command.rb
34% [254/727] lib/rubygems/commands/check_command.rb
35% [255/727] lib/rubygems/commands/cleanup_command.rb
35% [256/727] lib/rubygems/commands/which_command.rb
35% [257/727] lib/rubygems/commands/rdoc_command.rb
35% [258/727] lib/rubygems/commands/stale_command.rb
35% [259/727] lib/rubygems/commands/list_command.rb
35% [260/727] lib/rubygems/commands/build_command.rb
35% [261/727] lib/rubygems/commands/install_command.rb
36% [262/727] lib/rubygems/commands/dependency_command.rb
36% [263/727] lib/rubygems/commands/sources_command.rb
36% [264/727] lib/rubygems/commands/generate_index_command.rb
36% [265/727] lib/rubygems/commands/owner_command.rb
36% [266/727] lib/rubygems/gem_path_searcher.rb
36% [267/727] lib/rubygems/uninstaller.rb
36% [268/727] lib/rubygems/dependency.rb
37% [269/727] lib/rubygems/dependency_list.rb
37% [270/727] lib/rubygems/source_index.rb
37% [271/727] lib/rubygems/remote_fetcher.rb
37% [272/727] lib/rubygems/version_option.rb
37% [273/727] lib/rubygems/package_task.rb
37% [274/727] lib/rubygems/security.rb
37% [275/727] lib/rubygems/ext.rb
37% [276/727] lib/rubygems/dependency_installer.rb
38% [277/727] lib/rubygems/version.rb
38% [278/727] lib/rubygems/gem_openssl.rb
38% [279/727] lib/rubygems/gem_runner.rb
38% [280/727] lib/rubygems/requirement.rb
38% [281/727] lib/rubygems/installer.rb
38% [282/727] lib/rubygems/old_format.rb
38% [283/727] lib/rubygems/command_manager.rb
39% [284/727] lib/rubygems/validator.rb
39% [285/727] lib/rubygems/indexer.rb
39% [286/727] lib/rubygems/package.rb
39% [287/727] lib/rubygems/specification.rb
39% [288/727] lib/rubygems/gemcutter_utilities.rb
39% [289/727] lib/rubygems/format.rb
39% [290/727] lib/rubygems/defaults.rb
40% [291/727] lib/rubygems/install_update_options.rb
40% [292/727] lib/rubygems/builder.rb
40% [293/727] lib/rubygems/ext/rake_builder.rb
40% [294/727] lib/rubygems/ext/configure_builder.rb
40% [295/727] lib/rubygems/ext/builder.rb
40% [296/727] lib/rubygems/ext/ext_conf_builder.rb
40% [297/727] lib/rubygems/custom_require.rb
40% [298/727] lib/rubygems/installer_test_case.rb
41% [299/727] lib/rubygems/spec_fetcher.rb
41% [300/727] lib/monitor.rb
41% [301/727] lib/rinda/tuplespace.rb
41% [302/727] lib/rinda/ring.rb
41% [303/727] lib/rinda/rinda.rb
41% [304/727] lib/cgi.rb
41% [305/727] lib/irb.rb
42% [306/727] lib/tempfile.rb
42% [307/727] lib/shell/system-command.rb
42% [308/727] lib/shell/command-processor.rb
42% [309/727] lib/shell/error.rb
42% [310/727] lib/shell/version.rb
42% [311/727] lib/shell/builtin-command.rb
42% [312/727] lib/shell/process-controller.rb
43% [313/727] lib/shell/filter.rb
43% [314/727] lib/benchmark.rb
43% [315/727] lib/drb.rb
43% [316/727] lib/test/unit.rb
43% [317/727] lib/test/unit/parallel.rb
43% [318/727] lib/test/unit/assertions.rb
43% [319/727] lib/test/unit/testcase.rb
44% [320/727] lib/optparse/uri.rb
44% [321/727] lib/optparse/version.rb
44% [322/727] lib/optparse/date.rb
44% [323/727] lib/optparse/shellwords.rb
44% [324/727] lib/optparse/time.rb
44% [325/727] lib/cgi/core.rb
44% [326/727] lib/cgi/session/pstore.rb
44% [327/727] lib/cgi/session.rb
45% [328/727] lib/cgi/html.rb
45% [329/727] lib/cgi/util.rb
45% [330/727] lib/cgi/cookie.rb
45% [331/727] lib/drb/observer.rb
45% [332/727] lib/drb/extservm.rb
45% [333/727] lib/drb/gw.rb
45% [334/727] lib/drb/drb.rb
46% [335/727] lib/drb/eq.rb
46% [336/727] lib/drb/ssl.rb
46% [337/727] lib/drb/acl.rb
46% [338/727] lib/drb/extserv.rb
46% [339/727] lib/drb/unix.rb
46% [340/727] lib/drb/invokemethod.rb
46% [341/727] lib/drb/timeridconv.rb
47% [342/727] lib/shellwords.rb
47% [343/727] lib/webrick.rb
47% [344/727] lib/tracer.rb
47% [345/727] lib/tags
47% [346/727] lib/abbrev.rb
47% [347/727] lib/thwait.rb
47% [348/727] lib/open-uri.rb
48% [349/727] lib/irb/workspace.rb
48% [350/727] lib/irb/magic-file.rb
48% [351/727] lib/irb/help.rb
48% [352/727] lib/irb/src_encoding.rb
48% [353/727] lib/irb/context.rb
48% [354/727] lib/irb/frame.rb
48% [355/727] lib/irb/completion.rb
48% [356/727] lib/irb/version.rb
49% [357/727] lib/irb/output-method.rb
49% [358/727] lib/irb/lc/error.rb
49% [359/727] lib/irb/lc/ja/error.rb
49% [360/727] lib/irb/lc/ja/encoding_aliases.rb
49% [361/727] lib/irb/lc/ja/help-message
49% [362/727] lib/irb/lc/help-message
49% [363/727] lib/irb/inspector.rb
lib/irb/inspector.rb:36:36: Couldn't find INSPECTORS. Assuming it's a module
50% [364/727] lib/irb/extend-command.rb
50% [365/727] lib/irb/slex.rb
50% [366/727] lib/irb/ws-for-case-2.rb
50% [367/727] lib/irb/locale.rb
50% [368/727] lib/irb/input-method.rb
50% [369/727] lib/irb/notifier.rb
50% [370/727] lib/irb/init.rb
51% [371/727] lib/irb/ruby-token.rb
51% [372/727] lib/irb/cmd/nop.rb
51% [373/727] lib/irb/cmd/pushws.rb
51% [374/727] lib/irb/cmd/subirb.rb
51% [375/727] lib/irb/cmd/load.rb
51% [376/727] lib/irb/cmd/help.rb
51% [377/727] lib/irb/cmd/fork.rb
51% [378/727] lib/irb/cmd/chws.rb
52% [379/727] lib/irb/ext/change-ws.rb
52% [380/727] lib/irb/ext/use-loader.rb
52% [381/727] lib/irb/ext/loader.rb
52% [382/727] lib/irb/ext/multi-irb.rb
52% [383/727] lib/irb/ext/workspaces.rb
52% [384/727] lib/irb/ext/tracer.rb
52% [385/727] lib/irb/ext/history.rb
53% [386/727] lib/irb/ext/save-history.rb
53% [387/727] lib/irb/ext/math-mode.rb
53% [388/727] lib/irb/ruby-lex.rb
53% [389/727] lib/irb/xmp.rb
53% [390/727] lib/ostruct.rb
53% [391/727] lib/mkmf.rb
53% [392/727] lib/prime.rb
54% [393/727] lib/gserver.rb
54% [394/727] lib/uri/generic.rb
54% [395/727] lib/uri/ftp.rb
54% [396/727] lib/uri/ldap.rb
54% [397/727] lib/uri/ldaps.rb
54% [398/727] lib/uri/common.rb
54% [399/727] lib/uri/http.rb
55% [400/727] lib/uri/https.rb
55% [401/727] lib/uri/mailto.rb
55% [402/727] lib/rake/rdoctask.rb
55% [403/727] lib/rake/win32.rb
55% [404/727] lib/rake/loaders/makefile.rb
55% [405/727] lib/rake/packagetask.rb
55% [406/727] lib/rake/rake_test_loader.rb
55% [407/727] lib/rake/gempackagetask.rb
56% [408/727] lib/rake/tasklib.rb
56% [409/727] lib/rake/classic_namespace.rb
56% [410/727] lib/rake/testtask.rb
56% [411/727] lib/rake/runtest.rb
56% [412/727] lib/rake/contrib/publisher.rb
56% [413/727] lib/rake/contrib/compositepublisher.rb
56% [414/727] lib/rake/contrib/rubyforgepublisher.rb
57% [415/727] lib/rake/contrib/sshpublisher.rb
57% [416/727] lib/rake/contrib/ftptools.rb
57% [417/727] lib/rake/clean.rb
57% [418/727] lib/rss/image.rb
57% [419/727] lib/rss/xmlscanner.rb
57% [420/727] lib/rss/atom.rb
57% [421/727] lib/rss/content.rb
58% [422/727] lib/rss/slash.rb
58% [423/727] lib/rss/2.0.rb
58% [424/727] lib/rss/maker.rb
58% [425/727] lib/rss/taxonomy.rb
58% [426/727] lib/rss/rss.rb
58% [427/727] lib/rss/rexmlparser.rb
58% [428/727] lib/rss/converter.rb
59% [429/727] lib/rss/xml-stylesheet.rb
59% [430/727] lib/rss/dublincore/atom.rb
59% [431/727] lib/rss/dublincore/2.0.rb
59% [432/727] lib/rss/dublincore/1.0.rb
59% [433/727] lib/rss/utils.rb
59% [434/727] lib/rss/trackback.rb
59% [435/727] lib/rss/parser.rb
59% [436/727] lib/rss/itunes.rb
60% [437/727] lib/rss/syndication.rb
60% [438/727] lib/rss/xmlparser.rb
60% [439/727] lib/rss/0.9.rb
60% [440/727] lib/rss/1.0.rb
60% [441/727] lib/rss/content/2.0.rb
60% [442/727] lib/rss/content/1.0.rb
60% [443/727] lib/rss/xml.rb
61% [444/727] lib/rss/maker/image.rb
61% [445/727] lib/rss/maker/atom.rb
61% [446/727] lib/rss/maker/content.rb
61% [447/727] lib/rss/maker/slash.rb
61% [448/727] lib/rss/maker/2.0.rb
61% [449/727] lib/rss/maker/taxonomy.rb
61% [450/727] lib/rss/maker/entry.rb
62% [451/727] lib/rss/maker/trackback.rb
62% [452/727] lib/rss/maker/itunes.rb
62% [453/727] lib/rss/maker/syndication.rb
62% [454/727] lib/rss/maker/0.9.rb
62% [455/727] lib/rss/maker/1.0.rb
62% [456/727] lib/rss/maker/feed.rb
62% [457/727] lib/rss/maker/dublincore.rb
62% [458/727] lib/rss/maker/base.rb
63% [459/727] lib/rss/dublincore.rb
63% [460/727] lib/net/ftp.rb
63% [461/727] lib/net/http.rb
63% [462/727] lib/net/https.rb
63% [463/727] lib/net/imap.rb
63% [464/727] lib/net/pop.rb
63% [465/727] lib/net/smtp.rb
64% [466/727] lib/net/telnet.rb
64% [467/727] lib/securerandom.rb
64% [468/727] lib/complex.rb
64% [469/727] lib/set.rb
64% [470/727] lib/rdoc/anon_class.rb
64% [471/727] lib/rdoc/ruby_lex.rb
64% [472/727] lib/rdoc/stats.rb
65% [473/727] lib/rdoc/ri.rb
65% [474/727] lib/rdoc/class_module.rb
65% [475/727] lib/rdoc/options.rb
65% [476/727] lib/rdoc/text.rb
65% [477/727] lib/rdoc/encoding.rb
65% [478/727] lib/rdoc/stats/normal.rb
65% [479/727] lib/rdoc/stats/quiet.rb
66% [480/727] lib/rdoc/stats/verbose.rb
66% [481/727] lib/rdoc/top_level.rb
66% [482/727] lib/rdoc/token_stream.rb
66% [483/727] lib/rdoc/context.rb
66% [484/727] lib/rdoc/rdoc.rb
66% [485/727] lib/rdoc/require.rb
66% [486/727] lib/rdoc/single_class.rb
66% [487/727] lib/rdoc/alias.rb
67% [488/727] lib/rdoc/parser.rb
67% [489/727] lib/rdoc/markup/heading.rb
67% [490/727] lib/rdoc/markup/paragraph.rb
67% [491/727] lib/rdoc/markup/blank_line.rb
67% [492/727] lib/rdoc/markup/verbatim.rb
67% [493/727] lib/rdoc/markup/attribute_manager.rb
67% [494/727] lib/rdoc/markup/to_html.rb
68% [495/727] lib/rdoc/markup/formatter_test_case.rb
68% [496/727] lib/rdoc/markup/raw.rb
68% [497/727] lib/rdoc/markup/formatter.rb
68% [498/727] lib/rdoc/markup/to_rdoc.rb
68% [499/727] lib/rdoc/markup/to_test.rb
68% [500/727] lib/rdoc/markup/parser.rb
68% [501/727] lib/rdoc/markup/pre_process.rb
69% [502/727] lib/rdoc/markup/to_html_crossref.rb
69% [503/727] lib/rdoc/markup/list_item.rb
69% [504/727] lib/rdoc/markup/inline.rb
69% [505/727] lib/rdoc/markup/text_formatter_test_case.rb
69% [506/727] lib/rdoc/markup/to_bs.rb
69% [507/727] lib/rdoc/markup/document.rb
69% [508/727] lib/rdoc/markup/to_ansi.rb
70% [509/727] lib/rdoc/markup/rule.rb
70% [510/727] lib/rdoc/markup/to_tt_only.rb
70% [511/727] lib/rdoc/markup/list.rb
70% [512/727] lib/rdoc/constant.rb
70% [513/727] lib/rdoc/task.rb
70% [514/727] lib/rdoc/parser/ruby_tools.rb
70% [515/727] lib/rdoc/parser/c.rb
70% [516/727] lib/rdoc/parser/simple.rb
71% [517/727] lib/rdoc/parser/ruby.rb
71% [518/727] lib/rdoc/known_classes.rb
71% [519/727] lib/rdoc/attr.rb
71% [520/727] lib/rdoc/any_method.rb
71% [521/727] lib/rdoc/meta_method.rb
71% [522/727] lib/rdoc/method_attr.rb
71% [523/727] lib/rdoc/ri/store.rb
72% [524/727] lib/rdoc/ri/paths.rb
72% [525/727] lib/rdoc/ri/driver.rb
72% [526/727] lib/rdoc/ri/formatter.rb
72% [527/727] lib/rdoc/include.rb
72% [528/727] lib/rdoc/erbio.rb
72% [529/727] lib/rdoc/code_object.rb
72% [530/727] lib/rdoc/generator/ri.rb
73% [531/727] lib/rdoc/generator/darkfish.rb
73% [532/727] lib/rdoc/generator/markup.rb
73% [533/727] lib/rdoc/code_objects.rb
73% [534/727] lib/rdoc/normal_module.rb
73% [535/727] lib/rdoc/ruby_token.rb
73% [536/727] lib/rdoc/generator.rb
73% [537/727] lib/rdoc/markup.rb
74% [538/727] lib/rdoc/ghost_method.rb
74% [539/727] lib/rdoc/normal_class.rb
74% [540/727] lib/matrix.rb
74% [541/727] lib/yaml/store.rb
74% [542/727] lib/yaml/dbm.rb
74% [543/727] lib/time.rb
74% [544/727] lib/pp.rb
74% [545/727] lib/forwardable.rb
75% [546/727] lib/weakref.rb
75% [547/727] lib/English.rb
75% [548/727] lib/shell.rb
75% [549/727] lib/resolv.rb
75% [550/727] lib/cmath.rb
75% [551/727] lib/README
75% [552/727] lib/find.rb
76% [553/727] lib/tmpdir.rb
76% [554/727] lib/fileutils.rb
76% [555/727] lib/erb.rb
76% [556/727] ext/bigdecimal/bigdecimal.c
76% [557/727] ext/bigdecimal/lib/bigdecimal/math.rb
76% [558/727] ext/bigdecimal/lib/bigdecimal/jacobian.rb
76% [559/727] ext/bigdecimal/lib/bigdecimal/newton.rb
77% [560/727] ext/bigdecimal/lib/bigdecimal/util.rb
77% [561/727] ext/bigdecimal/lib/bigdecimal/ludcmp.rb
77% [562/727] ext/coverage/coverage.c
77% [563/727] ext/date/date_core.c
77% [564/727] ext/date/lib/date.rb
77% [565/727] ext/date/lib/date/format.rb
77% [566/727] ext/dbm/dbm.c
77% [567/727] ext/digest/bubblebabble/bubblebabble.c
78% [568/727] ext/digest/digest.c
78% [569/727] ext/digest/lib/digest.rb
78% [570/727] ext/digest/lib/digest/hmac.rb
78% [571/727] ext/digest/md5/md5init.c
Enclosing class/module 'mDigest' for class MD5 not known
78% [572/727] ext/digest/rmd160/rmd160init.c
Enclosing class/module 'mDigest' for class RMD160 not known
78% [573/727] ext/digest/sha1/sha1init.c
Enclosing class/module 'mDigest' for class SHA1 not known
78% [574/727] ext/digest/sha2/sha2init.c
79% [575/727] ext/dl/cfunc.c
Enclosing class/module 'rb_mDL' for class CFunc not known
79% [576/727] ext/dl/cptr.c
Enclosing class/module 'rb_mDL' for class CPtr not known
79% [577/727] ext/dl/dl.c
79% [578/727] ext/dl/handle.c
79% [579/727] ext/dl/lib/dl/types.rb
79% [580/727] ext/dl/lib/dl/struct.rb
79% [581/727] ext/dl/lib/dl/stack.rb
80% [582/727] ext/dl/lib/dl/func.rb
80% [583/727] ext/dl/lib/dl/callback.rb
80% [584/727] ext/dl/lib/dl/pack.rb
80% [585/727] ext/dl/lib/dl/cparser.rb
80% [586/727] ext/dl/lib/dl/value.rb
80% [587/727] ext/dl/lib/dl/import.rb
80% [588/727] ext/dl/lib/dl.rb
81% [589/727] ext/dl/win32/lib/Win32API.rb
81% [590/727] ext/dl/win32/lib/win32/registry.rb
81% [591/727] ext/dl/win32/lib/win32/resolv.rb
81% [592/727] ext/dl/win32/lib/win32/sspi.rb
81% [593/727] ext/etc/etc.c
81% [594/727] ext/fcntl/fcntl.c
81% [595/727] ext/fiddle/closure.c
Enclosing class/module 'mFiddle' for class Closure not known
81% [596/727] ext/fiddle/conversions.c
82% [597/727] ext/fiddle/fiddle.c
82% [598/727] ext/fiddle/function.c
82% [599/727] ext/fiddle/lib/fiddle.rb
82% [600/727] ext/fiddle/lib/fiddle/function.rb
82% [601/727] ext/fiddle/lib/fiddle/closure.rb
82% [602/727] ext/gdbm/gdbm.c
82% [603/727] ext/iconv/iconv.c
83% [604/727] ext/io/console/console.c
83% [605/727] ext/io/nonblock/nonblock.c
83% [606/727] ext/io/wait/wait.c
83% [607/727] ext/json/lib/json/ext.rb
83% [608/727] ext/json/lib/json/version.rb
83% [609/727] ext/json/lib/json/add/core.rb
83% [610/727] ext/json/lib/json/common.rb
84% [611/727] ext/json/lib/json.rb
84% [612/727] ext/nkf/lib/kconv.rb
84% [613/727] ext/nkf/nkf.c
84% [614/727] ext/objspace/objspace.c
84% [615/727] ext/openssl/lib/openssl.rb
84% [616/727] ext/openssl/lib/openssl/digest.rb
84% [617/727] ext/openssl/lib/openssl/x509-internal.rb
85% [618/727] ext/openssl/lib/openssl/config.rb
85% [619/727] ext/openssl/lib/openssl/bn.rb
85% [620/727] ext/openssl/lib/openssl/cipher.rb
85% [621/727] ext/openssl/lib/openssl/ssl.rb
85% [622/727] ext/openssl/lib/openssl/buffering.rb
85% [623/727] ext/openssl/lib/openssl/x509.rb
85% [624/727] ext/openssl/lib/openssl/ssl-internal.rb
85% [625/727] ext/openssl/ossl.c
86% [626/727] ext/openssl/ossl_asn1.c
86% [627/727] ext/openssl/ossl_bn.c
86% [628/727] ext/openssl/ossl_cipher.c
86% [629/727] ext/openssl/ossl_config.c
86% [630/727] ext/openssl/ossl_digest.c
Enclosing class/module 'cDigest' for class DigestError not known
86% [631/727] ext/openssl/ossl_engine.c
86% [632/727] ext/openssl/ossl_hmac.c
87% [633/727] ext/openssl/ossl_ns_spki.c
87% [634/727] ext/openssl/ossl_ocsp.c
87% [635/727] ext/openssl/ossl_pkcs12.c
87% [636/727] ext/openssl/ossl_pkcs5.c
87% [637/727] ext/openssl/ossl_pkcs7.c
87% [638/727] ext/openssl/ossl_pkey.c
87% [639/727] ext/openssl/ossl_pkey_dh.c
88% [640/727] ext/openssl/ossl_pkey_dsa.c
88% [641/727] ext/openssl/ossl_pkey_ec.c
88% [642/727] ext/openssl/ossl_pkey_rsa.c
88% [643/727] ext/openssl/ossl_rand.c
88% [644/727] ext/openssl/ossl_ssl.c
88% [645/727] ext/openssl/ossl_ssl_session.c
88% [646/727] ext/openssl/ossl_x509.c
88% [647/727] ext/openssl/ossl_x509attr.c
89% [648/727] ext/openssl/ossl_x509cert.c
89% [649/727] ext/openssl/ossl_x509crl.c
89% [650/727] ext/openssl/ossl_x509ext.c
89% [651/727] ext/openssl/ossl_x509name.c
89% [652/727] ext/openssl/ossl_x509req.c
89% [653/727] ext/openssl/ossl_x509revoked.c
89% [654/727] ext/openssl/ossl_x509store.c
90% [655/727] ext/pathname/lib/pathname.rb
90% [656/727] ext/pathname/pathname.c
90% [657/727] ext/psych/emitter.c
90% [658/727] ext/psych/lib/psych.rb
90% [659/727] ext/psych/lib/psych/nodes/sequence.rb
90% [660/727] ext/psych/lib/psych/nodes/stream.rb
90% [661/727] ext/psych/lib/psych/nodes/scalar.rb
91% [662/727] ext/psych/lib/psych/nodes/mapping.rb
91% [663/727] ext/psych/lib/psych/nodes/alias.rb
91% [664/727] ext/psych/lib/psych/nodes/document.rb
91% [665/727] ext/psych/lib/psych/nodes/node.rb
91% [666/727] ext/psych/lib/psych/visitors.rb
91% [667/727] ext/psych/lib/psych/handler.rb
91% [668/727] ext/psych/lib/psych/omap.rb
92% [669/727] ext/psych/lib/psych/streaming.rb
92% [670/727] ext/psych/lib/psych/stream.rb
92% [671/727] ext/psych/lib/psych/scalar_scanner.rb
92% [672/727] ext/psych/lib/psych/coder.rb
92% [673/727] ext/psych/lib/psych/parser.rb
92% [674/727] ext/psych/lib/psych/deprecated.rb
92% [675/727] ext/psych/lib/psych/visitors/yaml_tree.rb
92% [676/727] ext/psych/lib/psych/visitors/depth_first.rb
93% [677/727] ext/psych/lib/psych/visitors/json_tree.rb
93% [678/727] ext/psych/lib/psych/visitors/to_ruby.rb
93% [679/727] ext/psych/lib/psych/visitors/emitter.rb
93% [680/727] ext/psych/lib/psych/visitors/visitor.rb
93% [681/727] ext/psych/lib/psych/core_ext.rb
93% [682/727] ext/psych/lib/psych/json/yaml_events.rb
93% [683/727] ext/psych/lib/psych/json/stream.rb
94% [684/727] ext/psych/lib/psych/json/tree_builder.rb
94% [685/727] ext/psych/lib/psych/json/ruby_events.rb
94% [686/727] ext/psych/lib/psych/set.rb
94% [687/727] ext/psych/lib/psych/tree_builder.rb
94% [688/727] ext/psych/lib/psych/json.rb
94% [689/727] ext/psych/lib/psych/nodes.rb
94% [690/727] ext/psych/parser.c
95% [691/727] ext/psych/psych.c
95% [692/727] ext/psych/to_ruby.c
95% [693/727] ext/psych/yaml_tree.c
95% [694/727] ext/pty/lib/expect.rb
95% [695/727] ext/pty/pty.c
95% [696/727] ext/readline/readline.c
95% [697/727] ext/ripper/lib/ripper/core.rb
96% [698/727] ext/ripper/lib/ripper/sexp.rb
96% [699/727] ext/ripper/lib/ripper/lexer.rb
96% [700/727] ext/ripper/lib/ripper/filter.rb
96% [701/727] ext/ripper/lib/ripper.rb
96% [702/727] ext/ripper/ripper.c
96% [703/727] ext/sdbm/init.c
96% [704/727] ext/socket/ancdata.c
Enclosing class/module 'rb_cSocket' for class AncillaryData not known
96% [705/727] ext/socket/basicsocket.c
97% [706/727] ext/socket/constants.c
97% [707/727] ext/socket/constdefs.c
Enclosing class/module 'rb_cSocket' for module Constants not known
97% [708/727] ext/socket/init.c
97% [709/727] ext/socket/ipsocket.c
97% [710/727] ext/socket/option.c
Enclosing class/module 'rb_cSocket' for class Option not known
97% [711/727] ext/socket/raddrinfo.c
97% [712/727] ext/socket/socket.c
98% [713/727] ext/socket/sockssocket.c
98% [714/727] ext/socket/tcpserver.c
98% [715/727] ext/socket/tcpsocket.c
98% [716/727] ext/socket/udpsocket.c
98% [717/727] ext/socket/unixserver.c
98% [718/727] ext/socket/unixsocket.c
98% [719/727] ext/socket/lib/socket.rb
99% [720/727] ext/stringio/stringio.c
99% [721/727] ext/strscan/strscan.c
99% [722/727] ext/syslog/syslog.c
99% [723/727] ext/win32ole/lib/win32ole.rb
99% [724/727] ext/win32ole/lib/win32ole/property.rb
99% [725/727] ext/win32ole/win32ole.c
99% [726/727] ext/zlib/zlib.c
100% [727/727] doc/re.rdoc
Generating RI format into /home/eban/ruby/trunk-mingw/.ext/rdoc...
Files: 727
Classes: 1299 ( 701 undocumented)
Modules: 295 ( 162 undocumented)
Constants: 1295 ( 911 undocumented)
Attributes: 1025 ( 479 undocumented)
Methods: 10109 (3495 undocumented)
Total: 14023 (5748 undocumented)
59.01% documented
Elapsed: 83.4s
%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment