我做了以下事情:
最近,我的MongoDB停止工作,因为libboost出错了。我尝试进行更新,但尝试安装ghostscript时更新总是失败:
Error: Failed to configure ghostscript, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_ghostscript/ghostscript/work/ghostscript-9.10/config.log
Error: org.macports.configure for port ghostscript returned: configure failure: command execution failed
Please see the log file for port ghostscript for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_ghostscript/ghostscript/main.log
现在进入config.log,我明白了:
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure:exit 77
这意味着什么以及如何解决?