new version of math/jags Note that this depends on my previous PR for a new version of math/libRmath. Also note that the patches in the files/ directory are no longer necessary. How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->sem Take it.
State Changed From-To: open->feedback Wait for a submitter feedback.
Sergey, Is this still an issue, since 6.0 has been released? Eric Sergey Matveychuk wrote: > Does not build on 4.11: > > c++ -DHAVE_CONFIG_H -I. -I. -I../../../src/lib -I ../../../src/lib > -I/usr/local/include -O -pipe -c BUGSModel.cc > -Wp,-MD,.deps/BUGSModel.TPlo -o BUGSModel.o > In file included from BUGSModel.cc:2: > ../../../src/lib/model/BUGSModel.h:39: syntax error before `&' > BUGSModel.cc:110: prototype for `void BUGSModel::coda(const vector<const > Node *,allocator<const Node *> > &, ofstream &, ofstream &)' does not > match any in class `BUGSModel' > ../../../src/lib/model/BUGSModel.h:40: candidate is: void > BUGSModel::coda(...) > *** Error code 1 > > Stop in /work/a/ports/math/jags/work/JAGS-0.90/src/lib/model. > *** Error code 1 >
Eric van Gyzen wrote: > Sergey, > > Is this still an issue, since 6.0 has been released? > > Eric > > Sergey Matveychuk wrote: > >> Does not build on 4.11: Yes. 4.11 has a prolonged support period. If you have no opportunity to fix it, tell me, I'll mark the port as broken on 4.x. -- Sem.
Sergey Matveychuk wrote: > > > >>Does not build on 4.11: > > Yes. 4.11 has a prolonged support period. > If you have no opportunity to fix it, tell me, I'll mark the port as > broken on 4.x. I regret that I won't have time to fix it on 4.x. Since it builds on 5.x and 6.x, perhaps a newer compiler fixes the problem. Before marking it broken on 4.x, please try requiring a newer compiler, maybe USE_GCC=3.4+ (the software author doesn't specify). Thank you, Eric
State Changed From-To: feedback->closed Committed, thanks!