From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: tree doesn't get called Date: Mon, 8 May 2017 07:02:29 +0200 Message-ID: References: <20170505172459.158487fc@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f403045c189864d7db054efc2500 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7aoa-0007T2-Rx for help-guix@gnu.org; Mon, 08 May 2017 01:02:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7aoZ-00009O-EZ for help-guix@gnu.org; Mon, 08 May 2017 01:02:32 -0400 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:37297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7aoZ-000092-5q for help-guix@gnu.org; Mon, 08 May 2017 01:02:31 -0400 Received: by mail-wm0-x233.google.com with SMTP id m123so51550898wma.0 for ; Sun, 07 May 2017 22:02:30 -0700 (PDT) In-Reply-To: <20170505172459.158487fc@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: Eric Bavier Cc: help-guix --f403045c189864d7db054efc2500 Content-Type: text/plain; charset=UTF-8 Eric, 2017-05-06 0:24 GMT+02:00 Eric Bavier : > On Fri, 5 May 2017 17:50:53 +0200 > Catonano 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 --f403045c189864d7db054efc2500 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Eric,

2017-05-06 0:24 GMT+02:00 Eric Bavier <<= a href=3D"mailto:ericbavier@openmailbox.org" target=3D"_blank">ericbavier@o= penmailbox.org>:
On Fri, 5 May 2017 17:50:53 +0200
Catonano <catonano@gmail.com&g= t; 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.=C2=A0 In thi= s case
'(zero? (system* "tree"))' fails because it's not fou= nd in $PATH.

And the build folder is empty because the builder doesn't put anything<= br> there! :)=C2=A0 Since you're working from a git checkout here, you coul= d
probably copy/compile things directly from the source checkout to 'out&= #39;.

Hope that helps,
`~Eric



Thank you so mu= ch or your help

Would you mind to t= ake a look at this new version ?

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

The
(copy-file file
           dest-file)

piece fails with

...
In unknown file:<= br> ?: 0 [copy-file "include.scm" ...]

ERROR: In procedu= re 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<=
br>
Tha=
nks in advance
<= /span>
--f403045c189864d7db054efc2500--