help-guix
[Top][All Lists]
Advanced

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

Re: tree doesn't get called


From: Catonano
Subject: Re: tree doesn't get called
Date: Mon, 8 May 2017 07:02:29 +0200

Eric,

2017-05-06 0:24 GMT+02:00 Eric Bavier <address@hidden>:
On Fri, 5 May 2017 17:50:53 +0200
Catonano <address@hidden> wrote:

> stranded as usual.
>
> So here's the package
> http://paste.lisp.org/display/345871
>
> What is wrong with it ?
>
> The build fails, the build folder (kept in /tmp) is empty
>
> Further, when I attempt to call tree, tree doesn't get called

trivial-build-system requires you to do a lot manually.  In this case
'(zero? (system* "tree"))' fails because it's not found in $PATH.

And the build folder is empty because the builder doesn't put anything
there! :)  Since you're working from a git checkout here, you could
probably copy/compile things directly from the source checkout to 'out'.

Hope that helps,
`~Eric



Thank you so much or your help

Would you mind to take a look at this new version ?

http://paste.lisp.org/display/346142

The
(copy-file file
           dest-file)

piece fails with

...
In unknown file:
?: 0 [copy-file "include.scm" ...]

ERROR: In procedure copy-file:
ERROR: In procedure copy-file: No such file or directory

But as you can see on te "tree" output, include.scm is there indeed

Thanks in advance

reply via email to

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