Vine Linux バグトラッキングシステム - Vine Linux
課題の詳細を表示
0000928Vine Linux1 バグ公開2010-02-11 00:262011-02-02 22:16
Takemikaduchi 
kudoh 
不明 
完了不明 
VineSeed 
 
x86, x86_64, ppc
tint2
0000928: tint2 リビルド失敗
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 の追加をお願いします。
設定されていません。
課題の履歴
2010-02-11 00:26Takemikaduchi新規課題
2010-02-11 17:53kudohコメント追加: 0003922
2010-06-18 23:32kazutaka担当者 => kudoh
2010-06-18 23:32kazutaka状態新規 => テスト待ち
2010-06-18 23:32kazutakaコメント追加: 0003923
2010-09-19 08:43Takemikaduchiコメント追加: 0003924
2011-02-02 22:16kazutakaバージョンVineSeed,5.0 => VineSeed
2011-02-02 22:16kazutaka状態テスト待ち => 完了
2011-02-02 22:16kazutakaコメント追加: 0003925

コメント
(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を追加したパッケージを
追加しました。確認をお願いいたします。
(0003923)
kazutaka   
2010-06-18 23:32   
> BuildRequires: libXcomposite-develを追加したパッケージを
> 追加しました。確認をお願いいたします。

との事でしたので、確認待ちにします。

ハラダ
(0003924)
Takemikaduchi   
2010-09-19 08:43   
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)
(0003925)
kazutaka   
2011-02-02 22:16   
0.11-3 にて対応済みのようですので、これで完了にしておきます。

ハラダ