|
发表于 2011-9-21 11:52:07
|
显示全部楼层
Post by easior lars;2152483
genlop到底是什么阿,怎么一堆perl的依赖? - genlop is a portage utility for extracting information about emerged ebuilds.
- Detailed features include:
- - Nice colorful output.
- - Full Portage merge and unmerge history.
- - Display date, time and build time of every merge.
- - Display total and average build time of selected ebuilds[s].
- - Estimate upgrade time.
- - Watching current merge progress.
- - Use alternate portage logfile(s).
- - Compressed logfiles (gzip, bzip2) are supported
- - Match ebuild names using regular expressions.
- - Log corruption detection.
- - Display build specific USE and CFLAGS variables.
- - GMT/UTC or localized time and date.
- - Full portage rsync history.
复制代码 我一般用它来:
- 查看目前正在emerge的包已经花费了多少时间,以及大约还需要多少时间。(genlop -c)
- 查看一个包过去编译一次花费多少时间。(genlop -t XXX)
- 查看某个包编译时使用的cflags。(genlop -i XXX)
注意一般它需要root权限。 |
|