[Bug 265342] audio/dexed: fix build on armv7 arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 14:21:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265342 Bug ID: 265342 Summary: audio/dexed: fix build on armv7 arm64 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: fuz@fuz.su CC: yuri@freebsd.org Assignee: yuri@freebsd.org Flags: maintainer-feedback?(yuri@freebsd.org) Attachment #235390 maintainer-approval?(yuri@freebsd.org) Flags: CC: yuri@freebsd.org Created attachment 235390 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235390&action=edit audio/dexed: fix build on armv7 arm64 Contrary to what was said in f5762a9, this was not caused by a compiler error but rather by the armv7/arm64 ABI using an unsigned character type. These platforms have unsigned character types. Fix various pieces of code that assume otherwise. While we are at it, kill -Werror as per policy. Tested with Poudriere on armv7 arm64 amd64 FreeBSD 13.1. -- You are receiving this mail because: You are the assignee for the bug.