トップ «前の日記(2011-10-20) 最新 次の日記(2011-10-22)» 編集

muneda's diary


2011-10-21 曇り [長年日記]

_1 rpmbuild 失敗

.rpmmacroファイルで/root/rpm配下で作業しようとしたら

+ /usr/lib/rpm/debugedit -b /root/rpm/BUILD -d /usr/src/debug -i xxxxxxx
/usr/lib/rpm/debugedit: -b arg has to be either the same length as -d arg, or more than 1 char shorter

のようなエラーを吐いて停止.-bで指定したディレクトリが短くないといけないとのことなので

- /root/rpm
+ /root/r

としたが同じエラーで失敗.アレ?ちょっとググッてみると以下のパッチを見つけた.

http://www.mail-archive.com/rpm-maint@lists.rpm.org/msg01612.html

-           error (EXIT_FAILURE, 0, "-b arg has to be either the same length as -d arg, or more than 1 char shorter");
+           error (EXIT_FAILURE, 0, "-b arg has to be either the same length as -d arg, or more than 1 char longer");

っておい,メッセージ全く逆やんか.なんでやねん.なので

- /root/rpm
+ /root/rpmbuild

とすれば無事にrpmbuildが動くようになった.これはハマる.

Tags: Linux

過去の日記
2002|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|05|06|
トップ «前の日記(2011-10-20) 最新 次の日記(2011-10-22)» 編集