Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275767 Details for
Bug 370007
dev-ruby/pg-0.9.0-r1 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
dev-ruby:pg-0.9.0-r1:20110604-102928.log (text/plain), 10.46 KB, created by
Paweł Hajdan, Jr. (RETIRED)
on 2011-06-04 10:34:35 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Paweł Hajdan, Jr. (RETIRED)
Created:
2011-06-04 10:34:35 UTC
Size:
10.46 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-ruby/pg-0.9.0-r1 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: ruby@gentoo.org >[32;01m * [39;49;00mUSE: elibc_glibc kernel_linux ruby_targets_ruby18 test userland_GNU x86 >[32;01m * [39;49;00mFEATURES: sandbox splitdebug test userpriv usersandbox >You should enable -g (or higher) for debugging! >>>> Unpacking source... > [32;01m*[0m Running unpack phase for all ... > [32;01m*[0m Unpacking .gem file... ... >[A[144C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Uncompressing metadata ... >[A[144C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Unpacking data.tar.gz ... >[A[144C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked in /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work >>>> Preparing source in /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work ... > [32;01m*[0m Running prepare phase for all ... > [32;01m*[0m Running source copy phase for ruby18 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work ... > [32;01m*[0m Running configure phase for ruby18 ... >/var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/ext /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0 /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work >checking for pg_config... yes >checking for libpq-fe.h... yes >checking for libpq/libpq-fs.h... yes >checking for PQconnectdb() in -lpq... yes >checking for PQconnectionUsedPassword()... yes >checking for PQisthreadsafe()... yes >checking for PQprepare()... yes >checking for PQexecParams()... yes >checking for PQescapeString()... yes >checking for PQescapeStringConn()... yes >checking for lo_create()... yes >checking for pg_encoding_to_char()... yes >checking for PQsetClientEncoding()... yes >checking for unistd.h... yes >creating extconf.h >creating Makefile >/var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0 /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work ... > [32;01m*[0m Running compile phase for ruby18 ... >/var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/ext /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0 /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work >make -j3 'CFLAGS=-O2 -march=i686 -pipe -fPIC' 'archflag=-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' >i686-pc-linux-gnu-gcc -I. -I. -I/usr/lib/ruby/1.8/i686-linux -I. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -I/usr/include/postgresql-9.0 -O2 -march=i686 -pipe -fPIC -c compat.c >i686-pc-linux-gnu-gcc -I. -I. -I/usr/lib/ruby/1.8/i686-linux -I. -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -I/usr/include/postgresql-9.0 -O2 -march=i686 -pipe -fPIC -c pg.c >i686-pc-linux-gnu-gcc -shared -o pg_ext.so compat.o pg.o -L. -L/usr/lib -Wl,-R/usr/lib -L. -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -L/usr/lib/postgresql-9.0/lib -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby18 -lpq -lpthread -lrt -ldl -lcrypt -lm -lc >/var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0 /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work > [32;01m*[0m Running compile phase for all ... >>>> Source compiled. > [32;01m*[0m Running test phase for ruby18 ... > >multinationalization support >- should return the same bytes in text format that are sent as inline text (PENDING: depends on m17n support in Ruby >= 1.9.1) > >multinationalization support rubyforge #22925: m17n support >- should return results in the same encoding as the client (iso-8859-1) (PENDING: depends on m17n support in Ruby >= 1.9.1) >- should return results in the same encoding as the client (utf-8) (PENDING: depends on m17n support in Ruby >= 1.9.1) >- should return results in the same encoding as the client (EUC-JP) (PENDING: depends on m17n support in Ruby >= 1.9.1) >- returns the results in the correct encoding even if the client_encoding has changed since the results were fetched (PENDING: depends on m17n support in Ruby >= 1.9.1) >- the connection should return ASCII-8BIT when the server encoding is SQL_ASCII (PENDING: depends on m17n support in Ruby >= 1.9.1) >- works around the unsupported JOHAB encoding by returning stuff in 'ASCII_8BIT' (PENDING: depends on m17n support in Ruby >= 1.9.1) >- should use client encoding for escaped string (PENDING: depends on m17n support in Ruby >= 1.9.1) > >PGconn >Setting up test database for PGconn tests >RuntimeError during test setup: Command failed: [initdb --no-locale -D /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/data] >See /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/setup.log for details. >- before(:all) (FAILED - 1) >Tearing down test database >- after(:all) (FAILED - 2) > >PGresult >Setting up test database for PGresult tests >RuntimeError during test setup: Command failed: [initdb --no-locale -D /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/data] >See /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/setup.log for details. >- before(:all) (FAILED - 3) >Tearing down test database >- after(:all) (FAILED - 4) > >Pending: > >multinationalization support should return the same bytes in text format that are sent as inline text (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:42 > >multinationalization support rubyforge #22925: m17n support should return results in the same encoding as the client (iso-8859-1) (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:56 > >multinationalization support rubyforge #22925: m17n support should return results in the same encoding as the client (utf-8) (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:67 > >multinationalization support rubyforge #22925: m17n support should return results in the same encoding as the client (EUC-JP) (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:78 > >multinationalization support rubyforge #22925: m17n support returns the results in the correct encoding even if the client_encoding has changed since the results were fetched (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:91 > >multinationalization support rubyforge #22925: m17n support the connection should return ASCII-8BIT when the server encoding is SQL_ASCII (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:104 > >multinationalization support rubyforge #22925: m17n support works around the unsupported JOHAB encoding by returning stuff in 'ASCII_8BIT' (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:108 > >multinationalization support rubyforge #22925: m17n support should use client encoding for escaped string (depends on m17n support in Ruby >= 1.9.1) >./spec/m17n_spec.rb:122 > >1) >RuntimeError in 'PGconn before(:all)' >Command failed: [initdb --no-locale -D /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/data] >./spec/lib/helpers.rb:130:in `log_and_run' >./spec/lib/helpers.rb:180:in `setup_testing_db' >./spec/pgconn_spec.rb:27: > >2) >RuntimeError in 'PGconn after(:all)' >Command failed: [pg_ctl -D /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/data stop] >./spec/lib/helpers.rb:130:in `log_and_run' >./spec/lib/helpers.rb:212:in `teardown_testing_db' >./spec/pgconn_spec.rb:289: > >3) >RuntimeError in 'PGresult before(:all)' >Command failed: [initdb --no-locale -D /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/data] >./spec/lib/helpers.rb:130:in `log_and_run' >./spec/lib/helpers.rb:180:in `setup_testing_db' >./spec/pgresult_spec.rb:26: > >4) >RuntimeError in 'PGresult after(:all)' >Command failed: [pg_ctl -D /var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0/tmp_test_specs/data stop] >./spec/lib/helpers.rb:130:in `log_and_run' >./spec/lib/helpers.rb:212:in `teardown_testing_db' >./spec/pgresult_spec.rb:216: > >Finished in 0.200807 seconds > >8 examples, 4 failures, 8 pending > [31;01m*[0m ERROR: dev-ruby/pg-0.9.0-r1 failed (test phase): > [31;01m*[0m spec failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 56: Called src_test > [31;01m*[0m environment, line 2754: Called ruby-ng_src_test > [31;01m*[0m environment, line 2458: Called _ruby_each_implementation 'each_ruby_test' > [31;01m*[0m environment, line 349: Called _ruby_invoke_environment 'ruby18' 'each_ruby_test' > [31;01m*[0m environment, line 389: Called each_ruby_test > [31;01m*[0m environment, line 824: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m ${RUBY} -Ilib -S spec -Du -fs spec/*_spec.rb || die "spec failed"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of 'emerge --info =dev-ruby/pg-0.9.0-r1', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-ruby/pg-0.9.0-r1'. > [31;01m*[0m The complete build log is located at '/var/log/emerge/dev-ruby:pg-0.9.0-r1:20110604-102928.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-ruby/pg-0.9.0-r1/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/dev-ruby/pg-0.9.0-r1/work/ruby18/pg-0.9.0' > >>>> Install pg-0.9.0-r1 into /var/tmp/portage/dev-ruby/pg-0.9.0-r1/image/ category dev-ruby > [32;01m*[0m Running install phase for ruby18 ... > [32;01m*[0m Running install phase for all ... > [32;01m*[0m Running check install phase for ruby18 ... >>>> Completed installing pg-0.9.0-r1 into /var/tmp/portage/dev-ruby/pg-0.9.0-r1/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/ruby/gems/1.8/gems/pg-0.9.0/lib/pg_ext.so > [32;01m*[39;49;00m checking 7 files for package collisions >--- /usr/ >--- /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/1.8/ >--- /usr/lib/debug/usr/lib/ruby/gems/1.8/gems/ >>>> /usr/lib/debug/usr/lib/ruby/gems/1.8/gems/pg-0.9.0/ >>>> /usr/lib/debug/usr/lib/ruby/gems/1.8/gems/pg-0.9.0/lib/ >>>> /usr/lib/debug/usr/lib/ruby/gems/1.8/gems/pg-0.9.0/lib/pg_ext.so.debug >--- /usr/lib/ruby/ >--- /usr/lib/ruby/gems/ >--- /usr/lib/ruby/gems/1.8/ >--- /usr/lib/ruby/gems/1.8/specifications/ >>>> /usr/lib/ruby/gems/1.8/specifications/pg-0.9.0.gemspec >--- /usr/lib/ruby/gems/1.8/gems/ >>>> /usr/lib/ruby/gems/1.8/gems/pg-0.9.0/ >>>> /usr/lib/ruby/gems/1.8/gems/pg-0.9.0/lib/ >>>> /usr/lib/ruby/gems/1.8/gems/pg-0.9.0/lib/pg.rb >>>> /usr/lib/ruby/gems/1.8/gems/pg-0.9.0/lib/pg_ext.so >--- /usr/share/ >--- /usr/share/doc/ >>>> /usr/share/doc/pg-0.9.0-r1/ >>>> /usr/share/doc/pg-0.9.0-r1/Contributors.bz2 >>>> /usr/share/doc/pg-0.9.0-r1/README.bz2 >>>> /usr/share/doc/pg-0.9.0-r1/ChangeLog.bz2
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 370007
: 275767