Re: boot the Hurd with Guix

2018-01-09 Thread rennes
Hello Ludovic, > Uncaught exception: > Throw to key misc-error with args ("primitive-load-path" "Unable to > find file ~S in load path" ("ice-9/boot-9") #f)Can\ > not exit gracefully when init is in progress; aborting. > Aborted This must come from the lack of /proc/self/exe. In Debian

Re: boot the Hurd with Guix

2018-01-08 Thread Svante Signell
On Mon, 2018-01-08 at 11:20 +0100, Svante Signell wrote: > On Mon, 2018-01-08 at 11:13 +0100, Ludovic Courtès wrote: > > This must come from the lack of /proc/self/exe. > > /proc/self/exe is supported in glibc for Hurd since 2.24-18. Are you using an > earlier version? And of course Hurd must

Re: boot the Hurd with Guix

2018-01-08 Thread Svante Signell
On Mon, 2018-01-08 at 11:13 +0100, Ludovic Courtès wrote: > Hi rennes, > > rennes skribis: > > >   1) Manually run : > >    > > '/gnu/store/6fgz3s8fjva40hsdvs2hs0f5p4bw12jc-guile-static-stripped- > > 2.2.2/bin/guile   > > --version' > > > >   Output: > > > > guile:

Re: boot the Hurd with Guix

2018-01-08 Thread Ludovic Courtès
Hi rennes, rennes skribis: > 1) Manually run : > > '/gnu/store/6fgz3s8fjva40hsdvs2hs0f5p4bw12jc-guile-static-stripped-2.2.2/bin/guile > > --version' > > Output: > > guile: warning: failed to install locale > .. > Uncaught exception: > Throw to key

Re: boot the Hurd with Guix

2018-01-07 Thread rennes
Hello, This is the updated repository with the necessary patches to compile GNU Guix in Debian GNU/Hurd. https://github.com/methalo/guix In the README-hurd file, describe the steps to generate the binaries required to boot GNU Hurd (Missing more patches). ** Current STATUS Currently I

Re: boot the Hurd with Guix

2017-12-01 Thread Vincent Legoll
On Fri, Dec 1, 2017 at 5:16 PM, Samuel Thibault wrote: > Hello, > > Congrats on the achievement :D > > Ludovic Courtès, on ven. 01 déc. 2017 14:17:48 +0100, wrote: >> Also, in GRUB, you currently load ext2fs.static and exec explicitly. > > That's the normal way, yes. exec

Re: boot the Hurd with Guix

2017-12-01 Thread Vincent Legoll
Sorry, the mail was sent too early >> Well, using sparse files can work as well: create the image with >> >> dd if=/dev/zero of=file.img bs=1M count=1 seek=1000 > > Or you can use truncate from gnu coreutils: $ truncate -s 1G file.img $ du -sh file.img 0file.img $ ls -lh file.img -rw---

Re: boot the Hurd with Guix

2017-12-01 Thread Samuel Thibault
Hello, Congrats on the achievement :D Ludovic Courtès, on ven. 01 déc. 2017 14:17:48 +0100, wrote: > Also, in GRUB, you currently load ext2fs.static and exec explicitly. That's the normal way, yes. exec does the rest (including running startup). > BTW, the image you posted is in “raw” format.

Re: boot the Hurd with Guix

2017-12-01 Thread Ludovic Courtès
Hi rennes, ren...@openmailbox.org skribis: > This is the demo generated with Guix: > > https://github.com/methalo/boot-hurd > > The binary files were generated in Debian/Hurd and placed in an 'img' file. > > The command used to generate the binaries is: > > './pre-inst-env guix system init

Re: boot the Hurd with Guix

2017-11-28 Thread ranvijay vijay
Keep up the good work!  On Tuesday, November 28, 2017, Daniel Pimentel wrote: > Cool! Thanks, > > --- > Daniel Pimentel (d4n1) > > Em 2017-11-27 22:16, ren...@openmailbox.org escreveu: > >> Hello, >> >> I update the download link: >> >> https://ombx.io/ipoWt9uK >> > >

Re: boot the Hurd with Guix

2017-11-28 Thread Daniel Pimentel
Cool! Thanks, --- Daniel Pimentel (d4n1) Em 2017-11-27 22:16, ren...@openmailbox.org escreveu: Hello, I update the download link: https://ombx.io/ipoWt9uK

Re: boot the Hurd with Guix

2017-11-27 Thread rennes
Hello, I update the download link: https://ombx.io/ipoWt9uK

Re: boot the Hurd with Guix

2017-11-27 Thread Manolis Ragkousis
Hello Rene :D On 11/27/17 21:05, ren...@openmailbox.org wrote: > Hello, > > This is the demo generated with Guix: > > https://github.com/methalo/boot-hurd > > The binary files were generated in Debian/Hurd and placed in an 'img' file. > > The command used to generate the binaries is: > >

Re: boot the Hurd with Guix

2017-11-27 Thread rennes
Hello, This is the demo generated with Guix: https://github.com/methalo/boot-hurd The binary files were generated in Debian/Hurd and placed in an 'img' file. The command used to generate the binaries is: './pre-inst-env guix system init ~/light.scm /guix' To test Hurd, execute: 'sudo

Re: boot the Hurd with Guix

2017-11-17 Thread Maxim Cournoyer
ren...@openmailbox.org writes: > Finally I was able to start the Hurd with the binaries generated with the > guix package manager. Exciting news! Congrats :) Maxim

Re: boot the Hurd with Guix

2017-11-16 Thread Manolis Ragkousis
Hello everyone, On 11/16/2017 12:13 PM, Ludovic Courtès wrote: > Hi Samuel, :-) > > Samuel Thibault skribis: > >> Ludovic Courtès, on lun. 13 nov. 2017 11:42:01 +0100, wrote: >>> PS: guix-daemon no longer depends on ‘lsof’, but it still depends on /proc. >> >> Does

Re: boot the Hurd with Guix

2017-11-16 Thread Ludovic Courtès
Hi Samuel, :-) Samuel Thibault skribis: > Ludovic Courtès, on lun. 13 nov. 2017 11:42:01 +0100, wrote: >> PS: guix-daemon no longer depends on ‘lsof’, but it still depends on /proc. > > Does our procfs have everything it needs already? It needs

Re: boot the Hurd with Guix

2017-11-13 Thread Samuel Thibault
Hello, Ludovic Courtès, on lun. 13 nov. 2017 11:42:01 +0100, wrote: > PS: guix-daemon no longer depends on ‘lsof’, but it still depends on /proc. Does our procfs have everything it needs already? Samuel

Re: boot the Hurd with Guix

2017-11-13 Thread Ludovic Courtès
Hi rennes, (Something went wrong with your message headers.) ren...@openmailbox.org skribis: >>> Finally I was able to start the Hurd with the binaries generated with the >>> guix package manager. >> >> Woohoo! Does that mean you were able to run packages cross-compiled >> with Guix, or

Re: boot the Hurd with Guix

2017-11-12 Thread rennes
Hello Ludovic, >> Finally I was able to start the Hurd with the binaries generated with the >> guix package manager. > > Woohoo! Does that mean you were able to run packages cross-compiled > with Guix, or packages built natively with Guix? > the packages were built on top of Debian/Hurd. At

Re: boot the Hurd with Guix

2017-11-12 Thread Pjotr Prins
Great work. The Guix team never ceases to amaze me. Pj. On Sat, Nov 11, 2017 at 08:47:38PM +0200, Manolis Ragkousis wrote: > This is awesome Rene!! Have you uploaded your changes anywhere? > > On November 11, 2017 8:02:11 PM GMT+02:00, ren...@openmailbox.org wrote: > >Hola, > > > >Finally I was

Re: boot the Hurd with Guix

2017-11-11 Thread Ludovic Courtès
Hi rennes! ren...@openmailbox.org skribis: > Finally I was able to start the Hurd with the binaries generated with the > guix package manager. Woohoo! Does that mean you were able to run packages cross-compiled with Guix, or packages built natively with Guix? > At the moment the image of

Re: boot the Hurd with Guix

2017-11-11 Thread Manolis Ragkousis
This is awesome Rene!! Have you uploaded your changes anywhere? On November 11, 2017 8:02:11 PM GMT+02:00, ren...@openmailbox.org wrote: >Hola, > >Finally I was able to start the Hurd with the binaries generated with >the guix package manager. > >At the moment the image of Hurd I have built it

Re: boot the Hurd with Guix

2017-11-11 Thread Samuel Thibault
ren...@openmailbox.org, on sam. 11 nov. 2017 18:02:11 -, wrote: > Finally I was able to start the Hurd with the binaries generated with the > guix package manager. Groovy :D Samuel

Re: boot the Hurd with Guix

2017-11-11 Thread rennes
Hola, Finally I was able to start the Hurd with the binaries generated with the guix package manager. At the moment the image of Hurd I have built it manually and does not yet have any functionality like GuixSD / Linux. Next goal: * Generate the image file in the style of guix. ** For

Re: boot the Hurd with Guix

2017-10-12 Thread Samuel Thibault
Hello, ren...@openmailbox.org, on dim. 08 oct. 2017 22:57:06 -, wrote: > I'm trying boot GNU hurd with guix binaries generated with cross compilation. > During start-up progresses and stops in root filesystem, how I can debug to > see the error ? > start ext2fs: Y

boot the Hurd with Guix

2017-10-08 Thread rennes
Hello Hurd, I'm trying boot GNU hurd with guix binaries generated with cross compilation. During start-up progresses and stops in root filesystem, how I can debug to see the error ? /-Qemu output---/ Loading GNU Mach