Re: Continuous testing of GNU/Hurd

2012-05-02 Thread Ludovic Courtès
Hi! Thomas Schwinge skribis: > On Thu, 19 Apr 2012 19:35:03 +0200, l...@gnu.org (Ludovic > =?iso-8859-1?Q?Court=E8s?=) wrote: >> FYI, there are now several tests being run at: >> >> http://hydra.nixos.org/jobset/gnu/hurd-master >> >> ‘qemu_tests.build’ rebuilds the Hurd within itself > > Hm

Re: Continuous testing of GNU/Hurd

2012-04-26 Thread Thomas Schwinge
Hi! On Thu, 19 Apr 2012 19:35:03 +0200, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: > FYI, there are now several tests being run at: > > http://hydra.nixos.org/jobset/gnu/hurd-master > > ‘qemu_tests.build’ rebuilds the Hurd within itself Hmm, the last log file of

Re: Continuous testing of GNU/Hurd

2012-04-19 Thread Ludovic Courtès
Hello! FYI, there are now several tests being run at: http://hydra.nixos.org/jobset/gnu/hurd-master ‘qemu_tests.build’ rebuilds the Hurd within itself, ‘parallel_build’ does the same with ‘make -j4’ (and fails with an invalid port deallocation, see the log), and ‘coreutils’ builds the latest C

Re: Continuous testing of GNU/Hurd

2012-03-26 Thread Ludovic Courtès
Hi Thomas, Thomas Schwinge skribis: > On Sun, 25 Mar 2012 11:07:51 +0200, I wrote: >> On Sun, 18 Mar 2012 18:34:48 +0100, l...@gnu.org (Ludovic >> =?iso-8859-1?Q?Court=E8s?=) wrote: >> > The “large” QEMU image at >> > >> >

Re: Continuous testing of GNU/Hurd

2012-03-25 Thread Thomas Schwinge
Hi! On Sun, 25 Mar 2012 11:07:51 +0200, I wrote: > On Sun, 18 Mar 2012 18:34:48 +0100, l...@gnu.org (Ludovic > =?iso-8859-1?Q?Court=E8s?=) wrote: > > The “large” QEMU image at > > > > now has an smbfs translator on /host, so

Re: Continuous testing of GNU/Hurd

2012-03-25 Thread Thomas Schwinge
Hi! On Sun, 18 Mar 2012 18:34:48 +0100, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: > The “large” QEMU image at > > now has an smbfs translator on /host, so that one can boot it with: > > qemu-system-x86_64 -s

executing files on nfs; or (working around) io_map for libnetfs (was: Continuous testing of GNU/Hurd)

2012-03-24 Thread Thomas Schwinge
Hi! On Wed, 21 Mar 2012 17:04:12 +0100, I wrote: > On Wed, 21 Mar 2012 15:51:10 +0100, l...@gnu.org (Ludovic > =?iso-8859-1?Q?Court=E8s?=) wrote: > > The next step in that area would be io_map support in libnetfs, which > > would allow executables and libraries to be loaded off smbfs and such. >

Re: Continuous testing of GNU/Hurd

2012-03-21 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > The QEMU image is not NixOS, because NixOS provides extra features, such > as whole-system configuration (including services, etc.), and > whole-system transactional update & rollback. > > The QEMU image is basically cross-built using Nix, and because of t

Re: Continuous testing of GNU/Hurd

2012-03-21 Thread Thomas Schwinge
Hi! On Wed, 21 Mar 2012 15:51:10 +0100, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: > Thomas Schwinge skribis: > > > A terminology question, for documenting this properly: the QEMU image you > > provide is actually a NixOS port (though less functional than the > > GNU/Linux port),

Re: Continuous testing of GNU/Hurd

2012-03-21 Thread Ludovic Courtès
Hi Thomas! Thomas Schwinge skribis: > A terminology question, for documenting this properly: the QEMU image you > provide is actually a NixOS port (though less functional than the > GNU/Linux port), this is thus NixOS GNU/Hurd. NixOS is using Nix as its > package management system, and the whol

Re: Continuous testing of GNU/Hurd

2012-03-20 Thread Thomas Schwinge
Hi Ludo! Great progress! A terminology question, for documenting this properly: the QEMU image you provide is actually a NixOS port (though less functional than the GNU/Linux port), this is thus NixOS GNU/Hurd. NixOS is using Nix as its package management system, and the whole thing is built wi

Continuous testing of GNU/Hurd

2012-03-18 Thread Ludovic Courtès
Hello! After continuous cross-builds [0], and a continuously cross-built QEMU image [1], here’s the next step: continuous GNU/Hurd testing in QEMU. The ‘qemu_test’ at runs a simple test within QEMU, in a stripped-down QEMU image. Currently, the tes