- * Package: dev-ruby/posix-spawn-0.3.6
- * Repository: gentoo
- * Maintainer: ruby@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- * Running unpack phase for all ...
- * Unpacking .gem file... ...
- [ ok ]
- * Uncompressing metadata ...
- [ ok ]
- * Unpacking data.tar.gz ...
- [ ok ]
- >>> Source unpacked in /tmp/portage/dev-ruby/posix-spawn-0.3.6/work
- >>> Preparing source in /tmp/portage/dev-ruby/posix-spawn-0.3.6/work ...
- * Running prepare phase for all ...
- * Running source copy phase for ruby18 ...
- * Running source copy phase for ruby19 ...
- * Running source copy phase for ree18 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-ruby/posix-spawn-0.3.6/work ...
- * Running configure phase for ruby18 ...
- creating Makefile
- * Running configure phase for ruby19 ...
- creating Makefile
- * Running configure phase for ree18 ...
- creating Makefile
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-ruby/posix-spawn-0.3.6/work ...
- * Running compile phase for ruby18 ...
- make -j24 -Cext
- make: Entering directory `/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ruby18/posix-spawn-0.3.6/ext'
- x86_64-pc-linux-gnu-gcc -I. -I/usr/lib64/ruby/1.8/x86_64-linux -I/usr/lib64/ruby/1.8/x86_64-linux -I. -fPIC -O2 -pipe -ggdb -march=native -ftracer -fno-strict-aliasing -fPIC -Wall -c posix-spawn.c
- In file included from /usr/lib64/ruby/1.8/x86_64-linux/ruby.h:24:0,
- from posix-spawn.c:14:
- /usr/lib64/ruby/1.8/x86_64-linux/config.h:20:0: warning: "_GNU_SOURCE" redefined [enabled by default]
- posix-spawn.c:3:0: note: this is the location of the previous definition
- posix-spawn.c: In function 'rb_posixspawn_pspawn':
- posix-spawn.c:414:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- posix-spawn.c:420:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- x86_64-pc-linux-gnu-gcc -shared -o posix_spawn_ext.so posix-spawn.o -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby18 -lpthread -lrt -ldl -lcrypt -lm -lc
- make: Leaving directory `/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ruby18/posix-spawn-0.3.6/ext'
- * Running compile phase for ruby19 ...
- make -j24 -Cext
- make: Entering directory `/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ruby19/posix-spawn-0.3.6/ext'
- compiling posix-spawn.c
- In file included from /usr/include/ruby-1.9.1/ruby/ruby.h:24:0,
- from /usr/include/ruby-1.9.1/ruby.h:32,
- from posix-spawn.c:14:
- /usr/include/ruby-1.9.1/x86_64-linux/ruby/config.h:17:0: warning: "_GNU_SOURCE" redefined [enabled by default]
- posix-spawn.c:3:0: note: this is the location of the previous definition
- posix-spawn.c: In function 'rb_posixspawn_pspawn':
- posix-spawn.c:414:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- posix-spawn.c:420:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- linking shared-object posix_spawn_ext.so
- make: Leaving directory `/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ruby19/posix-spawn-0.3.6/ext'
- * Running compile phase for ree18 ...
- make -j24 -Cext
- make: Entering directory `/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ree18/posix-spawn-0.3.6/ext'
- x86_64-pc-linux-gnu-gcc -I. -I/usr/lib64/rubyee/1.8/x86_64-linux -I/usr/lib64/rubyee/1.8/x86_64-linux -I. -fPIC -O2 -pipe -ggdb -march=native -ftracer -fno-strict-aliasing -fPIC -Wall -c posix-spawn.c
- In file included from /usr/lib64/rubyee/1.8/x86_64-linux/ruby.h:24:0,
- from posix-spawn.c:14:
- /usr/lib64/rubyee/1.8/x86_64-linux/config.h:20:0: warning: "_GNU_SOURCE" redefined [enabled by default]
- posix-spawn.c:3:0: note: this is the location of the previous definition
- posix-spawn.c: In function 'rb_posixspawn_pspawn':
- posix-spawn.c:414:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- posix-spawn.c:420:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
- x86_64-pc-linux-gnu-gcc -shared -o posix_spawn_ext.so posix-spawn.o -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lrubyee18 -lpthread -lrt -ldl -lcrypt -lm -lc
- make: Leaving directory `/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ree18/posix-spawn-0.3.6/ext'
- * Running compile phase for all ...
- >>> Source compiled.
- * Running test phase for ruby18 ...
- Loaded suite test
- Started
- .............................................................hiya
- F........................................
- Finished in 0.76173 seconds.
- 1) Failure:
- test_spawn_close_invalid_fd_raises_exception(PosixSpawnTest)
- [./test/test_spawn.rb:332:in `assert_process_exit_status'
- ./test/test_spawn.rb:119:in `test_spawn_close_invalid_fd_raises_exception']:
- <127> expected but was
- <0>.
- 102 tests, 320 assertions, 1 failures, 0 errors
- * ERROR: dev-ruby/posix-spawn-0.3.6 failed (test phase):
- * (no error message)
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_test
- * environment, line 4432: Called ruby-ng_src_test
- * environment, line 4142: Called _ruby_each_implementation 'each_ruby_test'
- * environment, line 494: Called _ruby_invoke_environment 'ruby18' 'each_ruby_test'
- * environment, line 546: Called each_ruby_test
- * environment, line 819: Called die
- * The specific snippet of code:
- * ${RUBY} -Ilib -S testrb test || die
- *
- * If you need support, post the output of `emerge --info '=dev-ruby/posix-spawn-0.3.6'`,
- * the complete build log and the output of `emerge -pqv '=dev-ruby/posix-spawn-0.3.6'`.
- !!! When you file a bug report, please include the following information:
- GENTOO_VM= CLASSPATH="/usr/libexec/ccp4/bin:/usr/libexec/ccp4/bin:" JAVA_HOME="/etc/java-config-2/current-system-vm"
- JAVACFLAGS="" COMPILER=""
- and of course, the output of emerge --info
- * The complete build log is located at '/var/log/portage/dev-ruby:posix-spawn-0.3.6:20120620-074321.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-ruby/posix-spawn-0.3.6/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-ruby/posix-spawn-0.3.6/temp/environment'.
- * Working directory: '/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ruby18/posix-spawn-0.3.6'
- * S: '/tmp/portage/dev-ruby/posix-spawn-0.3.6/work/ruby18/posix-spawn-0.3.6'
- >>> Install posix-spawn-0.3.6 into /tmp/portage/dev-ruby/posix-spawn-0.3.6/image/ category dev-ruby
- * Running install phase for ruby18 ...
- * Running install phase for ruby19 ...
- * Running install phase for ree18 ...
- * Running install phase for all ...
- * Running check install phase for ruby18 ...
- * Running check install phase for ruby19 ...
- * Running check install phase for ree18 ...
- >>> Completed installing posix-spawn-0.3.6 into /tmp/portage/dev-ruby/posix-spawn-0.3.6/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/lib64/rubyee/gems/1.8/gems/posix-spawn-0.3.6/lib/posix_spawn_ext.so
- usr/lib64/ruby/gems/1.9.1/gems/posix-spawn-0.3.6/lib/posix_spawn_ext.so
- usr/lib64/ruby/gems/1.8/gems/posix-spawn-0.3.6/lib/posix_spawn_ext.so