From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: [PACKAGE] sinit Date: Tue, 2 Aug 2016 09:00:03 +0200 Message-ID: References: <87r3aa68sn.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUTgU-0007G5-HU for guix-devel@gnu.org; Tue, 02 Aug 2016 03:00:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUTgK-0003BQ-L2 for guix-devel@gnu.org; Tue, 02 Aug 2016 03:00:12 -0400 Received: from mail-qk0-x242.google.com ([2607:f8b0:400d:c09::242]:33864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUTgK-0003BL-GZ for guix-devel@gnu.org; Tue, 02 Aug 2016 03:00:04 -0400 Received: by mail-qk0-x242.google.com with SMTP id s186so7411423qkb.1 for ; Tue, 02 Aug 2016 00:00:04 -0700 (PDT) In-Reply-To: <87r3aa68sn.fsf@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel > I'd like to test musl, but I would not know how to test sinit=E2=80=A6 I also don't know myself :-) I know that just building it does not make it pid 1, that will be the next thing to search... Ideally, I'd like to make it pid 1, and getting it to just run shepherd on top, that would be a good first step. > While I had this (musl) on my todo list as well, is sinit only limited > to musl? I guess it's not, but I don't know the software. I don't think it is, I'll try to build it with glibc. > It would be best if the choice of libc was more dynamic... It would be cool to be able to do a full musl (or other libc) -based system= , but that is not my current goal. Just being able to build a few select packages with another libc is already interesting. > Create lots of inheriting packages? Some packages require patches for > musl and libressl (outside of guix). That's orthogonal to the packaging of the libcs though, once they are there maybe people will start experimenting with them. > This is a bit affected by my experience in Gentoo where I dropped musl > only because I needed a "vanilla" environment for packaging (and feel > like not fixing musl problems in addition to maintaining packages). I can certainly understand that --=20 Vincent Legoll