[Bug 223988] devel/qt4-dbus: mark broken on aarch64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 2 11:40:53 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223988
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #1 from Adriaan de Groot <adridg at freebsd.org> ---
Created attachment 189334
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189334&action=edit
Patch out constness
Probably the port should be marked broken on aarch64 -- there does not seem to
be any native atomic operations for the architecture (there is armv7, but
forcing that implementation of atomics yields lots of inline-assembly errors).
The qglobal.h on aarch64 #defines Q_ARCH_GENERIC, so it's not being detected
properly elsewhere.
Since Qt4 was end-of-lifed around 2012, with extended-extended-enterprise
support lasting through 2015, I can imagine there was not much 64-bit ARM
support back then.
The newly attached patch, though, gets devel/qt4-dbus to compile .. I can
imagine adding that to extrapatches for aarch64 as it seems a bit of a hack
anyway.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list