+ -
当前位置:首页 → 问答吧 → 新手弱智问题集

新手弱智问题集

时间:2005-04-06

来源:互联网

emerge -u system和emerge -u world有什么区别

作者: 休想   发布时间: 2005-04-06

system是系统的程序,如gcc glibc等等,而 world 是包有system的,如gnome,kde等,都是在world里面而不是在system里面

作者: Steve3d   发布时间: 2005-04-06

cat /var/lib/portage/world

作者: lexrus   发布时间: 2005-04-06

我也顺便问一个问题,就是 emerge -e system 能够完成 bootstrap.sh 应该做的工作吗?re-bootstrap 的过程可以被 Ctrl-C 中断,然后继续吗?(我是被这个吓住了:
代码:
if [ ${BOOTSTRAP_STAGE} -ge 3 ] ; then
 echo
 einfo "System has been bootstrapped already!"
 einfo "If you re-bootstrap the system, you must complete the entire bootstrap process"
 einfo "otherwise you will have a broken system."
 einfo "Press enter to continue or CTRL+C to abort ..."
 read
 set_bootstrap_stage 1
 elif [ ${BOOTSTRAP_STAGE} -gt 1 ] ; then
 einfo "Resuming bootstrap at internal stage #${BOOTSTRAP_STAGE} ..."
 RESUME=1
 fi
)

作者: herberteuler   发布时间: 2005-04-06

只用一次emerge -e system是没用的,bootstrap会先compile一次gcc,然后用这个gcc去compile glibc,然后再用新的glibc重新compile一次gcc.

你只用一次emerge -e,结果就是gcc不完全。

作者: Steve3d   发布时间: 2005-04-06

现在的2005.0中的emerge -e system好麻烦,我还是解压直接用stage3

作者: wangxudong   发布时间: 2005-04-06

昨天试着用stage3-2005.0想构建一个干净的系统,不料bootstrap到gcc时“段错误”哽住了喔!联想到前天emerge qt3也是类似的错误,竟然不知所措。发现自己还是菜得可以~

作者: midx   发布时间: 2005-04-06

嚴重關注

作者: betatoy   发布时间: 2005-04-14

热门下载

更多