Re: Core-updates: Downloads do not work

2013-01-09 Thread Ludovic Courtès
Andreas Enge skribis: > Am Sonntag, 6. Januar 2013 schrieb Ludovic Courtès: >> Let me know how it works! :-) > > It does work now. Thanks a lot! Cool, thank you! I think we should merge ‘core-updates’ real soon, if there are no objections, and clear a few rough edges before 0.1. Ludo’.

Re: Core-updates: Downloads do not work

2013-01-08 Thread Andreas Enge
Am Sonntag, 6. Januar 2013 schrieb Ludovic Courtès: > Let me know how it works! :-) It does work now. Thanks a lot! Andreas

Re: Core-updates: Downloads do not work

2013-01-08 Thread Ludovic Courtès
Hi! Andreas Enge skribis: > Thanks, it clarifies a lot. To check whether things work, can I simply > delete the "hello" tarball in the nix store? I once deleted a compiled > package in the nix store, and that caused an inconsistency with the package > database in guix-installation-directory/v

Re: Core-updates: Downloads do not work

2013-01-08 Thread Andreas Enge
Am Montag, 7. Januar 2013 schrieb Ludovic Courtès: > > bootstrap binaries are not yet downloaded: > Ah, you need to: > $ rm distro/packages/bootstrap/x86_64-linux/guile-*.tar.xz > $ make > ... > Does that clarify a bit? :-) Thanks, it clarifies a lot. To check whether things work, can I simpl

Re: Core-updates: Downloads do not work

2013-01-07 Thread Ludovic Courtès
Hi Andreas! Andreas Enge skribis: > After updating, things still do not work, which makes sense, since the new > bootstrap binaries are not yet downloaded: Ah, you need to: $ rm distro/packages/bootstrap/x86_64-linux/guile-*.tar.xz $ make The latter will download the current guile-2.0.7.

Re: Core-updates: Downloads do not work

2013-01-07 Thread Andreas Enge
Am Sonntag, 6. Januar 2013 schrieb Ludovic Courtès: > I’ve rebuilt and uploaded all the bootstrap binaries with a libc that > doesn’t use the nscd and has static NSS modules. With commit 79580eb of > core-updates, these new binaries are being used. > > Let me know how it works! :-) Well, I do n

Re: Core-updates: Downloads do not work

2013-01-05 Thread Ludovic Courtès
Hi! Andreas Enge skribis: > Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès: [...] >> The C library’s getaddrinfo and other lookup functions can of course be >> used without nscd, which is what your applications were using. >> >> What differs here is that the bootstrap Guile is statical

Re: Core-updates: Downloads do not work

2013-01-04 Thread Ludovic Courtès
Hi! Andreas Enge skribis: > Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès: [...] >> The C library’s getaddrinfo and other lookup functions can of course be >> used without nscd, which is what your applications were using. >> >> What differs here is that the bootstrap Guile is statical

Re: Core-updates: Downloads do not work

2013-01-04 Thread Andreas Enge
Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès: > Andreas Enge skribis: > > So should this be checked by ./configure? > It wouldn’t be enough: nscd could be running at configure time, and not > later. True, but it would be better than nothing - as long as it is not packaged for distributi

Re: Core-updates: Downloads do not work

2013-01-03 Thread Ludovic Courtès
Andreas Enge skribis: > Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès: >> It works for name lookups in general, including DNS lookups. It’s >> useful to always enable it. > > So should this be checked by ./configure? It wouldn’t be enough: nscd could be running at configure time, and no

Re: Core-updates: Downloads do not work

2013-01-03 Thread Andreas Enge
Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès: > It works for name lookups in general, including DNS lookups. It’s > useful to always enable it. So should this be checked by ./configure? I am still not sure why this is needed; the "host" command does work and I can surf the web, so ther

Re: Core-updates: Downloads do not work

2013-01-03 Thread Ludovic Courtès
Andreas Enge skribis: > Here is what I get: > connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 > ENOENT (No such file or directory) > connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 > ENOENT (No such file or directory) OK, this confirms my intuition

Re: Core-updates: Downloads do not work

2013-01-03 Thread Andreas Enge
Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès: > 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.

Re: Core-updates: Downloads do not work

2013-01-03 Thread Ludovic Courtès
Andreas Enge skribis: > in the core-updates branch, tarballs are not downloaded automatically any > more. Here is the result of "guix-build hello" (which tries to rebuild > everything, as expected): I can’t reproduce it: --8<---cut here---start->8--- $ ./pr

Core-updates: Downloads do not work

2013-01-03 Thread Andreas Enge
Hello, in the core-updates branch, tarballs are not downloaded automatically any more. Here is the result of "guix-build hello" (which tries to rebuild everything, as expected): ... starting download of `/nix/store/c09pc1yvdai4ylb5i7x242aj66dy3f07- glibc-2.17.tar.xz' from `http://ftpmirror.gnu