Re: Bug#172074: cl-db-sockets: Error compiling db-sockets

Kevin Rosenberg <[email protected]>
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
Baruch Even wrote:
> I tried in CMUCL to do: (require :db-sockets)
> and got an error message when it loaded/compiled the code.
> 
> After getting the errors I didn't try to call any method, so I don't
> know if something actually worked after that, but I do know I got error

Thanks for the info. Unfortunately, until a new version of cl-asdf is
uploaded into Debian, you'll have to do the following workaround.

Instead of 
  (require 'db-sockets)

Try starting your lisp session as the user cl-builder. If you are
using sudo, you can start sbcl with the command:
  sudo -u cl-builder sbcl

Then, you can compile and load db-sockets and it's dependency as
follows:
 
  (asdf:oos 'asdf:load-op 'rt)
  (asdf:oos 'asdf:load-op 'db-sockets)

-- 
       Kevin Rosenberg        |  .''`.  ** Debian GNU/Linux **
  http://b9.com/debian.html   | : :' :      The  universal
  GPG signed and encrypted    | `. `'      Operating System
     messages accepted.       |   `-    http://www.debian.org/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.