Opened 11 years ago
Last modified 8 years ago
#43054 closed defect
The new portfile for pt-graph-tool stuck at building stage — at Version 2
Reported by: | absima@… | Owned by: | tiago@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | mmoll@… | |
Port: | py-graph-tool |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I have 2 upgraded macs (from lion to mnt lion + from leopard to lion). Last time I have graph-tool configuration issues on both of them as reported in Ticket #40072. Editing the Portfile then as suggested in r109300 solved the issue.
Recently, I have updated the port using sudo port -v selfupdate
. Then as I upgrade outdated
, the process got stuck for a couple of hours at
---> building py27-graph-tool
I then tried replacing the portfile by removing the following line, like the suggestion in r109300
PYTHON_LDFLAGS="-L${python.libdir}/.. -lpython${python.branch}"
so that it uses the following instead
PYTHON_EXTRA_LDFLAGS="-L${python.libdir}/.. -lpython${python.branch}"
This didn't solve the issue. Still stuck at building process.
I hope the issue might be known since these are the same laptops I reported about in the aforementioned ticket. Please, let me know if I could provide the log/main files like last time so that I could get it work again. Thanks
Change History (2)
comment:1 Changed 11 years ago by absima@…
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mmoll@… added |
---|---|
Description: | modified (diff) |
Keywords: | py-graph-tool removed |
Owner: | changed from macports-tickets@… to tiago@… |
Port: | py-graph-tool added |
Sorry, the heading should have looked like:
==The new portfile for py-graph-tool stuck at building stage==