<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I've noticed some users reporting that error too.<br>
    <br>
    But I use a custom build of grass 6 which I've uploaded to my
    dropbox[1] - can you give it a try?<br>
    I can't figure out why QGIS has trouble finding that folder during
    configuration.<br>
    <br>
    As for the sip error... One of the QGIS dependencies is python2-sip
    so it should be able to import the sip module when it starts.<br>
    <br>
    Are you able to run...<br>
    <br>
    % python2<br>
    >>> import sip<br>
    <br>
    ...without errors?<br>
    <br>
    <br>
    <br>
    <br>
    Donovan<br>
    <div class="moz-cite-prefix"><br>
      [1] <a class="moz-txt-link-freetext" href="https://db.tt/ClXi7MsC">https://db.tt/ClXi7MsC</a><br>
      <br>
      <br>
      <br>
      On 06/08/14 03:44 PM, Tomas Lanczos wrote:<br>
    </div>
    <blockquote
cite="mid:CAKMxKbq-sqFuDVbrUa7a_25=-=EFbLoVKzgJjnX9pEnuhVwkRA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello everybody.
        <div><br>
        </div>
        <div>I'd like to install qgis 2.4 on my Manjaro box, using the
          AUR (Arch linux) repository - <a moz-do-not-send="true"
            href="https://aur.archlinux.org/packages/qgis/"
            target="_blank">https://aur.archlinux.org/packages/qgis/</a></div>
        <div>In fact, it is a compilation process, with a source cod
          downloaded from</div>
        <div>git://<a moz-do-not-send="true"
            href="http://github.com/qgis/QGIS.git#branch=release-2_4"
            target="_blank">github.com/qgis/QGIS.git#branch=release-2_4</a><br>
        </div>
        <div><br>
        </div>
        <div>PROBLEM NO. 1</div>
        <div><br>
        </div>
        <div>if I compile it without grass support, the
          compilation/installation process is going out without problem,
          but after starting qgis, I got the following error message:</div>
        <div>
          <br>
        </div>
        <div>
          <div>ouldn't load SIP module.</div>
          <div>Python support will be disabled.</div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>Traceback (most recent call last):</div>
          <div>  File "", line 1, in </div>
          <div>ImportError: No module named sip</div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>Python version:</div>
          <div>2.7.8 (default, Jul  1 2014, 17:30:21) </div>
          <div>[GCC 4.9.0 20140604 (prerelease)]</div>
          <div><br>
          </div>
          <div>QGIS version:</div>
          <div>2.4.0-Chugiak 'Chugiak', ed14cf3</div>
          <div><br>
          </div>
          <div>Python path:</div>
          <div>['/usr/share/qgis/python', u'/home/tomas/.qgis2/python',
            u'/home/tomas/.qgis2/python/plugins',
            '/usr/share/qgis/python/plugins', '/home/tomas',
            '/usr/share/qgis/python', '/usr/local/lib/python27.zip',
            '/usr/local/lib/python2.7',
            '/usr/local/lib/python2.7/plat-linux2',
            '/usr/local/lib/python2.7/lib-tk',
            '/usr/local/lib/python2.7/lib-old',
            '/usr/local/lib/python2.7/lib-dynload',
            '/usr/local/lib/python2.7/site-packages']</div>
        </div>
        <div><br>
        </div>
        <div>PROBLEM No.2</div>
        <div><br>
        </div>
        <div>It is essential for me to use qgis with grass support, so I
          tried to compile qgis with the following options:</div>
        <div><br>
        </div>
        <div>
          <div> cmake ../ \</div>
          <div>    -DCMAKE_BUILD_TYPE=Release \</div>
          <div>    -DCMAKE_SKIP_RPATH=ON \</div>
          <div>    -DCMAKE_INSTALL_PREFIX=/usr \</div>
          <div>    -DENABLE_TESTS=OFF \</div>
          <div>    -DQGIS_MANUAL_SUBDIR=share/man \</div>
          <div>    -DPYTHON_EXECUTABLE=/usr/bin/python2 \</div>
          <div>    -DPYTHON_LIBRARY=/usr/lib/<a moz-do-not-send="true"
              href="http://libpython2.7.so" target="_blank">libpython2.7.so</a>
            \</div>
          <div>    -DPYTHON_INCLUDE_PATH=/usr/include/python2.7 \</div>
          <div>   
            -DPYTHON_SITE_PACKAGES_DIR=/usr/lib/python2.7/site-packages
            \</div>
          <div>    -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \</div>
          <div>    -DWITH_INTERNAL_QWTPOLAR=OFF \</div>
          <div>    -DWITH_INTERNAL_SPATIALITE=OFF \</div>
          <div>#    -DWITH_MAPSERVER=TRUE \</div>
          <div>    -DGRASS_PREFIX=/opt/grass64 \</div>
          <div>#    -DWITH_GLOBE=TRUE \</div>
        </div>
        <div><br>
        </div>
        <div>In this case I'm getting this errormessage after the
          configuring process:</div>
        <div><br>
        </div>
        <div>
          <div>-- Configuring done</div>
          <div>-- Generating done</div>
          <div>-- Build files have been written to:
            /home/tomas/builds/qgis/src/qgis/build</div>
          <div>/home/tomas/builds/qgis/PKGBUILD: line 98:
            -DGRASS_PREFIX=/opt/grass64: No such file or directory</div>
          <div>==> ERROR: A failure occurred in build().</div>
          <div>    Aborting...</div>
        </div>
        <div><br>
        </div>
        <div>The strange thing is that, the "/opt/grass64" directory is
          existing, but it can't locate it.</div>
        <div><br>
        </div>
        <div>Many thanks in advance for any feedback</div>
        <div><br>
        </div>
        <div>Tomas</div>
        <div>--<br>
          Water, taken in moderation cannot hurt anybody.<br>
                  -- Mark Twain<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></pre>
    </blockquote>
    <br>
  </body>
</html>