<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 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 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 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>