make it run,make it better,make it fast. https://github.com/liulanghaitun
发布时间:2020-12-05 20:13:54
Note: this strategy won't always work for all cases, but it gets portage past the stupid problems it should be quite capable of its own and thus reduces you to solving the RealProblems?You need >=app-portage/portage-utils-0.80_pre20190620Some .........【阅读全文】
发布时间:2020-09-15 08:42:53
(define lot (lambda(ls) (not (null? ls))))(define member& (lambda (elem ls cont) (cond ((null? ls) (cont '())) ((eq? elem (car ls)) (member& elem (cdr ls) (lambda (res) (cont (cons elem res))))) .........【阅读全文】
发布时间:2020-04-06 19:20:16
如果遇到:[blocks B ] app-eselect/eselect-opengl ("app-eselect/eselect-opengl" is blocking media-libs/mesa-20.0.4).表示当前eselcet-opengl正在阻塞mesa包.可以通过:emerge -uvDN --with-bdeps\=y --newuse --changed-deps @world --exclude media-libs/mesa --exclude app-admin/eselect-opengl 来将这.........【阅读全文】
发布时间:2020-03-19 20:57:18
gentoo 如果在更新软件的时候i遇到:!!! Multiple package instances within a single package slot have been pulled &.........【阅读全文】