Skip to content

Instantly share code, notes, and snippets.

@voxik
Created October 26, 2012 07:29
Show Gist options
  • Save voxik/3957425 to your computer and use it in GitHub Desktop.
Save voxik/3957425 to your computer and use it in GitHub Desktop.
make -j16 'COPY=cp -p' Q=
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -I. -I.ext/include/powerpc-linux -I./include -I.
DLDFLAGS = -Wl,-soname,libruby.so.1.9 -m32
SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
compiling main.c
compiling dmydln.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o main.o -c main.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o dmydln.o -c dmydln.c
compiling dmyencoding.c
compiling version.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o dmyencoding.o -c dmyencoding.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o version.o -c version.c
compiling miniprelude.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o miniprelude.o -c miniprelude.c
compiling array.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o array.o -c array.c
compiling bignum.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o bignum.o -c bignum.c
compiling class.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o class.o -c class.c
compiling compar.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o compar.o -c compar.c
compiling complex.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o complex.o -c complex.c
compiling dir.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o dir.o -c dir.c
compiling dln_find.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o dln_find.o -c dln_find.c
compiling enum.c
compiling enumerator.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o enum.o -c enum.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o enumerator.o -c enumerator.c
compiling error.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o error.o -c error.c
compiling eval.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o eval.o -c eval.c
compiling load.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o load.o -c load.c
compiling proc.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o proc.o -c proc.c
compiling file.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o file.o -c file.c
compiling gc.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o gc.o -c gc.c
dir.c: In function 'dir_open_dir':
dir.c:1845:22: warning: variable 'dirp' set but not used [-Wunused-but-set-variable]
class.c: In function 'rb_obj_methods':
class.c:1016:8: warning: variable 'args' set but not used [-Wunused-but-set-variable]
bignum.c: In function 'big_rshift':
bignum.c:3532:20: warning: variable 'save_x' set but not used [-Wunused-but-set-variable]
proc.c: In function 'binding_free':
proc.c:241:19: warning: variable 'bind' set but not used [-Wunused-but-set-variable]
compiling hash.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o hash.o -c hash.c
compiling inits.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o inits.o -c inits.c
gc.c: In function 'objspace_each_objects':
gc.c:2618:20: warning: variable 'v' set but not used [-Wunused-but-set-variable]
compiling io.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o io.o -c io.c
io.c: In function 'rb_io_each_byte':
io.c:3084:15: warning: variable 'e' set but not used [-Wunused-but-set-variable]
io.c: In function 'pipe_open':
io.c:5309:12: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
io.c:5308:9: warning: variable 'argc' set but not used [-Wunused-but-set-variable]
compiling marshal.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o marshal.o -c marshal.c
compiling math.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o math.o -c math.c
compiling node.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o node.o -c node.c
compiling numeric.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o numeric.o -c numeric.c
compiling object.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o object.o -c object.c
compiling pack.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o pack.o -c pack.c
compiling parse.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o parse.o -c parse.c
compiling process.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o process.o -c process.c
pack.c: In function 'pack_pack':
pack.c:381:9: warning: variable 'signed_p' set but not used [-Wunused-but-set-variable]
compiling random.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o random.o -c random.c
compiling range.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o range.o -c range.c
process.c: In function 'rb_proc_exec_n':
process.c:1134:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
parse.y: In function 'parser_compile_string':
parse.y:5305:20: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
parse.y: In function 'rb_parser_compile_file':
parse.y:5366:20: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
compiling rational.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o rational.o -c rational.c
compiling re.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o re.o -c re.c
compiling regcomp.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o regcomp.o -c regcomp.c
regcomp.c: In function 'is_not_included':
regcomp.c:2436:13: warning: variable 'c' set but not used [-Wunused-but-set-variable]
regcomp.c: In function 'update_string_node_case_fold':
regcomp.c:3226:14: warning: variable 'q' set but not used [-Wunused-but-set-variable]
compiling regenc.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o regenc.o -c regenc.c
compiling regerror.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o regerror.o -c regerror.c
compiling regexec.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o regexec.o -c regexec.c
compiling regparse.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o regparse.o -c regparse.c
compiling regsyntax.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o regsyntax.o -c regsyntax.c
compiling ruby.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o ruby.o -c ruby.c
regparse.c: In function 'fetch_escaped_value':
regparse.c:2452:3: warning: variable 'pfetch_prev' set but not used [-Wunused-but-set-variable]
compiling safe.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o safe.o -c safe.c
regparse.c: In function 'fetch_name':
regparse.c:2665:3: warning: variable 'pfetch_prev' set but not used [-Wunused-but-set-variable]
regparse.c: In function 'parse_posix_bracket':
regparse.c:4044:3: warning: variable 'pfetch_prev' set but not used [-Wunused-but-set-variable]
regparse.c: In function 'fetch_char_property_to_ctype':
regparse.c:4097:3: warning: variable 'pfetch_prev' set but not used [-Wunused-but-set-variable]
regparse.c: In function 'code_exist_check':
regparse.c:4262:3: warning: variable 'pfetch_prev' set but not used [-Wunused-but-set-variable]
compiling signal.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o signal.o -c signal.c
signal.c: In function 'trap_handler':
signal.c:792:17: warning: variable 'proc' set but not used [-Wunused-but-set-variable]
compiling sprintf.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o sprintf.o -c sprintf.c
compiling st.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o st.o -c st.c
compiling strftime.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o strftime.o -c strftime.c
compiling string.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o string.o -c string.c
compiling struct.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o struct.o -c struct.c
compiling time.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o time.o -c time.c
compiling transcode.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o transcode.o -c transcode.c
transcode.c: In function 'rb_econv_open0':
transcode.c:985:25: warning: variable 'denc' set but not used [-Wunused-but-set-variable]
transcode.c:985:18: warning: variable 'senc' set but not used [-Wunused-but-set-variable]
transcode.c: In function 'make_replacement':
transcode.c:2177:18: warning: variable 'enc' set but not used [-Wunused-but-set-variable]
compiling util.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o util.o -c util.c
compiling variable.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o variable.o -c variable.c
compiling compile.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o compile.o -c compile.c
compiling debug.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o debug.o -c debug.c
compile.c: In function 'validate_label':
compile.c:444:10: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
compile.c: In function 'iseq_compile_each':
compile.c:3320:5: warning: variable 'mid' set but not used [-Wunused-but-set-variable]
compile.c: In function 'iseq_build_from_ary_exception':
compile.c:5272:6: warning: variable 'sp' set but not used [-Wunused-but-set-variable]
compiling iseq.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o iseq.o -c iseq.c
compiling vm.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o vm.o -c vm.c
compiling vm_dump.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o vm_dump.o -c vm_dump.c
iseq.c: In function 'iseq_load':
iseq.c:444:51: warning: variable 'misc' set but not used [-Wunused-but-set-variable]
iseq.c:444:38: warning: variable 'format_type' set but not used [-Wunused-but-set-variable]
iseq.c:444:28: warning: variable 'version2' set but not used [-Wunused-but-set-variable]
iseq.c:444:18: warning: variable 'version1' set but not used [-Wunused-but-set-variable]
iseq.c:444:11: warning: variable 'magic' set but not used [-Wunused-but-set-variable]
compiling thread.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o thread.o -c thread.c
iseq.c: In function 'rb_iseq_parameters':
iseq.c:1378:15: warning: variable 's' set but not used [-Wunused-but-set-variable]
In file included from vm.c:23:0:
vm_insnhelper.c: In function 'vm_expandarray':
vm_insnhelper.c:1642:20: warning: variable 'tmp_ary' set but not used [-Wunused-but-set-variable]
In file included from vm.c:25:0:
vm_exec.c: In function 'vm_exec_core':
vm_exec.c:64:12: warning: variable 'reg_pc' set but not used [-Wunused-but-set-variable]
In file included from vm.c:27:0:
vm_method.c: In function 'rb_gc_mark_unlinked_live_method_entries':
vm_method.c:102:100: warning: unused variable 'curr_ume' [-Wunused-variable]
vm_method.c:102:85: warning: unused variable 'prev_ume' [-Wunused-variable]
In file included from vm.c:28:0:
vm_eval.c: In function 'raise_method_missing':
vm_eval.c:509:8: warning: variable 'id' set but not used [-Wunused-but-set-variable]
vm.c: In function 'rb_iseq_eval':
vm.c:1446:20: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
vm.c: In function 'rb_iseq_eval_main':
vm.c:1460:20: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
compiling cont.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o cont.o -c cont.c
compiling ./enc/ascii.c
compiling ./enc/us_ascii.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o ascii.o -c ./enc/ascii.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o us_ascii.o -c ./enc/us_ascii.c
compiling ./enc/unicode.c
compiling ./enc/utf_8.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o unicode.o -c ./enc/unicode.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o utf_8.o -c ./enc/utf_8.c
compiling newline.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o newline.o -c newline.c
compiling ./missing/strlcpy.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o strlcpy.o -c ./missing/strlcpy.c
cont.c: In function 'cont_capture':
cont.c:429:20: warning: variable 'contval' set but not used [-Wunused-but-set-variable]
compiling ./missing/strlcat.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o strlcat.o -c ./missing/strlcat.c
compiling ./missing/setproctitle.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o setproctitle.o -c ./missing/setproctitle.c
compiling addr2line.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o addr2line.o -c addr2line.c
compiling dmyext.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o dmyext.o -c dmyext.c
compiling dln.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o dln.o -c dln.c
compiling encoding.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o encoding.o -c encoding.c
compiling dmyversion.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o dmyversion.o -c dmyversion.c
addr2line.c: In function 'parse_debug_line_cu':
addr2line.c:230:18: warning: variable 'isa' set but not used [-Wunused-but-set-variable]
addr2line.c:227:9: warning: variable 'end_sequence' set but not used [-Wunused-but-set-variable]
addr2line.c:226:9: warning: variable 'basic_block' set but not used [-Wunused-but-set-variable]
addr2line.c:224:18: warning: variable 'column' set but not used [-Wunused-but-set-variable]
addr2line.c:218:20: warning: variable 'standard_opcode_lengths' set but not used [-Wunused-but-set-variable]
linking miniruby
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o setproctitle.o addr2line.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby
generating encdb.h
./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
rbconfig.rb updated
generating enc.mk
./miniruby -I./lib -I. -I.ext/common ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk
generating prelude.c
./miniruby -I./lib -I. -I.ext/common -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c
encdb.h unchanged
compiling prelude.c
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/powerpc-linux -I./include -I. -o prelude.o -c prelude.c
making srcs under enc
make -f enc.mk RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " - --jobserver-fds=4,5 -j srcs
make[1]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286'
make[1]: Nothing to be done for `srcs'.
make[1]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286'
generating transdb.h
./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans
linking static-library libruby-static.a
ar rcu libruby-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o setproctitle.o addr2line.o prelude.o dmyext.o
linking shared-library libruby.so.1.9.1
gcc -shared -Wl,-soname,libruby.so.1.9 -m32 dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o setproctitle.o addr2line.o prelude.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o libruby.so.1.9.1
objcopy -w -L 'Init_*' -L '*_threadptr_*' libruby.so.1.9.1
making enc
make -f enc.mk RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " - --jobserver-fds=4,5 -j enc
make[1]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286'
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
compiling ./enc/big5.c
compiling ./enc/encdb.c
compiling ./enc/cp949.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/big5.o -c ./enc/big5.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/encdb.o -c ./enc/encdb.c
compiling ./enc/emacs_mule.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/cp949.o -c ./enc/cp949.c
compiling ./enc/euc_jp.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/emacs_mule.o -c ./enc/emacs_mule.c
compiling ./enc/euc_kr.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/euc_jp.o -c ./enc/euc_jp.c
compiling ./enc/euc_tw.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/euc_kr.o -c ./enc/euc_kr.c
compiling ./enc/gb2312.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/euc_tw.o -c ./enc/euc_tw.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/gb2312.o -c ./enc/gb2312.c
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
compiling ./enc/gb18030.c
compiling ./enc/gbk.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/gb18030.o -c ./enc/gb18030.c
compiling ./enc/iso_8859_1.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/gbk.o -c ./enc/gbk.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c
compiling ./enc/iso_8859_2.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c
compiling ./enc/iso_8859_3.c
compiling ./enc/iso_8859_5.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c
compiling ./enc/iso_8859_4.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
compiling ./enc/iso_8859_6.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c
compiling ./enc/iso_8859_7.c
compiling ./enc/iso_8859_8.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c
compiling ./enc/iso_8859_9.c
compiling ./enc/iso_8859_10.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c
compiling ./enc/iso_8859_11.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c
/usr/bin/mkdir -p "enc"
compiling ./enc/iso_8859_13.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
compiling ./enc/iso_8859_14.c
/usr/bin/mkdir -p "enc"
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c
compiling ./enc/iso_8859_15.c
compiling ./enc/iso_8859_16.c
/usr/bin/mkdir -p "enc"
compiling ./enc/koi8_r.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c
compiling ./enc/koi8_u.c
compiling ./enc/shift_jis.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/koi8_r.o -c ./enc/koi8_r.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/koi8_u.o -c ./enc/koi8_u.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/shift_jis.o -c ./enc/shift_jis.c
compiling ./enc/utf_16be.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/utf_16be.o -c ./enc/utf_16be.c
compiling ./enc/utf_16le.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/utf_16le.o -c ./enc/utf_16le.c
/usr/bin/mkdir -p "enc"
/usr/bin/mkdir -p "enc"
compiling ./enc/utf_32be.c
transdb.h unchanged
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/utf_32be.o -c ./enc/utf_32be.c
compiling ./enc/utf_32le.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/utf_32le.o -c ./enc/utf_32le.c
/usr/bin/mkdir -p "enc"
compiling ./enc/windows_1251.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/windows_1251.o -c ./enc/windows_1251.c
making trans
make -f enc.mk RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " - --jobserver-fds=4,5 -j trans
linking encoding encdb.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding big5.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/encdb.so enc/encdb.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/big5.so enc/big5.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding cp949.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding emacs_mule.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/cp949.so enc/cp949.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding euc_jp.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
make[1]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286'
/usr/bin/mkdir -p "enc/trans"
linking encoding euc_kr.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
compiling ./enc/trans/transdb.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/transdb.o -c ./enc/trans/transdb.c
gcc -shared -o .ext/powerpc-linux/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
/usr/bin/mkdir -p "enc/trans"
compiling ./enc/trans/big5.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/big5.o -c ./enc/trans/big5.c
linking encoding euc_tw.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
/usr/bin/mkdir -p "enc/trans"
linking encoding gb2312.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/gb2312.so enc/gb2312.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
compiling ./enc/trans/chinese.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/chinese.o -c ./enc/trans/chinese.c
configuring -test-/add_suffix
/usr/bin/mkdir -p "enc/trans"
/usr/bin/mkdir -p "enc/trans"
linking encoding gb18030.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
/usr/bin/mkdir -p "enc/trans"
linking encoding gbk.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding iso_8859_1.so
/usr/bin/mkdir -p "enc/trans"
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding iso_8859_2.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding iso_8859_3.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/gb18030.so enc/gb18030.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
compiling ./enc/trans/emoji.c
gcc -shared -o .ext/powerpc-linux/enc/gbk.so enc/gbk.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/emoji.o -c ./enc/trans/emoji.c
compiling ./enc/trans/emoji_iso2022_kddi.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c
compiling ./enc/trans/emoji_sjis_docomo.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
compiling ./enc/trans/emoji_sjis_kddi.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
/usr/bin/mkdir -p "enc/trans"
compiling ./enc/trans/emoji_sjis_softbank.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c
/usr/bin/mkdir -p "enc/trans"
compiling ./enc/trans/escape.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/escape.o -c ./enc/trans/escape.c
/usr/bin/mkdir -p "enc/trans"
/usr/bin/mkdir -p "enc/trans"
linking encoding iso_8859_4.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
/usr/bin/mkdir -p "enc/trans"
linking encoding iso_8859_5.so
/usr/bin/mkdir -p "enc/trans"
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding iso_8859_6.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
compiling ./enc/trans/gb18030.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c
compiling ./enc/trans/gbk.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/gbk.o -c ./enc/trans/gbk.c
compiling ./enc/trans/iso2022.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c
compiling ./enc/trans/japanese.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/japanese.o -c ./enc/trans/japanese.c
/usr/bin/mkdir -p "enc/trans"
/usr/bin/mkdir -p "enc/trans"
linking encoding iso_8859_7.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding iso_8859_8.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking encoding iso_8859_9.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
compiling ./enc/trans/japanese_euc.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c
compiling ./enc/trans/japanese_sjis.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
/usr/bin/mkdir -p "enc/trans"
/usr/bin/mkdir -p "enc/trans"
linking encoding iso_8859_10.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
compiling ./enc/trans/korean.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/korean.o -c ./enc/trans/korean.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
compiling ./enc/trans/single_byte.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c
/usr/bin/mkdir -p "enc/trans"
linking encoding iso_8859_11.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
compiling ./enc/trans/utf8_mac.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
/usr/bin/mkdir -p "enc/trans"
compiling ./enc/trans/utf_16_32.c
gcc -I. -I.ext/include/powerpc-linux -I./include -I. -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c
linking encoding iso_8859_13.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding iso_8859_14.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
configuring -test-/array/resize
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
configuring -test-/bug-3571
configuring -test-/bug-3662
configuring -test-/funcall
configuring -test-/load/dot.dot
configuring -test-/old_thread_select
configuring -test-/st/numhash
configuring -test-/string
linking encoding iso_8859_15.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
configuring -test-/wait_for_single_fd
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
configuring -test-/win32/dln
Failed to configure -test-/win32/dln. It will not be installed.
configuring -test-/win32/fd_setsize
Failed to configure -test-/win32/fd_setsize. It will not be installed.
configuring bigdecimal
linking encoding iso_8859_16.so
linking transcoder transdb.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding koi8_r.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding koi8_u.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder emoji.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
linking encoding shift_jis.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking transcoder escape.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/emoji.so enc/trans/emoji.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding utf_16be.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding utf_16le.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking transcoder iso2022.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
linking encoding utf_32be.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
gcc -shared -o .ext/powerpc-linux/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking encoding utf_32le.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking transcoder japanese.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder single_byte.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder utf8_mac.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/utf8_mac.so enc/trans/utf8_mac.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder utf_16_32.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
linking encoding windows_1251.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc"
linking transcoder emoji_sjis_docomo.so
gcc -shared -o .ext/powerpc-linux/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
linking transcoder emoji_sjis_kddi.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/trans/emoji_sjis_docomo.so enc/trans/emoji_sjis_docomo.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
gcc -shared -o .ext/powerpc-linux/enc/trans/emoji_sjis_kddi.so enc/trans/emoji_sjis_kddi.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder emoji_sjis_softbank.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/emoji_sjis_softbank.so enc/trans/emoji_sjis_softbank.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
make[1]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286'
linking transcoder emoji_iso2022_kddi.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/emoji_iso2022_kddi.so enc/trans/emoji_iso2022_kddi.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
configuring continuation
configuring coverage
configuring curses
linking transcoder gb18030.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder chinese.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder japanese_sjis.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder gbk.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder japanese_euc.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder korean.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
linking transcoder big5.so
/usr/bin/mkdir -p ".ext/powerpc-linux/enc/trans"
gcc -shared -o .ext/powerpc-linux/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm
make[1]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286'
making encs
make -f enc.mk RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " - --jobserver-fds=4,5 -j encs
make[1]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286'
/usr/bin/mkdir -p .ext/powerpc-linux/enc .ext/powerpc-linux/enc/trans enc enc/trans
make[1]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286'
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
Failed to configure dl/win32. It will not be installed.
configuring etc
configuring fcntl
configuring fiber
configuring fiddle
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
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..
check libraries....
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh....................
Valid [tclConfig.sh, tkConfig.sh] are found in [["/usr/lib", "/usr/lib"], ["/lib", "/lib"]]
Use [tclConfig.sh, tkConfig.sh] == ["/usr/lib/tclConfig.sh", "/usr/lib/tkConfig.sh"]
Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh).
*****************************************************************************
**
** NATIVETHREAD SUPPORT MODE WARNING:
**
** Ruby is compiled with --enable-pthread, but your Tcl/Tk library
** seems to be compiled without nativethread support. Although you can
** create the tcltklib library, this combination may cause errors (e.g.
** hangs or segmentation faults). If you have no reason to keep the
** current nativethread support status, we recommend you reconfigure and
** recompile the libraries so that both or neither support nativethreads.
**
** If you want change the status of nativethread support, please recompile
** Ruby without "--enable-pthread" configure option (If you use Ruby 1.9.x
** or later, you cannot remove this option, because it requires native-
** thread support.) or recompile Tcl/Tk with "--enable-threads" configure
** option (if your Tcl/Tk is later than or equal to Tcl/Tk 8.1).
**
*****************************************************************************
Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
configuring tk/tkutil
configuring win32ole
Failed to configure win32ole. It will not be installed.
configuring zlib
make -f exts.mk - --jobserver-fds=4,5 -j
make[1]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286'
cd ext/-test-/add_suffix && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/array/resize && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/bug-3571 && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/bug-3662 && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/funcall && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/load/dot.dot && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/old_thread_select && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/st/numhash && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/string && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/wait_for_single_fd && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/win32/dln && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/-test-/win32/fd_setsize && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/bigdecimal && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/add_suffix'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/-test-/add_suffix
cd ext/continuation && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/bug-3571'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/-test-/bug-3571
cd ext/coverage && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/funcall'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/-test-/funcall
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/bug-3662'
cd ext/curses && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/-test-/bug-3662
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/array/resize'
/usr/bin/mkdir -p ../../../../.ext/powerpc-linux/-test-/array
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/load/dot.dot'
/usr/bin/mkdir -p ../../../../.ext/powerpc-linux/-test-/load/dot.dot
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/old_thread_select'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/-test-/old_thread_select
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/string'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/-test-/string
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/st/numhash'
/usr/bin/mkdir -p ../../../../.ext/powerpc-linux/-test-/st
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/win32/fd_setsize'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/win32/fd_setsize'
cd ext/date && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/wait_for_single_fd'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/-test-/wait_for_single_fd
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/win32/dln'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/win32/dln'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/bug-3571 -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o bug.o -c bug.c
cd ext/dbm && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/add_suffix -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o bug.o -c bug.c
gcc -I. -I../../../../.ext/include/powerpc-linux -I../../../.././include -I../../../.././ext/-test-/array/resize -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o resize.o -c resize.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/bug-3662 -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o bug.o -c bug.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/coverage'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/old_thread_select -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o old_thread_select.o -c old_thread_select.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/continuation'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/funcall -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o passing_block.o -c passing_block.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o enc_associate.o -c enc_associate.c
gcc -I. -I../../../../.ext/include/powerpc-linux -I../../../.././include -I../../../.././ext/-test-/load/dot.dot -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o dot.dot.o -c dot.dot.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/bigdecimal'
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/curses'
gcc -I. -I../../../../.ext/include/powerpc-linux -I../../../.././include -I../../../.././ext/-test-/st/numhash -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o numhash.o -c numhash.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/coverage -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o coverage.o -c coverage.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o continuation.o -c continuation.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/wait_for_single_fd -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o wait_for_single_fd.o -c wait_for_single_fd.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o bigdecimal.o -c bigdecimal.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o curses.o -c curses.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/date'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o date_strftime.o -c date_strftime.c
gcc -shared -o ../../../../.ext/powerpc-linux/-test-/load/dot.dot/dot.dot.so dot.dot.o -L. -L../../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../.ext/powerpc-linux/continuation.so continuation.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
bigdecimal.c: In function 'BigDecimal_prec':
bigdecimal.c:306:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_hash':
bigdecimal.c:319:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_dump':
bigdecimal.c:336:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_load':
bigdecimal.c:358:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_to_i':
bigdecimal.c:631:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_to_f':
bigdecimal.c:676:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_coerce':
bigdecimal.c:767:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_add':
bigdecimal.c:808:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_sub':
bigdecimal.c:846:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimalCmp':
bigdecimal.c:876:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_neg':
bigdecimal.c:1057:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_mult':
bigdecimal.c:1079:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_divide':
bigdecimal.c:1098:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_div':
bigdecimal.c:1137:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_DoDivmod':
bigdecimal.c:1160:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_mod':
bigdecimal.c:1237:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_divremain':
bigdecimal.c:1250:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_divmod':
bigdecimal.c:1320:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_div2':
bigdecimal.c:1333:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_add2':
bigdecimal.c:1369:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_sub2':
bigdecimal.c:1386:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_mult2':
bigdecimal.c:1403:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_abs':
bigdecimal.c:1426:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_sqrt':
bigdecimal.c:1448:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_fix':
bigdecimal.c:1467:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_round':
bigdecimal.c:1503:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_truncate':
bigdecimal.c:1561:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_frac':
bigdecimal.c:1590:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_floor':
bigdecimal.c:1623:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
old_thread_select.c: In function 'old_thread_select':
old_thread_select.c:57:5: warning: 'rb_thread_select' is deprecated (declared at ../../.././include/ruby/intern.h:379) [-Wdeprecated-declarations]
bigdecimal.c: In function 'BigDecimal_ceil':
bigdecimal.c:1672:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_to_s':
bigdecimal.c:1729:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_split':
bigdecimal.c:1809:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_inspect':
bigdecimal.c:1863:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_power':
bigdecimal.c:2005:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'BigDecimal_new':
bigdecimal.c:2254:5: warning: variable 'vStack' set but not used [-Wunused-but-set-variable]
curses.c: In function 'window_cury':
curses.c:1632:9: warning: variable 'x' set but not used [-Wunused-but-set-variable]
curses.c: In function 'window_curx':
curses.c:1648:12: warning: variable 'y' set but not used [-Wunused-but-set-variable]
curses.c: In function 'window_begy':
curses.c:1712:9: warning: variable 'x' set but not used [-Wunused-but-set-variable]
curses.c: In function 'window_begx':
curses.c:1732:12: warning: variable 'y' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'VpMult':
bigdecimal.c:4177:36: warning: variable 'ind_be' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'VpCtoV':
bigdecimal.c:4974:12: warning: variable 'loc' set but not used [-Wunused-but-set-variable]
bigdecimal.c: In function 'VpSqrt':
bigdecimal.c:5320:20: warning: variable 'f_prec' set but not used [-Wunused-but-set-variable]
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dbm'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o modify.o -c modify.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o dbm.o -c dbm.c
In file included from bug.c:16:0:
../../.././util.c:28:1: warning: 'ruby_scan_oct' defined but not used [-Wunused-function]
../../.././util.c:42:1: warning: 'ruby_scan_hex' defined but not used [-Wunused-function]
../../.././util.c:106:1: warning: 'ruby_strtoul' defined but not used [-Wunused-function]
In file included from bug.c:16:0:
../../.././util.c:451:1: warning: 'ruby_qsort' defined but not used [-Wunused-function]
../../.././util.c:601:1: warning: 'ruby_strdup' defined but not used [-Wunused-function]
../../.././util.c:613:1: warning: 'ruby_getcwd' defined but not used [-Wunused-function]
../../.././util.c:2070:1: warning: 'ruby_strtod' defined but not used [-Wunused-function]
../../.././util.c:3215:1: warning: 'ruby_dtoa' defined but not used [-Wunused-function]
../../.././util.c:3888:1: warning: 'ruby_each_words' defined but not used [-Wunused-function]
../../.././util.c:3965:1: warning: 'ruby_hdtoa' defined but not used [-Wunused-function]
gcc -shared -o ../../../.ext/powerpc-linux/-test-/bug-3662/bug.so bug.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../../.ext/powerpc-linux/-test-/wait_for_single_fd/wait_for_single_fd.so wait_for_single_fd.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../../.ext/powerpc-linux/-test-/funcall/funcall.so passing_block.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../../../.ext/powerpc-linux/-test-/st/numhash.so numhash.o -L. -L../../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../../.ext/powerpc-linux/-test-/old_thread_select/old_thread_select.so old_thread_select.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/load/dot.dot'
gcc -shared -o ../../../.ext/powerpc-linux/-test-/bug-3571/bug.so bug.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../../../.ext/powerpc-linux/-test-/array/resize.so resize.o -L. -L../../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../../.ext/powerpc-linux/-test-/add_suffix/bug.so bug.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../.ext/powerpc-linux/coverage.so coverage.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/digest && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o digest.o -c digest.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/old_thread_select'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/array/resize'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/continuation'
/usr/bin/mkdir -p ../../.ext/common/bigdecimal
/usr/bin/mkdir -p ../../.ext/include/ruby
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/coverage'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o date_core.o -c date_core.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/add_suffix'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/wait_for_single_fd'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o date_strptime.o -c date_strptime.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o date_parse.o -c date_parse.c
/usr/bin/mkdir -p ../../.ext/common/digest
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o init.o -c init.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o cstr.o -c cstr.c
cd ext/digest/bubblebabble && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/funcall'
cp -p ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/bubblebabble'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/digest
cd ext/digest/md5 && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/bug-3662'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o bubblebabble.o -c bubblebabble.c
cp -p ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
cd ext/digest/rmd160 && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/digest/sha1 && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/md5'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/st/numhash'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o md5init.o -c md5init.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o md5ossl.o -c md5ossl.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/sha1'
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/rmd160'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o sha1init.o -c sha1init.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o rmd160init.o -c rmd160init.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/bug-3571'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o rmd160ossl.o -c rmd160ossl.c
date_core.c: In function 'c_gregorian_leap_p':
date_core.c:693:5: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
date_parse.c: In function 'date_zone_to_diff':
date_parse.c:478:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
date_parse.c:481:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
date_parse.c:484:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
cp -p ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest
cd ext/digest/sha2 && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o set_len.o -c set_len.c
cd ext/dl && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -shared -o ../../../.ext/powerpc-linux/digest/md5.so md5init.o md5ossl.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/sha2'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o sha2init.o -c sha2init.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dl'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -fno-defer-pop -fno-omit-frame-pointer -m32 -o handle.o -c handle.c
gcc -shared -o ../../../.ext/powerpc-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o sha1ossl.o -c sha1ossl.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/bubblebabble'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ellipsize.o -c ellipsize.c
cp -p ../.././ext/digest/lib/digest.rb ../../.ext/common
handle.c: In function 'dlhandle_sym':
handle.c:312:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
cp -p ../.././ext/digest/digest.h ../../.ext/include/ruby
/usr/bin/mkdir -p ../../.ext/common/date
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o sha2ossl.o -c sha2ossl.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/md5'
cp -p ../.././ext/date/lib/date/format.rb ../../.ext/common/date
gcc -shared -o ../../../.ext/powerpc-linux/digest/rmd160.so rmd160init.o rmd160ossl.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../../.ext/powerpc-linux/digest/sha1.so sha1init.o sha1ossl.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../.ext/powerpc-linux/digest.so digest.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/dl/callback && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dl/callback'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/dl
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest'
generating callback.c
cp -p ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/rmd160'
cd ext/dl/win32 && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/sha1'
cp -p ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
cd ext/etc && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dl/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dl/win32'
cp -p ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -fno-defer-pop -fno-omit-frame-pointer -m32 -o cptr.o -c cptr.c
cd ext/fcntl && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cptr.c: In function 'dlptr_init':
cptr.c:69:22: warning: variable 'data' set but not used [-Wunused-but-set-variable]
cd ext/fiber && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -shared -o ../../../.ext/powerpc-linux/digest/sha2.so sha2init.o sha2ossl.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
cp: cannot create regular file '../../.ext/common/date': File exists
gcc -shared -o ../../../.ext/powerpc-linux/-test-/string/string.so enc_associate.o modify.o init.o cstr.o set_len.o ellipsize.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/etc'
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/fcntl'
make[2]: *** [../../.ext/common/date/format.rb] Error 1
make[2]: *** Waiting for unfinished jobs....
cp -p ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
cd ext/fiddle && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o fcntl.o -c fcntl.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o etc.o -c etc.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -fno-defer-pop -fno-omit-frame-pointer -m32 -o dl.o -c dl.c
gcc -shared -o ../../.ext/powerpc-linux/dbm.so dbm.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lgdbm_compat -lgdbm -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/gdbm && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/fiddle'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -fno-defer-pop -fno-omit-frame-pointer -m32 -o cfunc.o -c cfunc.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/fiber'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/lib/libffi-3.0.11/include -m32 -o closure.o -c closure.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback.o -c callback.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o fiber.o -c fiber.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/gdbm'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o gdbm.o -c gdbm.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dbm'
gcc -shared -o ../../.ext/powerpc-linux/fiber.so fiber.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/iconv && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/-test-/string'
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/iconv'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o iconv.o -c iconv.c
cd ext/io/console && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
/usr/bin/mkdir -p ../../.ext/common/dl
cd ext/io/nonblock && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/io/console'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/io
etc.c: In function 'passwd_iterate':
etc.c:187:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
etc.c: In function 'etc_passwd':
etc.c:230:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
etc.c: In function 'etc_getpwent':
etc.c:321:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
etc.c: In function 'group_iterate':
etc.c:425:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
etc.c: In function 'etc_group':
etc.c:468:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
etc.c: In function 'etc_getgrent':
etc.c:553:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/io/console -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o console.o -c console.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/io/nonblock'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o nonblock.o -c nonblock.c
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-0.o -c callback-0.c
gdbm.c: In function 'fgdbm_initialize':
gdbm.c:210:25: warning: passing argument 5 of 'gdbm_open' from incompatible pointer type [enabled by default]
In file included from gdbm.c:14:0:
/usr/include/gdbm.h:101:18: note: expected 'void (*)(const char *)' but argument is of type 'void (*)(char *)'
gdbm.c:216:29: warning: passing argument 5 of 'gdbm_open' from incompatible pointer type [enabled by default]
In file included from gdbm.c:14:0:
/usr/include/gdbm.h:101:18: note: expected 'void (*)(const char *)' but argument is of type 'void (*)(char *)'
gdbm.c:219:29: warning: passing argument 5 of 'gdbm_open' from incompatible pointer type [enabled by default]
In file included from gdbm.c:14:0:
/usr/include/gdbm.h:101:18: note: expected 'void (*)(const char *)' but argument is of type 'void (*)(char *)'
gdbm.c:222:29: warning: passing argument 5 of 'gdbm_open' from incompatible pointer type [enabled by default]
In file included from gdbm.c:14:0:
/usr/include/gdbm.h:101:18: note: expected 'void (*)(const char *)' but argument is of type 'void (*)(char *)'
gcc -shared -o ../../.ext/powerpc-linux/fcntl.so fcntl.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/fiber'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-1.o -c callback-1.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/digest/sha2'
cp -p ../.././ext/dl/lib/dl.rb ../../.ext/common
/usr/bin/mkdir -p ../../../.ext/common/io/console
cd ext/io/wait && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
callback-0.c: In function 'rb_dl_callback_void_0_0_cdecl':
callback-0.c:12:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_0_1_cdecl':
callback-0.c:23:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_0_2_cdecl':
callback-0.c:34:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_0_3_cdecl':
callback-0.c:45:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_0_4_cdecl':
callback-0.c:56:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_1_0_cdecl':
callback-0.c:67:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_1_1_cdecl':
callback-0.c:78:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_1_2_cdecl':
callback-0.c:89:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_1_3_cdecl':
callback-0.c:100:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_1_4_cdecl':
callback-0.c:111:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_2_0_cdecl':
callback-0.c:122:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_2_1_cdecl':
callback-0.c:134:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_2_2_cdecl':
callback-0.c:146:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_2_3_cdecl':
callback-0.c:158:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_2_4_cdecl':
callback-0.c:170:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_3_0_cdecl':
callback-0.c:182:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_3_1_cdecl':
callback-0.c:195:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_3_2_cdecl':
callback-0.c:208:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_3_3_cdecl':
callback-0.c:221:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_3_4_cdecl':
callback-0.c:234:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_4_0_cdecl':
callback-0.c:247:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_4_1_cdecl':
callback-0.c:261:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_4_2_cdecl':
callback-0.c:275:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_4_3_cdecl':
callback-0.c:289:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_4_4_cdecl':
callback-0.c:303:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_5_0_cdecl':
callback-0.c:317:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_5_1_cdecl':
callback-0.c:332:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_5_2_cdecl':
callback-0.c:347:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_5_3_cdecl':
callback-0.c:362:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_5_4_cdecl':
callback-0.c:377:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_6_0_cdecl':
callback-0.c:392:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_6_1_cdecl':
callback-0.c:408:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_6_2_cdecl':
callback-0.c:424:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_6_3_cdecl':
callback-0.c:440:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_6_4_cdecl':
callback-0.c:456:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_7_0_cdecl':
callback-0.c:472:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_7_1_cdecl':
callback-0.c:489:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_7_2_cdecl':
callback-0.c:506:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_7_3_cdecl':
callback-0.c:523:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_7_4_cdecl':
callback-0.c:540:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_8_0_cdecl':
callback-0.c:557:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_8_1_cdecl':
callback-0.c:575:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_8_2_cdecl':
callback-0.c:593:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_8_3_cdecl':
callback-0.c:611:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_8_4_cdecl':
callback-0.c:629:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_9_0_cdecl':
callback-0.c:647:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_9_1_cdecl':
callback-0.c:666:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_9_2_cdecl':
callback-0.c:685:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_9_3_cdecl':
callback-0.c:704:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
iconv.c: In function 'get_iconv_opt_i':
iconv.c:567:17: warning: variable 'val' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_9_4_cdecl':
callback-0.c:723:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_10_0_cdecl':
callback-0.c:742:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_10_1_cdecl':
callback-0.c:762:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_10_2_cdecl':
callback-0.c:782:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_10_3_cdecl':
callback-0.c:802:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_10_4_cdecl':
callback-0.c:822:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_11_0_cdecl':
callback-0.c:842:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_11_1_cdecl':
callback-0.c:863:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_11_2_cdecl':
callback-0.c:884:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_11_3_cdecl':
callback-0.c:905:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_11_4_cdecl':
callback-0.c:926:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_12_0_cdecl':
callback-0.c:947:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_12_1_cdecl':
callback-0.c:969:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_12_2_cdecl':
callback-0.c:991:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_12_3_cdecl':
callback-0.c:1013:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_12_4_cdecl':
callback-0.c:1035:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/io/wait'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/fcntl'
cp -p ../.././ext/dl/lib/dl/cparser.rb ../../.ext/common/dl
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o wait.o -c wait.c
cd ext/json && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/json'
/usr/bin/mkdir -p ../../.ext/common/json
cp -p ../../.././ext/io/console/lib/console/size.rb ../../../.ext/common/io/console
/usr/bin/mkdir -p ../../.ext/common/json/add
cd ext/json/generator && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cp -p ../.././ext/json/lib/json/common.rb ../../.ext/common/json
cp -p ../.././ext/json/lib/json/version.rb ../../.ext/common/json
gcc -shared -o ../../../.ext/powerpc-linux/io/nonblock.so nonblock.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/json/generator'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/json/ext
cp -p ../.././ext/json/lib/json/ext.rb ../../.ext/common/json
callback-0.c: In function 'rb_dl_callback_void_13_0_cdecl':
callback-0.c:1057:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_13_1_cdecl':
callback-0.c:1080:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_13_2_cdecl':
callback-0.c:1103:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_13_3_cdecl':
callback-0.c:1126:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_13_4_cdecl':
callback-0.c:1149:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_14_0_cdecl':
callback-0.c:1172:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_14_1_cdecl':
callback-0.c:1196:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_14_2_cdecl':
callback-0.c:1220:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_14_3_cdecl':
callback-0.c:1244:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_14_4_cdecl':
callback-0.c:1268:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_15_0_cdecl':
callback-0.c:1292:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_15_1_cdecl':
callback-0.c:1317:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_15_2_cdecl':
callback-0.c:1342:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_15_3_cdecl':
callback-0.c:1367:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_15_4_cdecl':
callback-0.c:1392:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
cp -p ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o generator.o -c generator.c
cp -p ../.././ext/json/lib/json/add/complex.rb ../../.ext/common/json/add
cp -p ../.././ext/json/lib/json/add/rational.rb ../../.ext/common/json/add
cp -p ../.././ext/json/lib/json.rb ../../.ext/common
callback-0.c: In function 'rb_dl_callback_void_16_0_cdecl':
callback-0.c:1417:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_16_1_cdecl':
callback-0.c:1443:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_16_2_cdecl':
callback-0.c:1469:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_16_3_cdecl':
callback-0.c:1495:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_16_4_cdecl':
callback-0.c:1521:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/json'
cp -p ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl
callback-0.c: In function 'rb_dl_callback_void_17_0_cdecl':
callback-0.c:1547:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_17_1_cdecl':
callback-0.c:1574:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_17_2_cdecl':
callback-0.c:1601:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-2.o -c callback-2.c
callback-0.c: In function 'rb_dl_callback_void_17_3_cdecl':
callback-0.c:1628:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_17_4_cdecl':
callback-0.c:1655:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/lib/libffi-3.0.11/include -m32 -o conversions.o -c conversions.c
callback-0.c: In function 'rb_dl_callback_void_18_0_cdecl':
callback-0.c:1682:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_18_1_cdecl':
callback-0.c:1710:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_18_2_cdecl':
callback-0.c:1738:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_18_3_cdecl':
callback-0.c:1766:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/io/nonblock'
callback-0.c: In function 'rb_dl_callback_void_18_4_cdecl':
callback-0.c:1794:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-3.o -c callback-3.c
callback-0.c: In function 'rb_dl_callback_void_19_0_cdecl':
callback-0.c:1822:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_19_1_cdecl':
callback-0.c:1851:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_19_2_cdecl':
callback-0.c:1880:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_19_3_cdecl':
callback-0.c:1909:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
callback-0.c: In function 'rb_dl_callback_void_19_4_cdecl':
callback-0.c:1938:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
gcc -shared -o ../../.ext/powerpc-linux/etc.so etc.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
generator.c: In function 'cState_aref':
generator.c:736:5: warning: variable 'state' set but not used [-Wunused-but-set-variable]
gcc -shared -o ../../.ext/powerpc-linux/curses.so curses.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lncursesw -ltinfo -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/etc'
cp -p ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl
gcc -shared -o ../../../.ext/powerpc-linux/io/wait.so wait.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/json/parser && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/json/parser'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o parser.o -c parser.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/curses'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/lib/libffi-3.0.11/include -m32 -o fiddle.o -c fiddle.c
cd ext/mathn/complex && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/io/wait'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -I/usr/lib/libffi-3.0.11/include -m32 -o function.o -c function.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/mathn/complex'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/mathn
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o complex.o -c complex.c
gcc -shared -o ../../../.ext/powerpc-linux/io/console.so console.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-4.o -c callback-4.c
gcc -shared -o ../../../.ext/powerpc-linux/mathn/complex.so complex.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
/usr/bin/mkdir -p ../../.ext/common/fiddle
cp -p ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle
cp -p ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle
cp -p ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common
gcc -shared -o ../../.ext/powerpc-linux/fiddle.so closure.o conversions.o fiddle.o function.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lffi -lffi -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/mathn/complex'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-5.o -c callback-5.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/io/console'
gcc -shared -o ../../.ext/powerpc-linux/gdbm.so gdbm.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lgdbm -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-6.o -c callback-6.c
cd ext/mathn/rational && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -shared -o ../../../.ext/powerpc-linux/json/ext/generator.so generator.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../.ext/powerpc-linux/iconv.so iconv.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/mathn/rational'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/fiddle'
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o rational.o -c rational.c
gcc -shared -o ../../../.ext/powerpc-linux/json/ext/parser.so parser.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-7.o -c callback-7.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/gdbm'
cp -p ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl
gcc -shared -o ../../../.ext/powerpc-linux/mathn/rational.so rational.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/nkf && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/iconv'
cp -p ../.././ext/dl/lib/dl/stack.rb ../../.ext/common/dl
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/json/generator'
cd ext/objspace && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o callback-8.o -c callback-8.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/nkf'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o nkf.o -c nkf.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/objspace'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o objspace.o -c objspace.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/json/parser'
cd ext/openssl && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/openssl'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c
cp -p ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/mathn/rational'
cp -p ../.././ext/dl/lib/dl/callback.rb ../../.ext/common/dl
cd ext/pathname && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cp -p ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl
cp -p ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl
cp -p ../.././ext/dl/dl.h ../../.ext/include/ruby
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/pathname'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/pathname -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o pathname.o -c pathname.c
gcc -shared -o ../../.ext/powerpc-linux/dl.so handle.o cptr.o dl.o cfunc.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -ldl -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../.ext/powerpc-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dl'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509crl.o -c ossl_x509crl.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/bigdecimal'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_engine.o -c ossl_engine.c
nkf.c: In function 'rb_nkf_convert':
nkf.c:138:20: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
cd ext/psych && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -shared -o ../../.ext/powerpc-linux/objspace.so objspace.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/pty && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/psych'
cp -p ../.././ext/pathname/lib/pathname.rb ../../.ext/common
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o to_ruby.o -c to_ruby.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkcs7.o -c ossl_pkcs7.c
gcc -shared -o ../../.ext/powerpc-linux/pathname.so pathname.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/objspace'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o openssl_missing.o -c openssl_missing.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/pathname'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o psych.o -c psych.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkey.o -c ossl_pkey.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o parser.o -c parser.c
cd ext/racc/cparse && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_bio.o -c ossl_bio.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o yaml_tree.o -c yaml_tree.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/pty'
cp -p ../.././ext/nkf/lib/kconv.rb ../../.ext/common
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o pty.o -c pty.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o emitter.o -c emitter.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl.o -c ossl.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509.o -c ossl_x509.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/racc/cparse'
/usr/bin/mkdir -p ../../../.ext/powerpc-linux/racc
cp -p ../.././ext/pty/lib/expect.rb ../../.ext/common
cd ext/readline && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -I. -I../../../.ext/include/powerpc-linux -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o cparse.o -c cparse.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkcs12.o -c ossl_pkcs12.c
pty.c: In function 'chfunc':
pty.c:210:12: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result]
/usr/bin/mkdir -p ../../.ext/common/psych
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509store.o -c ossl_x509store.c
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/readline'
gcc -shared -o ../../.ext/powerpc-linux/pty.so pty.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lutil -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o readline.o -c readline.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509revoked.o -c ossl_x509revoked.c
/usr/bin/mkdir -p ../../.ext/common/psych/json
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/pty'
/usr/bin/mkdir -p ../../.ext/common/psych/visitors
/usr/bin/mkdir -p ../../.ext/common/psych/nodes
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkcs5.o -c ossl_pkcs5.c
/usr/bin/mkdir -p ../../.ext/common/psych/handlers
cp -p ../.././ext/psych/lib/psych.rb ../../.ext/common
cp -p ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/streaming.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/stream.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/syntax_error.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/deprecated.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych
cp -p ../.././ext/psych/lib/psych/json/ruby_events.rb ../../.ext/common/psych/json
cp -p ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json
cp -p ../.././ext/psych/lib/psych/json/stream.rb ../../.ext/common/psych/json
cd ext/ripper && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cp -p ../.././ext/psych/lib/psych/json/yaml_events.rb ../../.ext/common/psych/json
cp -p ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors
cp -p ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors
cp -p ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors
cp -p ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/ripper'
cp -p ../.././ext/psych/lib/psych/visitors/depth_first.rb ../../.ext/common/psych/visitors
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ripper.o -c ripper.c
cp -p ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors
cp -p ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes
cp -p ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes
cp -p ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes
cp -p ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes
cp -p ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes
cp -p ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes
cp -p ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes
cp -p ../.././ext/psych/lib/psych/handlers/document_stream.rb ../../.ext/common/psych/handlers
gcc -shared -o ../../.ext/powerpc-linux/psych.so to_ruby.o psych.o parser.o yaml_tree.o emitter.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lyaml -lpthread -lrt -ldl -lcrypt -lm -lc
cd ext/sdbm && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
cd ext/socket && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/sdbm'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/psych'
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/socket'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o _sdbm.o -c _sdbm.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o init.o -c init.c
generating constant definitions
generating constant definitions
cd ext/stringio && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/stringio'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o stringio.o -c stringio.c
cd ext/strscan && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/strscan'
cd ext/syck && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o strscan.o -c strscan.c
ripper.y: In function 'parser_magic_comment':
ripper.y:6456:36: warning: variable 'vend' set but not used [-Wunused-but-set-variable]
ripper.y:6456:29: warning: variable 'vbeg' set but not used [-Wunused-but-set-variable]
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/syck'
cp -p ../.././ext/socket/lib/socket.rb ../../.ext/common
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o token.o -c token.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o init.o -c init.c
token.re: In function 'sycklex_yaml_utf8':
token.re:541:36: warning: variable 'lvl' set but not used [-Wunused-but-set-variable]
gcc -shared -o ../../../.ext/powerpc-linux/racc/cparse.so cparse.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/racc/cparse'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o constants.o -c constants.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_config.o -c ossl_config.c
cd ext/syslog && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/syslog'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o syslog.o -c syslog.c
cd ext/tk && exec make -w --jobserver-fds=4,5 - --jobserver-fds=4,5 -j all
make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/tk'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/tk -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/tk -I/usr/include -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/tk -I/usr/include -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -DWITH_TCL_ENABLE_THREAD=0 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o tcltklib.o -c tcltklib.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/tk -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/tk -I/usr/include -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/tk -I/usr/include -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -DWITH_TCL_ENABLE_THREAD=0 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o stubs.o -c stubs.c
gcc -shared -o ../../.ext/powerpc-linux/readline.so readline.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lreadline -lncurses -lpthread -lrt -ldl -lcrypt -lm -lc
/usr/bin/mkdir -p ../../.ext/common/ripper
/usr/bin/mkdir -p ../../.ext/common/tkextlib/vu
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o handler.o -c handler.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_digest.o -c ossl_digest.c
gcc -shared -o ../../.ext/powerpc-linux/sdbm.so _sdbm.o init.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/readline'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o implicit.o -c implicit.c
tcltklib.c: In function 'lib_eventloop_core':
tcltklib.c:2185:20: warning: variable 't' set but not used [-Wunused-but-set-variable]
tcltklib.c: In function 'lib_thread_callback':
tcltklib.c:2952:17: warning: variable 'foundEvent' set but not used [-Wunused-but-set-variable]
tcltklib.c: In function 'ip_rbUpdateObjCmd':
tcltklib.c:3882:10: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
tcltklib.c: In function 'ip_rb_threadUpdateObjCmd':
tcltklib.c:4036:10: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/sdbm'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o bytecode.o -c bytecode.c
tcltklib.c: In function 'lib_toUTF8_core':
tcltklib.c:7947:17: warning: variable 'interp' set but not used [-Wunused-but-set-variable]
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/date'
make[1]: *** [ext/date/all] Error 2
make[1]: *** Waiting for unfinished jobs....
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_ssl.o -c ossl_ssl.c
tcltklib.c: In function 'ip_invoke_core':
tcltklib.c:8564:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
tcltklib.c: At top level:
tcltklib.c:2052:1: warning: 'eventloop_sleep' defined but not used [-Wunused-function]
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o basicsocket.o -c basicsocket.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_asn1.o -c ossl_asn1.c
gcc -shared -o ../../.ext/powerpc-linux/nkf.so nkf.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../.ext/powerpc-linux/strscan.so strscan.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -shared -o ../../.ext/powerpc-linux/syslog.so syslog.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/strscan'
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/nkf'
cp -p ../.././ext/ripper/lib/ripper.rb ../../.ext/common
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509cert.o -c ossl_x509cert.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o socket.o -c socket.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/syslog'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ipsocket.o -c ipsocket.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o tcpsocket.o -c tcpsocket.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o syck.o -c syck.c
socket.c: In function 'sock_s_gethostbyaddr':
socket.c:957:22: warning: variable 'sa' set but not used [-Wunused-but-set-variable]
ossl_ssl.c: In function 'ossl_sslctx_session_new_cb':
ossl_ssl.c:382:35: warning: variable 'ret_obj' set but not used [-Wunused-but-set-variable]
ossl_ssl.c: In function 'ossl_sslctx_session_remove_cb':
ossl_ssl.c:431:38: warning: variable 'ret_obj' set but not used [-Wunused-but-set-variable]
ossl_ssl.c: In function 'ssl_servername_cb':
ossl_ssl.c:508:25: warning: variable 'ret_obj' set but not used [-Wunused-but-set-variable]
ossl_ssl.c: In function 'ossl_ssl_shutdown':
ossl_ssl.c:987:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkey_dh.o -c ossl_pkey_dh.c
gcc -shared -o ../../.ext/powerpc-linux/stringio.so stringio.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509ext.o -c ossl_x509ext.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_hmac.o -c ossl_hmac.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/stringio'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509attr.o -c ossl_x509attr.c
cp -p ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o node.o -c node.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o tcpserver.o -c tcpserver.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o sockssocket.o -c sockssocket.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509req.o -c ossl_x509req.c
cp -p ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper
gcc -shared -o ../../../.ext/powerpc-linux/dl/callback.so callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o gram.o -c gram.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o rubyext.o -c rubyext.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_ocsp.o -c ossl_ocsp.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o yaml2byte.o -c yaml2byte.c
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/dl/callback'
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o emitter.o -c emitter.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o udpsocket.o -c udpsocket.c
cp -p ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_ssl_session.o -c ossl_ssl_session.c
rubyext.c: In function 'syck_seq_initialize':
rubyext.c:1529:15: warning: variable 'node' set but not used [-Wunused-but-set-variable]
/usr/bin/mkdir -p ../../.ext/common/yaml
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o unixsocket.o -c unixsocket.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o unixserver.o -c unixserver.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_ns_spki.o -c ossl_ns_spki.c
cp -p ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper
/usr/bin/mkdir -p ../../.ext/common/syck
../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc-linux' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_bn.o -c ossl_bn.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o option.o -c option.c
cp -p ../.././ext/syck/lib/yaml/syck.rb ../../.ext/common/yaml
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c
/usr/bin/mkdir -p ../../.ext/common/tkextlib
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_rand.o -c ossl_rand.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_cipher.o -c ossl_cipher.c
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ancdata.o -c ancdata.c
cp -p ../.././ext/syck/lib/syck.rb ../../.ext/common
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/socket -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o raddrinfo.o -c raddrinfo.c
cp -p ../.././ext/syck/lib/syck/encoding.rb ../../.ext/common/syck
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_x509name.o -c ossl_x509name.c
cp -p ../.././ext/syck/lib/syck/syck.rb ../../.ext/common/syck
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tkHTML
cp -p ../.././ext/syck/lib/syck/constants.rb ../../.ext/common/syck
ancdata.c: In function 'bsock_sendmsg_internal':
ancdata.c:1168:13: warning: variable 'last_type' set but not used [-Wunused-but-set-variable]
ancdata.c:1167:13: warning: variable 'last_level' set but not used [-Wunused-but-set-variable]
gcc -I. -I../../.ext/include/powerpc-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fPIC -m32 -o ossl_pkey_ec.o -c ossl_pkey_ec.c
cp -p ../.././ext/syck/lib/syck/stream.rb ../../.ext/common/syck
/usr/bin/mkdir -p ../../.ext/common/openssl
cp -p ../.././ext/syck/lib/syck/error.rb ../../.ext/common/syck
cp -p ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl
cp -p ../.././ext/syck/lib/syck/baseemitter.rb ../../.ext/common/syck
cp -p ../.././ext/openssl/lib/openssl/x509-internal.rb ../../.ext/common/openssl
cp -p ../.././ext/syck/lib/syck/types.rb ../../.ext/common/syck
cp -p ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl
cp -p ../.././ext/syck/lib/syck/rubytypes.rb ../../.ext/common/syck
cp -p ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl
cp -p ../.././ext/syck/lib/syck/yamlnode.rb ../../.ext/common/syck
cp -p ../.././ext/openssl/lib/openssl/ssl-internal.rb ../../.ext/common/openssl
cp -p ../.././ext/syck/lib/syck/tag.rb ../../.ext/common/syck
cp -p ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl
cp -p ../.././ext/syck/lib/syck/stringio.rb ../../.ext/common/syck
/usr/bin/mkdir -p ../../.ext/common/tkextlib/bwidget
/usr/bin/mkdir -p ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tktable
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/syck/lib/syck/ypath.rb ../../.ext/common/syck
/usr/bin/mkdir -p ../../.ext/common/tkextlib/blt
/usr/bin/mkdir -p ../../.ext/common/tkextlib/blt/tile
cp -p ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl
/usr/bin/mkdir -p ../../.ext/common/tkextlib/trofs
cp -p ../.././ext/syck/lib/syck/loader.rb ../../.ext/common/syck
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tkDND
cp -p ../.././ext/openssl/lib/openssl/config.rb ../../.ext/common/openssl
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tkimg
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tktrans
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tile
cp -p ../.././ext/openssl/lib/openssl.rb ../../.ext/common
cp -p ../.././ext/syck/lib/syck/basenode.rb ../../.ext/common/syck
/usr/bin/mkdir -p ../../.ext/common/tkextlib/ICONS
/usr/bin/mkdir -p ../../.ext/common/tkextlib/itcl
/usr/bin/mkdir -p ../../.ext/common/tkextlib/treectrl
/usr/bin/mkdir -p ../../.ext/common/tkextlib/winico
/usr/bin/mkdir -p ../../.ext/common/tkextlib/tclx
/usr/bin/mkdir -p ../../.ext/common/tkextlib/itk
/usr/bin/mkdir -p ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tkextlib/vu/charts.rb ../../.ext/common/tkextlib/vu
cp -p ../.././ext/tk/lib/tkextlib/vu/setup.rb ../../.ext/common/tkextlib/vu
cp -p ../.././ext/tk/lib/tkextlib/vu/bargraph.rb ../../.ext/common/tkextlib/vu
cp -p ../.././ext/tk/lib/tkextlib/vu/pie.rb ../../.ext/common/tkextlib/vu
cp -p ../.././ext/tk/lib/tkextlib/vu/spinbox.rb ../../.ext/common/tkextlib/vu
cp -p ../.././ext/tk/lib/tkextlib/vu/dial.rb ../../.ext/common/tkextlib/vu
cp -p ../.././ext/tk/lib/tkextlib/ICONS.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/vu.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/treectrl.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/itk.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/version.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tkimg.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/blt.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/trofs.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tkHTML.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tclx.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tcllib.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/pkg_checker.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/winico.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/iwidgets.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/setup.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tile.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tkDND.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tktable.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/bwidget.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tktrans.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/itcl.rb ../../.ext/common/tkextlib
cp -p ../.././ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb ../../.ext/common/tkextlib/tkHTML
cp -p ../.././ext/tk/lib/tkextlib/tkHTML/setup.rb ../../.ext/common/tkextlib/tkHTML
cp -p ../.././ext/tk/lib/tkextlib/bwidget/entry.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/progressbar.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/dragsite.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/bitmap.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/mainframe.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/scrollableframe.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/buttonbox.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/tree.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/dropsite.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/combobox.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/messagedlg.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/selectcolor.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/separator.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/statusbar.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/progressdlg.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/passwddlg.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/dialog.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/scrollview.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/notebook.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/pagesmanager.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/labelframe.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/listbox.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/setup.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/arrowbutton.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/labelentry.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/selectfont.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/titleframe.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/panelframe.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/widget.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/spinbox.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/panedwindow.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/button.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/dynamichelp.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/bwidget/label.rb ../../.ext/common/tkextlib/bwidget
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/spinint.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/checkbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/datefield.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/buttonbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/spinner.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/labeledframe.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/combobox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/toolbar.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/scopedobject.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/spindate.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/messagedialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/watch.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/radiobox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/dialogshell.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/finddialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/dialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/timeentry.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/messagebox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/timefield.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/extbutton.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/notebook.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/mainwindow.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/dateentry.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/setup.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/tabset.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/pushbutton.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/promptdialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/entryfield.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/spintime.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/hierarchy.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/feedback.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/selectionbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/shell.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/optionmenu.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/panedwindow.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/calendar.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/iwidgets/menubar.rb ../../.ext/common/tkextlib/iwidgets
cp -p ../.././ext/tk/lib/tkextlib/tktable/setup.rb ../../.ext/common/tkextlib/tktable
cp -p ../.././ext/tk/lib/tkextlib/tktable/tktable.rb ../../.ext/common/tkextlib/tktable
cp -p ../.././ext/tk/lib/tkextlib/tcllib/plotchart.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/canvas_zoom.rb ../../.ext/common/tkextlib/tcllib
gcc -shared -o ../../.ext/powerpc-linux/openssl.so ossl_pkey_dsa.o ossl_x509crl.o ossl_engine.o ossl_pkcs7.o openssl_missing.o ossl_pkey.o ossl_bio.o ossl.o ossl_x509.o ossl_pkcs12.o ossl_x509store.o ossl_x509revoked.o ossl_pkcs5.o ossl_config.o ossl_digest.o ossl_ssl.o ossl_asn1.o ossl_x509cert.o ossl_pkey_dh.o ossl_x509ext.o ossl_hmac.o ossl_x509attr.o ossl_x509req.o ossl_ocsp.o ossl_ssl_session.o ossl_ns_spki.o ossl_bn.o ossl_pkey_rsa.o ossl_rand.o ossl_cipher.o ossl_x509name.o ossl_pkey_ec.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
cp -p ../.././ext/tk/lib/tkextlib/tcllib/datefield.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/ntext.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/menuentry.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/style.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/crosshair.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/ico.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/history.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/toolbar.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/getstring.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/tablelist_core.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/autoscroll.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/statusbar.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/dialog.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/swaplist.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/superframe.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/ruler.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/cursor.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/diagrams.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/tkpiechart.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/dateentry.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/setup.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/screenruler.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/ctext.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/chatwidget.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/khim.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/tablelist.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/scrollwin.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/panelframe.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/ip_entry.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/tooltip.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/scrolledwindow.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/widget.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/tcllib/calendar.rb ../../.ext/common/tkextlib/tcllib
cp -p ../.././ext/tk/lib/tkextlib/blt/table.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/bitmap.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/stripchart.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/cutbuffer.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/tree.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/winop.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/spline.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/vector.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/watch.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/tabnotebook.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/treeview.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/dragdrop.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/unix_dnd.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/busy.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/htext.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/setup.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/ted.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/tile.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/barchart.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/container.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/component.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/tabset.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/eps.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/win_printer.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/graph.rb ../../.ext/common/tkextlib/blt
cp -p ../.././ext/tk/lib/tkextlib/blt/tile/scrollbar.rb ../../.ext/common/tkextlib/blt/tile
cp -p ../.././ext/tk/lib/tkextlib/blt/tile/frame.rb ../../.ext/common/tkextlib/blt/tile
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/openssl'
cp -p ../.././ext/tk/lib/tkextlib/blt/tile/toplevel.rb ../../.ext/common/tkextlib/blt/tile
cp -p ../.././ext/tk/lib/tkextlib/blt/tile/radiobutton.rb ../../.ext/common/tkextlib/blt/tile
cp -p ../.././ext/tk/lib/tkextlib/blt/tile/checkbutton.rb ../../.ext/common/tkextlib/blt/tile
cp -p ../.././ext/tk/lib/tkextlib/blt/tile/button.rb ../../.ext/common/tkextlib/blt/tile
cp -p ../.././ext/tk/lib/tkextlib/blt/tile/label.rb ../../.ext/common/tkextlib/blt/tile
cp -p ../.././ext/tk/lib/tkextlib/trofs/trofs.rb ../../.ext/common/tkextlib/trofs
cp -p ../.././ext/tk/lib/tkextlib/trofs/setup.rb ../../.ext/common/tkextlib/trofs
cp -p ../.././ext/tk/lib/tkextlib/tkDND/tkdnd.rb ../../.ext/common/tkextlib/tkDND
cp -p ../.././ext/tk/lib/tkextlib/tkDND/setup.rb ../../.ext/common/tkextlib/tkDND
cp -p ../.././ext/tk/lib/tkextlib/tkDND/shape.rb ../../.ext/common/tkextlib/tkDND
cp -p ../.././ext/tk/lib/tkextlib/tkimg/ps.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/jpeg.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/sgi.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/tga.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/ico.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/tiff.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/window.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/xpm.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/pcx.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/ppm.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/pixmap.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/xbm.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/sun.rb ../../.ext/common/tkextlib/tkimg
gcc -shared -o ../../.ext/powerpc-linux/syck.so token.o handler.o implicit.o bytecode.o syck.o node.o gram.o rubyext.o yaml2byte.o emitter.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
cp -p ../.././ext/tk/lib/tkextlib/tkimg/setup.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/gif.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/png.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tkimg/bmp.rb ../../.ext/common/tkextlib/tkimg
cp -p ../.././ext/tk/lib/tkextlib/tktrans/setup.rb ../../.ext/common/tkextlib/tktrans
cp -p ../.././ext/tk/lib/tkextlib/tktrans/tktrans.rb ../../.ext/common/tkextlib/tktrans
cp -p ../.././ext/tk/lib/tkextlib/tile/tmenubutton.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tscrollbar.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tcheckbutton.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/style.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tpaned.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tscale.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tsquare.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tcombobox.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tnotebook.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/sizegrip.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tlabel.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/treeview.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tlabelframe.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/dialog.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/setup.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tseparator.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tentry.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tradiobutton.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tframe.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tspinbox.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tbutton.rb ../../.ext/common/tkextlib/tile
cp -p ../.././ext/tk/lib/tkextlib/tile/tprogressbar.rb ../../.ext/common/tkextlib/tile
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/syck'
cp -p ../.././ext/tk/lib/tkextlib/ICONS/setup.rb ../../.ext/common/tkextlib/ICONS
cp -p ../.././ext/tk/lib/tkextlib/ICONS/icons.rb ../../.ext/common/tkextlib/ICONS
cp -p ../.././ext/tk/lib/tkextlib/itcl/incr_tcl.rb ../../.ext/common/tkextlib/itcl
cp -p ../.././ext/tk/lib/tkextlib/itcl/setup.rb ../../.ext/common/tkextlib/itcl
cp -p ../.././ext/tk/lib/tkextlib/treectrl/tktreectrl.rb ../../.ext/common/tkextlib/treectrl
cp -p ../.././ext/tk/lib/tkextlib/treectrl/setup.rb ../../.ext/common/tkextlib/treectrl
cp -p ../.././ext/tk/lib/tkextlib/winico/winico.rb ../../.ext/common/tkextlib/winico
cp -p ../.././ext/tk/lib/tkextlib/winico/setup.rb ../../.ext/common/tkextlib/winico
cp -p ../.././ext/tk/lib/tkextlib/tclx/tclx.rb ../../.ext/common/tkextlib/tclx
cp -p ../.././ext/tk/lib/tkextlib/tclx/setup.rb ../../.ext/common/tkextlib/tclx
cp -p ../.././ext/tk/lib/tkextlib/itk/setup.rb ../../.ext/common/tkextlib/itk
cp -p ../.././ext/tk/lib/tkextlib/itk/incr_tk.rb ../../.ext/common/tkextlib/itk
cp -p ../.././ext/tk/lib/tk/entry.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/winfo.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/textmark.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/txtwin_abst.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/scale.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/scrollbox.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/macpkg.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/palette.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/tagfont.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/canvastag.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/encodedstr.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/namespace.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/kinput.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/text.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/bindtag.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/clock.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/composite.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/font.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/variable.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/virtevent.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/package.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/itemconfig.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/bgerror.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/scrollbar.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/menu.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/console.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/mngfocus.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/dialog.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/message.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/image.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/busy.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/textimage.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/labelframe.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/texttag.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/msgcat.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/optionobj.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/listbox.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/validation.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/ttk_selector.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/wm.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/xim.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/frame.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/event.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/toplevel.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/root.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/scrollable.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/pack.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/itemfont.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/selection.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/place.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/radiobutton.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/after.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/textwindow.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/winpkg.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/optiondb.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/timer.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/clipboard.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/menuspec.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/canvas.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/spinbox.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/grid.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/panedwindow.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/checkbutton.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/button.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/menubar.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/fontchooser.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/autoload.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tk/label.rb ../../.ext/common/tk
cp -p ../.././ext/tk/lib/tkclass.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tk.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkcanvas.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkmenubar.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkscrollbox.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkwinpkg.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tktext.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkdialog.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkconsole.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkafter.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkbgerror.rb ../../.ext/common
cp -p ../.././ext/tk/lib/remote-tk.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkfont.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkmngfocus.rb ../../.ext/common
cp -p ../.././ext/tk/lib/multi-tk.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkvirtevent.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkentry.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkpalette.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tcltk.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkmacpkg.rb ../../.ext/common
cp -p ../.././ext/tk/lib/tkextlib/SUPPORT_STATUS ../../.ext/common/tkextlib
gcc -shared -o ../../.ext/powerpc-linux/socket.so init.o constants.o basicsocket.o socket.o ipsocket.o tcpsocket.o tcpserver.o sockssocket.o udpsocket.o unixsocket.o unixserver.o option.o ancdata.o raddrinfo.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/socket'
gcc -shared -o ../../.ext/powerpc-linux/tcltklib.so tcltklib.o stubs.o -L. -L../.. -L/usr/lib -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lX11 -lm -ldl -L/usr/lib -Wl,-R/usr/lib -ltcl8.5 -lm -ldl -L/usr/lib -Wl,-R/usr/lib -ltk8.5 -L/usr/lib -Wl,-R/usr/lib -ltcl8.5 -lm -ldl -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/tk'
gcc -shared -o ../../.ext/powerpc-linux/ripper.so ripper.o -L. -L../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc
make[2]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/ripper'
make[1]: Leaving directory `/builddir/build/BUILD/ruby-1.9.3-p286'
make: *** [build-ext] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment