Re: [PACKAGE] sinit

2016-08-09 Thread Ricardo Wurmus
Vincent Legoll writes: > It (#:make-flags?) was already there in the scm I submitted, but that > wasn't working when I tested it first time, maybe because I did not > know about guix environment at that time and tried the build it outside > of one... > > I'll clean that up and resubmit properly.

Re: [PACKAGE] sinit

2016-08-08 Thread Vincent Legoll
> This should just work, Vincent. See the 'ii' package I sent today. D'oh ! It (#:make-flags?) was already there in the scm I submitted, but that wasn't working when I tested it first time, maybe because I did not know about guix environment at that time and tried the build it outside of one...

Re: [PACKAGE] sinit

2016-08-07 Thread ng0
Leo Famulari writes: > On Sat, Jul 30, 2016 at 06:19:47PM +0200, Vincent Legoll wrote: >> On Sat, Jul 30, 2016 at 3:46 PM, Vincent Legoll >> wrote: >> > Here is the accompanying patch for sinit to build properly under guix >> > >> > It will be submitted alongside the scm modifs. >> > >> > I may

Re: [PACKAGE] sinit

2016-08-06 Thread Leo Famulari
On Sat, Jul 30, 2016 at 06:19:47PM +0200, Vincent Legoll wrote: > On Sat, Jul 30, 2016 at 3:46 PM, Vincent Legoll > wrote: > > Here is the accompanying patch for sinit to build properly under guix > > > > It will be submitted alongside the scm modifs. > > > > I may even try to make it upstream, as

Re: [PACKAGE] sinit

2016-08-02 Thread Vincent Legoll
> I'd like to test musl, but I would not know how to test sinit… 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 s

Re: [PACKAGE] sinit

2016-07-30 Thread ng0
Vincent Legoll writes: > Hello, > > here is the packaging of sinit, a minimalistic /sbin/init replacement. > > It shows the use of the musl libc previously posted. > > Please advise on how to further proceed with the submission, > where should I put this package, etc... > > Thanks I'd like to te

Re: [PACKAGE] sinit

2016-07-30 Thread Vincent Legoll
On Sat, Jul 30, 2016 at 3:46 PM, Vincent Legoll wrote: > Here is the accompanying patch for sinit to build properly under guix > > It will be submitted alongside the scm modifs. > > I may even try to make it upstream, as it's fairly straightforward... DONE: http://lists.suckless.org/hackers/1607/

Re: [PACKAGE] sinit

2016-07-30 Thread Vincent Legoll
Here is the accompanying patch for sinit to build properly under guix It will be submitted alongside the scm modifs. I may even try to make it upstream, as it's fairly straightforward... -- Vincent Legoll diff -Nur sinit-1.0-orig/config.mk sinit-1.0/config.mk --- sinit-1.0-orig/config.mk 2015-0