コメント |
|
(0003922)
|
kudoh
|
2010-02-11 17:53
|
|
> VineSeed にて、tint2-0.9-1vl6.src.rpm をリビルドすると以下のようなエラー
> が発生します。
>
>
> checking for X11... configure: error: Package requirements (x11 xdamage
> xcomposite) were not met:
>
> No package 'xcomposite' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables X11_CFLAGS
> and X11_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
>
>
> 「BuildRequires: libXcomposote-devel」を追加することにより、パッケージを
> リビルドできることを確認しました。BuildRequires の追加をお願いします。
BuildRequires: libXcomposite-develを追加したパッケージを
追加しました。確認をお願いいたします。 |
|
|
|
> BuildRequires: libXcomposite-develを追加したパッケージを
> 追加しました。確認をお願いいたします。
との事でしたので、確認待ちにします。
ハラダ |
|
|
|
Vine 5.1 の tint2-0.9-2 は正常にリビルドできることを確認しました。
(リビルドすると下記のようなエラーが出ますが、これは libXcomposite-devel の
依存不足が原因です。Requires: libXext-devel が必要)
checking for X11... configure: error: Package requirements (x11 xdamage xcomposite) were not met:
Package xext was not found in the pkg-config search path.
Perhaps you should add the directory containing `xext.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xext', required by 'Xcomposite', not found
また、Seed の tint2-0.11-2 ですがリビルドできません。
「BuildRequires: cmake, gtk2-devel」が必要です。
(cmake がインストールされていない状態でリビルドしたとき)
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ./
/var/tmp/rpm-tmp.qXTKz9: line 28: cmake: command not found
エラー: /var/tmp/rpm-tmp.qXTKz9 の不正な終了ステータス (%build)
(cmake をインストール後にリビルドしたとき)
-- checking for module 'gtk+-x11-2.0'
-- package 'gtk+-x11-2.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
src/tint2conf/CMakeLists.txt:10 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
エラー: /var/tmp/rpm-tmp.C2QoUu の不正な終了ステータス (%build) |
|
|
|
0.11-3 にて対応済みのようですので、これで完了にしておきます。
ハラダ |
|