Opened 11 years ago
Last modified 8 years ago
#43054 closed defect
The new portfile for pt-graph-tool stuck at building stage — at Initial Version
Reported by: | absima@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | py-graph-tool |
Description
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