On Mon, Jul 31, 2017 at 08:33:39PM -0400, Alain Toussaint wrote:
> I built expat and started the test but the test fails with:
> 
> make: run.sh: Command not found
> make: *** [Makefile:77: check] Error 127
> 
> I ran cat run.sh:
> 
> #! /usr/bin/env bash
> # Copyright (C) 2017 Expat development team
> # Licensed under the MIT license
> 

Yeah, we discussed this on 26th/27th July.  At this point we don't
have env.
> case "x86_64-pc-linux-gnu" in
> *-mingw*)
>     exec wine "$@"
>     ;;
> *)
>     exec "$@"
>     ;;
> esac
> 
> manually running the command:
> 
> exec tests/runtests
> 
> gives out the correct result:
> 
> Expat version: expat_2.2.2
> 100%: Checks: 98, Failed: 0
> 
> But for some odd circumstance, this booted me out of the chroot from chapter 
> 6.
> 

Strange, but chroot can be like that.

> Running: /bin/bash -e tests/runtests got the same result but I did
> stay in the chroot.
> 
> Alain

I expect the book will get a sed or HERE document soon.

ĸen
-- 
I live in a city. I know sparrows from starlings.  After that
everything is a duck as far as I'm concerned.  -- Monstrous Regiment
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to