<!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>
      &gt;&gt;&gt;&gt;&gt; "Chris Thauberger"
      <a class="moz-txt-link-rfc2396E" href="mailto:cthauber@allstartech.com">&lt;cthauber@allstartech.com&gt;</a> 11/5/2010 8:19 AM &gt;&gt;&gt;<br>
      <div>&gt;&gt;&gt;&gt; I'm sure I am missing something simple, but
        I just can't see it.<br>
        &gt;&gt;&gt;&gt; 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>
        &gt;&gt;&gt;&gt; The server was just re-installed clean the
        other day.<br>
        &gt;&gt;&gt;&gt;<br>
        &gt;&gt;&gt;&gt; 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>
        &gt;&gt;&gt;&gt; <br>
        &gt;&gt;&gt;&gt; ./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>
        &gt;&gt;&gt;&gt; <br>
        &gt;&gt;&gt;&gt; &gt; sh version.sh<br>
        &gt;&gt;&gt;&gt; &gt; Usage: version.sh SVN_TREE_DIR<br>
        &gt;&gt;&gt;&gt; &gt; make: *** [version.cpp] Error 1<br>
        &gt;&gt;&gt;&gt; <br>
        &gt;&gt;&gt;&gt; This is a fresh copy from SVN of
        branches/release-0-24-fixes with no patches<br>
        &gt;&gt;&gt;&gt; <br>
        &gt;&gt;&gt;&gt; Like I said to start, I am sure I am just
        overlooking something small...but I just can't see it.<br>
        &gt;&gt;&gt;&gt; <br>
        &gt;&gt;&gt;&gt; Thanks!<br>
        &gt;&gt;&gt;&gt; <br>
        &gt;&gt;&gt;&gt; Chris<br>
      </div>
      <div>&gt;&gt; So, I guess there are no suggestions on what to look
        for?</div>
      <div>&gt;&gt; Anyone??</div>
      <div>&gt;&gt; I can build 0.23-fixes SVN without issues, but get
        the above error immediately with 0.24-fixes SVN.&nbsp; It doesn't
        even start to compile and that error comes up.</div>
      <div>&gt;&gt; </div>
      <div>&gt;&gt; Any help or suggestions are appreciated.</div>
      <div>&gt;&gt; </div>
      <div>&gt;&gt; Thanks again</div>
      <div>&gt;&gt; </div>
      <div>&gt;&gt; Chris</div>
      <div>&nbsp;</div>
      <div>in case anyone runs into this in the future, it turned out to
        be a simple fix.</div>
      <div>&nbsp;</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>&nbsp;</div>
      <div>Anyway, it is now up and running, and going good.</div>
      <div>&nbsp;</div>
      <div>Chris</div>
      <br>
    </blockquote>
    <br>
    Why would you run "make" as root?&nbsp; You should only run "make
    install" (or preferably "checkinstall") as root.<br>
    <br>
    -- Kevin<br>
    <br>
  </body>
</html>