Bug 204925 - lang/gcc5: fails to build with GRAPHITE enabled
Summary: lang/gcc5: fails to build with GRAPHITE enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 01:11 UTC by Dmitry Marakasov
Modified: 2016-02-11 11:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-12-01 01:11:32 UTC
Subj:

---
In file included from .././../gcc-5.2.0/gcc/graphite.c:88:
.././../gcc-5.2.0/gcc/graphite-poly.h:398:43: error: unknown type name 'isl_constraint'
extern void print_isl_constraint (FILE *, isl_constraint *);
                                          ^
---

Full log: https://people.freebsd.org/~amdmi3/gcc5-graphite.log
Comment 1 Gerald Pfeifer freebsd_committer freebsd_triage 2015-12-01 10:21:12 UTC
Does it work with gcc5-devel or gcc6-devel?

I did not see anything suspicious on the logs.
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2015-12-01 10:25:52 UTC
Update: I could reproduce.  Not sure why that did not show in my original
tests.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-12-01 11:07:29 UTC
A commit references this bug:

Author: gerald
Date: Tue Dec  1 11:06:35 UTC 2015
New revision: 402728
URL: https://svnweb.freebsd.org/changeset/ports/402728

Log:
  Disable GRAPHITE option for the time being, to be restored later this
  month with the update to GCC 5.3.

  PR:		204925
  Reported by:	amdmi3

Changes:
  head/lang/gcc5/Makefile
Comment 4 Gerald Pfeifer freebsd_committer freebsd_triage 2016-02-11 11:11:41 UTC
Still back in December, after an update with a fix, I re-introduced
this option again and it should now build just fine.

Please advise if I missed anything.