Diego 'Flameeyes' Pettenò wrote: > On Wednesday 05 July 2006 22:05, Marcus Furlong wrote: >> Running 'configure' goes fine, but running 'make' just keeps running >> configure over and over. > It's commonly caused when the timestamp of configure and the sources for > configure are messed up. Make sure no file has modification time in the > future, and let the configure script to be regenerated forcefully before > make.
Ok, I tried this. I checked the timestamps of all files, and they're all in the past. I deleted configure and let it be regenerated anyway, but the same thing happened as before. :( > If you're using kde eclass, just remove the 'configure' file before > kde_src_compile, and the eclass will take care. Tried this too, and no luck. > If the files have modification time in the future, you must run in > src_unpack something like > > find "${S}" -type f -print0 | xargs -0 touch Even trying to 'configure' and run 'make' outside of an ebuild does not work, that's why I'm guessing it's some sort of misconfiguration with autotools. I'll gladly try any other suggestions that anyone has! Marcus. -- gentoo-dev@gentoo.org mailing list