From: Bruce Nagel
Subject: CL-Graphviz install problem
Date: 
Message-ID: <slrnfkgr51.3ii.nagelbh@localhost.localdomain.com>
I am attempting to install the CL-Graphviz library, vi asdf-install,
and get the following error when it gets to the file 
graphviz-cffi-bindings.lisp :

WARNING in 35 35 (CFFI::DEFCTYPE* _-OFF-T :LONG)-5 in line 35 :
_-OFF-T is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in 36 36 (CFFI::DEFCTYPE* _IO-LOCK-T :VOID)-6 in line 36 :
_IO-LOCK-T is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in 37 37 (CFFI::DEFCTYPE* _-OFF-64-T _-QUAD-T)-7 in line 37 :
_-OFF-64-T is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in 37 37 (CFFI::DEFCTYPE* _-OFF-64-T _-QUAD-T)-7 in line 37 :
_-QUAD-T is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in 38 38 (CFFI::DEFCTYPE* _-QUAD-T :LONG-LONG)-8 in line 38 :
_-QUAD-T is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in 39 39 (CFFI::DEFCTYPE* SIZE-T :UNSIGNED-INT)-9 in line 39 :
SIZE-T is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
*** - Unknown CFFI type: _-OFF-T.
The following restarts are available:
RETRY          :R1      Retry performing #<ASDF:COMPILE-OP
COMMON-LISP:NIL #x2043E83E> on #<ASDF:CL-SOURCE-FILE
"graphviz-cffi-bindings" #x2043E6CE>.
ACCEPT         :R2      Continue, treating #<ASDF:COMPILE-OP
COMMON-LISP:NIL #x2043E83E> on #<ASDF:CL-SOURCE-FILE
"graphviz-cffi-bindings" #x2043E6CE> as having been successful.
RETRY          :R3      Retry installation
ABORT          :R4      COMMON-LISP:ABORT

CFFI installed seemingly without problems

I have also been having problems with asdf-install attempting to install
from www.cliki.net with the filename appended when I attempt to use a
local .tar.gz file to install, although this happens inconsistently.

Bruce

-- 
·······@freeshell.org
SDF Public Access UNIX System - http://sdf.lonestar.org
--
The black queen chants the funeral march,
The cracked brass bells will ring;
To summon back the fire witch
To the court of the crimson king.

From: ··············@gmail.com
Subject: Re: CL-Graphviz install problem
Date: 
Message-ID: <49d30481-63ee-475e-be17-07cc684f2a56@w34g2000hsg.googlegroups.com>
> I am attempting to install the CL-Graphviz library, vi asdf-install,
> and get the following error when it gets to the file
> graphviz-cffi-bindings.lisp :

try this version of cffi:

darcs get http://common-lisp.net/~loliveira/soc07/cffi+grovel+babel+stuff/
darcs get http://common-lisp.net/~loliveira/soc07/babel/

you may need some changes from the other repos at http://common-lisp.net/~loliveira/soc07/

many of the list projects are on the bleeding edge (which is good,
imo) and it's the same with verrazano that was used to generate the
cffi bindings file from the c headers.

btw, if you only want to layout a few graphs from the repl then
trivial-shell and the utils in cl-graph are your friends to exec the
dot binary. cl-graphviz only helps if you want to have a web service
or something and want to avoid exec'ing.

hth,

- attila
From: Bruce Nagel
Subject: Re: CL-Graphviz install problem
Date: 
Message-ID: <slrnfkk0ps.5vv.nagelbh@localhost.localdomain.com>
On 2007-11-25, ··············@gmail.com <··············@gmail.com> wrote:
>> I am attempting to install the CL-Graphviz library, vi asdf-install,
>> and get the following error when it gets to the file
>> graphviz-cffi-bindings.lisp :

> try this version of cffi:

<snip!>

> btw, if you only want to layout a few graphs from the repl then
> trivial-shell and the utils in cl-graph are your friends to exec the
> dot binary. cl-graphviz only helps if you want to have a web service
> or something and want to avoid exec'ing.

Thank you for the help, but trying to get asdf-install to install either
babel or cffi+grovel+babel+stuff I'm getting errors from gpg about the
key: gpg: BAD signature from "Luis Oliveira <·······@xxxxx.xxx>" 
(the x's are me blocking out his address)

I know I have his key on my keyring, and it's status is "fully trusted",
but I had this same problem with other libraries I tried to install.  Is
this on my end (gpg or configuration) or on the libraries' authors end
(signature creation)?

I'm no expert at PGP or at asdf-install, but haven't had this problem
until recently.  Any help would be appretiated.

Bruce
-- 
·······@freeshell.org
SDF Public Access UNIX System - http://sdf.lonestar.org

The black queen chants the funeral march,
The cracked brass bells will ring;
To summon back the fire witch
To the court of the crimson king.
From: ··············@gmail.com
Subject: Re: CL-Graphviz install problem
Date: 
Message-ID: <10d58e7a-a53f-41e6-a8e2-90bf599b7aaa@a39g2000pre.googlegroups.com>
> Thank you for the help, but trying to get asdf-install to install either
> babel or cffi+grovel+babel+stuff I'm getting errors from gpg about the
> key: gpg: BAD signature from "Luis Oliveira <·······@xxxxx.xxx>"
> (the x's are me blocking out his address)

forget asdf-install here and just darcs get the repos. that cffi
branch is, well, a branch of cffi that hasn't been merged yet into the
main branch... don't expect an asdf-install-able package of it.

- attila