[Rpm-maint] [rpm-software-management/rpm] ``make check`` failing on Fedora (#977)

Philipp Gesang notifications at github.com
Fri Dec 13 14:55:03 UTC 2019


The testsuite reports numerous failures on unrelated tests that
look rather innocuous, e. g. “SIGPIPE from install scriptlet”
from ``rpmio.at``. The common theme appears to be failure of
recursive directory operations inside a *fakechroot* environment.
>From the log:

    +mkdir: cannot create directory '/build/BUILDROOT/sigpipe-1.0-1.x86_64': No such file or directory
    +error: Bad exit status from /usr/local/var/tmp/rpm-tmp.LG7gAJ (%install)
    +    Bad exit status from /usr/local/var/tmp/rpm-tmp.LG7gAJ (%install)

Indeed, while simple directory operations work inside the chroot
recursive ones don’t:

    $ MAGIC="/magic/magic" FAKECHROOT_BASE=$(pwd)/testing fakechroot mkdir /foo
    $ MAGIC="/magic/magic" FAKECHROOT_BASE=$(pwd)/testing fakechroot mkdir -p /foo/bar/baz
    mkdir: cannot create directory ‘/foo/bar’: No such file or directory

To reproduce: ``autoreconf -f -i && ./configure && make -j check``.

System: FC 30, with stock fakechroot 2.19. The
``tests/rpmtests.log`` is too large for *fpaste* so please let me
know what specific information you need.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/977
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191213/dd47a030/attachment.html>


More information about the Rpm-maint mailing list