This is related to PR 196712 and blocks updating the default version of GCC from 4.8 to 4.9. http://package18.nyi.freebsd.org/data/93i386-default-PR196712/2015-01-18_16h49m19s/logs/errors/gle-graphics-4.2.4.c_2.log gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/gle-graphics/work/gle-graphics-4.2.4c/src/gui' gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/gle-graphics/work/gle-graphics-4.2.4c/src/gui' gmake -C src/fonts -f Makefile.gcc gmake[1]: Entering directory '/wrkdirs/usr/ports/graphics/gle-graphics/work/gle-graphics-4.2.4c/src/fonts' ../../build/bin/fbuild glemark.gle /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.20 required by /wrkdirs/usr/ports/graphics/gle-graphics/work/gle-graphics-4.2.4c/build/bin/fbuild not found Makefile.gcc:243: recipe for target 'glemark.fve' failed gmake[1]: *** [glemark.fve] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/gle-graphics/work/gle-graphics-4.2.4c/src/fonts' Makefile:153: recipe for target 'make_all' failed gmake: *** [make_all] Error 2 *** [do-build] Error code 1
Auto-assigned to maintainer nivit@FreeBSD.org
A commit references this bug: Author: nivit Date: Mon Feb 23 15:35:32 UTC 2015 New revision: 379684 URL: https://svnweb.freebsd.org/changeset/ports/379684 Log: - Fix build with GCC 4.9 [1] - Add option DOCS - Bump PORTREVISION (change pkg-plist) - Add files/patch-src_fbuild_Makefile.in and files/patch-src_makefmt_Makefile.in to fix build with GCC 4.9 PR: 197896 [1] Submitted by: gerald Changes: head/graphics/gle-graphics/Makefile head/graphics/gle-graphics/files/patch-Makefile.in head/graphics/gle-graphics/files/patch-src_fbuild_Makefile.in head/graphics/gle-graphics/files/patch-src_makefmt_Makefile.in head/graphics/gle-graphics/pkg-plist
Build log with GCC 4.9: https://people.freebsd.org/~nivit/poudriere_logs/gle-graphics-4.2.4.c_3.log