From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: GNU/Hurd update Date: Wed, 23 Jan 2019 16:21:49 +0100 Message-ID: <87zhrr5rhu.fsf@elephly.net> References: <87lg5lcvu0.fsf@gnu.org> <87tvjg4bi5.fsf@gnu.org> <87r2ehtr57.fsf_-_@gnu.org> <33e3dd9b-e965-a88f-cb5a-7b2380d8f11a@gmail.com> 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]:60514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmKMa-0000cT-Hb for guix-devel@gnu.org; Wed, 23 Jan 2019 10:22:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmKMY-0000Pu-CX for guix-devel@gnu.org; Wed, 23 Jan 2019 10:22:48 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21838) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmKMY-0000O8-3p for guix-devel@gnu.org; Wed, 23 Jan 2019 10:22:46 -0500 In-reply-to: <33e3dd9b-e965-a88f-cb5a-7b2380d8f11a@gmail.com> 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: Manolis Ragkousis Cc: "guix-devel@gnu.org" , Rene Hi Manolis, > Hello Ludo, > > On 12/16/18 5:42 PM, Ludovic Court=C3=A8s wrote: >>=20 >> For comparison, this is what it looks like on GNU/Linux: >>=20 >> --8<---------------cut here---------------start------------->8--- >> stat("/gnu/store/9alic3caqhay3h8mx4iihpmyj6ymqpcx-guile-2.2.4/lib/guile/= 2.2/ccache/ice-9/command-line.go", {st_mode=3DS_IFREG|0444, st_size=3D81741= , ...}) =3D 0 >> openat(AT_FDCWD, "/gnu/store/9alic3caqhay3h8mx4iihpmyj6ymqpcx-guile-2.2.= 4/lib/guile/2.2/ccache/ice-9/command-line.go", O_RDONLY|O_CLOEXEC) =3D 7 >> lseek(7, 0, SEEK_END) =3D 81741 >> mmap(NULL, 81741, PROT_READ, MAP_PRIVATE, 7, 0) =3D 0x7fd08126d000 >> close(7) =3D 0 >> mprotect(0x7fd08127d000, 8128, PROT_READ|PROT_WRITE) =3D 0 >> openat(AT_FDCWD, "/gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28= /share/locale/en_US.utf8/LC_MESSAGES/messages.mo", O_RDONLY) =3D -1 ENOENT = (No such file or directory) >> openat(AT_FDCWD, "/gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28= /share/locale/en_US/LC_MESSAGES/messages.mo", O_RDONLY) =3D -1 ENOENT (No s= uch file or directory) >> openat(AT_FDCWD, "/gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28= /share/locale/en.utf8/LC_MESSAGES/messages.mo", O_RDONLY) =3D -1 ENOENT (No= such file or directory) >> openat(AT_FDCWD, "/gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28= /share/locale/en/LC_MESSAGES/messages.mo", O_RDONLY) =3D -1 ENOENT (No such= file or directory) >> write(1, "guile", 5guile) =3D 5 >> write(1, " (", 2 () =3D 2 >> write(1, "GNU Guile", 9GNU Guile) =3D 9 >> write(1, ") ", 2) ) =3D 2 >> write(1, "2.2.4", 52.2.4) =3D 5 >> [=E2=80=A6] >> --8<---------------cut here---------------end--------------->8--- >>=20 >> We can recognize th stat/seek/mmap/mprotect sequence, but then the >> GNU/Linux version keeps going instead of exiting. >>=20 >> Rene, Manolis: any ideas? :-) >>=20 > > I don't seem to have access to darnassus any more. I will rebuild the > bootstrap tarballs and on the weekend I will try them on a local debian > hurd vm. Have you been able to track this down yet? FWIW from my earlier experiments I have a bunch of bootstrap binaries on berlin.guixsd.org: rekado@berlin ~$ ls -la /var/www/guix/bootstrap/i586-gnu/20180908/ total 39296 drwxr-xr-x 2 root root 4096 Sep 8 22:40 ./ drwxr-xr-x 3 nginx users 4096 Sep 8 22:40 ../ -rw-r--r-- 1 nginx users 2210784 Sep 8 11:43 binutils-static-stripped-2.3= 0-i586-pc-gnu.tar.xz -rw-r--r-- 1 nginx users 19777232 Sep 8 11:41 gcc-stripped-5.5.0-i586-pc-g= nu.tar.xz -rw-r--r-- 1 nginx users 4406880 Sep 8 11:38 glibc-stripped-2.23-i586-pc-= gnu.tar.xz -rw-r--r-- 1 nginx users 5800276 Sep 8 11:37 guile-static-stripped-2.2.3-= i586-pc-gnu.tar.xz -rw-r--r-- 1 nginx users 8013184 Sep 8 11:42 static-binaries-0-i586-pc-gn= u.tar.xz This was with glibc 2.23, so before the great merge. I don=E2=80=99t know = if these might be useful for you. --=20 Ricardo