help-guix
[Top][All Lists]
Advanced

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

Re: libxsl reprise


From: Catonano
Subject: Re: libxsl reprise
Date: Mon, 27 Mar 2017 17:02:09 +0200

2017-03-27 16:51 GMT+02:00 Adonay Felipe Nogueira <address@hidden>:
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
 
If it still doesn't work, revert the one I just recommended, and add:

... before the "configure" phase:

(display (string-append "Current working directory before configure phase is: "
                        (getcwd) "\n"))

This line will print which directory is being worked on before the error.

note taken. It might be useful in the future

Thanks !

reply via email to

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