[Fink-beginners] Can't run gtk2 apps

2005-06-11 Thread Marc Boxerman
My hard drive crashed, so I replaced it and restored my backup to it (using Carbon Copy Cloner). All is well except I can no longer get any gtk2 apps to run. Here's the error I get when trying to start bluefish: [santorini:/sw/lib] marc% dyld: bluefish can't open library: /sw/lib/libgtk-x11

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Michèle Garoche
Le 12 juin 2005 à 07:31, Marc Boxerman a écrit : My hard drive crashed, so I replaced it and restored my backup to it (using Carbon Copy Cloner). All is well except I can no longer get any gtk2 apps to run. Here's the error I get when trying to start bluefish: [santorini:/sw/lib] marc%

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Martin Costabel
Marc Boxerman wrote: [] WARNING: Deprecated multi-line format used for property "patchscript" at line 9 of "/sw/fink/dists/unstable/crypto/finkinfo/zssh-1.4-2.info". This is a sign that your /sw/fink/dists is a symlink not to 10.3 as it should be, but to 10.2. Maybe the "Distribution" in /sw/e

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Marc Boxerman
You're right about the bad symlink, Martin. It's pointing to 10.2 instead of 10.3 For whatever reason, Carbon Copy Cloner must stumble on symlinks. I had the same problem with the symlinks Apple set up in /usr/x11R6/lib. The links pointed to older versions of dynamic libraries (.dylib) that

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Martin Costabel
Marc Boxerman wrote: You're right about the bad symlink, Martin. It's pointing to 10.2 instead of 10.3 For whatever reason, Carbon Copy Cloner must stumble on symlinks. I had the same problem with the symlinks Apple set up in /usr/x11R6/lib. The links pointed to older versions of dynamic l

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Marc Boxerman
Now that Martin helped me get selfupdate to work, I tried to reinstall gtk+2. That package depends on glib2, which is installed, but apparently broken because reinstall of gtk+2 tripped on it. Working backwards, I tried to reinstall glib2. Reinstallation fails: /gutf8.o .libs/gunibreak.o .l

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Michèle Garoche
Le 12 juin 2005 à 20:36, Marc Boxerman a écrit : Now that Martin helped me get selfupdate to work, I tried to reinstall gtk+2. That package depends on glib2, which is installed, but apparently broken because reinstall of gtk+2 tripped on it. Working backwards, I tried to reinstall glib2.

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Marc Boxerman
fink rebuild glib2 produces the same error: harset.a -L/sw/lib libiconv.dylib /sw/lib/libiconv.dylib /sw/lib/libintl.dylib -install_name /sw/lib/libglib-2.0.0.dylib -compatibility_version 601 -current_version 601.4 gcc: libiconv.dylib: No such file or directory gcc: /sw/lib/libiconv.dylib: N

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-12 Thread Marc Boxerman
I've been making some progress. I discovered that my symlink problem extends to many (but not all) symlinks in /sw/lib. The symlinks point to an older version of the .dylib than what is installed. I've been manually updating the symlinks to point to the newer versions that are on my syst

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-13 Thread Michèle Garoche
Le 12 juin 2005 à 23:59, Marc Boxerman a écrit : fink rebuild glib2 produces the same error: harset.a -L/sw/lib libiconv.dylib /sw/lib/libiconv.dylib /sw/lib/ libintl.dylib -install_name /sw/lib/libglib-2.0.0.dylib - compatibility_version 601 -current_version 601.4 gcc: libiconv.dylib: No

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-13 Thread Michèle Garoche
Le 13 juin 2005 à 04:19, Marc Boxerman a écrit : I've been making some progress. I discovered that my symlink problem extends to many (but not all) symlinks in /sw/lib. The symlinks point to an older version of the .dylib than what is installed. I've been manually updating the symlinks

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-13 Thread Martin Costabel
Michèle Garoche wrote: Le 12 juin 2005 à 23:59, Marc Boxerman a écrit : fink rebuild glib2 produces the same error: harset.a -L/sw/lib libiconv.dylib /sw/lib/libiconv.dylib /sw/lib/ libintl.dylib -install_name /sw/lib/libglib-2.0.0.dylib - compatibility_version 601 -current_version 601.4

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-13 Thread Marc Boxerman
Last night I began the tedious process of manually repairing the broken symlinks. I got far enough so that before I quit for the night my gtk+2 apps were up and working, including bluefish, gimp, and xchat. This evening I took your advice, Martin, and ran the find command as you specified. I

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-14 Thread Martin Costabel
Marc Boxerman wrote: [] ld: Undefined symbols: _XftCharExists This could be a broken symlink, too, but a nastier one, because it points to an existing file, only an older one. Here is how my libXft stuff looks like in /usr/X11R6/lib: % ll /usr/X11R6/lib/libXft* 55520 Jun 10 23:10 /usr/X11R

Re: [Fink-beginners] Can't run gtk2 apps

2005-06-14 Thread Marc Boxerman
Indeed, it was a broken symlink. It pointed to libXft1.1.dylib instead of 2.1. I repaired the symlink and the package built successfully. If I encounter more problems I will reinstall X11 and the X11 SDK. As things stand, it looks like I'm back to normal. As I said, I'm able to launch apps