Building qt5-gui port?

Steve Kargl sgk at troutmask.apl.washington.edu
Sun Feb 10 18:32:54 UTC 2019


On Sun, Feb 10, 2019 at 10:24:43AM -0800, Mark Millard wrote:
> 
> My reference to building for armv7 not having a problem in
> my builds is an example of a 32-bit-target context for
> qt5-gui. So i386 specific or some other aspect of how its
> build was attempted might be involved in your context.
> 

Do you use -march=native -mtune=native with clang in
freebsd-current on all those architectures?

I can build qt5-gui with "-march=i486", "-march=i686"
"-march=i686 -mmmx", "-march=i686 -mmmx -msse".  I'll
be adding each of -msse2, -msse3, -mssse3, -mcx16,
-mfxsr, and -msahf to CFLAGS to see which one is causing
the problem.

If adding all of the -target-feature options turned on
by core2 work with i686, I'll then up i686 and repeat.

In the end, this looks like a "wrong code" issue with
llvm/clang/clang++.

-- 
Steve


More information about the freebsd-ports mailing list