Vine Linux バグトラッキングシステム - Vine Linux
課題の詳細を表示
0000927Vine Linux1 バグ公開2010-02-07 00:072010-03-04 15:53
kudoh 
 
不明 
完了再現不可 
VineSeed 
 
x86
python-twisted
0000927: python-twisted がリビルドできない
python-twisted が x86 環境でリビルドできません。
python は2.6.4-3にアップデートしています。

creating build/scripts-2.6
copying and adjusting bin/tap2rpm -> build/scripts-2.6
copying and adjusting bin/tapconvert -> build/scripts-2.6
copying and adjusting bin/trial -> build/scripts-2.6
copying and adjusting bin/pyhtmlizer -> build/scripts-2.6
copying and adjusting bin/twistd -> build/scripts-2.6
copying and adjusting bin/manhole -> build/scripts-2.6
copying and adjusting bin/mktap -> build/scripts-2.6
copying and adjusting bin/tap2deb -> build/scripts-2.6
copying and adjusting bin/t-im -> build/scripts-2.6
copying and adjusting bin/conch/ckeygen -> build/scripts-2.6
copying and adjusting bin/conch/conch -> build/scripts-2.6
copying and adjusting bin/conch/cftp -> build/scripts-2.6
copying and adjusting bin/conch/tkconch -> build/scripts-2.6
copying and adjusting bin/lore/bookify -> build/scripts-2.6
copying and adjusting bin/lore/lore -> build/scripts-2.6
copying and adjusting bin/words/im -> build/scripts-2.6
copying and adjusting bin/mail/mailmail -> build/scripts-2.6
changing mode of build/scripts-2.6/tap2rpm from 644 to 755
changing mode of build/scripts-2.6/tapconvert from 644 to 755
changing mode of build/scripts-2.6/trial from 644 to 755
changing mode of build/scripts-2.6/pyhtmlizer from 644 to 755
changing mode of build/scripts-2.6/twistd from 644 to 755
changing mode of build/scripts-2.6/manhole from 644 to 755
changing mode of build/scripts-2.6/mktap from 644 to 755
changing mode of build/scripts-2.6/tap2deb from 644 to 755
changing mode of build/scripts-2.6/t-im from 644 to 755
changing mode of build/scripts-2.6/ckeygen from 644 to 755
changing mode of build/scripts-2.6/conch from 644 to 755
changing mode of build/scripts-2.6/cftp from 644 to 755
changing mode of build/scripts-2.6/tkconch from 644 to 755
changing mode of build/scripts-2.6/bookify from 644 to 755
changing mode of build/scripts-2.6/lore from 644 to 755
changing mode of build/scripts-2.6/im from 644 to 755
changing mode of build/scripts-2.6/mailmail from 644 to 755
+ python -c 'from twisted.plugin import IPlugin, getPlugins;list(getPlugins(IPlugin))'
エラー: /var/tmp/rpm-tmp.rRQeC9 の不正な終了ステータス (%build)
設定されていません。
課題の履歴
2010-02-07 00:07kudoh新規課題
2010-02-20 00:57owaコメント追加: 0003919
2010-02-20 11:04kudohコメント追加: 0003920
2010-03-04 15:53iwaim状態新規 => 完了
2010-03-04 15:53iwaim解決状況不明 => 再現不可
2010-03-04 15:53iwaimコメント追加: 0003921

コメント
(0003919)
owa   
2010-02-20 00:57   
x86_64, i386 環境で再現できません
こちらの環境では python は2.6.4-4 です

> python-twisted が x86 環境でリビルドできません。
> python は2.6.4-3にアップデートしています。
> + python -c 'from twisted.plugin import IPlugin, getPlugins;list(getPlugins(IPlugin))'
> エラー: /var/tmp/rpm-tmp.rRQeC9 の不正な終了ステータス (%build)

python -c 'from twisted.plugin import IPlugin, getPlugins;list(getPlugins(IPlugin))'
自体は内部的に例外エラーを発生、獲得してるようですが、戻り値は 0 になります
最新の環境でもエラーになりますか?

spec 的には実行パス上のpythonを呼び出してるので環境依存もあるかもしれません
$ rpm -qf `which python`
の結果も知らせてください
(0003920)
kudoh   
2010-02-20 11:04   
> x86_64, i386 環境で再現できません
> こちらの環境では python は2.6.4-4 です
>
> > python-twisted が x86 環境でリビルドできません。
> > python は2.6.4-3にアップデートしています。
> > + python -c 'from twisted.plugin import IPlugin, getPlugins;list(getPlugins(IPlugin))'
> > エラー: /var/tmp/rpm-tmp.rRQeC9 の不正な終了ステータス (%build)
>
> python -c 'from twisted.plugin import IPlugin,
> getPlugins;list(getPlugins(IPlugin))'
> 自体は内部的に例外エラーを発生、獲得してるようですが、戻り値は 0 になりま
> す
> 最新の環境でもエラーになりますか?
>
> spec 的には実行パス上のpythonを呼び出してるので環境依存もあるかもしれませ
> ん
> $ rpm -qf `which python`
> の結果も知らせてください

調査ありがとうございました。
現在の最新環境では再現しませんでした。
pythonの更新に伴う過渡的な現象だったようです。
(0003921)
iwaim   
2010-03-04 15:53   
「再現せず」で終了します。