Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 14:21:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265342] audio/dexed: fix build on armv7 arm64
Message-ID:  <bug-265342-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265342

            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=3D235390&action=
=3Dedit
audio/dexed: fix build on armv7 arm64

Contrary to what was said in f5762a9, this was not caused by a compiler err=
or
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265342-7788>