chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #570: Unable to deploy sxpath library with Chicke


From: Chicken Trac
Subject: Re: [Chicken-janitors] #570: Unable to deploy sxpath library with Chicken 4.6.7 under Mac OS X
Date: Sun, 01 May 2011 02:17:22 -0000

#570: Unable to deploy sxpath library with Chicken 4.6.7 under Mac OS X
-----------------------+----------------------------------------------------
  Reporter:  iraikov   |       Owner:  felix        
      Type:  defect    |      Status:  assigned     
  Priority:  critical  |   Milestone:  4.7.0        
 Component:  unknown   |     Version:  4.6.x        
Resolution:            |    Keywords:  deploy sxpath
-----------------------+----------------------------------------------------

Comment(by iraikov):

 This is a fresh install of Chicken, so no other copies of sxpath exist on
 the system. Below are the lines relevant to sxpath compilation when
 compiling with :-d (full log is attached).

 {{{
 installing sxpath: ...
 changing current directory to /tmp/tempa375/sxpath
   /Users/igr/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/igr/test\")" -e "(runtime-prefix \"/Users/igr/test\")" -e
 "(deployment-mode #t)" /tmp/tempa375/sxpath/sxpath.setup
   /Users/igr/bin/chicken/bin/csc -feature compiling-extension -setup-mode
 -deployed -s -O2 -o sxpath-lolevel.so chicken/sxpath-lolevel.scm -j
 sxpath-lolevel
   /Users/igr/bin/chicken/bin/csc -feature compiling-extension -setup-mode
 -deployed -s -O2 sxpath-lolevel.import.scm
   /Users/igr/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/igr/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
 }}}

 Replying to [comment:1 felix]:
 > Do you have an old version of sxpath installed (in the normal
 repository)? Can you try this, please, and show me the output:
 >
 >   CSC_OPTIONS=-:d chicken-install ...

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/570#comment:2>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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