[求救]無法編譯核心!!

如果您覺得您的問題不屬於 debian desktop 或是 debian server 版的範圍內,請在這裡發問。

版主: mufa

[求救]無法編譯核心!!

文章coolbook » 週四 11月 13, 2003 1:04 am

我照著阿信大的這篇http://moto.debian.org.tw/viewtopic.php?t=1760&postdays=0&postorder=asc&highlight=%E6%A0%B8%E5%BF%83&start=0
文章的方法去編譯核心
開始時都沒有什麼問題,直到 make-kpkg binary-arch 這個步驟時產生了錯誤訊息,之後就無法再繼續了
所以我就把 /usr/src/kernel-source-2.4.22 整個目錄都殺掉
然後 libncurses5-dev、kernel-package 也都殺掉在重新安裝
但是再重新作一遍時都產生以下錯誤訊息
debook:/usr/src# cd kernel-source-2.4.22
debook:/usr/src/kernel-source-2.4.22# make-kpkg clean
/usr/share/kernel-package/rules:381: *** extraneous `endif'. Stop.
debook:/usr/src/kernel-source-2.4.22# make-kpkg --revision 2.4.22.custom-1 --append-to-version -custom -config menuconfig
I note you are using a hyphen in the revision number.
Please ensure that the upstream and debian revision
numbers are policy compliant enough that dpkg and
shall not choke on them at the end of the compile
Please hit return to continue

/usr/share/kernel-package/rules:381: *** extraneous `endif'. Stop.
debook:/usr/src/kernel-source-2.4.22#

請問我該怎麼辦?? :(
coolbook
可愛的小學生
可愛的小學生
 
文章: 26
註冊時間: 週三 5月 21, 2003 1:04 am

re:[求救]無法編譯核心!!

文章kanru » 週四 11月 13, 2003 1:36 am

試試看不要加 --revision
圖檔
頭像
kanru
榮譽學長
榮譽學長
 
文章: 578
註冊時間: 週六 7月 12, 2003 12:09 pm

Re: [求救]無法編譯核心!!

文章阿信 » 週四 11月 13, 2003 8:59 am

coolbook 寫:我照著阿信大的這篇http://moto.debian.org.tw/viewtopic.php?t=1760&postdays=0&postorder=asc&highlight=%E6%A0%B8%E5%BF%83&start=0
文章的方法去編譯核心
開始時都沒有什麼問題,直到 make-kpkg binary-arch 這個步驟時產生了錯誤訊息,之後就無法再繼續了
所以我就把 /usr/src/kernel-source-2.4.22 整個目錄都殺掉
然後 libncurses5-dev、kernel-package 也都殺掉在重新安裝
但是再重新作一遍時都產生以下錯誤訊息
debook:/usr/src# cd kernel-source-2.4.22
debook:/usr/src/kernel-source-2.4.22# make-kpkg clean
/usr/share/kernel-package/rules:381: *** extraneous `endif'. Stop.
debook:/usr/src/kernel-source-2.4.22# make-kpkg --revision 2.4.22.custom-1 --append-to-version -custom -config menuconfig
I note you are using a hyphen in the revision number.
Please ensure that the upstream and debian revision
numbers are policy compliant enough that dpkg and
shall not choke on them at the end of the compile
Please hit return to continue

/usr/share/kernel-package/rules:381: *** extraneous `endif'. Stop.
debook:/usr/src/kernel-source-2.4.22#

請問我該怎麼辦?? :(


kernel-package升級到新版的吧,應該是系統的kernel-package有問題
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[求救]無法編譯核心!!

文章阿信 » 週四 11月 13, 2003 9:03 am

hmm...剛剛看到一個錯誤,coolbook兄在下

make-kpkg --revision 2.4.22.custom-1 --append-to-version -custom -config menuconfig

最後面的-config要改成--config,這應該是小弟的錯,在原網頁已經修改好了。
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[求救]無法編譯核心!!

文章coolbook » 週四 11月 13, 2003 12:35 pm

謝謝各位的幫忙
看起來真的是kernel-package的問題
剛剛upgrade後就可以進到menuconfig裡面了

debook:/usr/src/kernel-source-2.4.22# make-kpkg --revision 2.4.20.custom-1 --append-to-version -custom --config menuconfig
I note you are using a hyphen in the revision number.
Please ensure that the upstream and debian revision
numbers are policy compliant enough that dpkg and
shall not choke on them at the end of the compile
Please hit return to continue

如果不加 --revision 就不會有這個警告,這是什麼原因呢??
我在想是不是跟我最後執行 make-kpkg binary-arch的訊息有關係
此外,--revision這個參數我還是看不太懂呀...
coolbook
可愛的小學生
可愛的小學生
 
文章: 26
註冊時間: 週三 5月 21, 2003 1:04 am

re:[求救]無法編譯核心!!

文章阿信 » 週四 11月 13, 2003 3:11 pm

coolbook 寫:謝謝各位的幫忙
看起來真的是kernel-package的問題
剛剛upgrade後就可以進到menuconfig裡面了

debook:/usr/src/kernel-source-2.4.22# make-kpkg --revision 2.4.20.custom-1 --append-to-version -custom --config menuconfig
I note you are using a hyphen in the revision number.
Please ensure that the upstream and debian revision
numbers are policy compliant enough that dpkg and
shall not choke on them at the end of the compile
Please hit return to continue

如果不加 --revision 就不會有這個警告,這是什麼原因呢??
我在想是不是跟我最後執行 make-kpkg binary-arch的訊息有關係
此外,--revision這個參數我還是看不太懂呀...


Using --revision may write the deb's info to the dpkg database...

So if you use the --revision, be sure don't conflict the revision number such as kernel-image-2.4.22-686-1.

It may be a mistake while installing the new kernel

you still can install or make the revision like that although the warning...
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[求救]無法編譯核心!!

文章coolbook » 週四 11月 13, 2003 3:29 pm

Using --revision may write the deb′s info to the dpkg database...

So if you use the --revision, be sure don′t conflict the revision number such as kernel-image-2.4.22-686-1.

It may be a mistake while installing the new kernel

you still can install or make the revision like that although the warning...


謝啦!! ;-)
coolbook
可愛的小學生
可愛的小學生
 
文章: 26
註冊時間: 週三 5月 21, 2003 1:04 am

re:[求救]無法編譯核心!!

文章coolbook » 週四 11月 13, 2003 4:57 pm

問題又來了
我在最後一個步驟要包成deb檔時,出現了下面的錯誤訊息
可是我下的參數是 --revision 2.4.21.coolbook-1 並不是2.4.21-custom並不是呀!!
我是不是哪裡弄錯了???
代碼: 選擇全部
debook:/usr/src/kernel-source-2.4.21# make-kpkg binary-arch
/usr/bin/make -f /usr/share/kernel-package/rules real_stamp_image
make[1]: Entering directory `/usr/src/kernel-source-2.4.21'
The changelog says we are creating 2.4.21-custom, but I thought the version is 2.4.21
make[1]: *** [real_stamp_image] Error 1
make[1]: Leaving directory `/usr/src/kernel-source-2.4.21'
coolbook
可愛的小學生
可愛的小學生
 
文章: 26
註冊時間: 週三 5月 21, 2003 1:04 am

re:[求救]無法編譯核心!!

文章阿信 » 週四 11月 13, 2003 5:25 pm

coolbook 寫:問題又來了
我在最後一個步驟要包成deb檔時,出現了下面的錯誤訊息
可是我下的參數是 --revision 2.4.21.coolbook-1 並不是2.4.21-custom並不是呀!!
我是不是哪裡弄錯了???
代碼: 選擇全部
debook:/usr/src/kernel-source-2.4.21# make-kpkg binary-arch
/usr/bin/make -f /usr/share/kernel-package/rules real_stamp_image
make[1]: Entering directory `/usr/src/kernel-source-2.4.21'
The changelog says we are creating 2.4.21-custom, but I thought the version is 2.4.21
make[1]: *** [real_stamp_image] Error 1
make[1]: Leaving directory `/usr/src/kernel-source-2.4.21'


because you added the option "--append-to-version"

the "--append-to-version" effect the "file name" of the deb.

the "--revision" effect the "version" in dpkg database.

be careful of the uses of these two option are different.

Cheer up...your goal is going to archieve... :-)
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義


回到 debian misc

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron