Gentoo Archives: gentoo-soc

From: Naohiro Aota <naota@×××××.net>
To: gentoo-soc@l.g.o
Cc: patrick@g.o
Subject: [gentoo-soc] [GSoC] Gentoo/DragonFly report
Date: Thu, 08 Jul 2010 06:26:33
Message-Id: 20100708.152602.1052492860577428298.naota@elisp.net
1 Hi,
2
3 With the last two weeks, I've wrote sys-dfbsd/dfbsd-* and emerge'd all
4 basic packages and some extra packages.
5
6 Now I'm cleaning up some library dependencies. These problem should
7 be fixed.
8
9 - /bin, /sbin linked static so that sandbox can't work with them.
10 - all binaries depend on /usr/lib/gcc/.../libgcc_s.so so openrc not
11 work since /usr is not mounted at boot time.
12
13 After that I'll try catalyst to make stage tar balls.
14
15 Here is my portage overlay and sandbox binary.
16
17 http://github.com/naota/gentoo-dragonflybsd
18
19 Regards,