Re: Pack busybox using guix, but make check have fail tests

2021-05-24 Thread Joshua Branson
Bone Baboon writes: > Joshua Branson writes: >> I believe that busybox has a more permissive license than coreutils? > > Looking at the coreutils repository I can see that it is using GPL > version 3 > . When I > run `guix search core

Re: Pack busybox using guix, but make check have fail tests

2021-05-24 Thread c4droid
Hi, Joshua! Joshua Branson writes: > c4droid writes: > >> Hi, >> >> I'm working on the using busybox to provide the guix bootstrap recipes >> for my building Linux From Scratch system using GNU Guix projects. when >> I pack the busybox using guix, I copy the original package definitions >> from

Re: Pack busybox using guix, but make check have fail tests

2021-05-24 Thread Bone Baboon
Joshua Branson writes: > I believe that busybox has a more permissive license than coreutils? Looking at the coreutils repository I can see that it is using GPL version 3 . When I run `guix search coreutils` the output says the license

Re: Pack busybox using guix, but make check have fail tests

2021-05-23 Thread Joshua Branson
c4droid writes: > Hi, > > I'm working on the using busybox to provide the guix bootstrap recipes > for my building Linux From Scratch system using GNU Guix projects. when > I pack the busybox using guix, I copy the original package definitions > from gnu/packages/busybox.scm, I add enable-static-

Pack busybox using guix, but make check have fail tests

2021-05-23 Thread c4droid
Hi, I'm working on the using busybox to provide the guix bootstrap recipes for my building Linux From Scratch system using GNU Guix projects. when I pack the busybox using guix, I copy the original package definitions from gnu/packages/busybox.scm, I add enable-static-link build phases to make bus