|
发表于 2010-9-6 15:06:36
|
显示全部楼层
嗯,你指的是这两句?(尽管这两句的意思与楼主的翻译大相径庭。)
All the packages built against firefox won't compile,
any package that fails to build warrants a bug report.
这两句在任何时候编译Firefox时都会出现,是直接写入ebuild中的,并不代表firefox编译失败。具体意义我也不太清楚。
- pkg_postinst() {
- ewarn "All the packages built against ${PN} won't compile,"
- ewarn "any package that fails to build warrants a bug report."
复制代码
Portage编译时断电一般不会造成什么问题,除非你禁用了sandbox。 |
|