Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 404423

Summary: dev-lisp/ecls-12.2.1 fails to run tests - An error occurred during initialization: Module error: Don't know how to REQUIRE ECL-CURL..
Product: Gentoo Linux Reporter: Markus Walter <gentoo>
Component: [OLD] UnspecifiedAssignee: Common Lisp Bugs <common-lisp>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge --info

Description Markus Walter 2012-02-18 17:45:40 UTC
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
Comment 1 Markus Walter 2012-02-18 17:45:57 UTC
Created attachment 302401 [details]
emerge --info
Comment 2 Markus Walter 2013-02-02 10:15:50 UTC
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.
Comment 3 Pacho Ramos gentoo-dev 2015-11-08 10:08:30 UTC

*** This bug has been marked as a duplicate of bug 422787 ***