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.
If you're using kde eclass, just remove the 'configure' file before 
kde_src_compile, and the eclass will take care.

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

-- 
Diego "Flameeyes" Pettenò - http://farragut.flameeyes.is-a-geek.org/
Gentoo/Alt lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE

Attachment: pgpTu6gSG0jX7.pgp
Description: PGP signature

Reply via email to