Jack Howarth wrote:
    Can I get some advice on the following problem. I just noticed that the
sparky-py package I maintain has a problem with symbol resolution. You can
reproduce the problem by...

1) install sparky-py24 from the fink unstable 10.4-transitional tree on a MacOS 
X 10.4.4 machine.
2) start sparky by executing 'sparky' from a X terminal in the X11.app
3) select the 'Show Manual' menu item from the 'Help' menu of the sparky window.

Rather than starting Safari to display the help files of sparky, I get an
error...

dyld: Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from: 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /sw/lib/libJPEG.dylib

...in the X terminal window. Oddly, the prebuilt Sparky.app from...

http://www.cgl.ucsf.edu/home/sparky/

...doesn't show this problem. I've looked at the linkage of spy.so and _tkinter
as well as python2.3 and can't see any differences. I assume this must be due
to some difference in lazy symbol loading between gcc-3.3 and gcc-4.0. Thanks
in advance for any clues on this.

To make it work, you can

  fink remove libjpeg

and for the next error, remove also giflib and/or libungif.

--
Martin


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to