unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* libxsl reprise
@ 2017-03-27 14:30 Catonano
  2017-03-27 14:51 ` Adonay Felipe Nogueira
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Catonano @ 2017-03-27 14:30 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 770 bytes --]

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  is in source/libxsl/configure

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 ?

Thank you all again

[-- Attachment #2: Type: text/html, Size: 984 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-27 15:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-27 14:30 libxsl reprise Catonano
2017-03-27 14:51 ` Adonay Felipe Nogueira
2017-03-27 15:02   ` Catonano
2017-03-27 15:37     ` Adonay Felipe Nogueira
2017-03-27 14:54 ` Leo Famulari
2017-03-27 15:07   ` Catonano
2017-03-27 15:22 ` Quiliro
2017-03-27 15:26   ` Catonano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).