6.0 -> 6.3 buildworld error msg - BBS

Jacky avatar
By Jacky
at 2008-10-26T19:58

Table of Contents

※ 引述《ychsiao (\xc0\xf1)》之銘言:
: ※ 引述《q172357ma ( )》之銘言:
: : # ntpdate clock.stdtime.gov.tw
: : # cp /usr/share/examples/cvsup/stable-supfile ~
: : # cd ~
: : # vi stable-supfile
: : *default host=cvsup.tw.FreeBSD.org
: : *default release=cvs tag=RELENG_6_3
: : # cvsup -g -L 2 stable-supfile
: : # cd /usr/src
: 這邊好像少了個make update ?

兩者過程一樣 Makefile一樣是用cvsup

: : # make clean cleanworld
: 這邊應該做rm -rf /usr/obj就可以了
: : # make buildworld
: : ↑↑到這部的時候... 出現下列畫面:
: : http://www.picfury.com/27/img/error_msg-1.jpg
: : internal compiler error: Segmentation fault: 11
: 再check /etc/make.conf ?
checked

: : 請問該如何處理...?!
: : 之前再另一台機器有發生過 不過clean之後再跑就可以... 但這次無法 @_@
: : 麻煩有經驗的各位 幫忙解答 ...thx :(

後來cleanworld 清掉/usr/obj/* 等google查得到的方法...

嘗試改用RELENG_6/6_0/6_1/6_2/6_3 全都死在buildworld (RELENG更動都有重新跑過)

實在不知道該怎麼處理了 .....囧>

暫且保持原狀 ><



--
Tags: BBS

All Comments

有關telnet 連線問題

Candice avatar
By Candice
at 2008-10-25T13:19
不知道這問題在這問合不合適, 不過我確實想不到想去哪找答案。 要是不適當在這發言的話,我會自刪 at__atandgt; ================= 簡單說,我最近申請了一個free shell accout 然後呢,我用putty 連進去之後 它可以用telnet 連到bbs 站(ptt ...

想請教一個寫shell script的簡單問題

Cara avatar
By Cara
at 2008-10-25T11:48
※ 引述《cooper6334 (小恐龍)》之銘言: : 小弟這個學期初學unix : 現在學到了用bash shell來寫shell script : 手上有個作業是要用迴圈來把變數都印出來 : 也就是說輸入 檔名 a b c : 就要echo出a b c 如果你是要印整個變數出來的話,你可以考慮用 $a ...

想請教一個寫shell script的簡單問題

Kumar avatar
By Kumar
at 2008-10-25T11:05
小弟這個學期初學unix 現在學到了用bash shell來寫shell script 手上有個作業是要用迴圈來把變數都印出來 也就是說輸入 檔名 a b c 就要echo出a b c a b c 都有預設的變數$1,$2,$3 我的想法是用while迴圈設 while [ $x -lt $# ...

Re: 請問squirrelmail

Necoo avatar
By Necoo
at 2008-10-23T19:54
您好, 小的剛好目前正負責某學校的教職員Email系統更新, 而因為某些原因, 不得不使用squirrelmail, 而這正是惡夢的開始... squirellmail對於中文的信件很不友善, 目前的中文化僅是介面部分中文化, 而且僅有big5編碼的中文介面, 導致在信件列表時對於非big5編碼的標題 都會 ...

curlftpfs 的一些疑問

Suhail Hany avatar
By Suhail Hany
at 2008-10-22T17:12
在這有些問題關於 curlftpfs 的問題想請教。首先先對我的環境先做個 簡單的介紹,主機 A 是使用 FreeBSD,主機 B 則是用 CentOS。A 是使 proftpd 為 FTP Daemon,B 則是用 vsftpd。 主機規劃狀況如下: ...