Re: [QGIS-Developer] PyQt issue when building QGIS with python

2021-06-23 Thread Richard Duivenvoorde
On 6/23/21 9:42 PM, Vincent Cloarec wrote: > Hi all, > > Since few days, it is not possible for me to build QGIS with python binding. > I've got this error and many others like this: > > FAILED: python/plugins/db_manager/ui_DlgExportVector.py > cd /home/vincent/dev/building/build-QGIS-Debug/pyth

Re: [QGIS-Developer] PyQt issue when building QGIS with python

2021-06-23 Thread Matthias Kuhn
Hi Tim, Did you also install python3-pyqt5.qtpositioning ? This is a requirement since https://github.com/qgis/QGIS/pull/43731#issuecomment-861172402 Cheers Matthias On Wed, Jun 23, 2021 at 11:54 PM Tim Sutton wrote: > Oh that is odd. I will double check I have the positioning library on my >

Re: [QGIS-Developer] PyQt issue when building QGIS with python

2021-06-23 Thread Tudor Bărăscu
Hi, I think I had the same error thtese last few days, fixed it with apy install python3-pyqt5.qtpositioning on debian. All the best, Tudor Sent from my iPhone > On 23 Jun 2021, at 22:42, Vincent Cloarec wrote: > >  > Hi all, > > Since few days, it is not possible for me to build QGIS wit

Re: [QGIS-Developer] PyQt issue when building QGIS with python

2021-06-23 Thread Tim Sutton
Oh that is odd. I will double check I have the positioning library on my computer tomorrow. Regards Tim Tim Sutton Kartoza Co-founder t...@kartoza.com (mailto:t...@kartoza.com) https://kartoza.com On Jun 23 2021, at 10:52 pm, Vincent Cloarec wrote: > yes, fixed with the same way than Tudor. >

Re: [QGIS-Developer] PyQt issue when building QGIS with python

2021-06-23 Thread Vincent Cloarec
yes, fixed with the same way than Tudor. Update issue, sorry for the noise Le mer. 23 juin 2021 à 17:48, Tim Sutton a écrit : > Hi > > I also have issues though I believe I do have the positioning lib > installed. I made a dump of the error messages I get when building here: > > https://gist.git

Re: [QGIS-Developer] PyQt issue when building QGIS with python

2021-06-23 Thread Tim Sutton
Hi I also have issues though I believe I do have the positioning lib installed. I made a dump of the error messages I get when building here: https://gist.github.com/timlinux/cb1e4ae81b536bf4dae50da43f61c980 We chatted about this on Telegram and Richard (building on debian with Qt 5.15.2) can bu

[QGIS-Developer] PyQt issue when building QGIS with python

2021-06-23 Thread Vincent Cloarec
Hi all, Since few days, it is not possible for me to build QGIS with python binding. I've got this error and many others like this: FAILED: python/plugins/db_manager/ui_DlgExportVector.py cd /home/vincent/dev/building/build-QGIS-Debug/python/plugins/db_manager && /home/vincent/dev/sources/QGIS/sc

Re: [QGIS-Developer] problems debugging tests (and most other targets) with Qt-Creator

2021-06-23 Thread Alessandro Pasotti
Hi Even, I removed all the build directory and rebuilt QGIS from scratch but the problem remains :/ Fun thing is that I can actually step-debug the main qgis application but not a simple test (or the server binary). On Wed, Jun 23, 2021 at 7:45 PM Even Rouault wrote: > Hi Alessandro, > > Isn

Re: [QGIS-Developer] problems debugging tests (and most other targets) with Qt-Creator

2021-06-23 Thread Even Rouault
Hi Alessandro, Isn't it just the bump of version numbers after the release and stale .so.3.19.* files in output/lib ? (but that caused for me crashes for the qgis application) Even Le 23/06/2021 à 19:36, Alessandro Pasotti a écrit : Hi, I really don't know what I have changed but since yes

[QGIS-Developer] problems debugging tests (and most other targets) with Qt-Creator

2021-06-23 Thread Alessandro Pasotti
Hi, I really don't know what I have changed but since yesterday I cannot debug any target except for the main `qgis` application with QT Creator (ubuntu 20.04, QT creator 4.15., clang-10 and gdb). gdb hangs forever at 100% CPU and eats all RAM until it gets killed by OOM. Does anyone have the sa