On Tue, Jan 18, 2022 at 10:39 AM <k...@openbsd.org> wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Sat Jan 15 15:24:01 MST 2022 > Finished: Tue Jan 18 11:36:52 MST 2022 > Duration: 2 Days 20 hours 13 minutes > > Built using OpenBSD 7.0-current (GENERIC.MP) #1147: Fri Jan 14 14:00:29 > MST 2022 > > Built 9414 packages > > Number of packages built each day: > Jan 15: 6094 > Jan 16: 1843 > Jan 17: 1321 > Jan 18: 156 > > > Critical path missing pkgs: > http://build-failures.rhaalovely.net/sparc64/2022-01-15/summary.log > > Build failures: 42 > http://build-failures.rhaalovely.net/sparc64/2022-01-15/lang/ruby/3.1.log
This is due to __builtin_swap32 and __builtin_swap64 not being defined on sparc64, but Ruby thinking they should be defined due to the GCC version in use. I'm testing a patch to work around that and will commit it shortly. Thanks, Jeremy