Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378384 Details for
Bug 512610
dev-ruby/ffi-1.9.3 src_test() ignores CC, CFLAGS, uses ccache without asking nicely - build/libtest/BoolTest.o: file not recognized: File format is ambiguous
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-ruby:ffi-1.9.3:20140606-170214.log
dev-ruby:ffi-1.9.3:20140606-170214.log (text/plain), 196.60 KB, created by
Jeroen Roovers (RETIRED)
on 2014-06-06 17:18:08 UTC
(
hide
)
Description:
dev-ruby:ffi-1.9.3:20140606-170214.log
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2014-06-06 17:18:08 UTC
Size:
196.60 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-ruby/ffi-1.9.3 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: ruby@gentoo.org >[32;01m * [39;49;00mUSE: doc elibc_glibc hppa kernel_linux ruby_targets_ruby19 ruby_targets_ruby20 test userland_GNU >[32;01m * [39;49;00mFEATURES: distcc preserve-libs sandbox splitdebug test userpriv usersandbox >>>> Unpacking source... > [32;01m*[0m Running unpack phase for all ... >>>> Unpacking ffi-git-1.9.3.tgz to /dev/shm/portage/dev-ruby/ffi-1.9.3/work/all >>>> Source unpacked in /dev/shm/portage/dev-ruby/ffi-1.9.3/work >>>> Preparing source in /dev/shm/portage/dev-ruby/ffi-1.9.3/work ... > [32;01m*[0m Running prepare phase for all ... > [32;01m*[0m Running source copy phase for ruby19 ... > [32;01m*[0m Running source copy phase for ruby20 ... >>>> Source prepared. >>>> Configuring source in /dev/shm/portage/dev-ruby/ffi-1.9.3/work ... >>>> Source configured. >>>> Compiling source in /dev/shm/portage/dev-ruby/ffi-1.9.3/work ... > [32;01m*[0m Running compile phase for ruby19 ... >mkdir -p build/hppa2.0-linux/ffi_c/1.9.3 >cd build/hppa2.0-linux/ffi_c/1.9.3 >/usr/bin/ruby19 -I. ../../../../ext/ffi_c/extconf.rb >checking for ffi_call() in -lffi... yes >checking for ffi_prep_closure()... yes >checking for ffi_raw_call()... yes >checking for ffi_prep_raw_closure()... yes >checking for rb_thread_blocking_region()... yes >checking for rb_thread_call_with_gvl()... yes >checking for rb_thread_call_without_gvl()... yes >checking for ffi_prep_cif_var()... yes >creating extconf.h >creating Makefile >cd - >cd build/hppa2.0-linux/ffi_c/1.9.3 >gmake >compiling ../../../../ext/ffi_c/AbstractMemory.c >../../../../ext/ffi_c/AbstractMemory.c:255:1: warning: 'memory_put_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:1: warning: 'memory_write_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:1: warning: 'memory_get_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:1: warning: 'memory_read_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:1: warning: 'memory_write_array_of_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:1: warning: 'memory_read_array_of_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1: warning: 'memory_put_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1: warning: 'memory_write_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1: warning: 'memory_get_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1: warning: 'memory_read_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1: warning: 'memory_write_array_of_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1: warning: 'memory_read_array_of_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:407:1: warning: 'memory_read_array_of_string' defined but not used [-Wunused-function] >compiling ../../../../ext/ffi_c/ArrayType.c >compiling ../../../../ext/ffi_c/Buffer.c >compiling ../../../../ext/ffi_c/Call.c >../../../../ext/ffi_c/Call.c: In function âdo_blocking_callâ: >../../../../ext/ffi_c/Call.c:303:5: warning: implicit declaration of function ârb_thread_call_without_gvlâ [-Wimplicit-function-declaration] >compiling ../../../../ext/ffi_c/ClosurePool.c >compiling ../../../../ext/ffi_c/DataConverter.c >compiling ../../../../ext/ffi_c/DynamicLibrary.c >compiling ../../../../ext/ffi_c/Function.c >../../../../ext/ffi_c/Function.c: In function 'callback_invoke': >../../../../ext/ffi_c/Function.c:479:9: warning: passing argument 1 of 'rb_thread_call_with_gvl' from incompatible pointer type [enabled by default] >../../../../ext/ffi_c/Function.c:102:14: note: expected 'void * (*)(void *)' but argument is of type 'VALUE (*)(void *)' >../../../../ext/ffi_c/Function.c:483:15: warning: variable 'empty' set but not used [-Wunused-but-set-variable] >../../../../ext/ffi_c/Function.c: In function 'async_cb_event': >../../../../ext/ffi_c/Function.c:563:9: warning: implicit declaration of function 'rb_thread_call_without_gvl' [-Wimplicit-function-declaration] >../../../../ext/ffi_c/Function.c: In function 'callback_with_gvl': >../../../../ext/ffi_c/Function.c:738:1: warning: no return statement in function returning non-void [-Wreturn-type] >compiling ../../../../ext/ffi_c/FunctionInfo.c >../../../../ext/ffi_c/FunctionInfo.c: In function 'fntype_initialize': >../../../../ext/ffi_c/FunctionInfo.c:121:41: warning: variable 'rbConvention' set but not used [-Wunused-but-set-variable] >compiling ../../../../ext/ffi_c/LastError.c >compiling ../../../../ext/ffi_c/LongDouble.c >compiling ../../../../ext/ffi_c/MappedType.c >compiling ../../../../ext/ffi_c/MemoryPointer.c >compiling ../../../../ext/ffi_c/MethodHandle.c >compiling ../../../../ext/ffi_c/Platform.c >compiling ../../../../ext/ffi_c/Pointer.c >compiling ../../../../ext/ffi_c/Struct.c >compiling ../../../../ext/ffi_c/StructByReference.c >compiling ../../../../ext/ffi_c/StructByValue.c >compiling ../../../../ext/ffi_c/StructLayout.c >../../../../ext/ffi_c/StructLayout.c: In function 'struct_field_initialize': >../../../../ext/ffi_c/StructLayout.c:102:9: warning: variable 'nargs' set but not used [-Wunused-but-set-variable] >compiling ../../../../ext/ffi_c/Thread.c >compiling ../../../../ext/ffi_c/Type.c >compiling ../../../../ext/ffi_c/Types.c >compiling ../../../../ext/ffi_c/Variadic.c >../../../../ext/ffi_c/Variadic.c: In function âvariadic_initializeâ: >../../../../ext/ffi_c/Variadic.c:104:11: warning: variable âconventionâ set but not used [-Wunused-but-set-variable] >compiling ../../../../ext/ffi_c/ffi.c >linking shared-object ffi_c.so >cd - >mkdir -p build/hppa2.0-linux/stage/lib >cp ffi.gemspec build/hppa2.0-linux/stage/ffi.gemspec >cp LICENSE build/hppa2.0-linux/stage/LICENSE >cp COPYING build/hppa2.0-linux/stage/COPYING >cp README.md build/hppa2.0-linux/stage/README.md >cp Rakefile build/hppa2.0-linux/stage/Rakefile >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c >cp ext/ffi_c/AbstractMemory.c build/hppa2.0-linux/stage/ext/ffi_c/AbstractMemory.c >cp ext/ffi_c/AbstractMemory.h build/hppa2.0-linux/stage/ext/ffi_c/AbstractMemory.h >cp ext/ffi_c/ArrayType.c build/hppa2.0-linux/stage/ext/ffi_c/ArrayType.c >cp ext/ffi_c/ArrayType.h build/hppa2.0-linux/stage/ext/ffi_c/ArrayType.h >cp ext/ffi_c/Buffer.c build/hppa2.0-linux/stage/ext/ffi_c/Buffer.c >cp ext/ffi_c/Call.c build/hppa2.0-linux/stage/ext/ffi_c/Call.c >cp ext/ffi_c/Call.h build/hppa2.0-linux/stage/ext/ffi_c/Call.h >cp ext/ffi_c/ClosurePool.c build/hppa2.0-linux/stage/ext/ffi_c/ClosurePool.c >cp ext/ffi_c/ClosurePool.h build/hppa2.0-linux/stage/ext/ffi_c/ClosurePool.h >cp ext/ffi_c/DataConverter.c build/hppa2.0-linux/stage/ext/ffi_c/DataConverter.c >cp ext/ffi_c/DynamicLibrary.c build/hppa2.0-linux/stage/ext/ffi_c/DynamicLibrary.c >cp ext/ffi_c/DynamicLibrary.h build/hppa2.0-linux/stage/ext/ffi_c/DynamicLibrary.h >cp ext/ffi_c/Function.c build/hppa2.0-linux/stage/ext/ffi_c/Function.c >cp ext/ffi_c/Function.h build/hppa2.0-linux/stage/ext/ffi_c/Function.h >cp ext/ffi_c/FunctionInfo.c build/hppa2.0-linux/stage/ext/ffi_c/FunctionInfo.c >cp ext/ffi_c/LastError.c build/hppa2.0-linux/stage/ext/ffi_c/LastError.c >cp ext/ffi_c/LastError.h build/hppa2.0-linux/stage/ext/ffi_c/LastError.h >cp ext/ffi_c/LongDouble.c build/hppa2.0-linux/stage/ext/ffi_c/LongDouble.c >cp ext/ffi_c/LongDouble.h build/hppa2.0-linux/stage/ext/ffi_c/LongDouble.h >cp ext/ffi_c/MappedType.c build/hppa2.0-linux/stage/ext/ffi_c/MappedType.c >cp ext/ffi_c/MappedType.h build/hppa2.0-linux/stage/ext/ffi_c/MappedType.h >cp ext/ffi_c/MemoryPointer.c build/hppa2.0-linux/stage/ext/ffi_c/MemoryPointer.c >cp ext/ffi_c/MemoryPointer.h build/hppa2.0-linux/stage/ext/ffi_c/MemoryPointer.h >cp ext/ffi_c/MethodHandle.c build/hppa2.0-linux/stage/ext/ffi_c/MethodHandle.c >cp ext/ffi_c/MethodHandle.h build/hppa2.0-linux/stage/ext/ffi_c/MethodHandle.h >cp ext/ffi_c/Platform.c build/hppa2.0-linux/stage/ext/ffi_c/Platform.c >cp ext/ffi_c/Platform.h build/hppa2.0-linux/stage/ext/ffi_c/Platform.h >cp ext/ffi_c/Pointer.c build/hppa2.0-linux/stage/ext/ffi_c/Pointer.c >cp ext/ffi_c/Pointer.h build/hppa2.0-linux/stage/ext/ffi_c/Pointer.h >cp ext/ffi_c/Struct.c build/hppa2.0-linux/stage/ext/ffi_c/Struct.c >cp ext/ffi_c/Struct.h build/hppa2.0-linux/stage/ext/ffi_c/Struct.h >cp ext/ffi_c/StructByReference.c build/hppa2.0-linux/stage/ext/ffi_c/StructByReference.c >cp ext/ffi_c/StructByReference.h build/hppa2.0-linux/stage/ext/ffi_c/StructByReference.h >cp ext/ffi_c/StructByValue.c build/hppa2.0-linux/stage/ext/ffi_c/StructByValue.c >cp ext/ffi_c/StructByValue.h build/hppa2.0-linux/stage/ext/ffi_c/StructByValue.h >cp ext/ffi_c/StructLayout.c build/hppa2.0-linux/stage/ext/ffi_c/StructLayout.c >cp ext/ffi_c/Thread.c build/hppa2.0-linux/stage/ext/ffi_c/Thread.c >cp ext/ffi_c/Thread.h build/hppa2.0-linux/stage/ext/ffi_c/Thread.h >cp ext/ffi_c/Type.c build/hppa2.0-linux/stage/ext/ffi_c/Type.c >cp ext/ffi_c/Type.h build/hppa2.0-linux/stage/ext/ffi_c/Type.h >cp ext/ffi_c/Types.c build/hppa2.0-linux/stage/ext/ffi_c/Types.c >cp ext/ffi_c/Types.h build/hppa2.0-linux/stage/ext/ffi_c/Types.h >cp ext/ffi_c/Variadic.c build/hppa2.0-linux/stage/ext/ffi_c/Variadic.c >cp ext/ffi_c/compat.h build/hppa2.0-linux/stage/ext/ffi_c/compat.h >cp ext/ffi_c/extconf.rb build/hppa2.0-linux/stage/ext/ffi_c/extconf.rb >cp ext/ffi_c/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/ffi.c >cp ext/ffi_c/libffi.bsd.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.bsd.mk >cp ext/ffi_c/libffi.darwin.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.darwin.mk >cp ext/ffi_c/libffi.gnu.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.gnu.mk >cp ext/ffi_c/libffi.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.mk >cp ext/ffi_c/libffi.vc.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.vc.mk >cp ext/ffi_c/libffi.vc64.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.vc64.mk >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi >cp ext/ffi_c/libffi/ChangeLog build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog >cp ext/ffi_c/libffi/ChangeLog.libffi build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog.libffi >cp ext/ffi_c/libffi/ChangeLog.libgcj build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog.libgcj >cp ext/ffi_c/libffi/ChangeLog.v1 build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog.v1 >cp ext/ffi_c/libffi/LICENSE build/hppa2.0-linux/stage/ext/ffi_c/libffi/LICENSE >cp ext/ffi_c/libffi/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.am >cp ext/ffi_c/libffi/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.in >cp ext/ffi_c/libffi/Makefile.vc build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.vc >cp ext/ffi_c/libffi/Makefile.vc64 build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.vc64 >cp ext/ffi_c/libffi/README build/hppa2.0-linux/stage/ext/ffi_c/libffi/README >cp ext/ffi_c/libffi/acinclude.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/acinclude.m4 >cp ext/ffi_c/libffi/aclocal.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/aclocal.m4 >cp ext/ffi_c/libffi/build-ios.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/build-ios.sh >cp ext/ffi_c/libffi/compile build/hppa2.0-linux/stage/ext/ffi_c/libffi/compile >cp ext/ffi_c/libffi/config.guess build/hppa2.0-linux/stage/ext/ffi_c/libffi/config.guess >cp ext/ffi_c/libffi/config.sub build/hppa2.0-linux/stage/ext/ffi_c/libffi/config.sub >cp ext/ffi_c/libffi/configure build/hppa2.0-linux/stage/ext/ffi_c/libffi/configure >cp ext/ffi_c/libffi/configure.ac build/hppa2.0-linux/stage/ext/ffi_c/libffi/configure.ac >cp ext/ffi_c/libffi/configure.host build/hppa2.0-linux/stage/ext/ffi_c/libffi/configure.host >cp ext/ffi_c/libffi/depcomp build/hppa2.0-linux/stage/ext/ffi_c/libffi/depcomp >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc >cp ext/ffi_c/libffi/doc/libffi.info build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/libffi.info >cp ext/ffi_c/libffi/doc/libffi.texi build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/libffi.texi >cp ext/ffi_c/libffi/doc/stamp-vti build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/stamp-vti >cp ext/ffi_c/libffi/doc/version.texi build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/version.texi >cp ext/ffi_c/libffi/fficonfig.h.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/fficonfig.h.in >cp ext/ffi_c/libffi/fficonfig.hw build/hppa2.0-linux/stage/ext/ffi_c/libffi/fficonfig.hw >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/include >cp ext/ffi_c/libffi/include/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/Makefile.am >cp ext/ffi_c/libffi/include/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/Makefile.in >cp ext/ffi_c/libffi/include/ffi.h.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi.h.in >cp ext/ffi_c/libffi/include/ffi.h.vc build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi.h.vc >cp ext/ffi_c/libffi/include/ffi.h.vc64 build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi.h.vc64 >cp ext/ffi_c/libffi/include/ffi_common.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi_common.h >cp ext/ffi_c/libffi/install-sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/install-sh >cp ext/ffi_c/libffi/libffi.pc.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/libffi.pc.in >cp ext/ffi_c/libffi/libtool-version build/hppa2.0-linux/stage/ext/ffi_c/libffi/libtool-version >cp ext/ffi_c/libffi/ltmain.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/ltmain.sh >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4 >cp ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 >cp ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 >cp ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4 >cp ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 >cp ext/ffi_c/libffi/m4/ax_configure_args.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_configure_args.m4 >cp ext/ffi_c/libffi/m4/ax_enable_builddir.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 >cp ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 >cp ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 >cp ext/ffi_c/libffi/m4/libtool.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/libtool.m4 >cp ext/ffi_c/libffi/m4/ltoptions.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ltoptions.m4 >cp ext/ffi_c/libffi/m4/ltsugar.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ltsugar.m4 >cp ext/ffi_c/libffi/m4/ltversion.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ltversion.m4 >cp ext/ffi_c/libffi/m4/lt~obsolete.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/lt~obsolete.m4 >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/man >cp ext/ffi_c/libffi/man/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/Makefile.am >cp ext/ffi_c/libffi/man/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/Makefile.in >cp ext/ffi_c/libffi/man/ffi.3 build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/ffi.3 >cp ext/ffi_c/libffi/man/ffi_call.3 build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/ffi_call.3 >cp ext/ffi_c/libffi/man/ffi_prep_cif.3 build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/ffi_prep_cif.3 >cp ext/ffi_c/libffi/mdate-sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/mdate-sh >cp ext/ffi_c/libffi/missing build/hppa2.0-linux/stage/ext/ffi_c/libffi/missing >cp ext/ffi_c/libffi/msvcc.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/msvcc.sh >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha >cp ext/ffi_c/libffi/src/alpha/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha/ffi.c >cp ext/ffi_c/libffi/src/alpha/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha/ffitarget.h >cp ext/ffi_c/libffi/src/alpha/osf.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha/osf.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm >cp ext/ffi_c/libffi/src/arm/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/ffi.c >cp ext/ffi_c/libffi/src/arm/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/ffitarget.h >cp ext/ffi_c/libffi/src/arm/gentramp.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/gentramp.sh >cp ext/ffi_c/libffi/src/arm/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/sysv.S >cp ext/ffi_c/libffi/src/arm/trampoline.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/trampoline.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32 >cp ext/ffi_c/libffi/src/avr32/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32/ffi.c >cp ext/ffi_c/libffi/src/avr32/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32/ffitarget.h >cp ext/ffi_c/libffi/src/avr32/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32/sysv.S >cp ext/ffi_c/libffi/src/closures.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/closures.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris >cp ext/ffi_c/libffi/src/cris/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris/ffi.c >cp ext/ffi_c/libffi/src/cris/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris/ffitarget.h >cp ext/ffi_c/libffi/src/cris/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris/sysv.S >cp ext/ffi_c/libffi/src/debug.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/debug.c >cp ext/ffi_c/libffi/src/dlmalloc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/dlmalloc.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv >cp ext/ffi_c/libffi/src/frv/eabi.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv/eabi.S >cp ext/ffi_c/libffi/src/frv/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv/ffi.c >cp ext/ffi_c/libffi/src/frv/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv/ffitarget.h >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64 >cp ext/ffi_c/libffi/src/ia64/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/ffi.c >cp ext/ffi_c/libffi/src/ia64/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/ffitarget.h >cp ext/ffi_c/libffi/src/ia64/ia64_flags.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/ia64_flags.h >cp ext/ffi_c/libffi/src/ia64/unix.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/unix.S >cp ext/ffi_c/libffi/src/java_raw_api.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/java_raw_api.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r >cp ext/ffi_c/libffi/src/m32r/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r/ffi.c >cp ext/ffi_c/libffi/src/m32r/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r/ffitarget.h >cp ext/ffi_c/libffi/src/m32r/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k >cp ext/ffi_c/libffi/src/m68k/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k/ffi.c >cp ext/ffi_c/libffi/src/m68k/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k/ffitarget.h >cp ext/ffi_c/libffi/src/m68k/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips >cp ext/ffi_c/libffi/src/mips/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/ffi.c >cp ext/ffi_c/libffi/src/mips/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/ffitarget.h >cp ext/ffi_c/libffi/src/mips/n32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/n32.S >cp ext/ffi_c/libffi/src/mips/o32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/o32.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/moxie >cp ext/ffi_c/libffi/src/moxie/eabi.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/moxie/eabi.S >cp ext/ffi_c/libffi/src/moxie/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/moxie/ffi.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa >cp ext/ffi_c/libffi/src/pa/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/ffi.c >cp ext/ffi_c/libffi/src/pa/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/ffitarget.h >cp ext/ffi_c/libffi/src/pa/hpux32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/hpux32.S >cp ext/ffi_c/libffi/src/pa/linux.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/linux.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc >cp ext/ffi_c/libffi/src/powerpc/aix.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/aix.S >cp ext/ffi_c/libffi/src/powerpc/aix_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/aix_closure.S >cp ext/ffi_c/libffi/src/powerpc/asm.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/asm.h >cp ext/ffi_c/libffi/src/powerpc/darwin.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/darwin.S >cp ext/ffi_c/libffi/src/powerpc/darwin_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/darwin_closure.S >cp ext/ffi_c/libffi/src/powerpc/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ffi.c >cp ext/ffi_c/libffi/src/powerpc/ffi_darwin.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c >cp ext/ffi_c/libffi/src/powerpc/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ffitarget.h >cp ext/ffi_c/libffi/src/powerpc/linux64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/linux64.S >cp ext/ffi_c/libffi/src/powerpc/linux64_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/linux64_closure.S >cp ext/ffi_c/libffi/src/powerpc/ppc_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ppc_closure.S >cp ext/ffi_c/libffi/src/powerpc/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/sysv.S >cp ext/ffi_c/libffi/src/prep_cif.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/prep_cif.c >cp ext/ffi_c/libffi/src/raw_api.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/raw_api.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390 >cp ext/ffi_c/libffi/src/s390/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390/ffi.c >cp ext/ffi_c/libffi/src/s390/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390/ffitarget.h >cp ext/ffi_c/libffi/src/s390/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh >cp ext/ffi_c/libffi/src/sh/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh/ffi.c >cp ext/ffi_c/libffi/src/sh/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh/ffitarget.h >cp ext/ffi_c/libffi/src/sh/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64 >cp ext/ffi_c/libffi/src/sh64/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64/ffi.c >cp ext/ffi_c/libffi/src/sh64/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64/ffitarget.h >cp ext/ffi_c/libffi/src/sh64/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc >cp ext/ffi_c/libffi/src/sparc/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/ffi.c >cp ext/ffi_c/libffi/src/sparc/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/ffitarget.h >cp ext/ffi_c/libffi/src/sparc/v8.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/v8.S >cp ext/ffi_c/libffi/src/sparc/v9.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/v9.S >cp ext/ffi_c/libffi/src/types.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/types.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86 >cp ext/ffi_c/libffi/src/x86/darwin.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/darwin.S >cp ext/ffi_c/libffi/src/x86/darwin64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/darwin64.S >cp ext/ffi_c/libffi/src/x86/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/ffi.c >cp ext/ffi_c/libffi/src/x86/ffi64.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/ffi64.c >cp ext/ffi_c/libffi/src/x86/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/ffitarget.h >cp ext/ffi_c/libffi/src/x86/freebsd.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/freebsd.S >cp ext/ffi_c/libffi/src/x86/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/sysv.S >cp ext/ffi_c/libffi/src/x86/unix64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/unix64.S >cp ext/ffi_c/libffi/src/x86/win32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/win32.S >cp ext/ffi_c/libffi/src/x86/win64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/win64.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite >cp ext/ffi_c/libffi/testsuite/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/Makefile.am >cp ext/ffi_c/libffi/testsuite/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/Makefile.in >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/config >cp ext/ffi_c/libffi/testsuite/config/default.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/config/default.exp >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib >cp ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp >cp ext/ffi_c/libffi/testsuite/lib/libffi.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/libffi.exp >cp ext/ffi_c/libffi/testsuite/lib/target-libpath.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp >cp ext/ffi_c/libffi/testsuite/lib/wrapper.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/wrapper.exp >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call >cp ext/ffi_c/libffi/testsuite/libffi.call/call.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/call.exp >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c >cp ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c >cp ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h >cp ext/ffi_c/libffi/testsuite/libffi.call/float.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c >cp ext/ffi_c/libffi/testsuite/libffi.call/many.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/many.c >cp ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/negint.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/negint.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c >cp ext/ffi_c/libffi/testsuite/libffi.call/problem1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/promotion.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c >cp ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/strlen.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c >cp ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct5.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct6.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct7.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct8.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct9.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c >cp ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special >cp ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h >cp ext/ffi_c/libffi/testsuite/libffi.special/special.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/special.exp >cp ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc >cp ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc >cp ext/ffi_c/libffi/texinfo.tex build/hppa2.0-linux/stage/ext/ffi_c/libffi/texinfo.tex >cp ext/ffi_c/rbffi.h build/hppa2.0-linux/stage/ext/ffi_c/rbffi.h >cp ext/ffi_c/rbffi_endian.h build/hppa2.0-linux/stage/ext/ffi_c/rbffi_endian.h >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/win32 >cp ext/ffi_c/win32/stdbool.h build/hppa2.0-linux/stage/ext/ffi_c/win32/stdbool.h >cp ext/ffi_c/win32/stdint.h build/hppa2.0-linux/stage/ext/ffi_c/win32/stdint.h >mkdir -p build/hppa2.0-linux/stage/gen >cp gen/Rakefile build/hppa2.0-linux/stage/gen/Rakefile >cp lib/ffi.rb build/hppa2.0-linux/stage/lib/ffi.rb >mkdir -p build/hppa2.0-linux/stage/lib/ffi >cp lib/ffi/autopointer.rb build/hppa2.0-linux/stage/lib/ffi/autopointer.rb >cp lib/ffi/buffer.rb build/hppa2.0-linux/stage/lib/ffi/buffer.rb >cp lib/ffi/callback.rb build/hppa2.0-linux/stage/lib/ffi/callback.rb >cp lib/ffi/enum.rb build/hppa2.0-linux/stage/lib/ffi/enum.rb >cp lib/ffi/errno.rb build/hppa2.0-linux/stage/lib/ffi/errno.rb >cp lib/ffi/ffi.rb build/hppa2.0-linux/stage/lib/ffi/ffi.rb >cp lib/ffi/io.rb build/hppa2.0-linux/stage/lib/ffi/io.rb >cp lib/ffi/library.rb build/hppa2.0-linux/stage/lib/ffi/library.rb >cp lib/ffi/managedstruct.rb build/hppa2.0-linux/stage/lib/ffi/managedstruct.rb >cp lib/ffi/memorypointer.rb build/hppa2.0-linux/stage/lib/ffi/memorypointer.rb >cp lib/ffi/platform.rb build/hppa2.0-linux/stage/lib/ffi/platform.rb >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/arm-linux >cp lib/ffi/platform/arm-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/arm-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-cygwin >cp lib/ffi/platform/i386-cygwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-cygwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-darwin >cp lib/ffi/platform/i386-darwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-darwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-freebsd >cp lib/ffi/platform/i386-freebsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-freebsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-gnu >cp lib/ffi/platform/i386-gnu/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-gnu/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-linux >cp lib/ffi/platform/i386-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-netbsd >cp lib/ffi/platform/i386-netbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-netbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-openbsd >cp lib/ffi/platform/i386-openbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-openbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-solaris >cp lib/ffi/platform/i386-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-windows >cp lib/ffi/platform/i386-windows/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-windows/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/ia64-linux >cp lib/ffi/platform/ia64-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/ia64-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/mips-linux >cp lib/ffi/platform/mips-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/mips-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/mipsel-linux >cp lib/ffi/platform/mipsel-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/mipsel-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-aix >cp lib/ffi/platform/powerpc-aix/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-aix/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-darwin >cp lib/ffi/platform/powerpc-darwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-darwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-linux >cp lib/ffi/platform/powerpc-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/s390-linux >cp lib/ffi/platform/s390-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/s390-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/s390x-linux >cp lib/ffi/platform/s390x-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/s390x-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/sparc-linux >cp lib/ffi/platform/sparc-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/sparc-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/sparc-solaris >cp lib/ffi/platform/sparc-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/sparc-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/sparcv9-solaris >cp lib/ffi/platform/sparcv9-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/sparcv9-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-cygwin >cp lib/ffi/platform/x86_64-cygwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-cygwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-darwin >cp lib/ffi/platform/x86_64-darwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-darwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-freebsd >cp lib/ffi/platform/x86_64-freebsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-freebsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-linux >cp lib/ffi/platform/x86_64-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-netbsd >cp lib/ffi/platform/x86_64-netbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-netbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-openbsd >cp lib/ffi/platform/x86_64-openbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-openbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-solaris >cp lib/ffi/platform/x86_64-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-windows >cp lib/ffi/platform/x86_64-windows/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-windows/types.conf >cp lib/ffi/pointer.rb build/hppa2.0-linux/stage/lib/ffi/pointer.rb >cp lib/ffi/struct.rb build/hppa2.0-linux/stage/lib/ffi/struct.rb >cp lib/ffi/struct_layout_builder.rb build/hppa2.0-linux/stage/lib/ffi/struct_layout_builder.rb >mkdir -p build/hppa2.0-linux/stage/lib/ffi/tools >cp lib/ffi/tools/const_generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/const_generator.rb >cp lib/ffi/tools/generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/generator.rb >cp lib/ffi/tools/generator_task.rb build/hppa2.0-linux/stage/lib/ffi/tools/generator_task.rb >cp lib/ffi/tools/struct_generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/struct_generator.rb >cp lib/ffi/tools/types_generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/types_generator.rb >cp lib/ffi/types.rb build/hppa2.0-linux/stage/lib/ffi/types.rb >cp lib/ffi/union.rb build/hppa2.0-linux/stage/lib/ffi/union.rb >cp lib/ffi/variadic.rb build/hppa2.0-linux/stage/lib/ffi/variadic.rb >cp lib/ffi/version.rb build/hppa2.0-linux/stage/lib/ffi/version.rb >mkdir -p build/hppa2.0-linux/stage/spec/ffi >cp spec/ffi/async_callback_spec.rb build/hppa2.0-linux/stage/spec/ffi/async_callback_spec.rb >cp spec/ffi/bool_spec.rb build/hppa2.0-linux/stage/spec/ffi/bool_spec.rb >cp spec/ffi/buffer_spec.rb build/hppa2.0-linux/stage/spec/ffi/buffer_spec.rb >cp spec/ffi/callback_spec.rb build/hppa2.0-linux/stage/spec/ffi/callback_spec.rb >cp spec/ffi/custom_param_type.rb build/hppa2.0-linux/stage/spec/ffi/custom_param_type.rb >cp spec/ffi/custom_type_spec.rb build/hppa2.0-linux/stage/spec/ffi/custom_type_spec.rb >cp spec/ffi/dup_spec.rb build/hppa2.0-linux/stage/spec/ffi/dup_spec.rb >cp spec/ffi/enum_spec.rb build/hppa2.0-linux/stage/spec/ffi/enum_spec.rb >cp spec/ffi/errno_spec.rb build/hppa2.0-linux/stage/spec/ffi/errno_spec.rb >cp spec/ffi/ffi_spec.rb build/hppa2.0-linux/stage/spec/ffi/ffi_spec.rb >cp spec/ffi/function_spec.rb build/hppa2.0-linux/stage/spec/ffi/function_spec.rb >cp spec/ffi/library_spec.rb build/hppa2.0-linux/stage/spec/ffi/library_spec.rb >cp spec/ffi/long_double.rb build/hppa2.0-linux/stage/spec/ffi/long_double.rb >cp spec/ffi/managed_struct_spec.rb build/hppa2.0-linux/stage/spec/ffi/managed_struct_spec.rb >cp spec/ffi/number_spec.rb build/hppa2.0-linux/stage/spec/ffi/number_spec.rb >cp spec/ffi/pointer_spec.rb build/hppa2.0-linux/stage/spec/ffi/pointer_spec.rb >mkdir -p build/hppa2.0-linux/stage/spec/ffi/rbx >cp spec/ffi/rbx/attach_function_spec.rb build/hppa2.0-linux/stage/spec/ffi/rbx/attach_function_spec.rb >cp spec/ffi/rbx/memory_pointer_spec.rb build/hppa2.0-linux/stage/spec/ffi/rbx/memory_pointer_spec.rb >cp spec/ffi/rbx/spec_helper.rb build/hppa2.0-linux/stage/spec/ffi/rbx/spec_helper.rb >cp spec/ffi/rbx/struct_spec.rb build/hppa2.0-linux/stage/spec/ffi/rbx/struct_spec.rb >cp spec/ffi/spec_helper.rb build/hppa2.0-linux/stage/spec/ffi/spec_helper.rb >cp spec/ffi/string_spec.rb build/hppa2.0-linux/stage/spec/ffi/string_spec.rb >cp spec/ffi/strptr_spec.rb build/hppa2.0-linux/stage/spec/ffi/strptr_spec.rb >cp spec/ffi/struct_by_ref_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_by_ref_spec.rb >cp spec/ffi/struct_callback_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_callback_spec.rb >cp spec/ffi/struct_initialize_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_initialize_spec.rb >cp spec/ffi/struct_packed_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_packed_spec.rb >cp spec/ffi/struct_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_spec.rb >cp spec/ffi/typedef_spec.rb build/hppa2.0-linux/stage/spec/ffi/typedef_spec.rb >cp spec/ffi/union_spec.rb build/hppa2.0-linux/stage/spec/ffi/union_spec.rb >cp spec/ffi/variadic_spec.rb build/hppa2.0-linux/stage/spec/ffi/variadic_spec.rb >cp spec/spec.opts build/hppa2.0-linux/stage/spec/spec.opts >mkdir -p build/hppa2.0-linux/stage/libtest >cp libtest/Benchmark.c build/hppa2.0-linux/stage/libtest/Benchmark.c >cp libtest/BoolTest.c build/hppa2.0-linux/stage/libtest/BoolTest.c >cp libtest/BufferTest.c build/hppa2.0-linux/stage/libtest/BufferTest.c >cp libtest/ClosureTest.c build/hppa2.0-linux/stage/libtest/ClosureTest.c >cp libtest/EnumTest.c build/hppa2.0-linux/stage/libtest/EnumTest.c >cp libtest/FunctionTest.c build/hppa2.0-linux/stage/libtest/FunctionTest.c >cp libtest/GNUmakefile build/hppa2.0-linux/stage/libtest/GNUmakefile >cp libtest/GlobalVariable.c build/hppa2.0-linux/stage/libtest/GlobalVariable.c >cp libtest/LastErrorTest.c build/hppa2.0-linux/stage/libtest/LastErrorTest.c >cp libtest/NumberTest.c build/hppa2.0-linux/stage/libtest/NumberTest.c >cp libtest/PointerTest.c build/hppa2.0-linux/stage/libtest/PointerTest.c >cp libtest/ReferenceTest.c build/hppa2.0-linux/stage/libtest/ReferenceTest.c >cp libtest/StringTest.c build/hppa2.0-linux/stage/libtest/StringTest.c >cp libtest/StructTest.c build/hppa2.0-linux/stage/libtest/StructTest.c >cp libtest/UnionTest.c build/hppa2.0-linux/stage/libtest/UnionTest.c >cp libtest/VariadicTest.c build/hppa2.0-linux/stage/libtest/VariadicTest.c >install -c build/hppa2.0-linux/ffi_c/1.9.3/ffi_c.so lib/ffi_c.so >cp build/hppa2.0-linux/ffi_c/1.9.3/ffi_c.so build/hppa2.0-linux/stage/lib/ffi_c.so > [32;01m*[0m Running compile phase for ruby20 ... >mkdir -p build/hppa2.0-linux/ffi_c/2.0.0 >cd build/hppa2.0-linux/ffi_c/2.0.0 >/usr/bin/ruby20 -I. ../../../../ext/ffi_c/extconf.rb >checking for ffi_call() in -lffi... yes >checking for ffi_prep_closure()... yes >checking for ffi_raw_call()... yes >checking for ffi_prep_raw_closure()... yes >checking for rb_thread_blocking_region()... yes >checking for rb_thread_call_with_gvl()... yes >checking for rb_thread_call_without_gvl()... yes >checking for ffi_prep_cif_var()... yes >creating extconf.h >creating Makefile >cd - >cd build/hppa2.0-linux/ffi_c/2.0.0 >gmake >compiling ../../../../ext/ffi_c/AbstractMemory.c >../../../../ext/ffi_c/AbstractMemory.c:255:533: warning: 'memory_put_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:904: warning: 'memory_write_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:1622: warning: 'memory_get_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:1953: warning: 'memory_read_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:3500: warning: 'memory_write_array_of_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:255:4457: warning: 'memory_read_array_of_longdouble' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:513: warning: 'memory_put_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:866: warning: 'memory_write_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1552: warning: 'memory_get_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:1865: warning: 'memory_read_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:3364: warning: 'memory_write_array_of_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:291:4291: warning: 'memory_read_array_of_bool' defined but not used [-Wunused-function] >../../../../ext/ffi_c/AbstractMemory.c:407:1: warning: 'memory_read_array_of_string' defined but not used [-Wunused-function] >compiling ../../../../ext/ffi_c/ArrayType.c >compiling ../../../../ext/ffi_c/Buffer.c >compiling ../../../../ext/ffi_c/Call.c >../../../../ext/ffi_c/Call.c: In function âdo_blocking_callâ: >../../../../ext/ffi_c/Call.c:303:5: warning: implicit declaration of function ârb_thread_call_without_gvlâ [-Wimplicit-function-declaration] >compiling ../../../../ext/ffi_c/ClosurePool.c >compiling ../../../../ext/ffi_c/DataConverter.c >compiling ../../../../ext/ffi_c/DynamicLibrary.c >compiling ../../../../ext/ffi_c/Function.c >../../../../ext/ffi_c/Function.c: In function 'callback_invoke': >../../../../ext/ffi_c/Function.c:479:9: warning: passing argument 1 of 'rb_thread_call_with_gvl' from incompatible pointer type [enabled by default] >../../../../ext/ffi_c/Function.c:102:14: note: expected 'void * (*)(void *)' but argument is of type 'VALUE (*)(void *)' >../../../../ext/ffi_c/Function.c:483:14: warning: variable 'empty' set but not used [-Wunused-but-set-variable] >../../../../ext/ffi_c/Function.c: In function 'async_cb_event': >../../../../ext/ffi_c/Function.c:563:9: warning: implicit declaration of function 'rb_thread_call_without_gvl' [-Wimplicit-function-declaration] >../../../../ext/ffi_c/Function.c: In function 'callback_with_gvl': >../../../../ext/ffi_c/Function.c:738:1: warning: no return statement in function returning non-void [-Wreturn-type] >compiling ../../../../ext/ffi_c/FunctionInfo.c >../../../../ext/ffi_c/FunctionInfo.c: In function âfntype_initializeâ: >../../../../ext/ffi_c/FunctionInfo.c:121:41: warning: variable ârbConventionâ set but not used [-Wunused-but-set-variable] >compiling ../../../../ext/ffi_c/LastError.c >compiling ../../../../ext/ffi_c/LongDouble.c >compiling ../../../../ext/ffi_c/MappedType.c >compiling ../../../../ext/ffi_c/MemoryPointer.c >compiling ../../../../ext/ffi_c/MethodHandle.c >compiling ../../../../ext/ffi_c/Platform.c >compiling ../../../../ext/ffi_c/Pointer.c >compiling ../../../../ext/ffi_c/Struct.c >compiling ../../../../ext/ffi_c/StructByReference.c >compiling ../../../../ext/ffi_c/StructByValue.c >compiling ../../../../ext/ffi_c/StructLayout.c >../../../../ext/ffi_c/StructLayout.c: In function âstruct_field_initializeâ: >../../../../ext/ffi_c/StructLayout.c:102:9: warning: variable ânargsâ set but not used [-Wunused-but-set-variable] >compiling ../../../../ext/ffi_c/Thread.c >compiling ../../../../ext/ffi_c/Type.c >compiling ../../../../ext/ffi_c/Types.c >compiling ../../../../ext/ffi_c/Variadic.c >../../../../ext/ffi_c/Variadic.c: In function âvariadic_initializeâ: >../../../../ext/ffi_c/Variadic.c:104:11: warning: variable âconventionâ set but not used [-Wunused-but-set-variable] >compiling ../../../../ext/ffi_c/ffi.c >linking shared-object ffi_c.so >cd - >mkdir -p build/hppa2.0-linux/stage/lib >cp ffi.gemspec build/hppa2.0-linux/stage/ffi.gemspec >cp LICENSE build/hppa2.0-linux/stage/LICENSE >cp COPYING build/hppa2.0-linux/stage/COPYING >cp README.md build/hppa2.0-linux/stage/README.md >cp Rakefile build/hppa2.0-linux/stage/Rakefile >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c >cp ext/ffi_c/AbstractMemory.c build/hppa2.0-linux/stage/ext/ffi_c/AbstractMemory.c >cp ext/ffi_c/AbstractMemory.h build/hppa2.0-linux/stage/ext/ffi_c/AbstractMemory.h >cp ext/ffi_c/ArrayType.c build/hppa2.0-linux/stage/ext/ffi_c/ArrayType.c >cp ext/ffi_c/ArrayType.h build/hppa2.0-linux/stage/ext/ffi_c/ArrayType.h >cp ext/ffi_c/Buffer.c build/hppa2.0-linux/stage/ext/ffi_c/Buffer.c >cp ext/ffi_c/Call.c build/hppa2.0-linux/stage/ext/ffi_c/Call.c >cp ext/ffi_c/Call.h build/hppa2.0-linux/stage/ext/ffi_c/Call.h >cp ext/ffi_c/ClosurePool.c build/hppa2.0-linux/stage/ext/ffi_c/ClosurePool.c >cp ext/ffi_c/ClosurePool.h build/hppa2.0-linux/stage/ext/ffi_c/ClosurePool.h >cp ext/ffi_c/DataConverter.c build/hppa2.0-linux/stage/ext/ffi_c/DataConverter.c >cp ext/ffi_c/DynamicLibrary.c build/hppa2.0-linux/stage/ext/ffi_c/DynamicLibrary.c >cp ext/ffi_c/DynamicLibrary.h build/hppa2.0-linux/stage/ext/ffi_c/DynamicLibrary.h >cp ext/ffi_c/Function.c build/hppa2.0-linux/stage/ext/ffi_c/Function.c >cp ext/ffi_c/Function.h build/hppa2.0-linux/stage/ext/ffi_c/Function.h >cp ext/ffi_c/FunctionInfo.c build/hppa2.0-linux/stage/ext/ffi_c/FunctionInfo.c >cp ext/ffi_c/LastError.c build/hppa2.0-linux/stage/ext/ffi_c/LastError.c >cp ext/ffi_c/LastError.h build/hppa2.0-linux/stage/ext/ffi_c/LastError.h >cp ext/ffi_c/LongDouble.c build/hppa2.0-linux/stage/ext/ffi_c/LongDouble.c >cp ext/ffi_c/LongDouble.h build/hppa2.0-linux/stage/ext/ffi_c/LongDouble.h >cp ext/ffi_c/MappedType.c build/hppa2.0-linux/stage/ext/ffi_c/MappedType.c >cp ext/ffi_c/MappedType.h build/hppa2.0-linux/stage/ext/ffi_c/MappedType.h >cp ext/ffi_c/MemoryPointer.c build/hppa2.0-linux/stage/ext/ffi_c/MemoryPointer.c >cp ext/ffi_c/MemoryPointer.h build/hppa2.0-linux/stage/ext/ffi_c/MemoryPointer.h >cp ext/ffi_c/MethodHandle.c build/hppa2.0-linux/stage/ext/ffi_c/MethodHandle.c >cp ext/ffi_c/MethodHandle.h build/hppa2.0-linux/stage/ext/ffi_c/MethodHandle.h >cp ext/ffi_c/Platform.c build/hppa2.0-linux/stage/ext/ffi_c/Platform.c >cp ext/ffi_c/Platform.h build/hppa2.0-linux/stage/ext/ffi_c/Platform.h >cp ext/ffi_c/Pointer.c build/hppa2.0-linux/stage/ext/ffi_c/Pointer.c >cp ext/ffi_c/Pointer.h build/hppa2.0-linux/stage/ext/ffi_c/Pointer.h >cp ext/ffi_c/Struct.c build/hppa2.0-linux/stage/ext/ffi_c/Struct.c >cp ext/ffi_c/Struct.h build/hppa2.0-linux/stage/ext/ffi_c/Struct.h >cp ext/ffi_c/StructByReference.c build/hppa2.0-linux/stage/ext/ffi_c/StructByReference.c >cp ext/ffi_c/StructByReference.h build/hppa2.0-linux/stage/ext/ffi_c/StructByReference.h >cp ext/ffi_c/StructByValue.c build/hppa2.0-linux/stage/ext/ffi_c/StructByValue.c >cp ext/ffi_c/StructByValue.h build/hppa2.0-linux/stage/ext/ffi_c/StructByValue.h >cp ext/ffi_c/StructLayout.c build/hppa2.0-linux/stage/ext/ffi_c/StructLayout.c >cp ext/ffi_c/Thread.c build/hppa2.0-linux/stage/ext/ffi_c/Thread.c >cp ext/ffi_c/Thread.h build/hppa2.0-linux/stage/ext/ffi_c/Thread.h >cp ext/ffi_c/Type.c build/hppa2.0-linux/stage/ext/ffi_c/Type.c >cp ext/ffi_c/Type.h build/hppa2.0-linux/stage/ext/ffi_c/Type.h >cp ext/ffi_c/Types.c build/hppa2.0-linux/stage/ext/ffi_c/Types.c >cp ext/ffi_c/Types.h build/hppa2.0-linux/stage/ext/ffi_c/Types.h >cp ext/ffi_c/Variadic.c build/hppa2.0-linux/stage/ext/ffi_c/Variadic.c >cp ext/ffi_c/compat.h build/hppa2.0-linux/stage/ext/ffi_c/compat.h >cp ext/ffi_c/extconf.rb build/hppa2.0-linux/stage/ext/ffi_c/extconf.rb >cp ext/ffi_c/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/ffi.c >cp ext/ffi_c/libffi.bsd.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.bsd.mk >cp ext/ffi_c/libffi.darwin.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.darwin.mk >cp ext/ffi_c/libffi.gnu.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.gnu.mk >cp ext/ffi_c/libffi.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.mk >cp ext/ffi_c/libffi.vc.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.vc.mk >cp ext/ffi_c/libffi.vc64.mk build/hppa2.0-linux/stage/ext/ffi_c/libffi.vc64.mk >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi >cp ext/ffi_c/libffi/ChangeLog build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog >cp ext/ffi_c/libffi/ChangeLog.libffi build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog.libffi >cp ext/ffi_c/libffi/ChangeLog.libgcj build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog.libgcj >cp ext/ffi_c/libffi/ChangeLog.v1 build/hppa2.0-linux/stage/ext/ffi_c/libffi/ChangeLog.v1 >cp ext/ffi_c/libffi/LICENSE build/hppa2.0-linux/stage/ext/ffi_c/libffi/LICENSE >cp ext/ffi_c/libffi/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.am >cp ext/ffi_c/libffi/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.in >cp ext/ffi_c/libffi/Makefile.vc build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.vc >cp ext/ffi_c/libffi/Makefile.vc64 build/hppa2.0-linux/stage/ext/ffi_c/libffi/Makefile.vc64 >cp ext/ffi_c/libffi/README build/hppa2.0-linux/stage/ext/ffi_c/libffi/README >cp ext/ffi_c/libffi/acinclude.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/acinclude.m4 >cp ext/ffi_c/libffi/aclocal.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/aclocal.m4 >cp ext/ffi_c/libffi/build-ios.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/build-ios.sh >cp ext/ffi_c/libffi/compile build/hppa2.0-linux/stage/ext/ffi_c/libffi/compile >cp ext/ffi_c/libffi/config.guess build/hppa2.0-linux/stage/ext/ffi_c/libffi/config.guess >cp ext/ffi_c/libffi/config.sub build/hppa2.0-linux/stage/ext/ffi_c/libffi/config.sub >cp ext/ffi_c/libffi/configure build/hppa2.0-linux/stage/ext/ffi_c/libffi/configure >cp ext/ffi_c/libffi/configure.ac build/hppa2.0-linux/stage/ext/ffi_c/libffi/configure.ac >cp ext/ffi_c/libffi/configure.host build/hppa2.0-linux/stage/ext/ffi_c/libffi/configure.host >cp ext/ffi_c/libffi/depcomp build/hppa2.0-linux/stage/ext/ffi_c/libffi/depcomp >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc >cp ext/ffi_c/libffi/doc/libffi.info build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/libffi.info >cp ext/ffi_c/libffi/doc/libffi.texi build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/libffi.texi >cp ext/ffi_c/libffi/doc/stamp-vti build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/stamp-vti >cp ext/ffi_c/libffi/doc/version.texi build/hppa2.0-linux/stage/ext/ffi_c/libffi/doc/version.texi >cp ext/ffi_c/libffi/fficonfig.h.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/fficonfig.h.in >cp ext/ffi_c/libffi/fficonfig.hw build/hppa2.0-linux/stage/ext/ffi_c/libffi/fficonfig.hw >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/include >cp ext/ffi_c/libffi/include/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/Makefile.am >cp ext/ffi_c/libffi/include/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/Makefile.in >cp ext/ffi_c/libffi/include/ffi.h.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi.h.in >cp ext/ffi_c/libffi/include/ffi.h.vc build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi.h.vc >cp ext/ffi_c/libffi/include/ffi.h.vc64 build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi.h.vc64 >cp ext/ffi_c/libffi/include/ffi_common.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/include/ffi_common.h >cp ext/ffi_c/libffi/install-sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/install-sh >cp ext/ffi_c/libffi/libffi.pc.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/libffi.pc.in >cp ext/ffi_c/libffi/libtool-version build/hppa2.0-linux/stage/ext/ffi_c/libffi/libtool-version >cp ext/ffi_c/libffi/ltmain.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/ltmain.sh >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4 >cp ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 >cp ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 >cp ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4 >cp ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 >cp ext/ffi_c/libffi/m4/ax_configure_args.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_configure_args.m4 >cp ext/ffi_c/libffi/m4/ax_enable_builddir.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 >cp ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 >cp ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 >cp ext/ffi_c/libffi/m4/libtool.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/libtool.m4 >cp ext/ffi_c/libffi/m4/ltoptions.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ltoptions.m4 >cp ext/ffi_c/libffi/m4/ltsugar.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ltsugar.m4 >cp ext/ffi_c/libffi/m4/ltversion.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/ltversion.m4 >cp ext/ffi_c/libffi/m4/lt~obsolete.m4 build/hppa2.0-linux/stage/ext/ffi_c/libffi/m4/lt~obsolete.m4 >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/man >cp ext/ffi_c/libffi/man/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/Makefile.am >cp ext/ffi_c/libffi/man/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/Makefile.in >cp ext/ffi_c/libffi/man/ffi.3 build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/ffi.3 >cp ext/ffi_c/libffi/man/ffi_call.3 build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/ffi_call.3 >cp ext/ffi_c/libffi/man/ffi_prep_cif.3 build/hppa2.0-linux/stage/ext/ffi_c/libffi/man/ffi_prep_cif.3 >cp ext/ffi_c/libffi/mdate-sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/mdate-sh >cp ext/ffi_c/libffi/missing build/hppa2.0-linux/stage/ext/ffi_c/libffi/missing >cp ext/ffi_c/libffi/msvcc.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/msvcc.sh >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha >cp ext/ffi_c/libffi/src/alpha/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha/ffi.c >cp ext/ffi_c/libffi/src/alpha/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha/ffitarget.h >cp ext/ffi_c/libffi/src/alpha/osf.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/alpha/osf.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm >cp ext/ffi_c/libffi/src/arm/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/ffi.c >cp ext/ffi_c/libffi/src/arm/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/ffitarget.h >cp ext/ffi_c/libffi/src/arm/gentramp.sh build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/gentramp.sh >cp ext/ffi_c/libffi/src/arm/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/sysv.S >cp ext/ffi_c/libffi/src/arm/trampoline.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/arm/trampoline.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32 >cp ext/ffi_c/libffi/src/avr32/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32/ffi.c >cp ext/ffi_c/libffi/src/avr32/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32/ffitarget.h >cp ext/ffi_c/libffi/src/avr32/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/avr32/sysv.S >cp ext/ffi_c/libffi/src/closures.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/closures.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris >cp ext/ffi_c/libffi/src/cris/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris/ffi.c >cp ext/ffi_c/libffi/src/cris/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris/ffitarget.h >cp ext/ffi_c/libffi/src/cris/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/cris/sysv.S >cp ext/ffi_c/libffi/src/debug.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/debug.c >cp ext/ffi_c/libffi/src/dlmalloc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/dlmalloc.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv >cp ext/ffi_c/libffi/src/frv/eabi.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv/eabi.S >cp ext/ffi_c/libffi/src/frv/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv/ffi.c >cp ext/ffi_c/libffi/src/frv/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/frv/ffitarget.h >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64 >cp ext/ffi_c/libffi/src/ia64/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/ffi.c >cp ext/ffi_c/libffi/src/ia64/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/ffitarget.h >cp ext/ffi_c/libffi/src/ia64/ia64_flags.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/ia64_flags.h >cp ext/ffi_c/libffi/src/ia64/unix.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/ia64/unix.S >cp ext/ffi_c/libffi/src/java_raw_api.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/java_raw_api.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r >cp ext/ffi_c/libffi/src/m32r/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r/ffi.c >cp ext/ffi_c/libffi/src/m32r/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r/ffitarget.h >cp ext/ffi_c/libffi/src/m32r/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m32r/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k >cp ext/ffi_c/libffi/src/m68k/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k/ffi.c >cp ext/ffi_c/libffi/src/m68k/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k/ffitarget.h >cp ext/ffi_c/libffi/src/m68k/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/m68k/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips >cp ext/ffi_c/libffi/src/mips/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/ffi.c >cp ext/ffi_c/libffi/src/mips/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/ffitarget.h >cp ext/ffi_c/libffi/src/mips/n32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/n32.S >cp ext/ffi_c/libffi/src/mips/o32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/mips/o32.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/moxie >cp ext/ffi_c/libffi/src/moxie/eabi.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/moxie/eabi.S >cp ext/ffi_c/libffi/src/moxie/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/moxie/ffi.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa >cp ext/ffi_c/libffi/src/pa/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/ffi.c >cp ext/ffi_c/libffi/src/pa/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/ffitarget.h >cp ext/ffi_c/libffi/src/pa/hpux32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/hpux32.S >cp ext/ffi_c/libffi/src/pa/linux.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/pa/linux.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc >cp ext/ffi_c/libffi/src/powerpc/aix.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/aix.S >cp ext/ffi_c/libffi/src/powerpc/aix_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/aix_closure.S >cp ext/ffi_c/libffi/src/powerpc/asm.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/asm.h >cp ext/ffi_c/libffi/src/powerpc/darwin.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/darwin.S >cp ext/ffi_c/libffi/src/powerpc/darwin_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/darwin_closure.S >cp ext/ffi_c/libffi/src/powerpc/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ffi.c >cp ext/ffi_c/libffi/src/powerpc/ffi_darwin.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c >cp ext/ffi_c/libffi/src/powerpc/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ffitarget.h >cp ext/ffi_c/libffi/src/powerpc/linux64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/linux64.S >cp ext/ffi_c/libffi/src/powerpc/linux64_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/linux64_closure.S >cp ext/ffi_c/libffi/src/powerpc/ppc_closure.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/ppc_closure.S >cp ext/ffi_c/libffi/src/powerpc/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/powerpc/sysv.S >cp ext/ffi_c/libffi/src/prep_cif.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/prep_cif.c >cp ext/ffi_c/libffi/src/raw_api.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/raw_api.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390 >cp ext/ffi_c/libffi/src/s390/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390/ffi.c >cp ext/ffi_c/libffi/src/s390/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390/ffitarget.h >cp ext/ffi_c/libffi/src/s390/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/s390/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh >cp ext/ffi_c/libffi/src/sh/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh/ffi.c >cp ext/ffi_c/libffi/src/sh/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh/ffitarget.h >cp ext/ffi_c/libffi/src/sh/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64 >cp ext/ffi_c/libffi/src/sh64/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64/ffi.c >cp ext/ffi_c/libffi/src/sh64/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64/ffitarget.h >cp ext/ffi_c/libffi/src/sh64/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sh64/sysv.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc >cp ext/ffi_c/libffi/src/sparc/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/ffi.c >cp ext/ffi_c/libffi/src/sparc/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/ffitarget.h >cp ext/ffi_c/libffi/src/sparc/v8.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/v8.S >cp ext/ffi_c/libffi/src/sparc/v9.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/sparc/v9.S >cp ext/ffi_c/libffi/src/types.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/types.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86 >cp ext/ffi_c/libffi/src/x86/darwin.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/darwin.S >cp ext/ffi_c/libffi/src/x86/darwin64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/darwin64.S >cp ext/ffi_c/libffi/src/x86/ffi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/ffi.c >cp ext/ffi_c/libffi/src/x86/ffi64.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/ffi64.c >cp ext/ffi_c/libffi/src/x86/ffitarget.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/ffitarget.h >cp ext/ffi_c/libffi/src/x86/freebsd.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/freebsd.S >cp ext/ffi_c/libffi/src/x86/sysv.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/sysv.S >cp ext/ffi_c/libffi/src/x86/unix64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/unix64.S >cp ext/ffi_c/libffi/src/x86/win32.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/win32.S >cp ext/ffi_c/libffi/src/x86/win64.S build/hppa2.0-linux/stage/ext/ffi_c/libffi/src/x86/win64.S >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite >cp ext/ffi_c/libffi/testsuite/Makefile.am build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/Makefile.am >cp ext/ffi_c/libffi/testsuite/Makefile.in build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/Makefile.in >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/config >cp ext/ffi_c/libffi/testsuite/config/default.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/config/default.exp >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib >cp ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp >cp ext/ffi_c/libffi/testsuite/lib/libffi.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/libffi.exp >cp ext/ffi_c/libffi/testsuite/lib/target-libpath.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp >cp ext/ffi_c/libffi/testsuite/lib/wrapper.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/lib/wrapper.exp >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call >cp ext/ffi_c/libffi/testsuite/libffi.call/call.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/call.exp >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c >cp ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c >cp ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c >cp ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c >cp ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c >cp ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h >cp ext/ffi_c/libffi/testsuite/libffi.call/float.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/float4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/float4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c >cp ext/ffi_c/libffi/testsuite/libffi.call/many.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/many.c >cp ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/negint.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/negint.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c >cp ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c >cp ext/ffi_c/libffi/testsuite/libffi.call/problem1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/promotion.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c >cp ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c >cp ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c >cp ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/strlen.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c >cp ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct1.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct2.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct3.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct4.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct5.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct6.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct7.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct8.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c >cp ext/ffi_c/libffi/testsuite/libffi.call/struct9.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c >cp ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special >cp ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h >cp ext/ffi_c/libffi/testsuite/libffi.special/special.exp build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/special.exp >cp ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc >cp ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc build/hppa2.0-linux/stage/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc >cp ext/ffi_c/libffi/texinfo.tex build/hppa2.0-linux/stage/ext/ffi_c/libffi/texinfo.tex >cp ext/ffi_c/rbffi.h build/hppa2.0-linux/stage/ext/ffi_c/rbffi.h >cp ext/ffi_c/rbffi_endian.h build/hppa2.0-linux/stage/ext/ffi_c/rbffi_endian.h >mkdir -p build/hppa2.0-linux/stage/ext/ffi_c/win32 >cp ext/ffi_c/win32/stdbool.h build/hppa2.0-linux/stage/ext/ffi_c/win32/stdbool.h >cp ext/ffi_c/win32/stdint.h build/hppa2.0-linux/stage/ext/ffi_c/win32/stdint.h >mkdir -p build/hppa2.0-linux/stage/gen >cp gen/Rakefile build/hppa2.0-linux/stage/gen/Rakefile >cp lib/ffi.rb build/hppa2.0-linux/stage/lib/ffi.rb >mkdir -p build/hppa2.0-linux/stage/lib/ffi >cp lib/ffi/autopointer.rb build/hppa2.0-linux/stage/lib/ffi/autopointer.rb >cp lib/ffi/buffer.rb build/hppa2.0-linux/stage/lib/ffi/buffer.rb >cp lib/ffi/callback.rb build/hppa2.0-linux/stage/lib/ffi/callback.rb >cp lib/ffi/enum.rb build/hppa2.0-linux/stage/lib/ffi/enum.rb >cp lib/ffi/errno.rb build/hppa2.0-linux/stage/lib/ffi/errno.rb >cp lib/ffi/ffi.rb build/hppa2.0-linux/stage/lib/ffi/ffi.rb >cp lib/ffi/io.rb build/hppa2.0-linux/stage/lib/ffi/io.rb >cp lib/ffi/library.rb build/hppa2.0-linux/stage/lib/ffi/library.rb >cp lib/ffi/managedstruct.rb build/hppa2.0-linux/stage/lib/ffi/managedstruct.rb >cp lib/ffi/memorypointer.rb build/hppa2.0-linux/stage/lib/ffi/memorypointer.rb >cp lib/ffi/platform.rb build/hppa2.0-linux/stage/lib/ffi/platform.rb >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/arm-linux >cp lib/ffi/platform/arm-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/arm-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-cygwin >cp lib/ffi/platform/i386-cygwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-cygwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-darwin >cp lib/ffi/platform/i386-darwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-darwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-freebsd >cp lib/ffi/platform/i386-freebsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-freebsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-gnu >cp lib/ffi/platform/i386-gnu/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-gnu/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-linux >cp lib/ffi/platform/i386-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-netbsd >cp lib/ffi/platform/i386-netbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-netbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-openbsd >cp lib/ffi/platform/i386-openbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-openbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-solaris >cp lib/ffi/platform/i386-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/i386-windows >cp lib/ffi/platform/i386-windows/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/i386-windows/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/ia64-linux >cp lib/ffi/platform/ia64-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/ia64-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/mips-linux >cp lib/ffi/platform/mips-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/mips-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/mipsel-linux >cp lib/ffi/platform/mipsel-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/mipsel-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-aix >cp lib/ffi/platform/powerpc-aix/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-aix/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-darwin >cp lib/ffi/platform/powerpc-darwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-darwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-linux >cp lib/ffi/platform/powerpc-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/powerpc-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/s390-linux >cp lib/ffi/platform/s390-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/s390-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/s390x-linux >cp lib/ffi/platform/s390x-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/s390x-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/sparc-linux >cp lib/ffi/platform/sparc-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/sparc-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/sparc-solaris >cp lib/ffi/platform/sparc-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/sparc-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/sparcv9-solaris >cp lib/ffi/platform/sparcv9-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/sparcv9-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-cygwin >cp lib/ffi/platform/x86_64-cygwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-cygwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-darwin >cp lib/ffi/platform/x86_64-darwin/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-darwin/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-freebsd >cp lib/ffi/platform/x86_64-freebsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-freebsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-linux >cp lib/ffi/platform/x86_64-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-linux/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-netbsd >cp lib/ffi/platform/x86_64-netbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-netbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-openbsd >cp lib/ffi/platform/x86_64-openbsd/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-openbsd/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-solaris >cp lib/ffi/platform/x86_64-solaris/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-solaris/types.conf >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-windows >cp lib/ffi/platform/x86_64-windows/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/x86_64-windows/types.conf >cp lib/ffi/pointer.rb build/hppa2.0-linux/stage/lib/ffi/pointer.rb >cp lib/ffi/struct.rb build/hppa2.0-linux/stage/lib/ffi/struct.rb >cp lib/ffi/struct_layout_builder.rb build/hppa2.0-linux/stage/lib/ffi/struct_layout_builder.rb >mkdir -p build/hppa2.0-linux/stage/lib/ffi/tools >cp lib/ffi/tools/const_generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/const_generator.rb >cp lib/ffi/tools/generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/generator.rb >cp lib/ffi/tools/generator_task.rb build/hppa2.0-linux/stage/lib/ffi/tools/generator_task.rb >cp lib/ffi/tools/struct_generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/struct_generator.rb >cp lib/ffi/tools/types_generator.rb build/hppa2.0-linux/stage/lib/ffi/tools/types_generator.rb >cp lib/ffi/types.rb build/hppa2.0-linux/stage/lib/ffi/types.rb >cp lib/ffi/union.rb build/hppa2.0-linux/stage/lib/ffi/union.rb >cp lib/ffi/variadic.rb build/hppa2.0-linux/stage/lib/ffi/variadic.rb >cp lib/ffi/version.rb build/hppa2.0-linux/stage/lib/ffi/version.rb >mkdir -p build/hppa2.0-linux/stage/spec/ffi >cp spec/ffi/async_callback_spec.rb build/hppa2.0-linux/stage/spec/ffi/async_callback_spec.rb >cp spec/ffi/bool_spec.rb build/hppa2.0-linux/stage/spec/ffi/bool_spec.rb >cp spec/ffi/buffer_spec.rb build/hppa2.0-linux/stage/spec/ffi/buffer_spec.rb >cp spec/ffi/callback_spec.rb build/hppa2.0-linux/stage/spec/ffi/callback_spec.rb >cp spec/ffi/custom_param_type.rb build/hppa2.0-linux/stage/spec/ffi/custom_param_type.rb >cp spec/ffi/custom_type_spec.rb build/hppa2.0-linux/stage/spec/ffi/custom_type_spec.rb >cp spec/ffi/dup_spec.rb build/hppa2.0-linux/stage/spec/ffi/dup_spec.rb >cp spec/ffi/enum_spec.rb build/hppa2.0-linux/stage/spec/ffi/enum_spec.rb >cp spec/ffi/errno_spec.rb build/hppa2.0-linux/stage/spec/ffi/errno_spec.rb >cp spec/ffi/ffi_spec.rb build/hppa2.0-linux/stage/spec/ffi/ffi_spec.rb >cp spec/ffi/function_spec.rb build/hppa2.0-linux/stage/spec/ffi/function_spec.rb >cp spec/ffi/library_spec.rb build/hppa2.0-linux/stage/spec/ffi/library_spec.rb >cp spec/ffi/long_double.rb build/hppa2.0-linux/stage/spec/ffi/long_double.rb >cp spec/ffi/managed_struct_spec.rb build/hppa2.0-linux/stage/spec/ffi/managed_struct_spec.rb >cp spec/ffi/number_spec.rb build/hppa2.0-linux/stage/spec/ffi/number_spec.rb >cp spec/ffi/pointer_spec.rb build/hppa2.0-linux/stage/spec/ffi/pointer_spec.rb >mkdir -p build/hppa2.0-linux/stage/spec/ffi/rbx >cp spec/ffi/rbx/attach_function_spec.rb build/hppa2.0-linux/stage/spec/ffi/rbx/attach_function_spec.rb >cp spec/ffi/rbx/memory_pointer_spec.rb build/hppa2.0-linux/stage/spec/ffi/rbx/memory_pointer_spec.rb >cp spec/ffi/rbx/spec_helper.rb build/hppa2.0-linux/stage/spec/ffi/rbx/spec_helper.rb >cp spec/ffi/rbx/struct_spec.rb build/hppa2.0-linux/stage/spec/ffi/rbx/struct_spec.rb >cp spec/ffi/spec_helper.rb build/hppa2.0-linux/stage/spec/ffi/spec_helper.rb >cp spec/ffi/string_spec.rb build/hppa2.0-linux/stage/spec/ffi/string_spec.rb >cp spec/ffi/strptr_spec.rb build/hppa2.0-linux/stage/spec/ffi/strptr_spec.rb >cp spec/ffi/struct_by_ref_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_by_ref_spec.rb >cp spec/ffi/struct_callback_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_callback_spec.rb >cp spec/ffi/struct_initialize_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_initialize_spec.rb >cp spec/ffi/struct_packed_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_packed_spec.rb >cp spec/ffi/struct_spec.rb build/hppa2.0-linux/stage/spec/ffi/struct_spec.rb >cp spec/ffi/typedef_spec.rb build/hppa2.0-linux/stage/spec/ffi/typedef_spec.rb >cp spec/ffi/union_spec.rb build/hppa2.0-linux/stage/spec/ffi/union_spec.rb >cp spec/ffi/variadic_spec.rb build/hppa2.0-linux/stage/spec/ffi/variadic_spec.rb >cp spec/spec.opts build/hppa2.0-linux/stage/spec/spec.opts >mkdir -p build/hppa2.0-linux/stage/libtest >cp libtest/Benchmark.c build/hppa2.0-linux/stage/libtest/Benchmark.c >cp libtest/BoolTest.c build/hppa2.0-linux/stage/libtest/BoolTest.c >cp libtest/BufferTest.c build/hppa2.0-linux/stage/libtest/BufferTest.c >cp libtest/ClosureTest.c build/hppa2.0-linux/stage/libtest/ClosureTest.c >cp libtest/EnumTest.c build/hppa2.0-linux/stage/libtest/EnumTest.c >cp libtest/FunctionTest.c build/hppa2.0-linux/stage/libtest/FunctionTest.c >cp libtest/GNUmakefile build/hppa2.0-linux/stage/libtest/GNUmakefile >cp libtest/GlobalVariable.c build/hppa2.0-linux/stage/libtest/GlobalVariable.c >cp libtest/LastErrorTest.c build/hppa2.0-linux/stage/libtest/LastErrorTest.c >cp libtest/NumberTest.c build/hppa2.0-linux/stage/libtest/NumberTest.c >cp libtest/PointerTest.c build/hppa2.0-linux/stage/libtest/PointerTest.c >cp libtest/ReferenceTest.c build/hppa2.0-linux/stage/libtest/ReferenceTest.c >cp libtest/StringTest.c build/hppa2.0-linux/stage/libtest/StringTest.c >cp libtest/StructTest.c build/hppa2.0-linux/stage/libtest/StructTest.c >cp libtest/UnionTest.c build/hppa2.0-linux/stage/libtest/UnionTest.c >cp libtest/VariadicTest.c build/hppa2.0-linux/stage/libtest/VariadicTest.c >install -c build/hppa2.0-linux/ffi_c/2.0.0/ffi_c.so lib/ffi_c.so >cp build/hppa2.0-linux/ffi_c/2.0.0/ffi_c.so build/hppa2.0-linux/stage/lib/ffi_c.so > [32;01m*[0m Running compile phase for all ... >[2K[?25l[1mâ Parsing lib/ffi.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi.rb.[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/io.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/ffi.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/enum.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/enum.rb.[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/union.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/types.rb[0m [2K [warn]: @param tag has unknown parameter name: [] > in file `lib/ffi/types.rb' near line 161 >[?25h[2K[2K[?25l[1mâ Parsing lib/ffi/errno.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/buffer.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/struct.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/struct.rb.[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/library.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/library.rb.[0m [2K [warn]: @param tag has unknown parameter name: cname > in file `lib/ffi/library.rb' near line 317 >[2K [warn]: @param tag has unknown parameter name: type > in file `lib/ffi/library.rb' near line 317 >[2K [warn]: @param tag has unknown parameter name: name > in file `lib/ffi/library.rb' near line 368 >[2K [warn]: @param tag has unknown parameter name: params > in file `lib/ffi/library.rb' near line 368 >[2K [warn]: @param tag has unknown parameter name: ret > in file `lib/ffi/library.rb' near line 368 >[2K [warn]: @param tag has unknown parameter name: [] > in file `lib/ffi/library.rb' near line 407 >[?25h[2K[2K[?25l[1mâ Parsing lib/ffi/pointer.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/version.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/pointer.rb.[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/platform.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/platform.rb.[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/callback.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/variadic.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/autopointer.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/autopointer.rb.[0m [2K [warn]: @param tag has unknown parameter name: ptr > in file `lib/ffi/autopointer.rb' near line 189 >[?25h[2K[2K[?25l[1mâ Parsing lib/ffi/managedstruct.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/memorypointer.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/tools/generator.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/tools/generator_task.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/tools/generator.rb.[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/tools/types_generator.rb[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/tools/const_generator.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/tools/types_generator.rb.[0m [2K [2K[?25l[1mâ Parsing lib/ffi/tools/const_generator.rb.[0m [?25h[2K[2K[?25l[1mâ Parsing lib/ffi/struct_layout_builder.rb[0m [2K [2K[?25l[1mâ Parsing lib/ffi/struct_layout_builder.rb.[0m [2K [warn]: @param tag has unknown parameter name: alignment > in file `lib/ffi/struct_layout_builder.rb' near line 56 >[?25h[2K[2K[?25l[1mâ Parsing lib/ffi/tools/struct_generator.rb[0m [2K [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/ffi.c[0m [2K[?25l[1mâ Parsing lib/ffi/tools/struct_generator.rb.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/Type.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Type.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/Call.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Call.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/Types.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/Types.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/Buffer.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Buffer.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/Struct.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Struct.c.[0m [2K [2K [2K [2K[?25l[1mâ Parsing ext/ffi_c/Thread.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Thread.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/Pointer.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Pointer.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/Platform.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/Platform.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/Function.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Function.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/Variadic.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/Variadic.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/ArrayType.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/ArrayType.c.[0m [2K [2K [2K [2K[?25l[1mâ Parsing ext/ffi_c/LastError.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/LastError.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/MappedType.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/MappedType.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/LongDouble.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/ClosurePool.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/ClosurePool.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/FunctionInfo.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/FunctionInfo.c.[0m [2K [2K [2K [2K[?25l[1mâ Parsing ext/ffi_c/StructLayout.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/StructLayout.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/MethodHandle.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/MethodHandle.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/StructByValue.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/StructByValue.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/DataConverter.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/MemoryPointer.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/DataConverter.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/MemoryPointer.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/DynamicLibrary.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/DynamicLibrary.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/AbstractMemory.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/AbstractMemory.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/debug.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/types.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/types.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/pa/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/pa/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/StructByReference.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/StructByReference.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/sh/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/sh/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/x86/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/x86/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/frv/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/frv/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/arm/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/arm/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/raw_api.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/raw_api.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/mips/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/mips/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/m68k/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/m68k/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/prep_cif.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/prep_cif.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/m32r/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/m32r/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/s390/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/s390/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/ia64/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/ia64/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/dlmalloc.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/dlmalloc.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/cris/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/cris/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/closures.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/closures.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/sh64/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/sh64/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/moxie/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/moxie/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/avr32/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/avr32/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/sparc/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/sparc/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/alpha/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/alpha/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/x86/ffi64.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/x86/ffi64.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/powerpc/ffi.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/powerpc/ffi.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/java_raw_api.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/java_raw_api.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/powerpc/ffi_darwin.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/src/powerpc/ffi_darwin.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/many.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/float.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/negint.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/float1.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/float4.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/float2.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/strlen.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/float3.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct6.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct6.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct7.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct1.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct4.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct2.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct3.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct8.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct5.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/struct9.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/problem1.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/problem1.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c.[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/promotion.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c.[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c.[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c.[0m [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c.[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c[0m [2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c.[0m [?25h[2K[2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c[0m [?25h[2K[2K [2K[?25l[1mâ Parsing ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c.[0m [?25h[2K[?25h[2K[?25h[2K[2K[?25l[1mâ Generating asset js/jquery.js[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset js/app.js[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset js/full_list.js[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset css/style.css[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset css/common.css[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset css/full_list.css[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset class_list.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset method_list.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset file_list.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating asset frames.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/_index.html[0m [2K [2K[?25l[1mâ Generating doc/_index.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/index.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/file.README.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/top-level-namespace.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI.html[0m [2K [2K[?25l[1mâ Generating doc/top-level-namespace.html.[0m [2K [2K[?25l[1mâ Generating doc/FFI.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/IO.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/IO.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Library.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Library.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Platform.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Platform.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/NativeType.html[0m [2K [2K [2K[?25l[1mâ Generating doc/FFI/NativeType.html.[0m [?25h[2K[2K[?25l[1mâ Generating doc/FFI/LastError.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/DataConverter.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/LastError.html.[0m [2K [2K[?25l[1mâ Generating doc/FFI/DataConverter.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Enums.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Enums.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Enum.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Enum.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Union.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Union.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StrPtrConverter.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StrPtrConverter.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/Enum.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/Enum.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/InnerStruct.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/InnerStruct.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/Mapped.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Struct.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/Mapped.html.[0m [2K [2K[?25l[1mâ Generating doc/FFI/Struct.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Struct/ManagedStructConverter.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Struct/ManagedStructConverter.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/NotFoundError.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Pointer.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/NotFoundError.html.[0m [2K [2K[?25l[1mâ Generating doc/FFI/Pointer.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/PlatformError.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/VariadicInvoker.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/AutoPointer.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/AutoPointer.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/AutoPointer/Releaser.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/AutoPointer/Releaser.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/AutoPointer/DefaultReleaser.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/AutoPointer/DefaultReleaser.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/AutoPointer/CallableReleaser.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/AutoPointer/CallableReleaser.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/ManagedStruct.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/ManagedStruct.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Generator.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Generator.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Generator/Task.html[0m [2K [2K [2K[?25l[1mâ Generating doc/FFI/Generator/Task.html.[0m [?25h[2K[2K[?25l[1mâ Generating doc/FFI/TypesGenerator.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/ConstGenerator.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/ConstGenerator.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/ConstGenerator/Constant.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/ConstGenerator/Constant.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayoutBuilder.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayoutBuilder.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructGenerator.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructGenerator.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructGenerator/Field.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructGenerator/Field.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Type.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Type.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Type/Builtin.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Type/Builtin.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Buffer.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Buffer.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Struct/InlineArray.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Struct/InlineArray.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/StructLayoutClass/CharArray.html[0m [2K [2K[?25l[1mâ Generating doc/StructLayoutClass/CharArray.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Function.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Function.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/ArrayType.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/ArrayType.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/Type/Mapped.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/Type/Mapped.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/FunctionType.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/FunctionType.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/Field.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/Field.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/Number.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/Number.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/String.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/Pointer.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/String.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/Function.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/Function.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructLayout/Array.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructLayout/Array.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructByValue.html[0m [2K [2K [2K[?25l[1mâ Generating doc/FFI/StructByValue.html.[0m [?25h[2K[2K[?25l[1mâ Generating doc/FFI/MemoryPointer.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/MemoryPointer.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/DynamicLibrary.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/DynamicLibrary.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/DynamicLibrary/Symbol.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/DynamicLibrary/Symbol.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/AbstractMemory.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/AbstractMemory.html.[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/NullPointerError.html[0m [2K [?25h[2K[2K[?25l[1mâ Generating doc/FFI/StructByReference.html[0m [2K [2K[?25l[1mâ Generating doc/FFI/NullPointerError.html.[0m [2K [2K[?25l[1mâ Generating doc/FFI/StructByReference.html.[0m [2K [?25h[2KFiles: 38 >Modules: 7 ( 0 undocumented) >Classes: 49 ( 19 undocumented) >Constants: 36 ( 28 undocumented) >Methods: 146 ( 25 undocumented) > 69.75% documented >>>> Source compiled. > [32;01m*[0m Running test phase for ruby19 ... >cp gen/log build/hppa2.0-linux/stage/gen/log >mkdir -p build/hppa2.0-linux/stage/lib/ffi/platform/hppa2.0-linux >cp lib/ffi/platform/hppa2.0-linux/types.conf build/hppa2.0-linux/stage/lib/ffi/platform/hppa2.0-linux/types.conf >install -c build/hppa2.0-linux/ffi_c/1.9.3/ffi_c.so lib/ffi_c.so >cp build/hppa2.0-linux/ffi_c/1.9.3/ffi_c.so build/hppa2.0-linux/stage/lib/ffi_c.so >gmake -f libtest/GNUmakefile CPU=hppa2.0 OS=linux >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/BoolTest.c -o build/libtest/BoolTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/ClosureTest.c -o build/libtest/ClosureTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/Benchmark.c -o build/libtest/Benchmark.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/ReferenceTest.c -o build/libtest/ReferenceTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/GlobalVariable.c -o build/libtest/GlobalVariable.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/PointerTest.c -o build/libtest/PointerTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/FunctionTest.c -o build/libtest/FunctionTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/EnumTest.c -o build/libtest/EnumTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/VariadicTest.c -o build/libtest/VariadicTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/LastErrorTest.c -o build/libtest/LastErrorTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/BufferTest.c -o build/libtest/BufferTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/StringTest.c -o build/libtest/StringTest.o >libtest/StringTest.c: In function âstring_equalsâ: >libtest/StringTest.c:12:167: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:202: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:259: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:294: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:407: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:442: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:550: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:585: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:1205: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:1240: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:1348: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >libtest/StringTest.c:12:1383: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/NumberTest.c -o build/libtest/NumberTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/UnionTest.c -o build/libtest/UnionTest.o >/usr/bin/ccache cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/StructTest.c -o build/libtest/StructTest.o >cc -o build/libtest.so -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -shared -Wl,-soname,libtest.so build/libtest/BoolTest.o build/libtest/ClosureTest.o build/libtest/Benchmark.o build/libtest/ReferenceTest.o build/libtest/GlobalVariable.o build/libtest/PointerTest.o build/libtest/FunctionTest.o build/libtest/EnumTest.o build/libtest/VariadicTest.o build/libtest/LastErrorTest.o build/libtest/BufferTest.o build/libtest/StringTest.o build/libtest/NumberTest.o build/libtest/UnionTest.o build/libtest/StructTest.o -lm >build/libtest/BoolTest.o: file not recognized: File format is ambiguous >build/libtest/BoolTest.o: matching formats: elf64-little elf64-x86-64-nacl elf64-x86-64-sol2 elf64-x86-64 >collect2: error: ld returned 1 exit status >distcc[9133] ERROR: compile (null) on localhost failed >libtest/GNUmakefile:143: recipe for target 'build/libtest.so' failed >gmake: *** [build/libtest.so] Error 1 >rake aborted! >Command failed with status (2): [gmake -f libtest/GNUmakefile CPU=hppa2.0 O...] >/dev/shm/portage/dev-ruby/ffi-1.9.3/work/ruby19/ffi-1.9.3/Rakefile:118:in `block in <top (required)>' >Tasks: TOP => specs => build/libtest.so >(See full trace by running task with --trace) > [31;01m*[0m ERROR: dev-ruby/ffi-1.9.3::gentoo failed (test phase): > [31;01m*[0m tests failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 93: Called src_test > [31;01m*[0m environment, line 4286: Called ruby-ng_src_test > [31;01m*[0m environment, line 3957: Called _ruby_each_implementation 'each_ruby_test' > [31;01m*[0m environment, line 445: Called _ruby_invoke_environment 'ruby19' 'each_ruby_test' > [31;01m*[0m environment, line 497: Called each_ruby_test > [31;01m*[0m environment, line 791: Called each_fakegem_test > [31;01m*[0m environment, line 767: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m ${RUBY} -S rake ${RUBY_FAKEGEM_TASK_TEST} || die "tests failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-ruby/ffi-1.9.3::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-ruby/ffi-1.9.3::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM= CLASSPATH="" JAVA_HOME="" >JAVACFLAGS="" COMPILER="" >and of course, the output of emerge --info =ffi-1.9.3 > [31;01m*[0m The complete build log is located at '/keeps/gentoo/emergelogs/karsten/dev-ruby:ffi-1.9.3:20140606-170214.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/dev/shm/portage/dev-ruby/ffi-1.9.3/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/dev/shm/portage/dev-ruby/ffi-1.9.3/temp/environment'. > [31;01m*[0m Working directory: '/dev/shm/portage/dev-ruby/ffi-1.9.3/work/ruby19/ffi-1.9.3' > [31;01m*[0m S: '/dev/shm/portage/dev-ruby/ffi-1.9.3/work/ruby19/ffi-1.9.3' > >>>> Install ffi-1.9.3 into /dev/shm/portage/dev-ruby/ffi-1.9.3/image/ category dev-ruby > [32;01m*[0m Running install phase for ruby19 ... > [32;01m*[0m Running install phase for ruby20 ... > [32;01m*[0m Running install phase for all ... > [32;01m*[0m Running check install phase for ruby19 ... > [32;01m*[0m Running check install phase for ruby20 ... >>>> Completed installing ffi-1.9.3 into /dev/shm/portage/dev-ruby/ffi-1.9.3/image/ > >strip: hppa2.0-unknown-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version > usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi_c.so > usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi_c.so >ecompressdir: bzip2 -9 /usr/share/doc > > [33;01m*[0m QA Notice: Package triggers severe warnings which indicate that it > [33;01m*[0m may exhibit random runtime failures. > [33;01m*[0m ../../../../ext/ffi_c/Call.c:303:5: warning: implicit declaration of function ârb_thread_call_without_gvlâ [-Wimplicit-function-declaration] > [33;01m*[0m ../../../../ext/ffi_c/Function.c:563:9: warning: implicit declaration of function 'rb_thread_call_without_gvl' [-Wimplicit-function-declaration] > [33;01m*[0m ../../../../ext/ffi_c/Call.c:303:5: warning: implicit declaration of function ârb_thread_call_without_gvlâ [-Wimplicit-function-declaration] > [33;01m*[0m ../../../../ext/ffi_c/Function.c:563:9: warning: implicit declaration of function 'rb_thread_call_without_gvl' [-Wimplicit-function-declaration] > > [33;01m*[0m Please do not file a Gentoo bug and instead report the above QA > [33;01m*[0m issues directly to the upstream developers of this software. > [33;01m*[0m Homepage: http://wiki.github.com/ffi/ffi >./ >./usr/ >./usr/share/ >./usr/share/doc/ >./usr/share/doc/ffi-1.9.3/ >./usr/share/doc/ffi-1.9.3/html/ >./usr/share/doc/ffi-1.9.3/html/top-level-namespace.html >./usr/share/doc/ffi-1.9.3/html/method_list.html >./usr/share/doc/ffi-1.9.3/html/js/ >./usr/share/doc/ffi-1.9.3/html/js/jquery.js >./usr/share/doc/ffi-1.9.3/html/js/app.js >./usr/share/doc/ffi-1.9.3/html/js/full_list.js >./usr/share/doc/ffi-1.9.3/html/index.html >./usr/share/doc/ffi-1.9.3/html/frames.html >./usr/share/doc/ffi-1.9.3/html/file_list.html >./usr/share/doc/ffi-1.9.3/html/file.README.html >./usr/share/doc/ffi-1.9.3/html/css/ >./usr/share/doc/ffi-1.9.3/html/css/style.css >./usr/share/doc/ffi-1.9.3/html/css/common.css >./usr/share/doc/ffi-1.9.3/html/css/full_list.css >./usr/share/doc/ffi-1.9.3/html/class_list.html >./usr/share/doc/ffi-1.9.3/html/_index.html >./usr/share/doc/ffi-1.9.3/html/StructLayoutClass/ >./usr/share/doc/ffi-1.9.3/html/StructLayoutClass/CharArray.html >./usr/share/doc/ffi-1.9.3/html/FFI.html >./usr/share/doc/ffi-1.9.3/html/FFI/ >./usr/share/doc/ffi-1.9.3/html/FFI/IO.html >./usr/share/doc/ffi-1.9.3/html/FFI/Library.html >./usr/share/doc/ffi-1.9.3/html/FFI/Platform.html >./usr/share/doc/ffi-1.9.3/html/FFI/NativeType.html >./usr/share/doc/ffi-1.9.3/html/FFI/LastError.html >./usr/share/doc/ffi-1.9.3/html/FFI/DataConverter.html >./usr/share/doc/ffi-1.9.3/html/FFI/Enums.html >./usr/share/doc/ffi-1.9.3/html/FFI/Enum.html >./usr/share/doc/ffi-1.9.3/html/FFI/Union.html >./usr/share/doc/ffi-1.9.3/html/FFI/StrPtrConverter.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/ >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Enum.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/InnerStruct.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Mapped.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Field.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Number.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/String.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Pointer.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Function.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Array.html >./usr/share/doc/ffi-1.9.3/html/FFI/Struct.html >./usr/share/doc/ffi-1.9.3/html/FFI/Struct/ >./usr/share/doc/ffi-1.9.3/html/FFI/Struct/ManagedStructConverter.html >./usr/share/doc/ffi-1.9.3/html/FFI/Struct/InlineArray.html >./usr/share/doc/ffi-1.9.3/html/FFI/NotFoundError.html >./usr/share/doc/ffi-1.9.3/html/FFI/Pointer.html >./usr/share/doc/ffi-1.9.3/html/FFI/PlatformError.html >./usr/share/doc/ffi-1.9.3/html/FFI/VariadicInvoker.html >./usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer.html >./usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/ >./usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/Releaser.html >./usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/DefaultReleaser.html >./usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/CallableReleaser.html >./usr/share/doc/ffi-1.9.3/html/FFI/ManagedStruct.html >./usr/share/doc/ffi-1.9.3/html/FFI/Generator.html >./usr/share/doc/ffi-1.9.3/html/FFI/Generator/ >./usr/share/doc/ffi-1.9.3/html/FFI/Generator/Task.html >./usr/share/doc/ffi-1.9.3/html/FFI/TypesGenerator.html >./usr/share/doc/ffi-1.9.3/html/FFI/ConstGenerator.html >./usr/share/doc/ffi-1.9.3/html/FFI/ConstGenerator/ >./usr/share/doc/ffi-1.9.3/html/FFI/ConstGenerator/Constant.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructLayoutBuilder.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructGenerator.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructGenerator/ >./usr/share/doc/ffi-1.9.3/html/FFI/StructGenerator/Field.html >./usr/share/doc/ffi-1.9.3/html/FFI/Type.html >./usr/share/doc/ffi-1.9.3/html/FFI/Type/ >./usr/share/doc/ffi-1.9.3/html/FFI/Type/Builtin.html >./usr/share/doc/ffi-1.9.3/html/FFI/Type/Mapped.html >./usr/share/doc/ffi-1.9.3/html/FFI/Buffer.html >./usr/share/doc/ffi-1.9.3/html/FFI/Function.html >./usr/share/doc/ffi-1.9.3/html/FFI/ArrayType.html >./usr/share/doc/ffi-1.9.3/html/FFI/FunctionType.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructByValue.html >./usr/share/doc/ffi-1.9.3/html/FFI/MemoryPointer.html >./usr/share/doc/ffi-1.9.3/html/FFI/DynamicLibrary.html >./usr/share/doc/ffi-1.9.3/html/FFI/DynamicLibrary/ >./usr/share/doc/ffi-1.9.3/html/FFI/DynamicLibrary/Symbol.html >./usr/share/doc/ffi-1.9.3/html/FFI/AbstractMemory.html >./usr/share/doc/ffi-1.9.3/html/FFI/NullPointerError.html >./usr/share/doc/ffi-1.9.3/html/FFI/StructByReference.html >./usr/share/doc/ffi-1.9.3/README.md.bz2 >./usr/share/doc/ffi-1.9.3/examples/ >./usr/share/doc/ffi-1.9.3/examples/getlogin.rb.bz2 >./usr/share/doc/ffi-1.9.3/examples/getpid.rb.bz2 >./usr/share/doc/ffi-1.9.3/examples/gettimeofday.rb.bz2 >./usr/share/doc/ffi-1.9.3/examples/hello.rb.bz2 >./usr/share/doc/ffi-1.9.3/examples/inotify.rb.bz2 >./usr/share/doc/ffi-1.9.3/examples/pty.rb.bz2 >./usr/share/doc/ffi-1.9.3/examples/qsort.rb.bz2 >./usr/share/doc/ffi-1.9.3/examples/sample_helper.rb.bz2 >./usr/lib/ >./usr/lib/debug/ >./usr/lib/debug/usr/ >./usr/lib/debug/usr/lib/ >./usr/lib/debug/usr/lib/ruby/ >./usr/lib/debug/usr/lib/ruby/gems/ >./usr/lib/debug/usr/lib/ruby/gems/2.0.0/ >./usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ >./usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/ >./usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ >./usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi_c.so.debug >./usr/lib/debug/usr/lib/ruby/gems/1.9.1/ >./usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ >./usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/ >./usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ >./usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi_c.so.debug >./usr/lib/ruby/ >./usr/lib/ruby/gems/ >./usr/lib/ruby/gems/2.0.0/ >./usr/lib/ruby/gems/2.0.0/gems/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi_c.so >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/version.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/variadic.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/union.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/types.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/struct_layout_builder.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/struct.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/pointer.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/memorypointer.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/managedstruct.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/library.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/io.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/ffi.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/errno.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/enum.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/callback.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/buffer.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/autopointer.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/types_generator.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/struct_generator.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/generator_task.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/generator.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/const_generator.rb >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/types.conf >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/ >./usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/types.conf >./usr/lib/ruby/gems/2.0.0/specifications/ >./usr/lib/ruby/gems/2.0.0/specifications/ffi-1.9.3.gemspec >./usr/lib/ruby/gems/1.9.1/ >./usr/lib/ruby/gems/1.9.1/gems/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi_c.so >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/version.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/variadic.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/union.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/types.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/struct_layout_builder.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/struct.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/pointer.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/memorypointer.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/managedstruct.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/library.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/io.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/ffi.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/errno.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/enum.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/callback.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/buffer.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/autopointer.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/types_generator.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/struct_generator.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/generator_task.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/generator.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/const_generator.rb >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/types.conf >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/ >./usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/types.conf >./usr/lib/ruby/gems/1.9.1/specifications/ >./usr/lib/ruby/gems/1.9.1/specifications/ffi-1.9.3.gemspec >>>> Done. > [32;01m*[39;49;00m checking 193 files for package collisions >>>> Merging dev-ruby/ffi-1.9.3 to / >--- /usr/ >--- /usr/lib/ >--- /usr/lib/ruby/ >--- /usr/lib/ruby/gems/ >--- /usr/lib/ruby/gems/1.9.1/ >--- /usr/lib/ruby/gems/1.9.1/specifications/ >>>> /usr/lib/ruby/gems/1.9.1/specifications/ffi-1.9.3.gemspec >--- /usr/lib/ruby/gems/1.9.1/gems/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/types.conf >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/ >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/const_generator.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/generator.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/generator_task.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/struct_generator.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/tools/types_generator.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/autopointer.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/buffer.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/callback.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/enum.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/errno.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/ffi.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/io.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/library.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/managedstruct.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/memorypointer.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/platform.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/pointer.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/struct.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/struct_layout_builder.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/types.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/union.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/variadic.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi/version.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi.rb >>>> /usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi_c.so >--- /usr/lib/ruby/gems/2.0.0/ >--- /usr/lib/ruby/gems/2.0.0/specifications/ >>>> /usr/lib/ruby/gems/2.0.0/specifications/ffi-1.9.3.gemspec >--- /usr/lib/ruby/gems/2.0.0/gems/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/hppa2.0-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/arm-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-cygwin/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-darwin/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-freebsd/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-gnu/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-netbsd/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-openbsd/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-solaris/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/i386-windows/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/ia64-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mips-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/mipsel-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-aix/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-darwin/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/powerpc-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/s390x-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparc-solaris/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/sparcv9-solaris/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-cygwin/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-darwin/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-freebsd/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-linux/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-netbsd/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-openbsd/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-solaris/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform/x86_64-windows/types.conf >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/ >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/const_generator.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/generator.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/generator_task.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/struct_generator.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/tools/types_generator.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/autopointer.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/buffer.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/callback.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/enum.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/errno.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/ffi.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/io.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/library.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/managedstruct.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/memorypointer.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/platform.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/pointer.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/struct.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/struct_layout_builder.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/types.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/union.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/variadic.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi/version.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi.rb >>>> /usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi_c.so >--- /usr/lib/debug/ >--- /usr/lib/debug/usr/ >--- /usr/lib/debug/usr/lib/ >--- /usr/lib/debug/usr/lib/ruby/ >--- /usr/lib/debug/usr/lib/ruby/gems/ >--- /usr/lib/debug/usr/lib/ruby/gems/1.9.1/ >--- /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ >>>> /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/ >>>> /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ >>>> /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.9.3/lib/ffi_c.so.debug >--- /usr/lib/debug/usr/lib/ruby/gems/2.0.0/ >--- /usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ >>>> /usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/ >>>> /usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ >>>> /usr/lib/debug/usr/lib/ruby/gems/2.0.0/gems/ffi-1.9.3/lib/ffi_c.so.debug >--- /usr/share/ >--- /usr/share/doc/ >>>> /usr/share/doc/ffi-1.9.3/ >>>> /usr/share/doc/ffi-1.9.3/examples/ >>>> /usr/share/doc/ffi-1.9.3/examples/sample_helper.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/examples/qsort.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/examples/pty.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/examples/inotify.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/examples/hello.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/examples/gettimeofday.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/examples/getpid.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/examples/getlogin.rb.bz2 >>>> /usr/share/doc/ffi-1.9.3/README.md.bz2 >>>> /usr/share/doc/ffi-1.9.3/html/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructByReference.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/NullPointerError.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/AbstractMemory.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/DynamicLibrary/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/DynamicLibrary/Symbol.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/DynamicLibrary.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/MemoryPointer.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructByValue.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/FunctionType.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/ArrayType.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Function.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Buffer.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Type/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Type/Mapped.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Type/Builtin.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Type.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructGenerator/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructGenerator/Field.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructGenerator.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayoutBuilder.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/ConstGenerator/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/ConstGenerator/Constant.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/ConstGenerator.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/TypesGenerator.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Generator/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Generator/Task.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Generator.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/ManagedStruct.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/CallableReleaser.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/DefaultReleaser.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer/Releaser.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/AutoPointer.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/VariadicInvoker.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/PlatformError.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Pointer.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/NotFoundError.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Struct/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Struct/InlineArray.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Struct/ManagedStructConverter.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Struct.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/ >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Array.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Function.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Pointer.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/String.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Number.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Field.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Mapped.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/InnerStruct.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout/Enum.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StructLayout.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/StrPtrConverter.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Union.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Enum.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Enums.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/DataConverter.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/LastError.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/NativeType.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Platform.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/Library.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI/IO.html >>>> /usr/share/doc/ffi-1.9.3/html/FFI.html >>>> /usr/share/doc/ffi-1.9.3/html/StructLayoutClass/ >>>> /usr/share/doc/ffi-1.9.3/html/StructLayoutClass/CharArray.html >>>> /usr/share/doc/ffi-1.9.3/html/_index.html >>>> /usr/share/doc/ffi-1.9.3/html/class_list.html >>>> /usr/share/doc/ffi-1.9.3/html/css/ >>>> /usr/share/doc/ffi-1.9.3/html/css/full_list.css >>>> /usr/share/doc/ffi-1.9.3/html/css/common.css >>>> /usr/share/doc/ffi-1.9.3/html/css/style.css >>>> /usr/share/doc/ffi-1.9.3/html/file.README.html >>>> /usr/share/doc/ffi-1.9.3/html/file_list.html >>>> /usr/share/doc/ffi-1.9.3/html/frames.html >>>> /usr/share/doc/ffi-1.9.3/html/index.html >>>> /usr/share/doc/ffi-1.9.3/html/js/ >>>> /usr/share/doc/ffi-1.9.3/html/js/full_list.js >>>> /usr/share/doc/ffi-1.9.3/html/js/app.js >>>> /usr/share/doc/ffi-1.9.3/html/js/jquery.js >>>> /usr/share/doc/ffi-1.9.3/html/method_list.html >>>> /usr/share/doc/ffi-1.9.3/html/top-level-namespace.html >>>> Safely unmerging already-installed instance... >No package files given... Grabbing a set. ><<< obj /usr/share/doc/ffi-1.4.0/examples/sample_helper.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/examples/qsort.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/examples/pty.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/examples/inotify.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/examples/hello.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/examples/gettimeofday.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/examples/getpid.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/examples/getlogin.rb.bz2 ><<< obj /usr/share/doc/ffi-1.4.0/README.md.bz2 >--- replaced dir /usr/share/doc >--- replaced dir /usr/share ><<< obj /usr/lib/ruby/gems/1.9.1/specifications/ffi-1.4.0.gemspec >--- replaced dir /usr/lib/ruby/gems/1.9.1/specifications ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi_c.so ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/variadic.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/union.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/types.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/tools/types_generator.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/tools/struct_generator.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/tools/generator_task.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/tools/generator.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/tools/const_generator.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/struct_layout_builder.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/struct.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/pointer.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-solaris/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-openbsd/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-netbsd/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-freebsd/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-darwin/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/sparcv9-solaris/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/sparc-solaris/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/sparc-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/s390x-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/s390-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/powerpc-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/powerpc-darwin/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/powerpc-aix/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/mipsel-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/mips-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/ia64-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i486-gnu/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-windows/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-solaris/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-openbsd/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-netbsd/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-freebsd/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-darwin/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-cygwin/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/hppa2.0-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/arm-linux/types.conf ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/memorypointer.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/managedstruct.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/library.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/io.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/ffi.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/errno.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/enum.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/callback.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/buffer.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/autopointer.rb ><<< obj /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi.rb >--- replaced dir /usr/lib/ruby/gems/1.9.1/gems >--- replaced dir /usr/lib/ruby/gems/1.9.1 >--- replaced dir /usr/lib/ruby/gems >--- replaced dir /usr/lib/ruby ><<< obj /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi_c.so.debug >--- replaced dir /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems >--- replaced dir /usr/lib/debug/usr/lib/ruby/gems/1.9.1 >--- replaced dir /usr/lib/debug/usr/lib/ruby/gems >--- replaced dir /usr/lib/debug/usr/lib/ruby >--- replaced dir /usr/lib/debug/usr/lib >--- replaced dir /usr/lib/debug/usr >--- replaced dir /usr/lib/debug >--- replaced dir /usr/lib >--- replaced dir /usr ><<< dir /usr/share/doc/ffi-1.4.0/examples ><<< dir /usr/share/doc/ffi-1.4.0 ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/tools ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-solaris ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-openbsd ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-netbsd ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-freebsd ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/x86_64-darwin ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/sparcv9-solaris ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/sparc-solaris ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/sparc-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/s390x-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/s390-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/powerpc-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/powerpc-darwin ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/powerpc-aix ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/mipsel-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/mips-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/ia64-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i486-gnu ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-windows ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-solaris ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-openbsd ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-netbsd ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-freebsd ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-darwin ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/i386-cygwin ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/hppa2.0-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform/arm-linux ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi/platform ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/ffi ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib ><<< dir /usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0 ><<< dir /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib ><<< dir /usr/lib/debug/usr/lib/ruby/gems/1.9.1/gems/ffi-1.4.0 >>>> Regenerating /etc/ld.so.cache... >>>> Original instance of package unmerged safely. >>>> dev-ruby/ffi-1.9.3 merged.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 512610
: 378384