IRC channel logs

2014-10-19.log

back to list of logs

<gr8>the file ftp://alpha.gnu.org/gnu/guix/gnu-usb-install-0.7.system.xz mentioned in https://www.gnu.org/software/guix/manual/html_node/System-Installation.html does not exist. you may update the link.
<mark_weaver>gr8: right after that link, it says "where SYSTEM is one of: x86_64-linux or i686-linux
<mark_weaver>"
<mark_weaver>hmm, although it's a template, it does turn into a link on the web page. I guess that's suboptimal :-/
<ArneBab>did you know that graphviz also links against guile? /usr/include/guile/2.0/libguile/gsubr.h:68:12: error: initializing argument 5 of 'scm_unused_struct* scm_c_define_gsubr(const char*, int, int, int, scm_t_subr)' [-fpermissive]
<ArneBab> SCM_API SCM scm_c_define_gsubr (const char *name,
<ArneBab>^ sorry for that, wrong channel ☹
<philed>Hey all. I'm on a guix installation, but need to run guix from a checkout of master because of this bug with "no code for module (json)", but I'm not really sure what I'm doing. I've pulled in the guix repo, and I'm trying to do the usual ./configure business, but I'm getting "cannot find install-sh..."
<davexunit>philed: do you have autoconf and automake installed?
<philed>Yeah.
<philed>Maybe I've got the wrong repo or something. The configure script is looking for install-sh etc in the source directory, but there's no such files anywhere.
<philed>It's just git.savannah.gnu.org/guix.git right?
<philed>Never mind. Recreated the configure script and seems to work now.
<davexunit>oh good :)