﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
570	Unable to deploy sxpath library with Chicken 4.6.7 under Mac OS X	Ivan Raikov	felix winkelmann	"Using Chicken 4.6.7, I am able to deploy the sxpath library under Linux, but not under Mac OS X (Darwin 10.7). Can anybody test this under different OSes?

~/bin/chicken/bin/chicken-install -deploy -p sxpath sxpath
retrieving ...
resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi
connecting to host ""chicken.kitten-technologies.co.uk"", port 80 ...
requesting ""/henrietta.cgi?name=sxpath&mode=default"" ...

[snipped]

installing sxpath: ...
changing current directory to /tmp/temp9fdc/sxpath
  /Users/ivan/bin/chicken/bin/csi -bnq -setup-mode -e ""(require-library setup-api)"" -e ""(import setup-api)"" -e ""(setup-error-handling)"" -e ""(extension-name-and-version '(\""sxpath\"" \""\""))"" -e ""(destination-prefix \""/Users/ivan/build/neurolucida/sxpath\"")"" -e ""(runtime-prefix \""/Users/ivan/build/neurolucida/sxpath\"")"" -e ""(deployment-mode #t)"" /tmp/temp9fdc/sxpath/sxpath.setup
  /Users/ivan/bin/chicken/bin/csc -feature compiling-extension -setup-mode   -deployed -s -O2 -o sxpath-lolevel.so chicken/sxpath-lolevel.scm -j sxpath-lolevel
  /Users/ivan/bin/chicken/bin/csc -feature compiling-extension -setup-mode   -deployed -s -O2 sxpath-lolevel.import.scm
  /Users/ivan/bin/chicken/bin/csc -feature compiling-extension -setup-mode   -deployed -s -O2 -o txpath.so chicken/txpath.scm -j txpath

Error: during expansion of (import ...) - unbound variable: |\xcf\xfa\xed\xfe\x07\x00\x00\x01\x03\x00\x00\x00\x08\x00\x00\x00|

	Call history:

	<syntax>	  (##core#begin (module txpath (sxml:core-last sxml:core-position sxml:core-count sxml:core-id sxml:co......
	<syntax>	  (module txpath (sxml:core-last sxml:core-position sxml:core-count sxml:core-id sxml:core-local-name ......
	<syntax>	  (##core#module txpath (sxml:core-last sxml:core-position sxml:core-count sxml:core-id sxml:core-loca......
	<syntax>	  (import chicken scheme (only data-structures string-split) (only srfi-1 filter) (only srfi-13 string......
	<syntax>	  (##core#undefined)
	<syntax>	  (require-extension sxpath-lolevel)
	<syntax>	  (##core#require-extension (sxpath-lolevel) #t)
	<syntax>	  (##core#begin (##core#begin (##sys#require (quote sxpath-lolevel)) (import sxpath-lolevel)) (##core#......
	<syntax>	  (##core#begin (##sys#require (quote sxpath-lolevel)) (import sxpath-lolevel))
	<syntax>	  (##sys#require (quote sxpath-lolevel))
	<syntax>	  (quote sxpath-lolevel)
	<syntax>	  (##core#quote sxpath-lolevel)
	<syntax>	  (import sxpath-lolevel)	<--

Error: shell command terminated with non-zero exit status 17920: /Users/ivan/bin/chicken/bin/chicken chicken/txpath.scm -output-file txpath.c -dynamic -feature chicken-compile-shared -feature compiling-extension -setup-mode -optimize-level 2 -emit-import-library txpath

Error: shell command failed with nonzero exit status 256:


"	defect	closed	critical	4.9.0	core tools	4.6.x	fixed	deploy sxpath		
