Created attachment 302399 [details] build log On my hardened ~amd64 machine with gcc-4.6.2 I see the following problem when trying to run the test suite for ecls. make[3]: Entering directory `/var/tmp/portage/dev-lisp/ecls-12.2.1/work/ecl-12.2.1/build/tests' ecl -norc -load config.lsp -eval '(ecl-tests::ensure-ansi-tests)' -eval '(ext:quit)' < /dev/null ;;; Loading "/var/tmp/portage/dev-lisp/ecls-12.2.1/work/ecl-12.2.1/build/tests/config.lsp" An error occurred during initialization: Module error: Don't know how to REQUIRE ECL-CURL.. make[3]: *** [ansi-tests] Error 1
Created attachment 302401 [details] emerge --info
Just rerun with ecls-12.12.1 and everything is fine. One note though: if ecls is a new package (i.e. not already installed) the tests failed.
*** This bug has been marked as a duplicate of bug 422787 ***