We are working to move the default version of GCC in ports (lang/gcc) from GCC 4.8 to GCC 4.9. Sadly something goes wrong with x49gp when using this newer version of GCC: http://package22.nyi.freebsd.org/data/101i386-default-PR196712/2015-10-27_08h38m03s/logs/errors/x49gp-20100425.log One approach might be USE_GCC=4.8 for the time being if this cannot be addressed easily and then work this without blocking the lang/gcc update.
Shaun, any chance you'll be able to look into this? I believe this may be a case of the ports looking for "gcc" and ignoring ${CC] -- or ${CC} not being properly set (to "gcc49") here.
Current failure logs with what becomes lang/gcc earlier today: http://package23.nyi.freebsd.org/data/101i386-default-PR196712/2016-11-05_06h18m49s/logs/errors/x49gp-20100425.log http://package23.nyi.freebsd.org/data/110i386-default-PR196712/2016-11-06_14h47m59s/logs/errors/x49gp-20100425.log
Still does not built with gcc49. But bsd.default-version.mk: GCC_DEFAULT?= 6 I think this is overcome by events.
USE_GCC= any should changed.
(In reply to w.schwarzenfeld from comment #4) > USE_GCC= any should changed. To what? Is there a patch you'd like to propose?
Is this still a problem?
lang/gcc49|lang/gcc7|2019-04-27|Has expired: Unsupported by upstream. Use GCC 7 or newer instead