Bug 197896

Summary: graphics/gle-graphics fails to build when USE_GCC=yes implies GCC 4.9
Product: Ports & Packages Reporter: Gerald Pfeifer <gerald>
Component: Individual Port(s)Assignee: Nicola Vitale <nivit>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (nivit)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 196712    

Description Gerald Pfeifer freebsd_committer freebsd_triage 2015-02-22 01:34:46 UTC
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
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-22 01:34:46 UTC
Auto-assigned to maintainer nivit@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-23 15:35:39 UTC
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
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2015-02-23 15:46:29 UTC
Build log with GCC 4.9: https://people.freebsd.org/~nivit/poudriere_logs/gle-graphics-4.2.4.c_3.log