On Wednesday, 29. June 2005 22:59, Steven Friedrich wrote: > checking for x86 SSE instructions... yes > eval: 1: Syntax error: Unterminated quoted string > ===> Script "configure" failed unexpectedly.
Can't reproduce and config.log contains no hints as to what's going on either. Please try the following: First check if you have bash installed. If so, move it out of the way temporarily so configure won't try to run itself with bash: mv /usr/local/bin/bash /usr/local/bin/bash_ Then do: cd /usr/ports/multimedia/kdemultimedia make clean make extract cd work/kdemultimedia-3.4.1 sh configure Now if configure still fails at the same spot, do this: sh -c "sh -x configure > config-x.log 2>&1" ... and mail the resulting config-x.log file back here. If configure does NOT fail anymore and you HAD bash installed and moved it out of the way as instructed above, move it back now: mv /usr/local/bin/bash_ /usr/local/bin/bash Then run: bash configure If configure now fails, do: bash -c "bash -x configure > config-x.log 2>&1" ... and mail the resulting config-x.log file back here. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
