* Package: dev-ruby/psych-4.0.3 * Repository: gentoo * Maintainer: ruby@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ruby_targets_ruby30 userland_GNU * FEATURES: ccache network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... * Running unpack phase for all ... * Unpacking .gem file... * Uncompressing metadata * Unpacking data.tar.gz [ ok ] >>> Source unpacked in /var/tmp/portage/dev-ruby/psych-4.0.3/work >>> Preparing source in /var/tmp/portage/dev-ruby/psych-4.0.3/work ... * Running prepare phase for all ... [ ok ] * Running prepare phase for all ... [ !! ] * Running source copy phase for ruby30 ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-ruby/psych-4.0.3/work ... * Running configure phase for ruby30 ... checking for yaml.h... yes checking for yaml_get_version() in -lyaml... yes creating Makefile [ ok ] >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-ruby/psych-4.0.3/work ... * Running compile phase for ruby30 ... make -j5 -l6 V=1 -C ext/psych make: Entering directory '/var/tmp/portage/dev-ruby/psych-4.0.3/work/ruby30/psych-4.0.3/ext/psych' x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.0.0/x86_64-linux -I/usr/include/ruby-3.0.0/ruby/backward -I/usr/include/ruby-3.0.0 -I. -fPIC -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -o psych.o -c psych.c x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.0.0/x86_64-linux -I/usr/include/ruby-3.0.0/ruby/backward -I/usr/include/ruby-3.0.0 -I. -fPIC -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -o psych_yaml_tree.o -c psych_yaml_tree.c x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.0.0/x86_64-linux -I/usr/include/ruby-3.0.0/ruby/backward -I/usr/include/ruby-3.0.0 -I. -fPIC -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -o psych_to_ruby.o -c psych_to_ruby.c x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.0.0/x86_64-linux -I/usr/include/ruby-3.0.0/ruby/backward -I/usr/include/ruby-3.0.0 -I. -fPIC -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -o psych_parser.o -c psych_parser.c x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.0.0/x86_64-linux -I/usr/include/ruby-3.0.0/ruby/backward -I/usr/include/ruby-3.0.0 -I. -fPIC -O2 -march=native -pipe -fuse-linker-plugin -flto -Wl,-flto -ftree-vectorize -falign-functions=32 -fgraphite-identity -floop-nest-optimize -fno-common -fno-lto -fno-use-linker-plugin -o psych_emitter.o -c psych_emitter.c rm -f psych.so x86_64-pc-linux-gnu-gcc -shared -o psych.so psych.o psych_emitter.o psych_parser.o psych_to_ruby.o psych_yaml_tree.o -L. -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin -Wl,-O1 -Wl,--as-needed -flto -Wl,--hash-style=gnu -fno-lto -fno-use-linker-plugin -Wl,--compress-debug-sections=zlib -lruby30 -lyaml -lm -lc make: Leaving directory '/var/tmp/portage/dev-ruby/psych-4.0.3/work/ruby30/psych-4.0.3/ext/psych' [ ok ] * Running compile phase for all ... [ ok ] >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: dev-ruby/psych-4.0.3 >>> Install dev-ruby/psych-4.0.3 into /var/tmp/portage/dev-ruby/psych-4.0.3/image * Running install phase for ruby30 ... /usr/lib64/ruby/3.0.0/yaml.rb:3: warning: It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. :85:in `require': /usr/lib64/ruby/gems/3.0.0/gems/psych-4.0.3/lib/psych.so: undefined symbol: Init_psych - /usr/lib64/ruby/gems/3.0.0/gems/psych-4.0.3/lib/psych.so (LoadError) from :85:in `require' from /usr/lib64/ruby/gems/3.0.0/gems/psych-4.0.3/lib/psych.rb:13:in `' from :85:in `require' from :85:in `require' from /usr/lib64/ruby/3.0.0/yaml.rb:4:in `' from :85:in `require' from :85:in `require' * ERROR: dev-ruby/psych-4.0.3::gentoo failed (install phase): * Unable to generate gemspec file. * * Call stack: * ebuild.sh, line 127: Called src_install * environment, line 2241: Called ruby-ng_src_install * environment, line 1847: Called _ruby_each_implementation 'each_ruby_install' * environment, line 561: Called _ruby_invoke_environment 'ruby30' 'each_ruby_install' * environment, line 690: Called each_ruby_install * environment, line 913: Called each_fakegem_install * environment, line 863: Called ruby_fakegem_install_gemspec * environment, line 2124: Called die * The specific snippet of code: * fi ) || die "Unable to generate gemspec file."; * * If you need support, post the output of `emerge --info '=dev-ruby/psych-4.0.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-ruby/psych-4.0.3::gentoo'`. * The complete build log is located at '/var/log/portage/dev-ruby:psych-4.0.3:20220427-205121.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-ruby/psych-4.0.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/psych-4.0.3/temp/environment'. * Working directory: '/var/tmp/portage/dev-ruby/psych-4.0.3/work/ruby30/psych-4.0.3' * S: '/var/tmp/portage/dev-ruby/psych-4.0.3/work/ruby30/psych-4.0.3'