On Mon, Jan 24, 2022 at 3:45 PM Lars Ingebrigtsen wrote: > Auntie Carol writes: > > > I've been building from Savannah's main branch for the last couple of > months. > > Yesterday I decided to "roll back" to 28.0.91 and ran into the following > errors: > > > > 2 unexpected results: > > FAILED emacs-tests/bwrap/allows-stdout > > FAILED emacs-tests/seccomp/allows-stdout > > > > And compilation does not complete. > > All works as it should when ` check` is removed from the make directive. > > There have been seccomp fixes in the emacs-28 branch earlier today -- > can you try to update and rebuild Emacs and check whether the problem is > still present? > > There is still a failure to compile. albeit with different errors now: ~/src/emacs on HEAD (d193801) == >> GEN src/xml-tests.log make[3]: Leaving directory '/home/yearluk/src/emacs/test' make[2]: [Makefile:335: check-doit] Error 2 (ignored) SUMMARY OF TEST RESULTS ----------------------- Files examined: 375 Ran 5608 tests, 5466 results as expected, 33 unexpected, 109 skipped 10 files contained unexpected results: src/emacs-tests.log lisp/wdired-tests.log lisp/simple-tests.log lisp/progmodes/xref-tests.log lisp/progmodes/project-tests.log lisp/gnus/mml-sec-tests.log lisp/files-tests.log lisp/cedet/semantic-utest-ia.log lisp/autorevert-tests.log lisp/net/tramp-tests.log make[2]: *** [Makefile:336: check-doit] Error 1 make[2]: Leaving directory '/home/yearluk/src/emacs/test' make[1]: *** [Makefile:305: check] Error 2 make[1]: Leaving directory '/home/yearluk/src/emacs/test' make: *** [Makefile:994: check] Error 2