[MacPorts] #43496: cannot compile dolfin
#43496: cannot compile dolfin ----------------------------+-------------------------------- Reporter: jacobsonclas@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: dolfin ----------------------------+-------------------------------- sudo port install dolfin fails after compiling all dependencies - I cannot decipher the log file (looks like boost library did not get fully loaded...) -- Ticket URL: <https://trac.macports.org/ticket/43496> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Changes (by mf2k@…): * owner: macports-tickets@… => sean@… * priority: High => Normal Comment: The Priority field is for use by Macports team members only. In the future, please Cc the port maintainers ({{{port info --maintainers dolfin}}}). -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by jacobsonclas@…): ok, I reinstalled boost +mpich and this got dolfin to go all the way through to compile. Now though I cannot run the demo (!) - the "new error" is class-mbp:~ clasajacobson$ python /opt/local/share/dolfin/demo/documented/poisson/python/demo_poisson /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/opt/local/share/dolfin/demo/documented/poisson/python/demo_poisson': [Errno 2] No such file or directory class-mbp:~ clasajacobson$ python /opt/local/share/dolfin/demo/documented/poisson/python/demo_poisson.py Solving linear variational problem. Traceback (most recent call last): File "/opt/local/share/dolfin/demo/documented/poisson/python/demo_poisson.py", line 61, in <module> solve(a == L, u, bc) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/dolfin/fem/solving.py", line 268, in solve _solve_varproblem(*args, **kwargs) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/dolfin/fem/solving.py", line 297, in _solve_varproblem solver.solve() TypeError: SWIG director type mismatch in output value of type 'bool' -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by sean@…): Try this demo instead: `python /opt/local/share/dolfin/demo/documented/periodic/python/demo_periodic.py` It seems dolfin devs will have to fix this swig issue. Would you be able to point them to this ticket? I am quite loaded with work currently. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by jacobsonclas@…): Replying to [comment:3 sean@…]:
Try this demo instead:
`python /opt/local/share/dolfin/demo/documented/periodic/python/demo_periodic.py`
It seems dolfin devs will have to fix this swig issue. Would you be able to point them to this ticket? I am quite loaded with work currently.
thanks for the reply - what address/names should I use to "point them to this ticket?" -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by sean@…): Replying to [comment:4 jacobsonclas@…]:
Replying to [comment:3 sean@…]:
Try this demo instead:
`python /opt/local/share/dolfin/demo/documented/periodic/python/demo_periodic.py`
It seems dolfin devs will have to fix this swig issue. Would you be able to point them to this ticket? I am quite loaded with work currently.
thanks for the reply - what address/names should I use to "point them to this ticket?"
Off the top of my head, I can't remember, but whichever mailing list they use for development. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Changes (by ryandesign@…): * cc: eld.khattatov@… (added) Comment: Has duplicate #43817. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by sean@…): The reporter responded off-list that the upstream development version has fixed this so these will be fixed whenever that is released. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by sean@…): Looks like dolfin was updated so I'll dig into this later today. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by sean@…): So, there are still problems with swig 3.0 as I reported [https://bitbucket.org/fenics-project/dolfin/issue/229/test-c-11-builds here]. I'll probably push everything but the dolfin update later today. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dolfin | -----------------------------+-------------------- Comment (by sean@…): Ok, I've updated everything in FEniCS except for dolfin. Will have to investigate that later. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
#43496: cannot compile dolfin -----------------------------+-------------------- Reporter: jacobsonclas@… | Owner: sean@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: dolfin | -----------------------------+-------------------- Changes (by sean@…): * status: new => closed * resolution: => fixed Comment: Finally got this figured out and committed in r120865. Yay! I got the demos to run for me so I'll close this ticket. -- Ticket URL: <https://trac.macports.org/ticket/43496#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts