Package: cl-sql-mysql
Version: 3.2.0-1
Severity: serious

When trying to loadup clsql with mysql support under CMUCL, I get
errors. A transcript of the error is provided below

I use the expressions

    (clc:clc-require :clsql)
    (clc:clc-require :clsql-mysql)

to clsql.

It is not quite clear why this has stopped working. The expected
libraries ae in place in /usr/lib.

I tried to poke around with load-foreign-library which hints that it
may be some CMUCL search paths or defualt directory that hasn changed:

    * (uffi:load-foreign-library "libmysqlclient.so")

    File-error in function TRUENAME:  The file "libmysqlclient.so" does not 
exist.
    ...
    * (uffi:load-foreign-library "/usr/lib/libmysqlclient.so")
    T

Transcript of the actual error I see:

    ; Loading 
#P"/var/cache/common-lisp-controller/tedchly/cmucl/clsql-mysql/db-mysql/mysql-loader.x86f".
    ; 

    ; Warning: 
    ; File-error in function TRUENAME:  The file "libmysqlclient.so" does not 
exist.
    ; ; 

    ; Warning: 
    ; File-error in function TRUENAME:  The file "libmysql.so" does not exist.
    ; ;;; Running /usr/bin/ld...
    ; 

    ; Warning: 
    ; File-error in function EXTENSIONS:LOAD-FOREIGN:
    ;    File does not exist: libmysqlclient.a.
    ; ;;; Running /usr/bin/ld...
    ; 

    ; Warning: 
    ; File-error in function EXTENSIONS:LOAD-FOREIGN:
    ;    File does not exist: libmysql.a.
    ; ;;; Running /usr/bin/ld...
    ; 

    ; Warning: 
    ; File-error in function EXTENSIONS:LOAD-FOREIGN:
    ;    File does not exist: libmysqlclient.o.
    ; ;;; Running /usr/bin/ld...
    ; 

    ; Warning: 
    ; File-error in function EXTENSIONS:LOAD-FOREIGN:
    ;    File does not exist: libmysql.o.
    ; 

    ; Compilation unit aborted.
    ;   1 fatal error
    ;   6 warnings
    ;   2 notes


-- Additional package information

ii  cl-asdf                1.86-5                 Another System Definition 
Facility
ii  cmucl                  19b-release-20050628-3 The CMUCL lisp compiler and 
development syst
ii  common-lisp-controller 4.15                   This is a Common Lisp source 
and compiler ma

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.5-7.97-smp
Locale: LANG=C, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages cl-sql-mysql depends on:
ii  cl-sql                        3.2.0-1    SQL Interface for Common Lisp
ii  cl-sql-uffi                   3.2.0-1    Common UFFI functions for CLSQL da
ii  libmysqlclient14-dev          4.1.12-1   mysql database development files

cl-sql-mysql recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to