Bugs item #1580075, was opened at 2006-10-19 06:28
Message generated for change (Comment added) made by pabs3
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1580075&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Binary Installation
Group: Latest release (0.61.05)
>Status: Closed
>Resolution: Out of Date
Priority: 8
Private: No
Submitted By: garthz (garthz)
Assigned to: Robert B. Quattlebaum, Jr. (darco)
Summary: Mac OS 10.4.7 library naming conflicts

Initial Comment:
I found two critical problems with library name
conflicts in the Synfig-0.61.04.mpkg.zip Mac OS binary
release, as installed on a 10.4.7 system.

Shortly after installing I received the following
command line error:

$ open .
dyld: Library not loaded:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  Referenced from:
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Reason: Incompatible library version: ImageIO
requires version 1.0.0 or later, but libPng.dylib
provides version 0.0.0
Trace/BPT trap

"open" is a standard OS X command; this should open the
current directory in the Finder, similar to double
clicking.

To fix this, I renamed the link
/usr/local/lib/libpng.dylib to something innocuous, and
then found a second similar problem:

$ open .
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: /usr/local/lib/libJPEG.dylib

Trace/BPT trap


I renamed the link /usr/local/lib/libjpeg.dylib to fix
that.

I imagine the problem stems from the fact that I have
/usr/local/lib on my LIBRARY_PATH and
DYLD_LIBRARY_PATH.  However, that is necessary for
other locally compiled packages, so I think this is
your bug; you could either re-package synfig to avoid
using public paths or change the library names to not
conflict with standard system libraries.






----------------------------------------------------------------------

>Comment By: Paul Wise (pabs3)
Date: 2007-03-23 12:55

Message:
Logged In: YES 
user_id=35028
Originator: NO

Closing since the MacOS packages have been pulled.

----------------------------------------------------------------------

Comment By: Robert B. Quattlebaum, Jr. (darco)
Date: 2006-11-18 08:30

Message:
Logged In: YES 
user_id=206661
Originator: NO

Oh dear. I'll go ahead and pull the binaries... I don't have time to fix
this myself. :(

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1580075&group_id=144022

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to