Source: ruby3.3 Version: 3.3.5-2 Severity: normal User: [email protected] Usertags: alpha
Hello, ruby3.3 currently FTBFS on alpha due to an incorrect expectation in the test suite [1]: 1) Failure: TestFiddle#test_dlopen_linker_script_group_linux [/<<PKGBUILDDIR>>/test/fiddle/test_fiddle.rb:52]: <"libc.so"> expected but was <"libc.so.6">. Finished tests in 4822.844935s, 5.5069 tests/s, 1310.0452 assertions/s. 26559 tests, 6318145 assertions, 1 failures, 0 errors, 179 skips On alpha the libc version is 6.1 hence stripping off the final dot and number from the libc shared libary will indeed leave "libc.so.6" but the test has made an incorrect assumption about what libc versions might exist in the wild, so fails. Cheers, Michael. [1] https://buildd.debian.org/status/fetch.php?pkg=ruby3.3&arch=alpha&ver=3.3.5-2&stamp=1729122466&raw=0

