Samuel Herschbein wrote:
[]
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
[]
Here's what I did:
1) mv /sw/lib/libjpeg.dylib /sw/lib/libjpeg.dylib.save
2) ln -s System/Library/Frameworks/ApplicationServices.framework/
Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO/
libJPEG.dylib /sw/lib/libjpeg.dylib
As Alexander says, this link is weird: The .../Versions/A/ImageIO is a
file (library), not a directory, as your error message clearly said. If
it were a directory, it could not reference a symbol. The directory (at
the same place .../Versions/A/) is called Resources, and has
libJPEG.dylib (and libTIFF.dylib wich leads to similar problems) inside.
3) apt-get install pango1-xft2 - worked AOK
4) fink install bundle-kde is now progressing onwards!
Is this an OK solution?
No, because now every linker command that looks for Fink's ljpeg will
find Apple's instead, and the two have nothing in common (except the
name, modulo case insensitivity). After lengthy discussions, the
"official" answer about this problem was given in
http://sourceforge.net/mailarchive/message.php?msg_id=11635291
(Note that the vte.info mentioned there no longer exists in the unstable
tree; the one in stable still has the PatchScript).
The problem with this solution is that nobody ever explained why and how
this works, and therefore I at least cannot explain it to you. In
addition, the pango1-xft2 package version 1.8.1-3 in
10.4-transitional/unstable already has this fix included, so if this is
the one you installed, it shouldn't have happened; there is, however,
the same version in 10.3/unstable which doesn't have the fix.
In short, a terrible mess...
Everyone is waiting for 10.4.3 which supposedly has a fixed dyld and
will magically cure all these problems (except the package version mess,
I guess).
--
Martin
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users