[Bug 271987] emulators/mame: broken on arm again
Date: Wed, 14 Jun 2023 07:12:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271987 Bug ID: 271987 Summary: emulators/mame: broken on arm again Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: fuz@FreeBSD.org CC: agh@riseup.net CC: agh@riseup.net Flags: maintainer-feedback?(agh@riseup.net) It's broken on arm again. This is a known issue and can be fixed by importing appropriate patched from other ports (which I had previously written to fix the same issue). Will take care of it soonish. ../../../../../3rdparty/lzma/C/7zCrc.c:158:1: warning: unknown architecture 'armv8-a+crc' in the 'target' attribute string; 'target' attribute ignored [-Wignored-attributes] ATTRIB_CRC ^ ../../../../../3rdparty/lzma/C/7zCrc.c:89:58: note: expanded from macro 'ATTRIB_CRC' #define ATTRIB_CRC __attribute__((__target__("arch=armv8-a+crc"))) ^ ../../../../../3rdparty/lzma/C/7zCrc.c:160:1: warning: unknown architecture 'armv8-a+crc' in the 'target' attribute string; 'target' attribute ignored [-Wignored-attributes] ATTRIB_CRC ^ ../../../../../3rdparty/lzma/C/7zCrc.c:89:58: note: expanded from macro 'ATTRIB_CRC' #define ATTRIB_CRC __attribute__((__target__("arch=armv8-a+crc"))) ^ ../../../../../3rdparty/lzma/C/7zCrc.c:190:1: warning: unknown architecture 'armv8-a+crc' in the 'target' attribute string; 'target' attribute ignored [-Wignored-attributes] ATTRIB_CRC ^ ../../../../../3rdparty/lzma/C/7zCrc.c:89:58: note: expanded from macro 'ATTRIB_CRC' #define ATTRIB_CRC __attribute__((__target__("arch=armv8-a+crc"))) ^ ../../../../../3rdparty/lzma/C/7zCrc.c:192:1: warning: unknown architecture 'armv8-a+crc' in the 'target' attribute string; 'target' attribute ignored [-Wignored-attributes] ATTRIB_CRC ^ ../../../../../3rdparty/lzma/C/7zCrc.c:89:58: note: expanded from macro 'ATTRIB_CRC' #define ATTRIB_CRC __attribute__((__target__("arch=armv8-a+crc"))) ^ fatal error: error in backend: Cannot select: intrinsic %llvm.arm.crc32b -- You are receiving this mail because: You are the assignee for the bug.