[mythtv] Re: [mythtv-commits] mythtv commit: r7932 by nigel

George Nassas gnassas at mac.com
Sun Nov 20 17:35:31 EST 2005


On 20-Nov-05, at 5:24 PM, David Snider wrote:

> Interesting, I never noticed that before, just as an FYI, my Mac Mini 
> that I'm using for compiles seems to work fine and it is using the 
> /usr/bin/which
> ...
> $ which blah
> no blah in /bin /sbin /usr/bin /usr/sbin

Yup, that's the problem. test expects one string on each side of the != 
and "no blaa in ..." doesn't go over too well. Then when you try to 
build a partially configured source tree things really go downhill.

Are you building the plugins? Regular myth configure seems OK. Do you 
have sdl (synaesthesia output)? I don't and that's the first which that 
fails for me. Later there's one for pkg-config that fails too.

I assume the redirection in a line like

	if test x`which pkg-config 2>/dev/null` != x"" ; then

is trying to work around noisy which programs but Apple's writes its 
error message to stdout. Grrr!

- George
  



More information about the mythtv-dev mailing list