Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835329 - dev-ruby/pg-1.2.3 fails tests on MUSL
Summary: dev-ruby/pg-1.2.3 fails tests on MUSL
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-15 09:16 UTC by Agostino Sarubbo
Modified: 2023-03-15 14:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,70.18 KB, text/plain)
2022-03-15 09:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-03-15 09:16:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/pg-1.2.3 fails tests on MUSL.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-15 09:16:32 UTC
Created attachment 767096 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-15 09:16:33 UTC
Error(s) that match a know pattern:


      Failure/Error: expect( t ).to be_alive()
      Failure/Error: serv = TCPServer.new( '127.0.0.1', 54320 )
     Failure/Error: c = PG::Connection.connect_start( '127.0.0.1', 54320, "", "", "me", "xxxx", "somedb" )
     Failure/Error: conn = described_class.connect_start( '127.0.0.1', 54320, "", "", "me", "xxxx", "somedb" )
     Failure/Error: expect( t ).to be_alive()
     Failure/Error: expect( trace_data ).to eq( expected_trace_output )
     Failure/Error: serv = TCPServer.new( '127.0.0.1', 54320 )
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-15 14:31:22 UTC
/var/tmp/portage/dev-ruby/pg-1.2.3/work/ruby26/pg-1.2.3/spec/pg/connection_spec.rb:1659:in `initialize': Address in use - bind(2) for "127.0.0.1" port 54320 (Errno::EADDRINUSE)

But also this is a pretty old version and they've fixed a lot of test issues since.