chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #283: qt egg installation issue (installation-pre


From: Chicken Trac
Subject: [Chicken-janitors] Re: #283: qt egg installation issue (installation-prefix)
Date: Mon, 26 Jul 2010 14:13:39 -0000

#283: qt egg installation issue (installation-prefix)
------------------------+---------------------------------------------------
 Reporter:  mario       |       Owner:  mario   
     Type:  defect      |      Status:  accepted
 Priority:  major       |   Milestone:  4.6.0   
Component:  extensions  |     Version:  4.5.x   
 Keywords:  qt          |  
------------------------+---------------------------------------------------

Comment(by mario):

 I couldn't make the qt trunk code build either.

 Running {{{chicken-install qt.setup}}} from the qt trunk dir gives me:

 {{{
 $ chicken-install qt.setup
 retrieving ...
 checking platform for `qt' ...
 checking dependencies for `qt' ...
 install order:
 ("qt")
 installing qt: ...
 changing current directory to /home/mario/src/chicken-
 eggs/release/4/qt/trunk
   /usr/local/chicken-4.5.0/bin/csi -bnq -setup-mode -e "(require-library
 setup-api)" -e "(import setup-api)" -e "(extension-name-and-version
 '(\"qt\" \"\"))" /home/mario/src/chicken-eggs/release/4/qt/trunk/qt.setup

 Warning: reference to possibly unbound identifier: c-string

 Warning: reference to possibly unbound identifier: foreign-value

 Error: module unresolved: main

         Call history:

         setup-api.scm: 726  ->string
         setup-api.scm: 727  ensure-string
         setup-api.scm: 726  ->string
         setup-api.scm: 798  user-install-setup
         setup-api.scm: 727  ensure-string
         setup-api.scm: 726  ->string
         setup-api.scm: 727  ensure-string
         setup-api.scm: 726  ->string                    <--

 Error: shell command terminated with nonzero exit code
 17920
 "/usr/local/chicken-4.5.0/bin/csi -bnq -setup-mode -e \"(require-library
 setup-a...
 }}}

 I get the same result when using salmonella.  Here's the salmonella
 configuration file I'm using:

 {{{
 (dont-ask #t)
 (verbose #t)
 (eggs (lambda () (list "qt")))
 (env-vars "CHICKEN_REPOSITORY=/home/mario/salmonella-repo/lib/chicken/5
 QTDIR=/usr")
 (chicken-eggs-dir "/home/mario/src/chicken-eggs/release/4")
 }}}

 I run {{{salmonella salmonella.conf}}}.  The code above is the
 salmonella.conf contents.

 I'm using chicken 4.5.0.  I have the following easyffi versions:

 {{{
 $ chicken-status easyffi
 easyffi ...................................................... version:
 1.99.1
 easyffi-base ................................................. version:
 1.99.1
 }}}

 Any hint?

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/283#comment:4>
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]