From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Setting up a Hurd build node Date: Tue, 07 May 2019 23:30:29 +0200 Message-ID: <87woj20x6y.fsf@gnu.org> References: <874l67fehe.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hO7fW-0007Td-I1 for guix-devel@gnu.org; Tue, 07 May 2019 17:30:35 -0400 In-Reply-To: <874l67fehe.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 06 May 2019 23:41:01 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Hello, Ricardo Wurmus skribis: > I just built Guix in a Debian GNU/Hurd VM and wanted to set it up as a > build node. I applied a patch to use the i586-gnu bootstrap binaries > from my previous attempt in late 2018, which are published at > https://berlin.guixsd.org/guix/bootstrap/i586-gnu/20180908/. These were > built with the old patched glibc 2.23. (The patch to add the bootstrap > binaries is 3.5MB in size because it includes the statically linked > binaries, so I=E2=80=99m not attaching it here.) I think we should fix our cross-compiled bootstrap Guile so we can finally upload bootstrap binaries to ftp.gnu.org: https://issues.guix.info/issue/34427 https://lists.gnu.org/archive/html/guix-devel/2018-12/msg00364.html > root@debian:~/guix-1.0.0# ./pre-inst-env guix-daemon --build-users-group= =3Dguixbuild --disable-chroot & > root@debian:~/guix-1.0.0# ./pre-inst-env guix build -S hello > madvise failed: Function not implemented This warning comes from Guile; it=E2=80=99s fixed in our guile 2.2 package = and upstream. > The following derivation will be built: > /gnu/store/qihk8cf98xqc7q577wb2nc5axy2ryp8m-hello-2.10.tar.gz.drv > error: cannot kill processes for uid `999': Operation not permitted > guix build: error: cannot kill processes for uid `999': failed with exit = code 1 EPERM comes from =E2=80=98waitpid=E2=80=99; weird! > Uid 999 belongs to guixbuilder01. (The gid for the guixbuild group is > also 999.) > > I also tried building =E2=80=9Chello=E2=80=9D, but I only get the message > > madvise failed: Function not implemented > > printed endlessly. (This is probably harmless, but nothing else > happens.) Looks like the bootstrap Guile is broken somehow. Ludo=E2=80=99.