Re: FTBFS on GNU/Hurd

2013-07-05 Thread Ludovic Courtès
"BlueT - Matthew Lien - 練喆明" skribis: > On 2013年07月05日 17:55, Ludovic Courtès wrote: >> Currently the distro within Guix is only available for GNU/Linux, i686 >> and x86_64. So the error we see here is just a graceless way of saying >> “not ported yet”. I’ll change ‘configure’ to just error out

Re: FTBFS on GNU/Hurd

2013-07-05 Thread BlueT - Matthew Lien - 練喆明
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ah, okay. On 2013年07月05日 17:55, Ludovic Courtès wrote: > Currently the distro within Guix is only available for GNU/Linux, i686 > and x86_64. So the error we see here is just a graceless way of saying > “not ported yet”. I’ll change ‘configure’ to j

Re: FTBFS on GNU/Hurd

2013-07-05 Thread Ludovic Courtès
OK, now for the real issue: > configure:6577: checking for the Guix system type > configure:6579: result: i686- and: > ERROR: In procedure scm-error: > ERROR: bootstrap binary not found "tar" "i686-" Currently the distro within Guix is only available for GNU/Linux, i686 and x86_64. So the erro

Re: FTBFS on GNU/Hurd

2013-07-05 Thread BlueT - Matthew Lien - 練喆明
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Haha yes I totally agree with you! I used to use Thunderbird on my laptop and mutt on remote server, with MTA on my personal VPS (bluet.org) bought from an unmanaged VPS provider (rapidxen.net/systeminplace) founded by a DD (Debian Developer). But la

Re: FTBFS on GNU/Hurd

2013-07-04 Thread Ludovic Courtès
Matthew Lien skribis: > And weird gmail just cannot display the diff correctly. I’d recommend using a local email client (Gnus, Mutt, Claws, Thunderbird, etc.) That will have the nice side-effect of putting you in control of the software you run. As a bonus, just migrate your emails to an inde

Re: FTBFS on GNU/Hurd

2013-07-04 Thread Ludovic Courtès
Matthew Lien skribis: > warning: daemon is running as root, so using `--build-users-group' is highly > recommended This is just a warning, but really, don’t run everything as ‘root’. > child error: F_SETOWN: Operation not supported Another unimplemented feature: http://git.savannah.gnu.org

Re: FTBFS on GNU/Hurd

2013-07-04 Thread Matthew Lien
>From FAILED: 9 to FAILED: 10 And weird gmail just cannot display the diff correctly. 2013/7/4 Ludovic Courtès > Matthew Lien skribis: > > > 2. nix/nix-daemon/guix-daemon.cc in git repo did not get patched, yet. > > Maybe you forgot to git push? (I patched it manually at my side before > > te

Re: FTBFS on GNU/Hurd

2013-07-04 Thread Ludovic Courtès
Matthew Lien skribis: > 2. nix/nix-daemon/guix-daemon.cc in git repo did not get patched, yet. > Maybe you forgot to git push? (I patched it manually at my side before > testing) OK, will push. The main problem is this error (while connecting to the build daemon over a Unix-domain socket): --8

Re: FTBFS on GNU/Hurd

2013-07-04 Thread Ludovic Courtès
Matthew Lien skribis: > Cool it passed the previous error, but another error happened after... > log in attahment. > GUILE_LOAD_COMPILED_PATH=".:$GUILE_LOAD_COMPILED_PATH" /usr/bin/guile > --no-auto-compile -L "." -L "." "./build-aux/download.scm" > "gnu/packages/bootstrap/i686-linux/guile-2.0

Re: FTBFS on GNU/Hurd

2013-07-03 Thread Ludovic Courtès
Matthew Lien skribis: > Sure I would like to test for you, but don't see any code to change. In > your mail between the line > "Could you try changing lines 174 and 177 like this:" > and > "This is not a problem on GNU/Linux where argp.h does this:" > is an empty space. Oh, weird. The full mess

Re: FTBFS on GNU/Hurd

2013-07-03 Thread Matthew Lien
Hi Ludovic, Sure I would like to test for you, but don't see any code to change. In your mail between the line "Could you try changing lines 174 and 177 like this:" and "This is not a problem on GNU/Linux where argp.h does this:" is an empty space. What file and what content should I edit? Best

Re: FTBFS on GNU/Hurd

2013-07-03 Thread Matthew Lien
Hi Cyril, Thanks for your quick reply. :-) In past years I usually do have LightningTalk to introduce GNU related projects in COSCUP , the biggest open source conference in my country, which will have more than 1000 attendees. I think Guix is a cool project with it's Version C

Re: FTBFS on GNU/Hurd

2013-07-02 Thread Ludovic Courtès
Oops, just saw you had already replied. Cyril Roelandt skribis: > In /usr/include/errno.h: > > /* The Hurd defines `error_t' as an enumerated type so >that printing `error_t' values in the debugger shows the names. We >might need this definition sometimes even if this file was included

Re: FTBFS on GNU/Hurd

2013-07-02 Thread Ludovic Courtès
Matthew Lien skribis: > nix/nix-daemon/guix-daemon.cc: In function ‘error_t parse_opt(int, char*, > argp_state*)’: > nix/nix-daemon/guix-daemon.cc:174:14: error: invalid conversion from ‘int’ to > ‘error_t {aka __error_t_codes}’ [-fpermissive] >return ARGP_ERR_UNKNOWN; > ^

Re: FTBFS on GNU/Hurd

2013-07-02 Thread Cyril Roelandt
Hello! First of all, thanks for trying Guix on GNU/Hurd! There is no bug tracking system, just this mailing list. On 07/02/2013 05:06 PM, Matthew Lien wrote: nix/nix-daemon/guix-daemon.cc: In function ‘error_t parse_opt(int, char*, argp_state*)’: nix/nix-daemon/guix-daemon.cc:174:14: error:

FTBFS on GNU/Hurd

2013-07-02 Thread Matthew Lien
I tried to build guix on my GNU/Hurd box but it failed to make. Any suggestion? (build log in attachment) root@GuixOnHurd:~/guix# lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU unstable (sid) Release:unstable Codename: sid root@GuixOnH