[Bug 282381] emulators/dosbox-staging
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Oct 2024 11:47:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282381 Bug ID: 282381 Summary: emulators/dosbox-staging Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: makc@FreeBSD.org Reporter: ltning-freebsd@anduin.net Assignee: makc@FreeBSD.org Flags: maintainer-feedback?(makc@FreeBSD.org) Created attachment 254591 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254591&action=edit Patch to emulators/dosbox-staging/Makefile For some time, dosbox-staging has failed with SIGILL when installed from the FreeBSD package repositories. Building locally results in a working binary. After discussing with dosbox-staging developers on GitHub, this has been flagged as a bug in their meson build scripts causing `march=native` to be set. See https://github.com/dosbox-staging/dosbox-staging/issues/4020 Suggested workaround in attached patch: Pass the same MESON_ARGS as dosbox-staging uses in their own official builds until upstream has fixed the build scripts. -- You are receiving this mail because: You are the assignee for the bug.