惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
B
Blog
腾讯CDC
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
L
LangChain Blog
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog

Gentoo

如何在宏基的晓龙笔记本上装 gentoo Gentoo 怎么安装 uwsgi-plugin-python? 请教一个Gentoo里面USE的使用问题 将Gentoo安装在U盘上,空间是不是个问题?还是GCC的问题? 转到 Gentoo 一个月了 折腾了两天总算装好了geentoo 为什么Gentoo和Archlinux两个里面80%的人选择Gentoo呢? 建议 Gentoo 节点右边增添几个链接. Gentoo 安装时间参考? 好吧, 我是第一个贴.
Gentoo Prefix on Mac OS
iwinux · 2012-07-08 · via Gentoo

今天成功地在 Lion 上安装 Gentoo Prefix
参考资料:
* 官方文档:http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
* Yegle 的日志:http://yegle.net/2010/10/23/install-gentoo-prefix-on-mac-osx/
遇到的问题:
* bootstrap 阶段安装 bash 的时候应该去掉 readline 支持(USE="-readline"),不然后面编译的时候会出错(找不到readline库什么的)
* 出现 invalid shebangs 错误:需要在 $EPREFIX/usr/lib/portage/bin/misc-functions.sh 里注释掉对应的一行代码。
* 编译 glib 的时候提示找不到 libffi: export PKG_CONFIG_LIBDIR=$EPREFIX/usr/lib/pkgconfig
* attr 这个包无法通过编译(原因暂时不清楚),所以 USE flags 里不能加入 xattr