在mac os x山狮上的macports

我试图在新安装的山狮上安装macports,我首先安装了xCode,然后安装了xCode命令行工具.之后,我运行xCode并同意条款和条件,然后安装了macports dmg软件包.

一旦我做了,我运行自我更新命令,它工作,但然后任何自我安装或自我升级将无法正常工作.

Mo-Mughrabis-MacBook-Pro:~ mo$sudo port -v selfupdate
--->  Updating MacPorts base sources using rsync
receiving file list ... done

sent 36 bytes  received 69 bytes  30.00 bytes/sec
total size is 3543040  speedup is 33743.24
receiving file list ... done

sent 36 bytes  received 76 bytes  32.00 bytes/sec
total size is 512  speedup is 4.57
MacPorts base version 2.1.2 installed,
MacPorts base version 2.1.2 downloaded.
--->  Updating the ports tree
Synchronizing local ports tree from rsync://rsync.macports.org/release/tarballs/ports.tar
receiving file list ... done

sent 36 bytes  received 70 bytes  30.29 bytes/sec
total size is 53821440  speedup is 507749.43
receiving file list ... done

sent 36 bytes  received 77 bytes  32.29 bytes/sec
total size is 512  speedup is 4.53
Creating port index in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports

Total number of ports parsed:   0 
Ports successfully parsed:  0 
Ports failed:           0 
Up-to-date ports skipped:   15604

--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run
  port upgrade outdated
Mo-Mughrabis-MacBook-Pro:~ mo$sudo port upgrade outdated
Error: No ports matched the given expression

当我试图运行sudo端口安装时,我得到以下内容

Mo-Mughrabis-MacBook-Pro:~ mo$sudo port install 
Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/mo").
Please verify that the directory and portfile syntax are correct.
To use the current port, you must be in a port's directory.

任何人都可以帮我解决我在这里做错了什么?

谢谢,

最佳答案 由于您刚刚安装了MacPorts,因此尚未安装任何实际端口(您最有可能在另一台计算机上安装过的端口).

如果您运行已安装的端口,您会注意到它返回空.

所以恭喜你; 0个端口中有0个已过时;-)

如果您想要在其他Mac上使用所有相同的端口,请启动这些计算机上安装的终端和运行端口.这应该会为您提供所有内容的列表,您可以导出该列表,也可以在新的Mountain Lion安装中选择所需的列表.

然后就会那么简单

port install [which program]

对于您想要的每个端口.

点赞