Bug 193049 - devel/cmake fails to link when built with gcc47
Summary: devel/cmake fails to link when built with gcc47
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-26 22:12 UTC by Justin Hibbits
Modified: 2015-12-30 02:47 UTC (History)
1 user (show)

See Also:


Attachments
Log file of build failure (52.30 KB, text/x-log)
2014-08-26 22:12 UTC, Justin Hibbits
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Hibbits freebsd_committer freebsd_triage 2014-08-26 22:12:40 UTC
Created attachment 146344 [details]
Log file of build failure

If I set USE_GCC=yes in make.conf, devel/cmake seems to compile fine, but fails at the link stage with:

  /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /wrkdirs/usr/ports/devel/cmake/work/cmake-2.8.12.1/Bootstrap.cmk/cmake not found

I've attached the log file generated during this build (using poudriere).
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2014-08-29 10:53:45 UTC
over to maintainers
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-12-03 17:30:02 UTC
Is this still a problem with CMake 3.4.0? Base's libstdc++ shouldn't be used with a GCC from ports.
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-12-22 12:11:44 UTC
Closing with "Feedback timeout". Feel free to reopen if this is still an issue.
Comment 4 Justin Hibbits freebsd_committer freebsd_triage 2015-12-30 02:47:10 UTC
Sorry for the delay, I've been very busy lately.  I just tested with latest and greatest (3.4.1) in poudriere, and it built just fine.