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)

main.txt (97.8 KB) - added by eikceb@… 14 years ago.
main.log file

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by eikceb@…

Attachment: main.txt added

main.log file

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 failurepy26-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: newclosed

Fixed in r71736.

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: closedreopened

That changed the default variant, but there's still no gcc dependency.

comment:5 Changed 13 years ago by jameskyle@…

Resolution: fixed
Status: reopenedclosed

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.

r76452

comment:6 in reply to:  5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: closedreopened

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: reopenedclosed
Note: See TracTickets for help on using tickets.