[mythtv] [mythtv-commits] mythtv commit: r10912 by danielk

Daniel Kristjansson danielk at cuymedia.net
Tue Aug 22 20:23:00 UTC 2006


On Tue, 2006-08-22 at 22:13 +0200, Lukas Kasprowicz wrote:
> Am Dienstag, 22. August 2006 22:06 schrieb Daniel Kristjansson:
> > On Tue, 2006-08-22 at 21:59 +0200, Lukas Kasprowicz wrote:
> > >  model name: Genuine Intel(R) CPU           T2300  @ 1.66GHz
> > This is already in the script:
> >    elif expr "$processor" : "Genuine Intel(R) CPU" > /dev/null ; then
> >        ARCHFLAGS="-march=pentium4"
> I am still getting the "CPU not detected" message when doing a ./configure
> ... doublechecking ...
> Yes the message is still there in r10910.

Strange. Can you add this:
echo \""$processor"\"
echo X\""$processor"\"
right after:
# first try to tune based on processor info

Maybe there are spaces before the "Genuine", or some of those
spaces are tabs or something. Please also try deleting
configure before doing the update, maybe there is some local
problem with the script.

-- Daniel




More information about the mythtv-dev mailing list