Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Feb 2017 06:36:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216809] lang/yap: fails to build with gcc5 or later
Message-ID:  <bug-216809-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216809

            Bug ID: 216809
           Summary: lang/yap: fails to build with gcc5 or later
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danilo@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 216707
          Assignee: danilo@FreeBSD.org
             Flags: maintainer-feedback?(danilo@FreeBSD.org)

./Solver.C: In member function 'bool Solver::addClause(vec<Lit>&)':
./Solver.C:123:41: error: 'Clause_new' was not declared in this scope
         Clause* c =3D Clause_new(ps, false);
                                         ^
./Solver.C:123:41: note: suggested alternative:
In file included from ./Solver.h:29:0,
                 from ./Solver.C:20:
./SolverTypes.h:122:20: note:   'Clause_new'
     friend Clause* Clause_new(const V& ps, bool learnt =3D false) {
                    ^
./Solver.C: In member function 'lbool Solver::search(int, int)':
./Solver.C:602:59: error: 'Clause_new' was not declared in this scope
                 Clause* c =3D Clause_new(learnt_clause, true);
                                                           ^
./Solver.C:602:59: note: suggested alternative:
In file included from ./Solver.h:29:0,
                 from ./Solver.C:20:
./SolverTypes.h:122:20: note:   'Clause_new'
     friend Clause* Clause_new(const V& ps, bool learnt =3D false) {
                    ^

http://package23.nyi.freebsd.org/data/103amd64-default-PR216707/2017-02-03_=
20h32m45s/logs/errors/yap-6.2.2_2.log
http://package22.nyi.freebsd.org/data/103i386-default-PR216707/2017-02-03_2=
0h32m46s/logs/errors/yap-6.2.2_2.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216707
[Bug 216707] exp-run: Update lang/gcc from GCC 4.9 to GCC 5
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216809-13>