Michael G. Ross wrote: > Installing from scratch, with unstable active, I installed unison-nox, > then tetex successfully. When I tried to install octave, it compiled > and installed many packages and then stopped reporting a circular > dependency.
Here is the vicious cycle of dependencies: octave -> gnuplot -> pango1-xft2-ft219-dev -> libthai-dev -> doxygen -> graphviz -> swig -> octave To break it, I suspect it would be sufficient to compile libthai with the --disable-doxygen-doc configure option and remove doxygen from its build dependencies. This will perhaps remove graphviz and swig with their excessive deps from a lot of update-all's. I am checking this now into CVS. Watch out for libthai-0.1.9-2. -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
