View previous topic :: View next topic |
Author |
Message |
antonellocaroli Guru

Joined: 11 Aug 2016 Posts: 513
|
Posted: Sun Apr 28, 2019 8:47 am Post subject: [Risolto] Qgis |
|
|
Volevo installare l'ultima versione di questo software (3.6.2).
ho modificato la ebuild manualmente, ma ottengo sempre un errore con cmake...
probabilmente dovrei modificare qualche patch, ma non ho idea di come...
qualcuno sa qualcosa?
Last edited by antonellocaroli on Sat May 04, 2019 3:25 pm; edited 3 times in total |
|
Back to top |
|
 |
sabayonino Veteran


Joined: 03 Jan 2012 Posts: 1057
|
Posted: Sun Apr 28, 2019 11:45 am Post subject: |
|
|
Forse postando l'errore che ti dà CMAKE è possibile darti una mano ? _________________ LRS 64/32 |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31568 Location: here
|
Posted: Sun Apr 28, 2019 11:54 am Post subject: |
|
|
Nel bug 672952 trovi l'ebuild per qgis-3.6.1 (quindi anche per 3.6.2) e per proj-5.2 necessario a qgis 3.6.
Domani posso mettere i due ebuild nel mio overlay, il lavoro l'ho gia' fatto sul pc al lavoro. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
antonellocaroli Guru

Joined: 11 Aug 2016 Posts: 513
|
Posted: Sun Apr 28, 2019 11:57 am Post subject: |
|
|
fedeliallalinea wrote: | Nel bug 672952 trovi l'ebuild per qgis-3.6.1 (quindi anche per 3.6.2) e per proj-5.2 necessario a qgis 3.6.
Domani posso mettere i due ebuild nel mio overlay, il lavoro l'ho gia' fatto sul pc al lavoro. |
Grazie , aspetto allora.... |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31568 Location: here
|
|
Back to top |
|
 |
antonellocaroli Guru

Joined: 11 Aug 2016 Posts: 513
|
Posted: Mon Apr 29, 2019 6:42 pm Post subject: |
|
|
Grazie fedeliallalinea,
le ebuild funzionano e ho installato la versione 3.6.2.
ma ho lo stesso errore all apertura che avevo con la versione 3.2.3
si apre una finestra con queste indicazioni
Code: | Impossibile caricare il plugin 'processing'
ModuleNotFoundError: No module named 'psycopg2'
Traceback (most recent call last):
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 309, in loadPlugin
__import__(packageName)
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/__init__.py", line 29, in
from processing.tools.general import * # NOQA
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/tools/general.py", line 35, in
from processing.core.Processing import Processing
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/core/Processing.py", line 58, in
from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py", line 70, in
from .FieldsCalculator import FieldsCalculator
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/algs/qgis/FieldsCalculator.py", line 46, in
from .ui.FieldsCalculatorDialog import FieldsCalculatorDialog
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py", line 54, in
from processing.gui.PostgisTableSelector import PostgisTableSelector
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/gui/PostgisTableSelector.py", line 36, in
from processing.tools.postgis import GeoDB
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/usr/share/qgis/python/plugins/processing/tools/postgis.py", line 28, in
import psycopg2
File "/usr/lib64/python3.6/site-packages/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'psycopg2'
Versione Python: 3.6.5 (default, Mar 30 2019, 09:54:33) [GCC 8.2.0]
Versione di QGIS: 3.6.2-Noosa Noosa, exported
Percorso Python:
/usr/share/qgis/python
/home/filippo/.local/share/QGIS/QGIS3/profiles/default/python
/home/filippo/.local/share/QGIS/QGIS3/profiles/default/python/plugins
/usr/share/qgis/python/plugins
/usr/lib64/python36.zip
/usr/lib64/python3.6
/usr/lib64/python3.6/lib-dynload
/usr/lib64/python3.6/site-packages
/home/filippo/.local/share/QGIS/QGIS3/profiles/default/python
/home/filippo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/mmqgis/forms |
chiudo la finestra e parte il programma, ma non mi funzione il menu "vettore" |
|
Back to top |
|
 |
antonellocaroli Guru

Joined: 11 Aug 2016 Posts: 513
|
Posted: Mon Apr 29, 2019 6:53 pm Post subject: |
|
|
Grazie Risolto...
ho installato dev-python/psycopg |
|
Back to top |
|
 |
antonellocaroli Guru

Joined: 11 Aug 2016 Posts: 513
|
Posted: Wed May 01, 2019 4:58 am Post subject: |
|
|
fedeliallalinea tu usi questo software?
installata tutto bene...
ma nell'uso mi va in crash spesso...nella schell ci sono questi errori
Quote: | filippo@GentooServerAll ~ $ qgis
Warning: QXcbConnection: XCB error: 3 (BadWindow), sequence: 3986, resource id: 16059688, major code: 40 (TranslateCoords), minor code: 0
QGIS died on signal 11Annullato
filippo@GentooServerAll ~ $ qgis
double free or corruption (out)
Annullato
filippo@GentooServerAll ~ $ qgis
malloc(): memory corruption (fast)double free or corruption (fasttop)
Annullato
filippo@GentooServerAll ~ $ qgis
double free or corruption (fasttop)malloc(): memory corruption (fast)
double free or corruption (out)
Annullato
filippo@GentooServerAll ~ $ qgis
double free or corruption (out)
QGIS died on signal 11Annullato
filippo@GentooServerAll ~ $
|
pensavo dipendesse dalla versione 3.6.2 e quindi sono passato alla 3.6.1, ma i crash rimangono...
capita mentre ci lavoro.... |
|
Back to top |
|
 |
antonellocaroli Guru

Joined: 11 Aug 2016 Posts: 513
|
Posted: Wed May 01, 2019 9:26 am Post subject: |
|
|
non so se questo possa servire a qualcosa
Quote: | filippo@GentooServerAll ~/.local/share $ gdb /usr/bin/qgis
GNU gdb (Gentoo 8.1 p1) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/qgis...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/qgis
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffe6767700 (LWP 26055)]
[New Thread 0x7fffddad4700 (LWP 26056)]
Thread 3 "QDBusConnection" received signal SIG33, Real-time event 33.
[Switching to Thread 0x7fffddad4700 (LWP 26056)]
0x00007ffff3e159f3 in poll () from /lib64/libc.so.6
(gdb)
|
|
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31568 Location: here
|
Posted: Wed May 01, 2019 12:48 pm Post subject: |
|
|
antonellocaroli wrote: | fedeliallalinea tu usi questo software? |
Ammetto di usare questo software solo per vedere se ho confogurato correttamente mapserver (WMS, WFS) ma non ne faccio uso intensivo (ogni tanto apro anche quelche shp) _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
antonellocaroli Guru

Joined: 11 Aug 2016 Posts: 513
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|