<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body style="font-family: tt; font-size: 11pt;" bgcolor="#ffffff"
    text="#000000">
    <div style="font-size: 11pt; font-family: tt;"><span
        style="font-family: monospace;">Hi Rob,<br>
        <br>
        I checked that I can run the bins from distcc_links (at least
        gcc), by simply doing:<br>
            PATH=/path/to/distcc_links gcc --version<br>
        <br>
        This reports rawcc 4.2.1 as expected.<br>
        <br>
        echo-ing the distccd execution line from dev-environment.sh
        shows the following, which looks correct to me!<br>
        <br>
        PATH=/path/to/aboriginal/tip/build/system-image-mipsel/distcc_links
        /path/to/aboriginal/tip/build/system-image-mipsel/../host/distccd
        --no-detach --daemon --listen 127.0.0.1 -a 127.0.0.1 -p 25602
        --jobs 1 --log-stderr --verbose<br>
        <br>
        <br>
        BTW: off-topic, the zlib version in the various build-control
        images in your hg repo is no longer available from the zlib
        site. I've bumped the version, if you want the (trivial)
        patches.<br>
      </span><br>
      <blockquote style="border: 0px none;"
        cite="mid:4F4189EC.6020400@landley.net" type="cite">
        <div style="margin-left: 40px;">
          <hr style="border-width: 1px 0pt 0pt; border-style: dotted
            none none; border-color: rgb(181, 181, 181)
            -moz-use-text-color -moz-use-text-color; height: 1px;
            margin: 0pt;" class="__pbConvHr"><br>
        </div>
        <table style="padding-top: 5px;" class="__pbConvTable">
          <tbody>
            <tr>
              <td valign="top"><img
                  src="cid:part1.06060309.06010900@gmail.com"
                  photoaddress="rob@landley.net" photoname="Rob Landley"
                  name="compose-unknown-contact.jpg" height="29px"
                  width="29px"></td>
              <td style="padding-left: 5px;" valign="top"><a
                  moz-do-not-send="true" href="mailto:rob@landley.net"
                  style="color: rgb(0, 136, 204) ! important;
                  text-decoration: none ! important;">Rob Landley</a><br>
                <font color="#888888">February 20, 2012 1:46 AM</font></td>
            </tr>
          </tbody>
        </table>
        <div style="color: rgb(136, 136, 136); margin-left: 40px;"
          __pbrmquotes="true" class="__pbConvBody"><br>
          <div><!----><br>
            No, that can't be it. That fix was for the host toolchain,
            and distcc<br>
            is using a cross compiler built for the target.<br>
            <br>
            Can you run binaries out of the distcc_links directory?
            Also, if you<br>
            strip the & off the end and stick an "echo" before this
            line in<br>
            dev-environment.sh:<br>
            <br>
            PATH="$(pwd)/distcc_links" "$(which distccd)" --no-detach
            --daemon \<br>
            --listen 127.0.0.1 -a 127.0.0.1 -p $PORT --jobs $CPUS \<br>
            --log-stderr --verbose 2>distccd.log &<br>
            <br>
            Does the PATH and such look right?<br>
            <br>
            Thanks,<br>
            <br>
            Rob<br>
          </div>
          <hr style="border-width: 1px 0pt 0pt; border-style: dotted
            none none; border-color: rgb(181, 181, 181)
            -moz-use-text-color -moz-use-text-color; height: 1px;
            margin: 15px 0pt 0pt;" class="__pbConvHr"><br>
        </div>
        <table style="padding-top: 5px;" class="__pbConvTable">
          <tbody>
            <tr>
              <td valign="top"><img
                  src="cid:part1.06060309.06010900@gmail.com"
                  photoaddress="clyde.oxman@gmail.com" photoname="Clyde
                  Oxman" name="compose-unknown-contact.jpg"
                  height="29px" width="29px"></td>
              <td style="padding-left: 5px;" valign="top"><a
                  moz-do-not-send="true"
                  href="mailto:clyde.oxman@gmail.com" style="color:
                  rgb(0, 136, 204) ! important; text-decoration: none !
                  important;">Clyde Oxman</a><br>
                <font color="#888888">February 19, 2012 4:58 PM</font></td>
            </tr>
          </tbody>
        </table>
        <div style="color: rgb(136, 136, 136); margin-left: 40px;"
          __pbrmquotes="true" class="__pbConvBody"><br>
          Hi All,
          <br>
          <br>
          I'm trying to set up some build control images, and have
          unfortunately found that with the latest aboriginal hg tip,
          distcc is not working.
          <br>
          <br>
          The dev-environment.sh script seems to setup distcc correctly,
          launching the daemon on the host and creating the distcc_links
          directory, but in the emulated target environment, I
          constantly get 'Warning: failed to distribute, running locally
          instead".
          <br>
          <br>
          Looking at the distccd.log file, I find that it seems that
          distccd on the host is continually failing to run gcc with
          'exit code 110'.
          <br>
          <br>
          Has anyone run into this?
          <br>
          <br>
          I would really like to take full advantage of the awesome
          aboriginal framework to speed up these builds.
          <br>
          <br>
          Clyde
          <br>
          <br>
        </div>
      </blockquote>
    </div>
  </body>
</html>