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

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.

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

Alain
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to