Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2016 03:34:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207324] lang/lua52: on arm (rpi2), lapi.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' . . . recompile with -fPIC
Message-ID:  <bug-207324-13-jA8QCj8CbO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207324-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207324-13@https.bugs.freebsd.org/bugzilla/>

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

Ian Lepore <ian@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Some People
                 CC|                            |ian@FreeBSD.org
             Status|New                         |In Progress
           Assignee|freebsd-ports-bugs@FreeBSD. |ian@FreeBSD.org
                   |org                         |

--- Comment #1 from Ian Lepore <ian@FreeBSD.org> ---
Confirmed, all the lua ports fail to build on armv6 when CPUTYPE or -march =
has
been set to a non-default value.  I think we need to use -fPIC on all arche=
s,
it's the right thing to do considering the files are being compiled into a
shared lib, and only a couple arches can accidentally do that without -fPIC.

I'll get the change made in all 3 lua ports.

--=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-207324-13-jA8QCj8CbO>