Bug 87275 - [maintainer-update] new version of math/jags
Summary: [maintainer-update] new version of math/jags
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 20:40 UTC by eric
Modified: 2005-11-09 11:16 UTC (History)
0 users

See Also:


Attachments
file.diff (17.09 KB, patch)
2005-10-11 20:40 UTC, eric
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description eric 2005-10-11 20:40:15 UTC
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
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-10-11 21:55:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-10-12 08:35:35 UTC
State Changed
From-To: open->feedback

Wait for a submitter feedback.
Comment 3 eric 2005-11-06 22:58:35 UTC
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
>
Comment 4 Sergey Matveychuk freebsd_committer freebsd_triage 2005-11-07 06:44:30 UTC
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.
Comment 5 eric 2005-11-07 20:08:52 UTC
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
Comment 6 Sergey Matveychuk freebsd_committer freebsd_triage 2005-11-09 11:16:26 UTC
State Changed
From-To: feedback->closed

Committed, thanks!