Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: using /libexec
Date: Tue, 06 Sep 2011 19:34:33
Message-Id: 20110906193030.GA5859@linux1
In Reply to: Re: [gentoo-dev] rfc: using /libexec by "Michał Górny"
1 On Tue, Sep 06, 2011 at 09:20:38PM +0200, Michał Górny wrote:
2 > On Tue, 6 Sep 2011 13:46:06 -0500
3 > William Hubbs <williamh@g.o> wrote:
4 >
5 > > we just got the following bug report for openrc today [1].
6 > >
7 > > On a gentoo 64 bit system, /lib is a symbolic link to /lib64, and this
8 > > causes breakage in openrc.
9 > >
10 > > The simplest fix for this would be for us to add /libexec to
11 > > baselayout and start using it for platform-agnostic code. We
12 > > have /usr/libexec, so I don't know why we don't have /libexec. Should
13 > > we?
14 >
15 > We don't have it because we usually don't want to introduce additional
16 > directories in rootfs. Honestly, I'd rather see all stuff go to /usr
17 > than introducing /libexec.
18
19 openrc cannot be installed in /usr, because it is
20 used to boot the system. Also remember that openrc is not used on linux
21 systems only, so we can't blindly assume that everyone would be fine
22 with us moving it to /usr.
23
24 William