Opened 14 years ago
Closed 13 years ago
#26444 closed defect (fixed)
py26-pymvpa lacks gcc dependency
Reported by: | eikceb@… | Owned by: | jameskyle@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | py26-pymvpa |
Description
py26-pymvpa fails to build. log file is attached
Attachments (1)
Change History (8)
Changed 14 years ago by eikceb@…
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Keywords: | py26-pymvpa removed |
---|---|
Owner: | changed from macports-tickets@… to jameskyle@… |
Please remember to cc the maintainer.
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Summary: | py26-pymvpa build failure → py26-pymvpa lacks gcc dependency |
---|
Failure is due to trying to use gcc45 without declaring a dependency on it. In fact none of the gccXX variants adds a dependency.
Should probably also make gcc44 the default variant to match other ports.
comment:3 Changed 14 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r71736.
comment:4 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
That changed the default variant, but there's still no gcc dependency.
comment:5 follow-up: 6 Changed 14 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Added a depends_build-append port:gcc<version> for each gcc variant.
Also fixed some issue where swig wasn't able to find the python.swg file.
comment:6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Replying to jameskyle@…:
Also fixed some issue where swig wasn't able to find the python.swg file.
This can be reverted now that the proper fix (updating swig-python) has been committed.
comment:7 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
main.log file