Opened 2 years ago

Closed 23 months 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)

main.log.zip (842.2 KB) - added by i0ntempest 2 years ago.

Download all attachments as: .zip

Change History (8)

Changed 2 years ago by i0ntempest

Attachment: main.log.zip added

comment:1 Changed 2 years ago by Veence (Vincent)

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).

comment:2 Changed 2 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 2 years ago by nilason (Nicklas Larsson)

comment:4 Changed 2 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 2 years ago by nilason (Nicklas Larsson)

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 23 months ago by i0ntempest

Resolution: fixed
Status: newclosed

fixed in version 3.26.0

Note: See TracTickets for help on using tickets.