Vine Linux バグトラッキングシステム - Vine Linux
課題の詳細を表示
0000835Vine Linux1 バグ公開2009-12-03 13:412010-05-25 21:30
Takemikaduchi 
 
不明 
完了不明 
5.0 
 
x86
eog
0000835: pkg-config実行失敗(eog.pc)
pkg-configにて、eogのコンパイルフラグを出力しようとした
ところ、以下のメッセージが表示されました。

[xxx@yyy ~]$ pkg-config --cflags eog
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-2.0', required by 'Eye of GNOME', not found

gtk2-develをインストール後、再度実行すると以下のメッセージが表示されました。

[xxx@yyy ~]$ pkg-config --cflags eog
Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gconf-2.0', required by 'Eye of GNOME', not found

GConf2-develをインストール後、正常に出力されることを確認しました。


eogのBuildRequiresにgtk2-devel及びGConf2-develの追加をお願いします。
設定されていません。
課題の履歴
2009-12-03 13:41Takemikaduchi新規課題
2010-05-25 21:30kazutaka状態新規 => 完了
2010-05-25 21:30kazutakaコメント追加: 0003604

コメント
(0003604)
kazutaka   
2010-05-25 21:30   
> eogのBuildRequiresにgtk2-devel及びGConf2-develの追加をお願いします。

eog-2.30.1-1vl6 で上記が追加されていることを確認しましたので、
完了にします。

ハラダ