Re: To Sébastien Villemot > Unfortunately, pgloader still doesn't compile:
> While evaluating the form starting at line 21, column 0 > of > #P"/srv/projects/postgresql/pgloader/pgloader/dumper-2SKVI5f7.lisp":Fatal > SIMPLE-ERROR: > Compilation failed: * is not permitted as an argument to the FUNCTION type > specifier in /usr/share/common-lisp/source/esrap/src/evaluator.lisp Looking around for something else I discovered #999625 in cl-esrap which fixes this problem. I uploaded the fix in an NMU. (I guess you might also take over that package?) But pgloader still doesn't build: :( ; wrote /srv/projects/postgresql/pgloader/pgloader/debian/home/.cache/common-lisp/sbcl-2.1.11.debian-linux-x64/usr/share/common-lisp/source/abnf/abnf-tmp5FHTGX61.fasl ; compilation finished in 0:00:00.080 While evaluating the form starting at line 21, column 0 of #P"/srv/projects/postgresql/pgloader/pgloader/dumper-2SKVI5f7.lisp":Fatal TYPE-ERROR: The values (#<FUNCTION (LAMBDA (ESRAP::PRODUCTION) :IN "/srv/projects/postgresql/pgloader/pgloader/debian/home/.cache/common-lisp/sbcl-2.1.11.debian-linux-x64/usr/share/common-lisp/source/abnf/abnf.fasl") {53C1EADB}> NIL NIL) are not of type (VALUES FUNCTION &OPTIONAL) (DUMPER518::BACKTRACE-AS-LIST) ; ; compilation unit aborted ; caught 1 fatal ERROR condition ; caught 51 STYLE-WARNING conditions ; printed 4719 notes Christoph