hansarijanto$ port -v MacPorts 2.0.3 hansarijanto$ xcodebuild -version Xcode 4.3.2 Build version 4E2002
I am running the above version of xcode and macport. on max os x when I try to upgrade my mac port myself, I get the following error.
hansarijanto$ sudo port selfupdate Password: ---> Updating MacPorts base sources using rsync MacPorts base version 2.0.3 installed, MacPorts base version 2.0.4 downloaded. ---> Updating the ports tree ---> MacPorts base is outdated, installing new version 2.0.4 Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed (see log for details)
I am trying to update the mac port to install qt.
sudo port install qt4-mac-devel(error no SDK found)
which i need to install webkit-capybara
sudo gem install capybara-webkit -v '0.7.2'(error in setting up native environment)
source share