Good morning,

I installed the numbers egg. It succeeded but gives warnings. Building the
application produces the same six warning messages. Should I be concerned
about this?

Here is the transcript.

chicken-install numbers
[sudo] password for claude:
retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=numbers&mode=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Thu, 05 May 2016 15:11:28 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ........
reading files ...
  ./NOTES
  ./TODO
  ./benchmarks/
  ./benchmarks/read-write.scm
  ./benchmarks/big-prime.scm
  ./benchmarks/chudnovsky-pi.scm
  ./benchmarks/cl-bench-bignum.scm
  ./benchmarks/frpoly.scm
  ./benchmarks/iterrogo-u8vector-benchmark.scm
  ./benchmarks/pi-ratios.scm
  ./benchmarks/pidigits.scm
  ./benchmarks/basics.scm
  ./numbers-c.c
  ./numbers-c.h
  ./numbers-syntax.scm
  ./numbers.meta
  ./numbers.scm
  ./numbers.setup
  ./numbers.types
  ./toom-cook3.scm
 numbers located at /tmp/temp3f65.20630/numbers
checking platform for `numbers' ...
checking dependencies for `numbers' ...
install order:
("numbers")
installing numbers:4.6 ...
changing current directory to /tmp/temp3f65.20630/numbers
  '/usr/local/bin/csi' -bnq -setup-mode -e "(require-library setup-api)" -e
"(import setup-api)" -e "(setup-error-handling)" -e
"(extension-name-and-version '(\"numbers\" \"4.6\"))" 'numbers.setup'
  '/usr/local/bin/csc' -feature compiling-extension -setup-mode    -C
-fexcess-precision=standard -s -O3 numbers.scm -j numbers

Warning: excluded identifier doesn't exist in module scheme: rationalize

Warning: excluded identifier doesn't exist in module scheme:
make-rectangular

Warning: excluded identifier doesn't exist in module scheme: make-polar

Warning: excluded identifier doesn't exist in module chicken: random

Warning: excluded identifier doesn't exist in module chicken: randomize

Warning: excluded identifier doesn't exist in module chicken: conj
  '/usr/local/bin/csc' -feature compiling-extension -setup-mode    -s -O3
numbers.import.scm
  cp -r 'numbers.so' '/usr/local/lib/chicken/8/numbers.so'
  chmod a+r '/usr/local/lib/chicken/8/numbers.so'
  cp -r 'numbers.import.so' '/usr/local/lib/chicken/8/numbers.import.so'
  chmod a+r '/usr/local/lib/chicken/8/numbers.import.so'
  cp -r 'numbers-syntax.scm' '/usr/local/lib/chicken/8/numbers-syntax.scm'
  chmod a+r '/usr/local/lib/chicken/8/numbers-syntax.scm'
  chmod a+r '/usr/local/lib/chicken/8/numbers.setup-info'


-- 
Claude Marinier
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to