help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libxsl reprise


From: Leo Famulari
Subject: Re: libxsl reprise
Date: Mon, 27 Mar 2017 10:54:56 -0400
User-agent: Mutt/1.8.0 (2017-02-23)

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 %standard-phases
>       (add-before
>        'configure 'pre-conigure
>        (lambda* (#:key inputs #:allow-other-keys)
>          (chdir "source/"))))))
> 
> 
> I also tried with
> 
>             (chdir "source/libxsl"))))))
> 
> and I get
> 
> ERROR: In procedure chdir:
> ERROR: In procedure chdir: No such file or directory
> 
> No such file or directory ?
> 
> What am I missing now ?

Without the libxsl package definition, it's hard to say exactly what's
going wrong. But, you could add the package 'tree' to (native-inputs)
and then add a line like this to your pre-configure phase:

(zero? (system* "tree"))

... and it might help.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]