I installed MacPorts from the official site usting .pkg installer for Mac, accepting all default installation settings.
Then my goal was to install rpm, so I typed respectively :
sudo port -v selfupdate
Port installed all updates and then:
sudo port install rpm
Port computed and downloaded all dependencies for rpm. The final information about rpm installtion stated :
---> Installing rpm @4.4.9_14
---> Activating rpm @4.4.9_14
---> Cleaning rpm
---> Updating database of binaries: 100.0%
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
It seems that it has been installed succesfully.
s239:~ Jakub$ which rpm
/opt/local/bin/rpm
s239:~ Jakub $ rpm -ql python
Segmentation fault: 11
Does anyone have an idea what is wrong here and how to solve this?
I am on Mac OS X Lion 10.7.5, downloaded MacPorts for Lion, not Mountain Lion.
I can provide more information about my system if it is needed to solve this.