On Wed, 26 May 2021 12:36:54 -0700 manp...@gmail.com wrote: > Hi George, > > You patch works and I have a successfully built libexecinfo now. Would > be great to have the patch committed so that we can all benefit from it > (both HEAD and 6.9 branch)! Thanks!
My patch is now obsolete. Yesterday, OpenBSD-current switched to src/gnu/lib/libexecinfo (commit by Todd Mortimer) and deleted ports/devel/libexecinfo. The new base libexecinfo doesn't use _builtin_frame_address, so it should avoid the error that broke the old ports libexecinfo on loongson. I don't commit my patch to 6.9 branch, but the few people who run 6.9-stable on mips* may apply my patch if they want. Beware that loongson is a slow platform. We might be waiting weeks to know whether loongson can build a snapshot release with the new base libexecinfo, and then build snapshot packages that depend on the base lib. --George