chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Re: Problems Installing the lookup-table Egg


From: Ehsanul Hoque
Subject: Re: [Chicken-users] Re: Problems Installing the lookup-table Egg
Date: Fri, 10 Dec 2010 17:55:33 -0500


> Looks like it's a more general issue since I'm getting the same
> problem when I try to install the zmq egg. Same error messages, just
> substitute the zmq equivalents. However, other eggs, like pty,
> installed just fine.

Could you paste the error you get for the zmq egg? I think this is
something else. Note that the egg requires you to have ZeroMQ 2.1.0
installed which is still a development release and can be obtained here:
http://download.zeromq.org/zeromq-2.1.0.tar.gz

Thanks for the tip, I just installed ZeroMQ 2.1.0 (I'm afraid I may not even had 2.0 installed earlier, as I was possibly confusing which machine I had installed it on earlier). However, I'm still getting a similar error message, though a bit different now:

$ sudo chicken-install zmq 
[sudo] password for ehsanul: 
retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=zmq" ...
reading response ...
HTTP/1.1 200 OK
Date: Fri, 10 Dec 2010 22:50:16 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ...
reading files ...
  ./zmq.setup
  ./zmq.scm
  ./zmq.meta
 zmq located at /tmp/chicken-install-6d9.tmp/zmq
checking dependencies for `zmq' ...
install order:
("zmq")
installing zmq: ...
changing current directory to /tmp/chicken-install-6d9.tmp/zmq
  /usr/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"zmq\" \"\"))" /tmp/chicken-install-6d9.tmp/zmq/zmq.setup
  /usr/bin/csc -feature compiling-extension -setup-mode   -s -O2 -d0 zmq.scm -J -L -lzmq

Warning: redefinition of imported value binding: errno

Warning: global variable `zmq#message-mutex-set!' is never used

Warning: global variable `zmq#poll-item-in-set!' is never used

Warning: global variable `zmq#context-sockets-set!' is never used

Warning: global variable `zmq#%poll-item-socket' is never used

Warning: global variable `zmq#poll-item-out' is never used

Warning: global variable `zmq#poll-item-out-set!' is never used

Warning: global variable `zmq#%poll-item-events' is never used

Warning: global variable `zmq#poll-item-in' is never used

Warning: global variable `zmq#poll-item-pointer-set!' is never used

Warning: global variable `zmq#context-pointer-set!' is never used

Warning: global variable `zmq#g172' is never used

Warning: global variable `zmq#poll-item-socket-set!' is never used

Warning: global variable `zmq#g283' is never used

Warning: global variable `zmq#zmq_poll_item_ref' is never used

Warning: global variable `zmq#poll-item?' is never used

Warning: global variable `zmq#g325' is never used

Warning: global variable `zmq#g326' is never used

Warning: global variable `zmq#g373' is never used

Warning: global variable `zmq#g374' is never used

Warning: global variable `zmq#g550' is never used
  /usr/bin/csc -feature compiling-extension -setup-mode   -s -O2 zmq.import.scm
csc: file `zmq.import.scm' does not exist
make: Failed to make zmq.so: shell command failed with nonzero exit status

Error: shell command failed with nonzero exit status
16384
"/usr/bin/csc -feature compiling-extension -setup-mode   -s -O2 zmq.import.scm"
Error: shell command terminated with nonzero exit code
17920
"/usr/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e \"(import s...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]