From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Core-updates: Downloads do not work Date: Thu, 03 Jan 2013 16:01:46 +0100 Message-ID: <87623e5mzp.fsf@gnu.org> References: <201301030955.07667.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqmIp-00077F-6A for bug-guix@gnu.org; Thu, 03 Jan 2013 10:01:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqmIn-0007vi-Ea for bug-guix@gnu.org; Thu, 03 Jan 2013 10:01:51 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:56991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqmIn-0007vb-85 for bug-guix@gnu.org; Thu, 03 Jan 2013 10:01:49 -0500 In-Reply-To: <201301030955.07667.andreas@enge.fr> (Andreas Enge's message of "Thu, 3 Jan 2013 09:55:07 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > in the core-updates branch, tarballs are not downloaded automatically any= =20 > more. Here is the result of "guix-build hello" (which tries to rebuild=20 > everything, as expected): I can=E2=80=99t reproduce it: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix-build -S -e '(@ (distro packages base) glibc-final)' the following derivations will be built: /nix/store/r132zr05rnbwl56xlzaqypsh85cd8cfv-glibc-2.17.tar.xz.drv /nix/store/lasdjqypfkcfqkf4ryvycz3b0x239c71-module-import.drv /nix/store/n0pdl6b6f8qykbh9mhdgjj56mb24d5k2-module-import-compiled.drv [...] starting download of `/nix/store/c09pc1yvdai4ylb5i7x242aj66dy3f07-glibc-2.1= 7.tar.xz' from `http://ftpmirror.gnu.org/glibc/glibc-2.17.tar.xz'... following redirection to `http://mirror.ibcp.fr/pub/gnu/glibc/glibc-2.17.ta= r.xz'... --8<---------------cut here---------------end--------------->8--- Most likely this is because nscd is not running, or not listening to the right socket: --8<---------------cut here---------------start------------->8--- $ strace -o ,,s /nix/store/k8qmk5n2zsrndvzqs4bq7x9jyyxf5ndr-guile-bootstrap= -2.0/bin/guile -c '(pk (getaddrinfo "ftp.gnu.org" "80" AI_NUMERICSERV))' ;;; ((#(1024 2 1 6 #(2 3497454356 80) #f) #(1024 2 2 17 #(2 3497454356 80) = #f) #(1024 2 3 0 #(2 3497454356 80) #f) #(1024 10 1 6 #(10 4254195229879145= 5573290623124440612875 80 0 0) #f) #(1024 10 2 17 #(10 42541952298791455573= 290623124440612875 80 0 0) #f) #(1024 10 3 0 #(10 4254195229879145557329062= 3124440612875 80 0 0) #f))) $ grep nscd ,,s connect(5, {sa_family=3DAF_FILE, path=3D"/var/run/nscd/socket"}, 110) =3D 0 connect(5, {sa_family=3DAF_FILE, path=3D"/var/run/nscd/socket"}, 110) =3D 0 --8<---------------cut here---------------end--------------->8--- Can you check that? TIA, Ludo=E2=80=99.