[MacPorts] #18917: parrot-1.0.0 version bump and dylib problem

MacPorts noreply at macports.org
Fri Mar 20 12:44:18 PDT 2009


#18917: parrot-1.0.0 version bump and dylib problem
-------------------------------+--------------------------------------------
 Reporter:  jdfrens@…          |       Owner:  macports-tickets@…                   
     Type:  enhancement        |      Status:  new                                  
 Priority:  Normal             |   Milestone:  Port Enhancements                    
Component:  ports              |     Version:  1.7.0                                
 Keywords:                     |        Port:  parrot                               
-------------------------------+--------------------------------------------
 I've tweaked the existing Portfile for parrot-0.5.2 to install
 parrot-1.0.0.  My new Portfile is attached, and it mostly works.  The
 parrot executable fails to find the right dylib file (looking in the
 destroot, I believe):

 {{{
 $ parrot
 dyld: Library not loaded:
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_parrot/work/parrot-1.0.0/blib/lib/libparrot.dylib
   Referenced from: /opt/local/bin/parrot
   Reason: image not found
 Trace/BPT trap
 }}}

 I can get it to work if I do this:
 {{{
 $ export DYLD_LIBRARY_PATH=/opt/local/lib/parrot/lib
 $ parrot
 parrot -[acEGhprtvVwy.] [-d [FLAGS]] [-D [FLAGS]][-O [level]] [-o FILE]
 <file>
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/18917>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list