在 Ubuntu 14.04 Travis CI 实例中,我一直尝试从源代码构建 gooffice。我运行了:
sudo apt-get build-dep -y goffice gnumeric
sudo apt-get install -y libgtk-3-dev
但我仍然得到构建错误显示如下构建日志, 或者:
checking for GTK... no
configure: error: Package requirements (
gtk+-3.0 >= 3.8.7
) were not met:
No package 'gtk+-3.0' found
我知道这个问题类似于这个问题我的,但我相信这个是不同的,因为 Trusty 存储库 (3.10.8) 中的 libgtk-3-dev 版本 >3.8.7,与 Precise 存储库 (3.4.1) 中的不同。因此,我在 Precise 上遇到错误并不奇怪,但在 Trusty 上遇到此构建错误却令人惊讶。我尝试在安装和其他构建依赖项之前安装gnome3-team/gnome3
和gnome3-team/gnome3-staging
PPA(并运行sudo apt-get update
),以防万一,但构建仍然失败并给出相同的错误。libgtk-3-dev
goffice