Re: [QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Delaz J via QGIS-Developer

Hi,

Richard, I cleared the cache and rebuilt and everything is fine now. 
Thanks a lot.


Jorge, thanks also for the info, and yes `gcc --version` returns gcc 
(Ubuntu 11.2.0-19ubuntu1) 11.2.0


Greetings,

Harrissou

Le 24/08/2022 à 13:19, Jorge Gustavo Rocha via QGIS-Developer a écrit :


Hi Harrissou,

Recently our PDAL friends introduced in CMakeLists.txt:

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

For those compiling PDAL + GDAL + QGIS, maybe we need to use gcc-11. 
Is this you case?


Building QGIS and all required software works on my 22.04 (with gcc-11).

Best regards,

Jorge

On 24/08/22 11:33, Delaz J via QGIS-Developer wrote:

Hi devs,

I had a working build of QGIS master on ubuntu 22.04. Everything 
worked nicely but because it was minimum 2/3 weeks old, I pulled 
changes from upstream and tried to rebuild. Fail! I then deleted my 
build folder and redo a ccmake -G Ninja .., configured (no big 
changes other than Debug cmake_build_type, with_3D on and no GRASS) 
and launched the build. Still nothing. It just fails and I see no 
information why. Any idea how to fix or how I can output error 
reasons would be really appreciated.


Below all that I get.

Thanks and kind regards,

Harrissou

> ninja -j4 && ./output/bin/qgis
[9/1820] Building CXX object 
src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o

FAILED: src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o
ccache /usr/bin/c++ -DQT_3DCORE_LIB -DQT_3DEXTRAS_LIB 
-DQT_3DINPUT_LIB -DQT_3DLOGIC_LIB -DQT_3DRENDER_LIB 
-DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050800 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH 
-DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB 
-DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_SERIALPORT_LIB 
-DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_USE_QSTRINGBUILDER 
-DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB 
-DSIP_VERSION=0x060501 
-DTEST_DATA_DIR=\"/media/delazj/github/QGIS/tests/testdata\" 
-DWITH_BINDINGS -DWITH_QTWEBKIT -Dqgis_app_EXPORTS 
-I/media/delazj/github/QGIS/build-ninja/src/app/qgis_app_autogen/include 
-I/media/delazj/github/QGIS/build-ninja 
-I/media/delazj/github/QGIS/external/nmea 
-I/media/delazj/github/QGIS/src/app 
-I/media/delazj/github/QGIS/src/app/decorations 
-I/media/delazj/github/QGIS/src/app/devtools/networklogger 
-I/media/delazj/github/QGIS/src/app/labeling 
-I/media/delazj/github/QGIS/src/app/layout 
-I/media/delazj/github/QGIS/src/app/pluginmanager 
-I/media/delazj/github/QGIS/src/app/gps 
-I/media/delazj/github/QGIS/src/app/dwg 
-I/media/delazj/github/QGIS/src/app/maptools 
-I/media/delazj/github/QGIS/src/app/mesh 
-I/media/delazj/github/QGIS/src/app/locator 
-I/media/delazj/github/QGIS/src/app/pointcloud 
-I/media/delazj/github/QGIS/src/app/vectortile 
-I/media/delazj/github/QGIS/src/plugins 
-I/media/delazj/github/QGIS/src/python 
-I/media/delazj/github/QGIS/src/native 
-I/media/delazj/github/QGIS/build-ninja/src/app 
-I/media/delazj/github/QGIS/src/app/3d 
-I/media/delazj/github/QGIS/src/core 
-I/media/delazj/github/QGIS/build-ninja/src/core 
-I/media/delazj/github/QGIS/src/core/3d 
-I/media/delazj/github/QGIS/src/core/annotations 
-I/media/delazj/github/QGIS/src/core/auth 
-I/media/delazj/github/QGIS/src/core/browser 
-I/media/delazj/github/QGIS/src/core/callouts 
-I/media/delazj/github/QGIS/src/core/classification 
-I/media/delazj/github/QGIS/src/core/diagram 
-I/media/delazj/github/QGIS/src/core/dxf 
-I/media/delazj/github/QGIS/src/core/editform 
-I/media/delazj/github/QGIS/src/core/effects 
-I/media/delazj/github/QGIS/src/core/elevation 
-I/media/delazj/github/QGIS/src/core/expression 
-I/media/delazj/github/QGIS/src/core/externalstorage 
-I/media/delazj/github/QGIS/src/core/fieldformatter 
-I/media/delazj/github/QGIS/src/core/geometry 
-I/media/delazj/github/QGIS/src/core/geocms 
-I/media/delazj/github/QGIS/src/core/geocms/geonode 
-I/media/delazj/github/QGIS/src/core/geocoding 
-I/media/delazj/github/QGIS/src/core/gps 
-I/media/delazj/github/QGIS/src/core/labeling 
-I/media/delazj/github/QGIS/src/core/layertree 
-I/media/delazj/github/QGIS/src/core/layout 
-I/media/delazj/github/QGIS/src/core/locator 
-I/media/delazj/github/QGIS/src/core/maprenderer 
-I/media/delazj/github/QGIS/src/core/mesh 
-I/media/delazj/github/QGIS/src/core/metadata 
-I/media/delazj/github/QGIS/src/core/network 
-I/media/delazj/github/QGIS/src/core/numericformats 
-I/media/delazj/github/QGIS/src/core/pal 
-I/media/delazj/github/QGIS/src/core/plot 
-I/media/delazj/github/QGIS/src/core/pointcloud 
-I/media/delazj/github/QGIS/src/core/pointcloud/expression 
-I/media/delazj/github/QGIS/src/core/processing 
-I/media/delazj/github/QGIS/src/core/processing/models 
-I/media/delazj/github/QGIS/src/core/proj 
-I/media/delazj/github/QGIS/src/core/project 
-I/media/delazj/github/QGIS/src/core/providers 
-I/media/delazj/github/QGIS/src/core/providers/arcgis 

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Régis Haubourg via QGIS-Developer
Hi guys,
in the same time during the sprint, we started to explore how to declutter
the main download page, which is being work in progress in PR
https://github.com/qgis/QGIS-Website/pull/1037

This would end up in removing all those warnings from the main page. As we
still need these informations, my thought was to add the standalone and
osgeo4w detailed specifications to the "all_download" page.  This way,
users wouldn't see them at first download, but at last it would be indexed
by google and they could find it.

Do you have opinions on such a much ?
(that would require to stress translators so that we don't brake
translations for a too long time for such an important landing page )

Best
Régis

Le mer. 24 août 2022 à 16:07, Jürgen E. Fischer via QGIS-Developer <
qgis-developer@lists.osgeo.org> a écrit :

> Hi Richard,
>
> On Wed, 24. Aug 2022 at 15:47:53 +0200, Richard Duivenvoorde via
> QGIS-Developer wrote:
> > On 8/24/22 15:09, Jürgen E. Fischer via QGIS-Developer wrote:
> > >
> https://github.com/qgis/QGIS-Website/commit/e37bbf2a530f9ad482331d211077e2d5104ad7fd
> > Ok, thanks. used it to add the following note (just below Download for
> Windows, as it is valid for ALL Windows installs):
> > NOTE: You will need Windows 8 or higher (as QGIS needs Python 3.9, and
> Windows 7 is not supported anymore by Python 3.9)
> > Hope this is fine/clear.
>
> LGTM
>
>
> Jürgen
>
>
> --
> 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
> https://www.norbit.de
> QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard,

On Wed, 24. Aug 2022 at 15:47:53 +0200, Richard Duivenvoorde via QGIS-Developer 
wrote:
> On 8/24/22 15:09, Jürgen E. Fischer via QGIS-Developer wrote:
> > https://github.com/qgis/QGIS-Website/commit/e37bbf2a530f9ad482331d211077e2d5104ad7fd
> Ok, thanks. used it to add the following note (just below Download for 
> Windows, as it is valid for ALL Windows installs):
> NOTE: You will need Windows 8 or higher (as QGIS needs Python 3.9, and 
> Windows 7 is not supported anymore by Python 3.9)
> Hope this is fine/clear.

LGTM


Jürgen


-- 
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 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer

On 8/24/22 15:09, Jürgen E. Fischer via QGIS-Developer wrote:


https://github.com/qgis/QGIS-Website/commit/e37bbf2a530f9ad482331d211077e2d5104ad7fd


Ok, thanks. used it to add the following note (just below Download for Windows, 
as it is valid for ALL Windows installs):

NOTE: You will need Windows 8 or higher (as QGIS needs Python 3.9, and Windows 
7 is not supported anymore by Python 3.9)

Hope this is fine/clear.

Regards,

Richard Duivenvoorde___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard,

On Wed, 24. Aug 2022 at 14:58:29 +0200, Richard Duivenvoorde via QGIS-Developer 
wrote:
> On 8/24/22 14:46, Jürgen E. Fischer via QGIS-Developer wrote:
> > > It was unsupported since the introduction of osgeo4w v2 and there was a 
> > > (big
> > > fat red) warning for long - it has just been removed in the last couple of
> > > days.
> 
> Should we revive it (or update it with your info below)?
> Or was it discussed to remove it because Microsoft dropped it...
> (apparently people still use Win7)

> Could not find the commit...

https://github.com/qgis/QGIS-Website/commit/e37bbf2a530f9ad482331d211077e2d5104ad7fd


Jürgen

-- 
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 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer

On 8/24/22 14:46, Jürgen E. Fischer via QGIS-Developer wrote:

It was unsupported since the introduction of osgeo4w v2 and there was a (big
fat red) warning for long - it has just been removed in the last couple of
days.


Should we revive it (or update it with your info below)?
Or was it discussed to remove it because Microsoft dropped it...
(apparently people still use Win7)

Could not find the commit...


And Windows >7 should still work.  Just Windows <=7 does not work anymore.

And support for Windows 7 (and/or 32bit) was not dropped during the period of
the previous LTR, but after it expired - that why osgeo4w v1 and v2 were
maintained in parallel for a while.


Ah, sorry did not now there ws something in between 7 and 10 :-)

Regards,

Richard
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard,

On Wed, 24. Aug 2022 at 14:36:46 +0200, Jürgen E. Fischer wrote:
> On Wed, 24. Aug 2022 at 11:58:48 +0200, Richard Duivenvoorde via 
> QGIS-Developer wrote:
> > See thread in user list...
> > Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)?
> > If so we should indeed add a line that current installs are for >=Win10 
> > only?
 
> It was unsupported since the introduction of osgeo4w v2 and there was a (big
> fat red) warning for long - it has just been removed in the last couple of
> days.

And Windows >7 should still work.  Just Windows <=7 does not work anymore.

And support for Windows 7 (and/or 32bit) was not dropped during the period of
the previous LTR, but after it expired - that why osgeo4w v1 and v2 were
maintained in parallel for a while.


Jürgen 

-- 
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 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard,

On Wed, 24. Aug 2022 at 11:58:48 +0200, Richard Duivenvoorde via QGIS-Developer 
wrote:
> See thread in user list...
> Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)?
> If so we should indeed add a line that current installs are for >=Win10 only?

It was unsupported since the introduction of osgeo4w v2 and there was a (big
fat red) warning for long - it has just been removed in the last couple of
days.


Jürgen

-- 
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 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Jorge Gustavo Rocha via QGIS-Developer

Hi Harrissou,

Recently our PDAL friends introduced in CMakeLists.txt:

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

For those compiling PDAL + GDAL + QGIS, maybe we need to use gcc-11. Is 
this you case?


Building QGIS and all required software works on my 22.04 (with gcc-11).

Best regards,

Jorge

On 24/08/22 11:33, Delaz J via QGIS-Developer wrote:

Hi devs,

I had a working build of QGIS master on ubuntu 22.04. Everything 
worked nicely but because it was minimum 2/3 weeks old, I pulled 
changes from upstream and tried to rebuild. Fail! I then deleted my 
build folder and redo a ccmake -G Ninja .., configured (no big changes 
other than Debug cmake_build_type, with_3D on and no GRASS) and 
launched the build. Still nothing. It just fails and I see no 
information why. Any idea how to fix or how I can output error reasons 
would be really appreciated.


Below all that I get.

Thanks and kind regards,

Harrissou

> ninja -j4 && ./output/bin/qgis
[9/1820] Building CXX object src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o
FAILED: src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o
ccache /usr/bin/c++ -DQT_3DCORE_LIB -DQT_3DEXTRAS_LIB -DQT_3DINPUT_LIB 
-DQT_3DLOGIC_LIB -DQT_3DRENDER_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB 
-DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x050800 -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_POSITIONING_LIB 
-DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB 
-DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_SERIALPORT_LIB -DQT_SQL_LIB 
-DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_USE_QSTRINGBUILDER 
-DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB 
-DSIP_VERSION=0x060501 
-DTEST_DATA_DIR=\"/media/delazj/github/QGIS/tests/testdata\" 
-DWITH_BINDINGS -DWITH_QTWEBKIT -Dqgis_app_EXPORTS 
-I/media/delazj/github/QGIS/build-ninja/src/app/qgis_app_autogen/include 
-I/media/delazj/github/QGIS/build-ninja 
-I/media/delazj/github/QGIS/external/nmea 
-I/media/delazj/github/QGIS/src/app 
-I/media/delazj/github/QGIS/src/app/decorations 
-I/media/delazj/github/QGIS/src/app/devtools/networklogger 
-I/media/delazj/github/QGIS/src/app/labeling 
-I/media/delazj/github/QGIS/src/app/layout 
-I/media/delazj/github/QGIS/src/app/pluginmanager 
-I/media/delazj/github/QGIS/src/app/gps 
-I/media/delazj/github/QGIS/src/app/dwg 
-I/media/delazj/github/QGIS/src/app/maptools 
-I/media/delazj/github/QGIS/src/app/mesh 
-I/media/delazj/github/QGIS/src/app/locator 
-I/media/delazj/github/QGIS/src/app/pointcloud 
-I/media/delazj/github/QGIS/src/app/vectortile 
-I/media/delazj/github/QGIS/src/plugins 
-I/media/delazj/github/QGIS/src/python 
-I/media/delazj/github/QGIS/src/native 
-I/media/delazj/github/QGIS/build-ninja/src/app 
-I/media/delazj/github/QGIS/src/app/3d 
-I/media/delazj/github/QGIS/src/core 
-I/media/delazj/github/QGIS/build-ninja/src/core 
-I/media/delazj/github/QGIS/src/core/3d 
-I/media/delazj/github/QGIS/src/core/annotations 
-I/media/delazj/github/QGIS/src/core/auth 
-I/media/delazj/github/QGIS/src/core/browser 
-I/media/delazj/github/QGIS/src/core/callouts 
-I/media/delazj/github/QGIS/src/core/classification 
-I/media/delazj/github/QGIS/src/core/diagram 
-I/media/delazj/github/QGIS/src/core/dxf 
-I/media/delazj/github/QGIS/src/core/editform 
-I/media/delazj/github/QGIS/src/core/effects 
-I/media/delazj/github/QGIS/src/core/elevation 
-I/media/delazj/github/QGIS/src/core/expression 
-I/media/delazj/github/QGIS/src/core/externalstorage 
-I/media/delazj/github/QGIS/src/core/fieldformatter 
-I/media/delazj/github/QGIS/src/core/geometry 
-I/media/delazj/github/QGIS/src/core/geocms 
-I/media/delazj/github/QGIS/src/core/geocms/geonode 
-I/media/delazj/github/QGIS/src/core/geocoding 
-I/media/delazj/github/QGIS/src/core/gps 
-I/media/delazj/github/QGIS/src/core/labeling 
-I/media/delazj/github/QGIS/src/core/layertree 
-I/media/delazj/github/QGIS/src/core/layout 
-I/media/delazj/github/QGIS/src/core/locator 
-I/media/delazj/github/QGIS/src/core/maprenderer 
-I/media/delazj/github/QGIS/src/core/mesh 
-I/media/delazj/github/QGIS/src/core/metadata 
-I/media/delazj/github/QGIS/src/core/network 
-I/media/delazj/github/QGIS/src/core/numericformats 
-I/media/delazj/github/QGIS/src/core/pal 
-I/media/delazj/github/QGIS/src/core/plot 
-I/media/delazj/github/QGIS/src/core/pointcloud 
-I/media/delazj/github/QGIS/src/core/pointcloud/expression 
-I/media/delazj/github/QGIS/src/core/processing 
-I/media/delazj/github/QGIS/src/core/processing/models 
-I/media/delazj/github/QGIS/src/core/proj 
-I/media/delazj/github/QGIS/src/core/project 
-I/media/delazj/github/QGIS/src/core/providers 
-I/media/delazj/github/QGIS/src/core/providers/arcgis 
-I/media/delazj/github/QGIS/src/core/providers/memory 
-I/media/delazj/github/QGIS/src/core/providers/gdal 
-I/media/delazj/github/QGIS/src/core/providers/ogr 
-I/media/delazj/github/QGIS/src/core/providers/meshmemory 
-I/media/delazj/github/QGIS/src/core/raster 
-I/media/delazj/github/QGIS/src/core/renderer 

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Luca Manganelli via QGIS-Developer
Il giorno mer 24 ago 2022 alle ore 11:58 Richard Duivenvoorde via
QGIS-Developer  ha scritto:
> See thread in user list...
>
> Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)?
>
> If so we should indeed add a line that current installs are for >=Win10
only?

at least a warning. For us, QGIS without Python plugins is basically
useless.

-- 





Comune di Trento 

via Belenzani, 19 - 38122 Trento | C.F e P. IVA: 
00355870221

tel. +39 0461.884111 | www.comune.trento.it 
 


___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer

Could it be that ccache's cache [0] is in your way?
(looks like it is trying to build/link immiddialty based on your cache)?

ccache --clear

(to really clean up stuff in your cache)?

Regards,

Richard Duivenvoorde

[0] https://cppisland.wordpress.com/2018/12/30/ccache-quick-guide/



On 8/24/22 12:33, Delaz J via QGIS-Developer wrote:

Hi devs,

I had a working build of QGIS master on ubuntu 22.04. Everything worked nicely 
but because it was minimum 2/3 weeks old, I pulled changes from upstream and 
tried to rebuild. Fail! I then deleted my build folder and redo a ccmake -G 
Ninja .., configured (no big changes other than Debug cmake_build_type, with_3D 
on and no GRASS) and launched the build. Still nothing. It just fails and I see 
no information why. Any idea how to fix or how I can output error reasons would 
be really appreciated.

Below all that I get.

Thanks and kind regards,

Harrissou

 > ninja -j4 && ./output/bin/qgis
[9/1820] Building CXX object src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o
FAILED: src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o
ccache /usr/bin/c++ -DQT_3DCORE_LIB -DQT_3DEXTRAS_LIB -DQT_3DINPUT_LIB -DQT_3DLOGIC_LIB -DQT_3DRENDER_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050800 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_SERIALPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSIP_VERSION=0x060501 -DTEST_DATA_DIR=\"/media/delazj/github/QGIS/tests/testdata\" -DWITH_BINDINGS -DWITH_QTWEBKIT -Dqgis_app_EXPORTS -I/media/delazj/github/QGIS/build-ninja/src/app/qgis_app_autogen/include -I/media/delazj/github/QGIS/build-ninja -I/media/delazj/github/QGIS/external/nmea -I/media/delazj/github/QGIS/src/app -I/media/delazj/github/QGIS/src/app/decorations -I/media/delazj/github/QGIS/src/app/devtools/networklogger 
-I/media/delazj/github/QGIS/src/app/labeling -I/media/delazj/github/QGIS/src/app/layout -I/media/delazj/github/QGIS/src/app/pluginmanager -I/media/delazj/github/QGIS/src/app/gps -I/media/delazj/github/QGIS/src/app/dwg -I/media/delazj/github/QGIS/src/app/maptools -I/media/delazj/github/QGIS/src/app/mesh -I/media/delazj/github/QGIS/src/app/locator -I/media/delazj/github/QGIS/src/app/pointcloud -I/media/delazj/github/QGIS/src/app/vectortile -I/media/delazj/github/QGIS/src/plugins -I/media/delazj/github/QGIS/src/python -I/media/delazj/github/QGIS/src/native -I/media/delazj/github/QGIS/build-ninja/src/app -I/media/delazj/github/QGIS/src/app/3d -I/media/delazj/github/QGIS/src/core -I/media/delazj/github/QGIS/build-ninja/src/core -I/media/delazj/github/QGIS/src/core/3d -I/media/delazj/github/QGIS/src/core/annotations -I/media/delazj/github/QGIS/src/core/auth -I/media/delazj/github/QGIS/src/core/browser -I/media/delazj/github/QGIS/src/core/callouts 
-I/media/delazj/github/QGIS/src/core/classification -I/media/delazj/github/QGIS/src/core/diagram -I/media/delazj/github/QGIS/src/core/dxf -I/media/delazj/github/QGIS/src/core/editform -I/media/delazj/github/QGIS/src/core/effects -I/media/delazj/github/QGIS/src/core/elevation -I/media/delazj/github/QGIS/src/core/expression -I/media/delazj/github/QGIS/src/core/externalstorage -I/media/delazj/github/QGIS/src/core/fieldformatter -I/media/delazj/github/QGIS/src/core/geometry -I/media/delazj/github/QGIS/src/core/geocms -I/media/delazj/github/QGIS/src/core/geocms/geonode -I/media/delazj/github/QGIS/src/core/geocoding -I/media/delazj/github/QGIS/src/core/gps -I/media/delazj/github/QGIS/src/core/labeling -I/media/delazj/github/QGIS/src/core/layertree -I/media/delazj/github/QGIS/src/core/layout -I/media/delazj/github/QGIS/src/core/locator -I/media/delazj/github/QGIS/src/core/maprenderer -I/media/delazj/github/QGIS/src/core/mesh -I/media/delazj/github/QGIS/src/core/metadata 
-I/media/delazj/github/QGIS/src/core/network -I/media/delazj/github/QGIS/src/core/numericformats -I/media/delazj/github/QGIS/src/core/pal -I/media/delazj/github/QGIS/src/core/plot -I/media/delazj/github/QGIS/src/core/pointcloud -I/media/delazj/github/QGIS/src/core/pointcloud/expression -I/media/delazj/github/QGIS/src/core/processing -I/media/delazj/github/QGIS/src/core/processing/models -I/media/delazj/github/QGIS/src/core/proj -I/media/delazj/github/QGIS/src/core/project -I/media/delazj/github/QGIS/src/core/providers -I/media/delazj/github/QGIS/src/core/providers/arcgis -I/media/delazj/github/QGIS/src/core/providers/memory -I/media/delazj/github/QGIS/src/core/providers/gdal -I/media/delazj/github/QGIS/src/core/providers/ogr -I/media/delazj/github/QGIS/src/core/providers/meshmemory -I/media/delazj/github/QGIS/src/core/raster -I/media/delazj/github/QGIS/src/core/renderer -I/media/delazj/github/QGIS/src/core/scalebar -I/media/delazj/github/QGIS/src/core/settings 

[QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Delaz J via QGIS-Developer

Hi devs,

I had a working build of QGIS master on ubuntu 22.04. Everything worked 
nicely but because it was minimum 2/3 weeks old, I pulled changes from 
upstream and tried to rebuild. Fail! I then deleted my build folder and 
redo a ccmake -G Ninja .., configured (no big changes other than Debug 
cmake_build_type, with_3D on and no GRASS) and launched the build. Still 
nothing. It just fails and I see no information why. Any idea how to fix 
or how I can output error reasons would be really appreciated.


Below all that I get.

Thanks and kind regards,

Harrissou

> ninja -j4 && ./output/bin/qgis
[9/1820] Building CXX object src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o
FAILED: src/app/CMakeFiles/qgis_app.dir/qgisapp.cpp.o
ccache /usr/bin/c++ -DQT_3DCORE_LIB -DQT_3DEXTRAS_LIB -DQT_3DINPUT_LIB 
-DQT_3DLOGIC_LIB -DQT_3DRENDER_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB 
-DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x050800 -DQT_GUI_LIB -DQT_NETWORK_LIB 
-DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_POSITIONING_LIB 
-DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB 
-DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_SERIALPORT_LIB -DQT_SQL_LIB 
-DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_USE_QSTRINGBUILDER 
-DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB 
-DSIP_VERSION=0x060501 
-DTEST_DATA_DIR=\"/media/delazj/github/QGIS/tests/testdata\" 
-DWITH_BINDINGS -DWITH_QTWEBKIT -Dqgis_app_EXPORTS 
-I/media/delazj/github/QGIS/build-ninja/src/app/qgis_app_autogen/include 
-I/media/delazj/github/QGIS/build-ninja 
-I/media/delazj/github/QGIS/external/nmea 
-I/media/delazj/github/QGIS/src/app 
-I/media/delazj/github/QGIS/src/app/decorations 
-I/media/delazj/github/QGIS/src/app/devtools/networklogger 
-I/media/delazj/github/QGIS/src/app/labeling 
-I/media/delazj/github/QGIS/src/app/layout 
-I/media/delazj/github/QGIS/src/app/pluginmanager 
-I/media/delazj/github/QGIS/src/app/gps 
-I/media/delazj/github/QGIS/src/app/dwg 
-I/media/delazj/github/QGIS/src/app/maptools 
-I/media/delazj/github/QGIS/src/app/mesh 
-I/media/delazj/github/QGIS/src/app/locator 
-I/media/delazj/github/QGIS/src/app/pointcloud 
-I/media/delazj/github/QGIS/src/app/vectortile 
-I/media/delazj/github/QGIS/src/plugins 
-I/media/delazj/github/QGIS/src/python 
-I/media/delazj/github/QGIS/src/native 
-I/media/delazj/github/QGIS/build-ninja/src/app 
-I/media/delazj/github/QGIS/src/app/3d 
-I/media/delazj/github/QGIS/src/core 
-I/media/delazj/github/QGIS/build-ninja/src/core 
-I/media/delazj/github/QGIS/src/core/3d 
-I/media/delazj/github/QGIS/src/core/annotations 
-I/media/delazj/github/QGIS/src/core/auth 
-I/media/delazj/github/QGIS/src/core/browser 
-I/media/delazj/github/QGIS/src/core/callouts 
-I/media/delazj/github/QGIS/src/core/classification 
-I/media/delazj/github/QGIS/src/core/diagram 
-I/media/delazj/github/QGIS/src/core/dxf 
-I/media/delazj/github/QGIS/src/core/editform 
-I/media/delazj/github/QGIS/src/core/effects 
-I/media/delazj/github/QGIS/src/core/elevation 
-I/media/delazj/github/QGIS/src/core/expression 
-I/media/delazj/github/QGIS/src/core/externalstorage 
-I/media/delazj/github/QGIS/src/core/fieldformatter 
-I/media/delazj/github/QGIS/src/core/geometry 
-I/media/delazj/github/QGIS/src/core/geocms 
-I/media/delazj/github/QGIS/src/core/geocms/geonode 
-I/media/delazj/github/QGIS/src/core/geocoding 
-I/media/delazj/github/QGIS/src/core/gps 
-I/media/delazj/github/QGIS/src/core/labeling 
-I/media/delazj/github/QGIS/src/core/layertree 
-I/media/delazj/github/QGIS/src/core/layout 
-I/media/delazj/github/QGIS/src/core/locator 
-I/media/delazj/github/QGIS/src/core/maprenderer 
-I/media/delazj/github/QGIS/src/core/mesh 
-I/media/delazj/github/QGIS/src/core/metadata 
-I/media/delazj/github/QGIS/src/core/network 
-I/media/delazj/github/QGIS/src/core/numericformats 
-I/media/delazj/github/QGIS/src/core/pal 
-I/media/delazj/github/QGIS/src/core/plot 
-I/media/delazj/github/QGIS/src/core/pointcloud 
-I/media/delazj/github/QGIS/src/core/pointcloud/expression 
-I/media/delazj/github/QGIS/src/core/processing 
-I/media/delazj/github/QGIS/src/core/processing/models 
-I/media/delazj/github/QGIS/src/core/proj 
-I/media/delazj/github/QGIS/src/core/project 
-I/media/delazj/github/QGIS/src/core/providers 
-I/media/delazj/github/QGIS/src/core/providers/arcgis 
-I/media/delazj/github/QGIS/src/core/providers/memory 
-I/media/delazj/github/QGIS/src/core/providers/gdal 
-I/media/delazj/github/QGIS/src/core/providers/ogr 
-I/media/delazj/github/QGIS/src/core/providers/meshmemory 
-I/media/delazj/github/QGIS/src/core/raster 
-I/media/delazj/github/QGIS/src/core/renderer 
-I/media/delazj/github/QGIS/src/core/scalebar 
-I/media/delazj/github/QGIS/src/core/settings 
-I/media/delazj/github/QGIS/src/core/symbology 
-I/media/delazj/github/QGIS/src/core/textrenderer 
-I/media/delazj/github/QGIS/src/core/validity 
-I/media/delazj/github/QGIS/src/core/vector 
-I/media/delazj/github/QGIS/src/core/vectortile 
-I/media/delazj/github/QGIS/external 

[QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer

Hi Dev's,

See thread in user list...

Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)?

If so we should indeed add a line that current installs are for >=Win10 only?

Regards,

Richard


 Forwarded Message 
Subject:Re: [Qgis-user] Latest development version of QGIS as a .msi 
standalone installer ?
Date:   Wed, 24 Aug 2022 11:51:28 +0200
From:   Luca Manganelli via Qgis-user 
Reply-To:   Luca Manganelli 
To: qgis-u...@lists.osgeo.org

Il giorno mer 24 ago 2022 alle ore 11:16 Richard Duivenvoorde mailto:rdmaili...@duif.net>> ha scritto:
 > Are you sure there is not something wrong with your install/OS?

I discovered the root cause of the problem. The operating system is Windows 7.
In this page https://qgis.org/it/site/forusers/download.html 
 there are no "Operating System 
Requirements", so I googled through internet to see that Win 7 is not supported because of 
Python 3.9.
I suggest you to add these informations

___
Qgis-user mailing list
qgis-u...@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] Vectortile style issue

2022-08-24 Thread Nicolas Godet via QGIS-Developer
Hi,

I wonder if anyone can confirm a similar issue with another vectortile source 
than the one in https://github.com/qgis/QGIS/issues/47934 ?

If zmin in URI is different than 0, it fails to render but tiles are correctly 
fetched...

Regards
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] Fwd: [Qgis-user] Determine loading time of WFS layers

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer

See mail from userlist: I was wondering if Qt Result has the response time in 
it... then we could add it to the DeveloperTools?

Or if not, would timestamping (at start and finish) be OK for QGIS?

Regards,

Richard Duivenvoorde

 Forwarded Message 
Subject:[Qgis-user] Determine loading time of WFS layers
Date:   Tue, 23 Aug 2022 12:42:52 +
From:   Inka Tauber via Qgis-user 
Reply-To:   inka.tau...@lung.mv-regierung.de
To: qgis-u...@lists.osgeo.org



Hello,

is there any way to determine the loading time of WFS layers in QGIS? For WMS 
maps this can be done in a webbrowser, but many of our WFS layers contain huge 
amounts of data, so webbrowsers crash.

Regards


Allgemeine Datenschutzinformation:
Der telefonische, schriftliche oder elektronische Kontakt mit dem Ministerium 
für Klimaschutz, Landwirtschaft, ländliche Räume und Umwelt 
Mecklenburg-Vorpommern ist mit der Speicherung und Verarbeitung der von Ihnen 
ggf. mitgeteilten persönlichen Daten verbunden. Rechtsgrundlage hierfür ist 
Art. 6 Absatz 1 Buchstabe e der Datenschutzgrundverordnung (DSGVO) der 
Europäischen Union in Verbindung mit § 4 Abs. 1 Landesdatenschutzgesetz (DSG 
M-V).
Weitere Informationen erhalten Sie hier: https://www.regierung-mv.de/Datenschutz___
Qgis-user mailing list
qgis-u...@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer