Discussion:
missing qscimod4.sip is stille there
G. Allegri
2014-10-07 07:53:30 UTC
Permalink
The problem with missing qscimod4.sip from some Debian/Ubuntu packages
seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I
cannot sompile the sip parts of Python yet.

Nathan suggested [1] to disable the sip parts related to the code editors
for the moment, but it seems it hasn't been done. Have you found different
solutions to the problem?

Giovanni

[1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
Ziegler Stefan
2014-10-07 08:01:26 UTC
Permalink
Strange, I’m able to compile master with python bindings on Ubuntu 14.04.

Regards
Stefan

Von: qgis-developer-***@lists.osgeo.org [mailto:qgis-developer-***@lists.osgeo.org] Im Auftrag von G. Allegri
Gesendet: Dienstag, 7. Oktober 2014 09:54
An: qgis-developer
Betreff: [Qgis-developer] missing qscimod4.sip is stille there

The problem with missing qscimod4.sip from some Debian/Ubuntu packages seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I cannot sompile the sip parts of Python yet.

Nathan suggested [1] to disable the sip parts related to the code editors for the moment, but it seems it hasn't been done. Have you found different solutions to the problem?

Giovanni

[1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
G. Allegri
2014-10-07 08:12:22 UTC
Permalink
Can you find that file on your machine? I can't....
Where should it be located?

I fear there was some problem with packages upgrading, but I can't find out
where.

giovanni
Post by Ziegler Stefan
Strange, I’m able to compile master with python bindings on Ubuntu 14.04.
Regards
Stefan
*Gesendet:* Dienstag, 7. Oktober 2014 09:54
*An:* qgis-developer
*Betreff:* [Qgis-developer] missing qscimod4.sip is stille there
The problem with missing qscimod4.sip from some Debian/Ubuntu packages
seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I
cannot sompile the sip parts of Python yet.
Nathan suggested [1] to disable the sip parts related to the code editors
for the moment, but it seems it hasn't been done. Have you found different
solutions to the problem?
Giovanni
[1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
Ziegler Stefan
2014-10-07 08:20:38 UTC
Permalink
The only thing I find is:

***@antigua:/$ sudo find . -iname "*.sip" | xargs grep qscimod
./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import Qsci/qscimod4.sip

I’m on a fresh installed 14.04.

Regards
Stefan


Von: G. Allegri [mailto:***@gmail.com]
Gesendet: Dienstag, 7. Oktober 2014 10:12
An: Ziegler Stefan
Cc: qgis-developer
Betreff: Re: [Qgis-developer] missing qscimod4.sip is stille there

Can you find that file on your machine? I can't....
Where should it be located?

I fear there was some problem with packages upgrading, but I can't find out where.

giovanni

2014-10-07 10:01 GMT+02:00 Ziegler Stefan <***@bd.so.ch<mailto:***@bd.so.ch>>:
Strange, I’m able to compile master with python bindings on Ubuntu 14.04.

Regards
Stefan

Von: qgis-developer-***@lists.osgeo.org<mailto:qgis-developer-***@lists.osgeo.org> [mailto:qgis-developer-***@lists.osgeo.org<mailto:qgis-developer-***@lists.osgeo.org>] Im Auftrag von G. Allegri
Gesendet: Dienstag, 7. Oktober 2014 09:54
An: qgis-developer
Betreff: [Qgis-developer] missing qscimod4.sip is stille there

The problem with missing qscimod4.sip from some Debian/Ubuntu packages seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I cannot sompile the sip parts of Python yet.

Nathan suggested [1] to disable the sip parts related to the code editors for the moment, but it seems it hasn't been done. Have you found different solutions to the problem?

Giovanni

[1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
G. Allegri
2014-10-07 08:28:06 UTC
Permalink
If I'm not wrong you're searching only in your home folder...
That file is required by gui.sip, as you can see. If it cannot be found the
compiler shows the error (the build works fine the second time you launch
it but then you get the Python error on QGIS startup).

The only solution for me was unsetting QSCI_SIP_DIR to disable this sip
part.
Post by Ziegler Stefan
./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import Qsci/qscimod4.sip
I’m on a fresh installed 14.04.
Regards
Stefan
*Gesendet:* Dienstag, 7. Oktober 2014 10:12
*An:* Ziegler Stefan
*Cc:* qgis-developer
*Betreff:* Re: [Qgis-developer] missing qscimod4.sip is stille there
Can you find that file on your machine? I can't....
Where should it be located?
I fear there was some problem with packages upgrading, but I can't find out where.
giovanni
Strange, I’m able to compile master with python bindings on Ubuntu 14.04.
Regards
Stefan
*Gesendet:* Dienstag, 7. Oktober 2014 09:54
*An:* qgis-developer
*Betreff:* [Qgis-developer] missing qscimod4.sip is stille there
The problem with missing qscimod4.sip from some Debian/Ubuntu packages
seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I
cannot sompile the sip parts of Python yet.
Nathan suggested [1] to disable the sip parts related to the code editors
for the moment, but it seems it hasn't been done. Have you found different
solutions to the problem?
Giovanni
[1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
Ziegler Stefan
2014-10-07 08:40:39 UTC
Permalink
***@antigua:/$ cd /
***@antigua:/$ pwd
/
***@antigua:/$ sudo find . -iname "*.sip" | xargs grep qscimod
./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import Qsci/qscimod4.sip
***@antigua:/$

QSCI_SIP_DIR is „set“ to QSCI_SIP_DIR-NOTFOUND.

What is this good for btw ?

Regards
Stefan

Von: G. Allegri [mailto:***@gmail.com]
Gesendet: Dienstag, 7. Oktober 2014 10:28
An: Ziegler Stefan
Cc: qgis-developer
Betreff: Re: [Qgis-developer] missing qscimod4.sip is stille there

If I'm not wrong you're searching only in your home folder...
That file is required by gui.sip, as you can see. If it cannot be found the compiler shows the error (the build works fine the second time you launch it but then you get the Python error on QGIS startup).

The only solution for me was unsetting QSCI_SIP_DIR to disable this sip part.


2014-10-07 10:20 GMT+02:00 Ziegler Stefan <***@bd.so.ch<mailto:***@bd.so.ch>>:
The only thing I find is:

***@antigua:/$ sudo find . -iname "*.sip" | xargs grep qscimod
./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import Qsci/qscimod4.sip

I’m on a fresh installed 14.04.

Regards
Stefan


Von: G. Allegri [mailto:***@gmail.com<mailto:***@gmail.com>]
Gesendet: Dienstag, 7. Oktober 2014 10:12
An: Ziegler Stefan
Cc: qgis-developer
Betreff: Re: [Qgis-developer] missing qscimod4.sip is stille there

Can you find that file on your machine? I can't....
Where should it be located?

I fear there was some problem with packages upgrading, but I can't find out where.

giovanni

2014-10-07 10:01 GMT+02:00 Ziegler Stefan <***@bd.so.ch<mailto:***@bd.so.ch>>:
Strange, I’m able to compile master with python bindings on Ubuntu 14.04.

Regards
Stefan

Von: qgis-developer-***@lists.osgeo.org<mailto:qgis-developer-***@lists.osgeo.org> [mailto:qgis-developer-***@lists.osgeo.org<mailto:qgis-developer-***@lists.osgeo.org>] Im Auftrag von G. Allegri
Gesendet: Dienstag, 7. Oktober 2014 09:54
An: qgis-developer
Betreff: [Qgis-developer] missing qscimod4.sip is stille there

The problem with missing qscimod4.sip from some Debian/Ubuntu packages seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I cannot sompile the sip parts of Python yet.

Nathan suggested [1] to disable the sip parts related to the code editors for the moment, but it seems it hasn't been done. Have you found different solutions to the problem?

Giovanni

[1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
G. Allegri
2014-10-07 08:49:31 UTC
Permalink
QSCI_SIP_DIR-NOTFOUND turns QScintilla off. In my case the QSCI_SIP_DIR was
found but it was without the qscimod4.sip file. In this case QScintilla is
detected and turned on but then the error happens.
I had to set the option to QSCI_SIP_DIR-NOTFOUND to disable the feature...

Giovanni
Post by Ziegler Stefan
/
./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import Qsci/qscimod4.sip
QSCI_SIP_DIR is „set“ to QSCI_SIP_DIR-NOTFOUND.
What is this good for btw ?
Regards
Stefan
*Gesendet:* Dienstag, 7. Oktober 2014 10:28
*An:* Ziegler Stefan
*Cc:* qgis-developer
*Betreff:* Re: [Qgis-developer] missing qscimod4.sip is stille there
If I'm not wrong you're searching only in your home folder...
That file is required by gui.sip, as you can see. If it cannot be found
the compiler shows the error (the build works fine the second time you
launch it but then you get the Python error on QGIS startup).
The only solution for me was unsetting QSCI_SIP_DIR to disable this sip part.
./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import Qsci/qscimod4.sip
I’m on a fresh installed 14.04.
Regards
Stefan
*Gesendet:* Dienstag, 7. Oktober 2014 10:12
*An:* Ziegler Stefan
*Cc:* qgis-developer
*Betreff:* Re: [Qgis-developer] missing qscimod4.sip is stille there
Can you find that file on your machine? I can't....
Where should it be located?
I fear there was some problem with packages upgrading, but I can't find out where.
giovanni
Strange, I’m able to compile master with python bindings on Ubuntu 14.04.
Regards
Stefan
*Gesendet:* Dienstag, 7. Oktober 2014 09:54
*An:* qgis-developer
*Betreff:* [Qgis-developer] missing qscimod4.sip is stille there
The problem with missing qscimod4.sip from some Debian/Ubuntu packages
seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I
cannot sompile the sip parts of Python yet.
Nathan suggested [1] to disable the sip parts related to the code editors
for the moment, but it seems it hasn't been done. Have you found different
solutions to the problem?
Giovanni
[1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
--
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
Jürgen E. Fischer
2014-10-10 09:58:46 UTC
Permalink
Hi Giovanni,
Post by G. Allegri
The problem with missing qscimod4.sip from some Debian/Ubuntu packages
seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I
cannot sompile the sip parts of Python yet.
14.04 is probably not recent enough (the fixes from debian unstable might not
have made it into it).

Did you manually add QSCI_SIP_DIR? Otherwise it should not be found and
qscimod4.sip would be disabled (see 3988ad0f[1])


Jürgen

[1] https://github.com/qgis/QGIS/commit/3988ad0f
--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50
Software Engineer D-26506 Norden http://www.norbit.de
QGIS release manager (PSC) Germany IRC: jef on FreeNode
Loading...