On Tue, 2005-03-22 at 20:28 +0000, Neale Swinnerton wrote: > Well, I was just the using the same .ebuild that I used to work. That > ebuild needs reworking for the new configure script, but I got the same > problems from the command line... > but CFLAGS was set to -funroll-loops -fprefetch-loop-arrays -pipe Yes, the ebuild is probably trying to add more aggressive compile flags. This will have to be reworked for the new ./configure script. I can't test how custom CFLAGS will interact with every source file. But, perhaps I can add a warning about custom flags to the script.
> > Can you tell me what the output of ./configure was, and the locations of > > gcc, ccache and distcc in your path? > The actually distcc error is: > distcc[10764] (dcc_mkdir) ERROR: mkdir /var/tmp/.distcc/lock failed: No > such file or directory > This may be down to some interaction between Gentoo's ebuild system and > your configure script, so I wouldn't worry too much. >From the error message, my guess is that the .distcc directory in /var/tmp does not exist. Not something we can fix. You might want to re-emerge distcc. ccache should "just work" with MythTV now, just emerge ccache, ./configure and go. -- Daniel
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
