1

我正在尝试在 Mac OSX 上安装 dia,但出现一个奇怪的错误:invalid command name "post-deactivate"

$ sudo port install -d dia
--->  Computing dependencies for diaError: Unable to execute port: invalid command name "post-deactivate"
Before reporting a bug, first run the command again with the -d flag to get complete output.

我无法从谷歌搜索中找到任何有关此错误的有用信息。有没有人有任何想法?谢谢!

4

1 回答 1

1

看起来像是 dia 依赖项之一的 Portfile 中的错误。如果您最近没有更新端口,请运行

$ sudo port selfupdate

获取最新版本的 MacPorts(相关的 Portfile 可能已修复)。如果这不起作用,请提交错误

于 2010-08-04T14:15:23.607 回答