Bug 217762 - devel/qt5-qmake cannot be built on powerpc64
Summary: devel/qt5-qmake cannot be built on powerpc64
Status: Closed DUPLICATE of bug 204923
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-13 16:55 UTC by Hiroo Ono
Modified: 2018-02-28 16:48 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments
failed build log from poudriere. (12.09 KB, text/plain)
2017-03-13 16:55 UTC, Hiroo Ono
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2017-03-13 16:55:17 UTC
Created attachment 180783 [details]
failed build log from poudriere.

as there is USES= compiler:c++11-lib in Makefile, CXX="g++49" is specified on MAKE_ENV section, but at the build phase, "g++" is used as the command. On powerpc64, it triggers gcc 4.2.1 in base, which does not support c++11.

poudriere log on FreeBSD/powerpc64 r313561 attached.
Comment 1 groot 2017-06-15 09:38:23 UTC
This is basically a dup of PR204923 .. g++49 is used to recognize whether it's clang or gcc, and then the mkspec file for g++ is used. And *that* file sets the compiler to g++, no suffix, regardless of the environment.

Loise mentions in the other PR she's working on this upstream, but it's slow going.
Comment 2 Walter Schwarzenfeld 2018-02-28 16:48:48 UTC

*** This bug has been marked as a duplicate of bug 204923 ***