Chris Wolf wrote: > On 3/20/07, Martin Costabel <[EMAIL PROTECTED]> wrote: [] >> The only scenario I can imagine that can have this result is that you >> have somehow been mixing things from the stable and unstable trees, and >> now your various libgobject-*.dylib files are in an inconsistent state. [] >> The important thing is that both libgobject-2.0.dylib (compile time >> object) and libgobject-2.0.0.dylib (runtime object) point to the same >> file. I bet that this is not the case for you. [] > s -l libgobject-2.0.* > -rwxr-xr-x 1 root admin 278352 Mar 18 01:50 libgobject-2.0.0.1200.0.dylib > -rwxr-xr-x 1 root admin 287884 Mar 18 07:36 libgobject-2.0.0.400.8.dylib > lrwxr-xr-x 1 root admin 28 Mar 18 07:36 libgobject-2.0.0.dylib > -> libgobject-2.0.0.400.8.dylib > -rw-r--r-- 1 root admin 399844 Mar 18 01:50 libgobject-2.0.a > lrwxr-xr-x 1 root admin 29 Mar 18 08:02 libgobject-2.0.dylib > -> libgobject-2.0.0.1200.0.dylib > -rwxr-xr-x 1 root admin 931 Mar 18 01:50 libgobject-2.0.la > > ...and, yes, I had the unstable tree activiated, per the instructions I was > following here:
I don't know about the bigger picture, but to solve the problem at hand - building pango1-xft2 - you need to get those two symlinks to point at the same file. Instead of doing it by hand, you should make sure that the two packages, glib2-dev and glib2-shlibs, have the same installed version. To get the really installed version, use the command dpkg -l glib2-\* It is probably best, now that you are back to stable, to downgrade glib2-dev to the version of glib2-shlibs or to reinstall that version of glib2-dev. You should be aware, however, of the possibility that other packages that you built while having unstable activated, may crash because their required version of libg*.dylib is no longer installed. These would then have to be rebuilt. -- Martin ------------------------------------------------------------------------- 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 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
