Opened 3 years ago
Closed 2 years ago
#64856 closed defect (fixed)
qgis3: build failure: call to implicitly-deleted copy constructor of 'const pdal::LasHeader'
Reported by: | i0ntempest | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | Veence (Vincent) | |
Port: | qgis3, pdal |
Description
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-3_22_2/src/providers/pdal/qgspdalprovider.cpp:235:27: error: call to implicitly-deleted copy constructor of 'const pdal::LasHeader' :info:build const pdal::LasHeader las_header = las_reader.header(); :info:build ^ ~~~~~~~~~~~~~~~~~~~
Attachments (1)
Change History (8)
Changed 3 years ago by i0ntempest
Attachment: | main.log.zip added |
---|
comment:1 Changed 3 years ago by Veence (Vincent)
comment:2 Changed 3 years ago by Veence (Vincent)
I have updated QGIS to the new 3.24 version and disabled PDAL for the time being. It builds okay on my M1 Mac.
comment:3 Changed 3 years ago by nilason (Nicklas Larsson)
See fix for similar issue with GRASS https://github.com/OSGeo/grass/commit/dc57aa34a77eb846a8675fc323b75dc7d3119fa1
comment:4 Changed 3 years ago by Veence (Vincent)
Ah thanks! I’ll commit a patch asap. P.S.: It was really a good idea you joined! :)
comment:5 Changed 3 years ago by nilason (Nicklas Larsson)
Reported upstreams: https://github.com/qgis/QGIS/issues/48110.
comment:6 Changed 2 years ago by nilason (Nicklas Larsson)
Fixed upstream https://github.com/qgis/QGIS/pull/48660, so far only on master.
comment:7 Changed 2 years ago by i0ntempest
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in version 3.26.0
Note: See
TracTickets for help on using
tickets.
Yes, this is due yesterday’s upgrade of PDAL I’m going to have to disable PDAL both from QGis and Grass for the time being, until the respective development teams commit a fix (since C++ is totally beyond me).