Re: [lfs-dev] util-linux regression tests

2013-05-30 Thread Bruce Dubbs
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

Re: [lfs-dev] util-linux regression tests

2013-05-30 Thread Gilles Espinasse
- 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

[lfs-dev] util-linux regression tests

2013-05-29 Thread Bruce Dubbs
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