[cffi-devel] cffi-tests build error on sbcl
![](https://secure.gravatar.com/avatar/85707c170bca7964097b9ee08480188d.jpg?s=120&d=mm&r=g)
SBCL 0.9.11.34 ; compiling file "C:\\CL\\lib\\cffi\\tests\\misc-types.lisp" (written 14 APR 2006 11:59:12 PM): ; compiling (IN-PACKAGE #:CFFI-TESTS) ... ; compiling (DEFCFUN ("abs" ETRACKER-ABS) ...) ; ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("abs" ETRACKER-ABS) ...)) ; There is no method on #<STANDARD-GENERIC-FUNCTION EXPAND-TO-FOREIGN (3)> with ; no qualifiers and specializers ; (#<BUILT-IN-CLASS T> #<SB-MOP:EQL-SPECIALIZER {BD32631}>). Is it bug in cffi-tests or in sbcl? (previous cffi-tests version build without errors) Thanks! -- WBR, Yaroslav Kavenchuk.
![](https://secure.gravatar.com/avatar/85707c170bca7964097b9ee08480188d.jpg?s=120&d=mm&r=g)
Yaroslav Kavenchuk wrote:
SBCL 0.9.11.34
; compiling file "C:\\CL\\lib\\cffi\\tests\\misc-types.lisp" (written 14
APR 2006 11:59:12 PM): ; compiling (IN-PACKAGE #:CFFI-TESTS) ... ; compiling (DEFCFUN ("abs" ETRACKER-ABS) ...) ; ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("abs" ETRACKER-ABS) ...)) ; There is no method on #<STANDARD-GENERIC-FUNCTION EXPAND-TO-FOREIGN (3)> with ; no qualifiers and specializers ; (#<BUILT-IN-CLASS T> #<SB-MOP:EQL-SPECIALIZER {BD32631}>).
Is it bug in cffi-tests or in sbcl? (previous cffi-tests version build without errors)
Excuse me, not previous version - cffi-060402.tar.gz build without errors. -- WBR, Yaroslav Kavenchuk.
![](https://secure.gravatar.com/avatar/326b108ffcc42f27628703b0c11ed239.jpg?s=120&d=mm&r=g)
Yaroslav Kavenchuk <kavenchuk@jenty.by> writes:
SBCL 0.9.11.34 [...] ; caught ERROR: ; (during macroexpansion of (DEFCFUN ("abs" ETRACKER-ABS) ...)) ; There is no method on #<STANDARD-GENERIC-FUNCTION EXPAND-TO-FOREIGN (3)> with ; no qualifiers and specializers ; (#<BUILT-IN-CLASS T> #<SB-MOP:EQL-SPECIALIZER {BD32631}>).
Sorry, I can't reproduce this with either SBCL 0.9.11.8 or 0.9.11.45. (Neither could someone else with 0.9.11.47). -- Luís Oliveira luismbo (@) gmail (.) com Equipa Portuguesa do Translation Project http://www.iro.umontreal.ca/translation/registry.cgi?team=pt
participants (2)
-
Luís Oliveira
-
Yaroslav Kavenchuk