On Feb 11, 2009, at 5:34 PM, Jerry wrote: > On Feb 10, 2009, at 5:46 AM, Alexander Hansen wrote: > >> As per "fink info lyx-mac": >> >> "Since LyX is highly configurable at runtime, we've moved to >> having recommended rather than mandatory dependencies [on] >> Imagemagick, TeX, and Postscript and PDF viewers. Some users >> may already have non-Fink options for these and so we won't >> force extra packages upon them." >> >> Thus, everything you're seeing is probably due to not having the >> relevant tools installed. So if you install imagemagick, tetex or >> ptex, and ghostscript, that should get you going. Unfortunately, >> fink doesn't (yet) pop up a list of recommended packages. >> >> This was done, by the way, because people have been griping about >> the "old and useless" (their words, not mine) tetex in Fink. I've >> found tetex to be adequate for _my_ needs. But for someone who has >> a default MacTeX install, which includes imagemagick and >> ghostscript, our LyX package won't burden them with extra >> dependencies. > > Thanks once again for your help, Alexander. > > My attempt to install imagemagick has failed. I have saved the entire > output, but here are some bits of it. > >
Your issue is with gtk+2, not imagemagick. What package you're ultimately trying to install is generally irrelevant to an error in a dependency. > There were a number of instances of lines similar to this, varying in > the last part only: > > ERROR: No debug map or DWARF data was found to link.creating > libpixbufloader-icns.la > > > Here are the last few lines of output: > > ld: warning multiple references to dynamic shared library: /sw/lib/ > libgdk-x11-2.0.0.dylib (from /sw/lib/libgdk-x11-2.0.dylib > and ../../../../gdk/.libs/libgdk-x11-2.0.dylib, using ../../../../ > gdk/.libs/libgdk-x11-2.0.dylib which has higher compatibility_version) > ld: Undefined symbols: > _gdk_pixbuf_new_from_stream referenced from libgtk-x11-2 expected to > be defined in libgdk > _gdk_pixbuf_new_from_stream_at_scale referenced from libgtk-x11-2 > expected to be defined in libgdk > /usr/bin/libtool: internal link edit command failed > make[5]: *** [libgailutil.la] Error 1 > make[4]: *** [all-recursive] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of /var/tmp/tmp.2.yZA2IR failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gtk+2-2.14.7-2 You'll need to post a bit earlier than that, to provide some context. Start with the last line of output before errors start occurring. Also, see if gtk+2-dev is installed (via "fink list gtk+2-dev"). If it is installed try removing it--we've had reports of interference from older versions of that. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
