[MacPorts] #27211: lua-numlua wrong library path

MacPorts noreply at macports.org
Mon Nov 8 04:56:41 PST 2010


#27211: lua-numlua wrong library path
-------------------------------------+--------------------------------------
 Reporter:  and.damore@…             |       Owner:  bfulgham@…           
     Type:  defect                   |      Status:  new                  
 Priority:  Normal                   |   Milestone:                       
Component:  ports                    |     Version:  1.9.2                
 Keywords:  cpath libraries          |        Port:  lua-numlua           
-------------------------------------+--------------------------------------
 ''print(package.cpath)'' in lua returns

 {{{
 $ lua -e "print(package.cpath)"
 ./?.so;/opt/local/lib/lua/5.1/?.so;/opt/local/lib/lua/5.1/loadall.so
 }}}

 while lua-numlua is installing its '''.so''' objects in ''$prefix/lib'',
 this should be changed to ''$prefix/lib/lua/5.1'' or, if those libraries
 are supposed to be available to other programs, the default
 ''package.cpath'' of Lua should be changed to ''$prefix/lib''

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


More information about the macports-tickets mailing list