On 01/22/2011 7:16 AM, Stefano Cappuzzo wrote: > Looking for incorrect headers in 86 dependency files... > ./.deps/HTMLparser.Plo uses /usr/local/include/zconf.h > ./.deps/HTMLparser.Plo uses /usr/local/include/zlib.h > Please fix build process to get consistent use of fink's headers. > ### execution of fink-package-precedence failed, exit code 255 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-libxml2-2.7.8-102
Please don't post 8MB log files without trimming to the location of the actual error. Seeing the successful download of 40+ packages is not useful. In your case the failure is not with qtiplot-qt4-mac but with the earlier dependency libxml2. You have files installed into /usr/local that are causing the build of libxml2 to fail. Move /usr/local out of the way and try the rebuild again. After everything finishes building you can move /usr/local back to the original location. mv /usr/local /usr/local-moved [do your fink builds] mv /usr/local-moved /usr/local The mv commands might need to be prefaced with 'sudo' if a permission error results. Hanspeter ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
