[Bug 277869] games/eduke23: build failure for 20240316
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 277869] games/eduke23: build failure for 20240316"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 16:36:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277869 Felix Palmen <zirias@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zirias@freebsd.org --- Comment #1 from Felix Palmen <zirias@freebsd.org> --- Created attachment 249683 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249683&action=edit Fix build disabling mimalloc Here's a patch fixing the build... (The patch actually contains two commits, the first just enables a verbose build log so you can better see what's going on) It seems to be caused by some problem of the bundled mimalloc allocator with clang17. The patch simply disables using this allocator (I have doubts it makes that much sense not to use our libc's allocator). Runtime testing pending, have to wait for a huge bulk build of my package repos. If it works fine, I'll ask for maintainer approval ;) -- You are receiving this mail because: You are the assignee for the bug.