chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #147: Error when loading the qt egg


From: Chicken Trac
Subject: [Chicken-janitors] Re: #147: Error when loading the qt egg
Date: Thu, 17 Dec 2009 10:02:58 -0000

#147: Error when loading the qt egg
-------------------------+--------------------------------------------------
  Reporter:  mario       |       Owner:        
      Type:  defect      |      Status:  closed
  Priority:  critical    |   Milestone:  4.3.0 
 Component:  extensions  |     Version:  4.3.0 
Resolution:  invalid     |    Keywords:  qt    
-------------------------+--------------------------------------------------
Changes (by mario):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 Replying to [comment:1 felix]:
 > What's the output of `ldd <repo-path>/qt.so` ?
 > Is it possible that some library paths are mixed up?

 That was it.  qt.so was being linked against libchicken.so.3. Thanks for
 the tips and sorry for the noise.

 My canonical chicken installation is still chicken 3.4.0.  I have /usr/bin
 /<chicken-tools> symlinked to /usr/local/chicken-3.4.0/bin/<chicken-
 tools>.

 To use chicken 4, I explicitly execute <chicken-tools> from
 /usr/local/chicken-4.3.0/bin (which are not in PATH).  I guess chicken-4
 picks some tools (maybe chicken) from PATH, so it ended up calling
 something from chicken 3.

 Installing the qt egg with

 {{{
 QTDIR=/usr PATH=/usr/local/chicken-4.3.0/bin/:$PATH
 /usr/local/chicken-4.3.0/bin/chicken-install qt
 }}}

 made it work.

 I don't know if that is expected.  I mean, whether chicken-install is
 supposed to use chicken tools from PATH instead of from the build-time
 configured PREFIX path.

 I'm closing this ticket as invalid.

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