[Bug 216816] [PATCH] devel/qt5: In arch.test, use CXXFLAGS from make environment

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 6 19:52:20 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216816

--- Comment #10 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Tobias C. Berner from comment #9)

[Note: My activity has only been doing some test builds,
not installing and using what is built. I've not been
one testing the patch but just normal builds.]

arm64.aarch64 has been building qt5-gui just fine,
including qt5-gui-5.7.1_1 . No patch required.
This is with (my typical context so far for
arm64.aarch64 ):

CFLAGS+= -mcpu=cortex-a53
CXXFLAGS+= -mcpu=cortex-a53
CPPFLAGS+= -mcpu=cortex-a53


arm.armv6 has not been building qt5-gui for a
long time (no patch applied). Bugzilla 206348
goes back to 2016-Jan-17 for its submittal.
This is with (my typical context for arm.armv6 ):

CFLAGS+= -mcpu=cortex-a7
CXXFLAGS+= -mcpu=cortex-a7
CPPFLAGS+= -mcpu=cortex-a7

(Nothing depending on qt5-gui has had a
build start in my activity for this
context.)


adm64.adm64 has been building qt5-gui just fine.
(No explicit -mcpu assignments.)


(It has been years since I've tried on/for
powerpc.powerpc or powerpc.powerpc64 . I've
never tried any other architectures.)


The only context that I know of failing to
build without the patch is tied to arm.armv6 .
Comment #8 reports that this context builds
qt50-ui with the patch just fine.

I do not know if the likes of amd64.amd64 or
arm64.aarch64 or any others have been tested
with the patch to see if they still build.

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


More information about the kde-freebsd mailing list