Skip to content

Instantly share code, notes, and snippets.

@gmykhailiuta
Created October 22, 2021 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmykhailiuta/3a1564a101ffa47b9d49ed2f40b153c6 to your computer and use it in GitHub Desktop.
Save gmykhailiuta/3a1564a101ffa47b9d49ed2f40b153c6 to your computer and use it in GitHub Desktop.
==> Starting check()...
make: Entering directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3'
MAKE x86_64-pc-linux-gnu : 0 * check
make[1]: Entering directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu'
Making check in include
make[2]: Entering directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu/include'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu/include'
Making check in testsuite
make[2]: Entering directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu/testsuite'
make check-DEJAGNU
make[3]: Entering directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu/testsuite'
Making a new site.exp file ...
srcdir='../../testsuite'; export srcdir; \
EXPECT=expect; export EXPECT; \
if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \
exit_status=0; l='libffi'; for tool in $l; do \
if runtest --tool $tool --srcdir $srcdir ; \
then :; else exit_status=1; fi; \
done; \
else echo "WARNING: could not find 'runtest'" 1>&2; :;\
fi; \
exit $exit_status
WARNING: Couldn't find the global config file.
Using ../../testsuite/lib/libffi.exp as tool init file.
Test run by gmy on Fri Oct 22 11:45:48 2021
Native configuration is x86_64-pc-linux-gnu
=== libffi tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using ../../testsuite/config/default.exp as tool-and-target-specific interface file.
Running ../../testsuite/libffi.bhaible/bhaible.exp ...
Running ../../testsuite/libffi.call/call.exp ...
Running ../../testsuite/libffi.closures/closure.exp ...
Running ../../testsuite/libffi.complex/complex.exp ...
FAIL: libffi.complex/cls_align_complex_float.c (test for excess errors)
Running ../../testsuite/libffi.go/go.exp ...
=== libffi Summary ===
# of expected passes 776
# of unexpected failures 1
make[3]: *** [Makefile:452: check-DEJAGNU] Error 1
make[3]: Leaving directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu/testsuite'
make[2]: *** [Makefile:528: check-am] Error 2
make[2]: Leaving directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu/testsuite'
make[1]: *** [Makefile:1349: check-recursive] Error 1
make[1]: Leaving directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3/x86_64-pc-linux-gnu'
make: *** [Makefile:2971: check] Error 2
make: Leaving directory '/home/gmy/.cache/yay/libffi7/src/libffi-3.3'
==> ERROR: A failure occurred in check().
Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment