From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: libxsl reprise Date: Mon, 27 Mar 2017 17:02:09 +0200 Message-ID: References: <87inmupycf.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1146a3f8a97275054bb7a0ba Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csW9t-0003wR-Cs for help-guix@gnu.org; Mon, 27 Mar 2017 11:02:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csW9s-0008RS-Jr for help-guix@gnu.org; Mon, 27 Mar 2017 11:02:13 -0400 Received: from mail-wr0-x22f.google.com ([2a00:1450:400c:c0c::22f]:34874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csW9s-0008PD-DD for help-guix@gnu.org; Mon, 27 Mar 2017 11:02:12 -0400 Received: by mail-wr0-x22f.google.com with SMTP id u1so60948770wra.2 for ; Mon, 27 Mar 2017 08:02:12 -0700 (PDT) In-Reply-To: <87inmupycf.fsf@openmailbox.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Adonay Felipe Nogueira Cc: help-guix --001a1146a3f8a97275054bb7a0ba Content-Type: text/plain; charset=UTF-8 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 > 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 ! --001a1146a3f8a97275054bb7a0ba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2017-03-27 16:51 GMT+02:00 Adonay Felipe Nogueira <a= dfeno@openmailbox.org>:
Try:

(chdir "libxsl")

The reason for this suggestion is that "source" is already
traversed/changed-to after "unpack" phase. Because Guix already t= ries to
change to first directory it finds in the source.

=
thanks, this solved it
=C2=A0
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 ph= ase is: "
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 (getcwd) "\n"))

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

note taken. It might be useful in the fu= ture

Thanks !
--001a1146a3f8a97275054bb7a0ba--