Vine Linux バグトラッキングシステム - Vine Linux
課題の詳細を表示
0000826Vine Linux1 バグ公開2009-11-23 23:212009-11-24 21:51
Takemikaduchi 
daisuke 
不明 
完了不明 
VineSeed 
 
x86
xorg-x11-server
0000826: xorg-x11-serverリビルド失敗(依存関係)
xorg-x11-server-1.7.1-2vl6.src.rpmをリビルドすると依存関係で失敗するところを2ヶ所発見しました。

1.libXxf86vm-devel

checking for GL... configure: error: Package requirements (glproto >= 1.4.9 gl >= 7.1.0) were not met:

Package xxf86vm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xxf86vm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xxf86vm', required by 'gl', not 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 GL_CFLAGS
and GL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

エラー: /var/tmp/rpm-tmp.61602 の不正な終了ステータス (%build)

2.openssl-devel(openssl)

checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto >= 1.2.99.3 renderproto >= 0.11 fixesproto >= 4.1 damageproto >= 1.1 xcmiscproto >= 1.2.0 xextproto >= 7.0.99.3 xproto >= 7.0.13 xtrans >= 1.2.2 bigreqsproto >= 1.1.0 fontsproto inputproto >= 1.9.99.902 kbproto >= 1.0.3 videoproto compositeproto >= 0.4 scrnsaverproto >= 1.1 resourceproto xineramaproto xkbfile xfont xau pixman-1 >= 0.15.20 xdmcp openssl) were not met:

No package 'openssl' 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 XSERVERCFLAGS_CFLAGS
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

エラー: /var/tmp/rpm-tmp.39101 の不正な終了ステータス (%build)


RPM ビルドエラー:
    /var/tmp/rpm-tmp.39101 の不正な終了ステータス (%build)


これらの問題はlibXxf86vm-develとopenssl-develをインストールすることにより解決しますので、
BuildRequiresに2つのパッケージの追加をお願いします。
設定されていません。
課題の履歴
2009-11-23 23:21Takemikaduchi新規課題
2009-11-24 02:57daisuke担当者 => daisuke
2009-11-24 02:57daisuke状態新規 => 担当者決定
2009-11-24 02:57daisukeコメント追加: 0003577
2009-11-24 05:21daisuke状態担当者決定 => テスト待ち
2009-11-24 05:21daisukeコメント追加: 0003578
2009-11-24 21:46Takemikaduchiコメント追加: 0003579
2009-11-24 21:51iwaim状態テスト待ち => 完了
2009-11-24 21:51iwaimコメント追加: 0003580

コメント
(0003577)
daisuke   
2009-11-24 02:57   
libXxf86vm-devel については実際には gl.pc が要求しているため、
mesa-libGL-devel に BuildRequires: を追加することにします。
その上でこれを追加したmesa-libGL-develのバージョンを
xorg-x11-server の BR: で要求するように変更する予定です。

openssl-devel については、xorg-x11-server に BR: を追加する
予定です。

それぞれ、mesa-7.6-1, xorg-x11-server-1.7.1-3 で対処する予定
です。
(0003578)
daisuke   
2009-11-24 05:21   
> それぞれ、mesa-7.6-1, xorg-x11-server-1.7.1-3 で対処する予定
> です。

mesa-7.6-1, xorg-x11-server-1.7.1-3 を upload しました。
(0003579)
Takemikaduchi   
2009-11-24 21:46   
> > それぞれ、mesa-7.6-1, xorg-x11-server-1.7.1-3 で対処する予定
> > です。
>
> mesa-7.6-1, xorg-x11-server-1.7.1-3 を upload しました。

ご対応ありがとうございます。
正常にリビルドできることを確認しました。
(0003580)
iwaim   
2009-11-24 21:51   
確認ありがとうございます。