song zhen wrote: [] > Setting runtime build-lock... > dpkg-deb -b default.build/root-fink-buildlock-app-defaults-20010814-12 > default.build > dpkg-deb: building package `fink-buildlock-app-defaults-20010814-12' > in > `default.build/fink-buildlock-app-defaults-20010814-12_2008.06.18-00.26.54_darwin-i386.deb'. [] > Failed: compile phase: directory > default.build/app-defaults-20010814-12 doesn't exist, check the > package description
Have a look into your /sw/etc/fink.conf file. I suspect there is a line Buildpath: default.build which should not be there. When you ran "fink configure" you must have answered "default" at the question "Which directory should Fink use to build packages? (If you don't know what this means, it is safe to leave it at its default.) []" instead of just hitting return (which is meant by "leave it at its default"). The easiest way to fix this is to remove that line from the fink.conf file. Alternatively, you can rerun "fink configure" and give a better answer at that question, like /sw/src/fink.build (which is the "default"). You can choose any other path you like there, as long as it begins with a "/". Relative paths like your default.build won't work. Then just hit return at all other questions. -- Martin ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
