Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gsll
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • antik
  • gsll
  • Issues
  • #1
Closed
Open
Issue created Dec 28, 2015 by Zach Beane@zbeane

Can't build today - function arity issue

I get this:

; file: /home/quicklisp/quicklisp-controller/dist/build-cache/gsll/f11eaa0119a80b1ff2455744a335b680fb8b9c69/gsll-master-99408223-git/histogram/updating-accessing.lisp
; in: DEFGENERIC RANGE
;     (FUNCALL
;      (GSLL::DEFMFUN NIL (GSLL:HISTOGRAM GSLL::I) "gsl_histogram2d_get_xrange"
;                     (((GSLL::MPOINTER GSLL:HISTOGRAM) :POINTER)
;                      (GSLL::I :SIZET)))
;      GSLL:HISTOGRAM)
; ==>
;   (SB-C::%FUNCALL
;    (SB-KERNEL:%COERCE-CALLABLE-TO-FUN
;     (GSLL::DEFMFUN NIL (GSLL:HISTOGRAM GSLL::I) "gsl_histogram2d_get_xrange"
;                    ((# :POINTER) (GSLL::I :SIZET))))
;    GSLL:HISTOGRAM)
; 
; caught WARNING:
;   function called with one argument, but wants exactly two
;   See also:
;     The ANSI Standard, Section 3.2.2.3

;     (FUNCALL
;      (GSLL::DEFMFUN NIL (GSLL:HISTOGRAM GSLL::I) "gsl_histogram2d_get_yrange"
;                     (((GSLL::MPOINTER GSLL:HISTOGRAM) :POINTER)
;                      (GSLL::I :SIZET)))
;      GSLL:HISTOGRAM)
; --> SB-C::%FUNCALL 
; ==>
;   GSLL:HISTOGRAM
; 

Log is here: http://report.quicklisp.org/2015-12-27/failure-report/gsll.html#gsll

Assignee
Assign to
Time tracking