[QGIS-Developer] ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block

2020-08-19 Thread Denis Rouzaud
Hi all, While checking the PyQGIS build, I realized that there was an error when running any PyQGIS code on Ubuntu Focal: ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block https://github.com/qgis/pyqgis/runs/1006224259?check_suite_focus=true#step:3:228

Re: [QGIS-Developer] No PyQGIS documentation build since mid july

2020-08-19 Thread Denis Rouzaud
Hi Harissou, I am currently upgrading CI to use Github workflows, as soon as it's done I will have a look at these issues. The date of the PyQGIS build might not reflect the date of the sources: if the Docker image CI is broken, then the PyQGIS will be built using an old source. This might

Re: [QGIS-Developer] No PyQGIS documentation build since mid july

2020-08-19 Thread DelazJ
Hi Denis, Le mer. 19 août 2020 à 06:41, Denis Rouzaud a écrit : > Hi Harissou, > > This is expected for 3.14 as point releases docs are built only when a new > release is published. > Makes sense indeed. Thanks for the update. The date is now from today but I'm not sure the content is. Taking

Re: [QGIS-Developer] Processing parameterAsDate() problem

2020-08-19 Thread Luigi Pirelli
https://qgis.org/api/classQgsProcessingAlgorithm.html#ae39324c4140aa810c290acdd794c5e7f Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange:

[QGIS-Developer] Processing parameterAsDate() problem

2020-08-19 Thread Responsable de groupe
Hello, I'm using Qgis 3.1415 46bits on Windows 10 and I try to use the new processing parameters controls in processing algorithms I've used a QgsProcessingParameterDateTime. It wroks well. I have access to the calendar form /code below: // self.addParameter( // //

Re: [QGIS-Developer] Documentation tests failing on local machine

2020-08-19 Thread matteo
Hi Richard, thanks for the answer! > So not sure what to do with this: > - tell everybody to use docker for this (easiest) > - create better documentation for everybody to setup it's environment > (hard)... IMHO if we want to keep all the chances to run the tests (standard installation, custom