<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 11/6/2010 2:53 PM, Chris Thauberger wrote:
<blockquote cite="mid:4CD579FD.AAEE.006A.0@allstartech.com"
type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<meta name="GENERATOR" content="MSHTML 8.00.7600.16671">
<br>
<br>
>>>>> "Chris Thauberger"
<a class="moz-txt-link-rfc2396E" href="mailto:cthauber@allstartech.com"><cthauber@allstartech.com></a> 11/5/2010 8:19 AM >>><br>
<div>>>>> I'm sure I am missing something simple, but
I just can't see it.<br>
>>>> I have a relatively fresh MythBuntu 10.10
backend server that is currently running the latest 0.23-fixes
(as well as 3 Mythbuntu 9.10 frontends, also running .23-fixes).<br>
>>>> The server was just re-installed clean the
other day.<br>
>>>><br>
>>>> I am looking at moving forward with the
0.24-fixes branch, now that we are into release candidates, but
I just can't get it to compile.<br>
>>>> <br>
>>>> ./configure is successful, but I get the
following immediately after I enter the 'make' command (this is
the same on all 4 machines...the MB 10.10, as well as the MB
9.10 machines)<br>
>>>> <br>
>>>> > sh version.sh<br>
>>>> > Usage: version.sh SVN_TREE_DIR<br>
>>>> > make: *** [version.cpp] Error 1<br>
>>>> <br>
>>>> This is a fresh copy from SVN of
branches/release-0-24-fixes with no patches<br>
>>>> <br>
>>>> Like I said to start, I am sure I am just
overlooking something small...but I just can't see it.<br>
>>>> <br>
>>>> Thanks!<br>
>>>> <br>
>>>> Chris<br>
</div>
<div>>> So, I guess there are no suggestions on what to look
for?</div>
<div>>> Anyone??</div>
<div>>> I can build 0.23-fixes SVN without issues, but get
the above error immediately with 0.24-fixes SVN. It doesn't
even start to compile and that error comes up.</div>
<div>>> </div>
<div>>> Any help or suggestions are appreciated.</div>
<div>>> </div>
<div>>> Thanks again</div>
<div>>> </div>
<div>>> Chris</div>
<div> </div>
<div>in case anyone runs into this in the future, it turned out to
be a simple fix.</div>
<div> </div>
<div>Apparently, with 0.24, running the make command with 'sudo'
is not enough...I was running (as I always have in the past)
'sudo make -j3'</div>
<div>Just for verification, I tried going in as full root (sudo su
-) and then running make, and lo and behold...it worked.</div>
<div> </div>
<div>Anyway, it is now up and running, and going good.</div>
<div> </div>
<div>Chris</div>
<br>
</blockquote>
<br>
Why would you run "make" as root? You should only run "make
install" (or preferably "checkinstall") as root.<br>
<br>
-- Kevin<br>
<br>
</body>
</html>