It looks to me as if you found genuine bugs in the new stable release. The dia and libmpeg packages need fixing.
The solution for you is to "fink install popt libmpeg" or get the two packages popt and libmpeg via dselect. Anthony Michael Agelastos wrote: > > Hello and thank you for your assistance. I am getting errors running the > gimp and can't even get dia to work. Here are my specs and errors: > > Mac OS X 10.1.4 > Fink Distribution version: 0.4.0 > Fink Package manager version: 0.9.11 > > When I start Xdarwin and type in "dia" in the command line, the following is > my error: > > % dia > dyld: dia can't open library: /sw/lib/libpopt.0.dylib (No such file or > directory, errno = 2) There is a missing dependency on the popt package. This has been fixed in the unstable tree some months ago, but apparently never made it into the stable tree. It is hard to detect, because a lot of other packages do depend on popt, so as soon as you install a little more of gnome than just the basic gnome-libs, you'll usually have popt installed, too. > When I start Xdarwin and type in "gimp" in the command line, the following > is my error: > > % gimp > > Gdk-WARNING **: locale not supported by C library > dyld: /sw/lib/gimp/1.2/plug-ins/gap_decode_mpeg can't open library: > /sw/lib/libmpeg.1.dylib (No such file or directory, errno = 2) This file is installed by the libmpeg package, but gimp has a dependency on limpeg-shlibs, because it (rightfully) thinks the file *should* belong to libmpeg-shlibs. [] > I would really appreciate resolving these errors. Maybe I didn't install > some dependencies properly. I do not know. Thanks for your help. Not your fault, I think. You're just the first to hit this problem. -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
