Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2021 08:12:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254234] multimedia/arcan: fix build on aarch64
Message-ID:  <bug-254234-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 254234
           Summary: multimedia/arcan: fix build on aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: http://ampere2.nyi.freebsd.org/data/main-arm64-default
                    /p568049_s15565e0a21/logs/errors/arcan-0.6.0.1_3.log
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: mikael@FreeBSD.org
          Assignee: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)

Created attachment 223201
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223201&action=
=3Dedit
v0

Remove march=3Dnative compiler flag as it breaks building on aarch64:

error:
pkg-static: Unable to access file
/wrkdirs/usr/ports/multimedia/arcan/work/stage/usr/local/bin/afsrv_encode:No
such file or directory

due to (make configure): (encode) disabled, lzma not found

In CMakeError.log:=20
Determining if the function lzma_auto_decoder exists in the /usr/lib/liblzm=
a.so
failed with the following output:
c++: error: the clang compiler does not support '-march=3Dnative'

--=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-254234-7788>