Re: Binary substituter

2013-04-22 Thread Nikita Karetnikov
>> It should only work for x86_64, right? > Currently yes. I suppose it shouldn't fail like this: # ./pre-inst-env guix package -i gnutls accepted connection from pid 23127, uid 0 The following package will be installed: gnutls-3.1.9.1 /nix/store/7k65yjwz4xs6vfyqggi77lbacj5hwcz7-gnutls

Re: Problem upgrading to latest version of Guix

2013-04-22 Thread Ludovic Courtès
Hi! Alex Sassmannshausen skribis: > I've been away from decent internet access for a while, and now that I'm > back I wanted to pull the latest version of guix. I'm currently on 0.2, > issuing the guix pull command returns an error, the relevant part of > which I think is: Could you check where

Re: Guix as GSOC Project

2013-04-22 Thread Ludovic Courtès
Hi Ashish, Thanks for your interest in GNU & Guix! First I would suggest you look at http://gnu.org/s/guix and the manual referred to from there to familiarize yourself with Guix, if you haven’t already. Trying to install the system and report any problems that you have may also be a good starti

Re: Linker error on installing gcc

2013-04-22 Thread Ludovic Courtès
(Re-adding Cc.) Chris Dale skribis: >> >> And are you doing chroot builds? >> >> > If chroot builds are the default, then I believe so. As I wrote, it means the deamon is running as root and you have a special-purpose build user group, as noted in Section “Installation”. Can you confirm? Thank

Problem upgrading to latest version of Guix

2013-04-22 Thread Alex Sassmannshausen
Hello, I've been away from decent internet access for a while, and now that I'm back I wanted to pull the latest version of guix. I'm currently on 0.2, issuing the guix pull command returns an error, the relevant part of which I think is: ?: 7 [primitive-load-path "gnu/packages/perl" #f]

Re: Linker error on installing gcc

2013-04-22 Thread Ludovic Courtès
Chris Dale skribis: >> Something starting with “error:”, I guess. >> >> > The only thing with in an error in that part of the message is the one that > says collect2: error: ld returned with exit status 1,the really generic gcc > linker error. Hmm, OK. And are you doing chroot builds? >> The a

Re: Linker error on installing gcc

2013-04-22 Thread Chris Dale
> Something starting with “error:”, I guess. > > The only thing with in an error in that part of the message is the one that says collect2: error: ld returned with exit status 1,the really generic gcc linker error. > The actual directory name depends on your --localstatedir or --prefix > option p

Re: Linker error on installing gcc

2013-04-22 Thread Ludovic Courtès
Chris Dale skribis: >> >> There’s no actual error message here. Could you look for the full log >> under /nix/var/log/nix/drvs, and check if there’s an error message >> somewhere above? (It may have been built with ‘make -jX’, so the output >> is intermingled.) >> > > All that was above what I

Re: Linker error on installing gcc

2013-04-22 Thread Chris Dale
> > There’s no actual error message here. Could you look for the full log > under /nix/var/log/nix/drvs, and check if there’s an error message > somewhere above? (It may have been built with ‘make -jX’, so the output > is intermingled.) > All that was above what I posted was the output of a link

Re: Linker error on installing gcc

2013-04-22 Thread Ludovic Courtès
Chris Dale skribis: > /nix/store/9fnjjsbarscbmakr44ixfv9yhg6z12mw-glibc-2.17/include/bits/fcntl-linux.h:305:17: > warning: ISO C forbids zero-size array 'f_handle' [-pedantic] > gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wno-narrowing > -Wwrite-strings -Wcast-qual -Wstrict-prototypes -

Re: 'guix download' outputs a backtrace when daemon isn't running

2013-04-22 Thread Ludovic Courtès
Nikita Karetnikov skribis: > # ./pre-inst-env guix download http://example.com > > Backtrace: > In ice-9/boot-9.scm: > 157: 8 [catch #t # ...] > In unknown file: >?: 7 [apply-smob/1 #] > In ice-9/boot-9.scm: > 63: 6 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 5 [eval # #] >