Re: libxsl reprise

2017-03-27 Thread Adonay Felipe Nogueira
You're welcome! :) I'm glad it worked well.

Re: libxsl reprise

2017-03-27 Thread Catonano
2017-03-27 17:22 GMT+02:00 Quiliro : > El Mon, 27 Mar 2017 16:30:47 +0200 > Catonano escribió: > > >'configure 'pre-conigure > > Is it not?: > 'configure 'pre-configure > yes, it is. My keyboard is defective, I keep missing f and j :-/

Re: libxsl reprise

2017-03-27 Thread Quiliro
El Mon, 27 Mar 2017 16:30:47 +0200 Catonano escribió: >'configure 'pre-conigure Is it not?: 'configure 'pre-configure -- Example of rude top posting: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What

Re: libxsl reprise

2017-03-27 Thread Catonano
2017-03-27 16:54 GMT+02:00 Leo Famulari : > On Mon, Mar 27, 2017 at 04:30:47PM +0200, Catonano wrote: > > In building libxsl I run into this error > > > > /gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash: > > ./configure: No such file or directory > > [...] > > > I added this piece

Re: libxsl reprise

2017-03-27 Thread Catonano
2017-03-27 16:51 GMT+02:00 Adonay Felipe Nogueira : > Try: > > (chdir "libxsl") > > The reason for this suggestion is that "source" is already > traversed/changed-to after "unpack" phase. Because Guix already tries to > change to first directory it finds in the source. > thanks, this solved it

Re: libxsl reprise

2017-03-27 Thread Leo Famulari
On Mon, Mar 27, 2017 at 04:30:47PM +0200, Catonano wrote: > In building libxsl I run into this error > > /gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash: > ./configure: No such file or directory [...] > I added this piece > > (arguments > `(#:phases > (modify-phases %stand

Re: libxsl reprise

2017-03-27 Thread Adonay Felipe Nogueira
Try: (chdir "libxsl") The reason for this suggestion is that "source" is already traversed/changed-to after "unpack" phase. Because Guix already tries to change to first directory it finds in the source. If it still doesn't work, revert the one I just recommended, and add: ... before the "confi

libxsl reprise

2017-03-27 Thread Catonano
In building libxsl I run into this error /gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash: ./configure: No such file or directory In keeping the build directory, as Pjotr notes in his notes, I find /tmp/guix-build-libxsl-1.4.0.drv-0$ ls environment-variables source/ configure i