Gilles Espinasse wrote:
> I have modified my build system during util-linux-2.22 time to supply
> needed kernel modules inside the chroot while building.
I have always discouraged users from using modules. They are rarely
needed in LFS.
> For loop, there is a special trick to make loop availab
- Mail original -
> De: "Bruce Dubbs"
> À: "LFS Developers Mailinglist"
> Envoyé: Mercredi 29 Mai 2013 19:25:18
> Objet: [lfs-dev] util-linux regression tests
>
> util-linux now has a test suite. In chroot, 'make check' fails
> b
util-linux now has a test suite. In chroot, 'make check' fails because
it is running as root.
If I run as a non-root user, the tests pass, but many are skipped.
The actual command beeing run in the Makefile is:
tests/run.sh --srcdir=$(abs_top_srcdir) --builddir=$(abs_top_builddir)
--nonroot
I