Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jul 2021 10:42:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256935] multimedia/gstreamer1-libav does not build on aarch64 (includes patch)
Message-ID:  <bug-256935-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 256935
           Summary: multimedia/gstreamer1-libav does not build on aarch64
                    (includes patch)
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: pr@aoek.com
          Assignee: multimedia@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)

Created attachment 226167
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226167&action=
=3Dedit
Patched multimedia/gstreamer1-libav/Makefile to include LDFLAGS for aarch64

multimedia/gstreamer1-libav fails with
ld: error: can't create dynamic relocation R_AARCH64_ABS64 against local sy=
mbol
in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,note=
xt'
to allow text relocations in the output

The proposed patch adds LDFLAGS_aarch64=3D-Wl,-z,notext and fixes the probl=
em
(clean build).

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