[Bug 295274] lang/swipl: update to 10.0.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 29 May 2026 21:36:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295274

--- Comment #5 from Nikolaj Thygesen <mailinglist@diamondbox.dk> ---
(In reply to dewayne from comment #4)

The reason uuid's fail is that we have (incompatible) uuid support in libc, and
at runtime libc code hops right in front of ossp-uuid-code causing a crash! :o(

One can get it to work by:

LD_PRELOAD=/usr/local/lib/libossp-uuid.so <swipl-program-using-uuid's>

... but this obviously sucks, and I have no idea how to permanentalize this!

-- 
You are receiving this mail because:
You are the assignee for the bug.