Your message dated Tue, 26 May 2026 20:36:01 +0000
with message-id <[email protected]>
and subject line Bug#1134111: fixed in cloudcompare 2.13.2+git20240821+ds-6
has caused the Debian Bug report #1134111,
regarding cloudcompare: FTBFS with GDAL 3.13.0
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1134111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134111
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cloudcompare
Version: 2.13.2+git20240821+ds-5
Severity: important
Tags: upstream ftbfs patch
User: [email protected]
Usertags: gdal-3.13
Dear Maintainer,
Your package FTBFS with GDAL 3.13.0:
error: invalid conversion from 'CSLConstList' {aka 'const char* const*'} to
'char**' [-fpermissive]
>From GDAL 3.13.0 NEWS:
* GDALMajorObject: Use CSLConstList for GetMetadata, SetMetadata (API breakage)
https://github.com/OSGeo/gdal/blob/v3.13.0beta1/NEWS.md
The attached patch fixes the issue.
Kind Regards,
Bas
diff -Nru cloudcompare-2.13.2+git20240821+ds/debian/patches/gdal-3.13.patch
cloudcompare-2.13.2+git20240821+ds/debian/patches/gdal-3.13.patch
--- cloudcompare-2.13.2+git20240821+ds/debian/patches/gdal-3.13.patch
1970-01-01 01:00:00.000000000 +0100
+++ cloudcompare-2.13.2+git20240821+ds/debian/patches/gdal-3.13.patch
2026-04-16 17:51:36.000000000 +0200
@@ -0,0 +1,23 @@
+Description: Fix FTBFS with GDAL 3.13.0.
+ error: invalid conversion from 'CSLConstList' {aka 'const char* const*'} to
'char**' [-fpermissive]
+ .
+ From GDAL 3.13.0 NEWS:
+ "
+ * GDALMajorObject: Use CSLConstList for GetMetadata, SetMetadata (API
breakage)
+ "
+Author: Bas Couwenberg <[email protected]>
+
+--- a/qCC/ccRasterizeTool.cpp
++++ b/qCC/ccRasterizeTool.cpp
+@@ -1321,7 +1321,11 @@ bool ccRasterizeTool::ExportGeoTiff(cons
+ return false;
+ }
+
++#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3, 13, 0)
++ CSLConstList papszMetadata = poDriver->GetMetadata();
++#else
+ char** papszMetadata = poDriver->GetMetadata();
++#endif
+ if (!CSLFetchBoolean(papszMetadata, GDAL_DCAP_CREATE, FALSE))
+ {
+ ccLog::Error("[GDAL] Driver %s doesn't support Create()
method", pszFormat);
diff -Nru cloudcompare-2.13.2+git20240821+ds/debian/patches/series
cloudcompare-2.13.2+git20240821+ds/debian/patches/series
--- cloudcompare-2.13.2+git20240821+ds/debian/patches/series 2026-01-09
00:48:34.000000000 +0100
+++ cloudcompare-2.13.2+git20240821+ds/debian/patches/series 2026-04-16
17:51:36.000000000 +0200
@@ -1,2 +1,3 @@
missing-include
namespace
+gdal-3.13.patch
--- End Message ---
--- Begin Message ---
Source: cloudcompare
Source-Version: 2.13.2+git20240821+ds-6
Done: Alex Myczko <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cloudcompare, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alex Myczko <[email protected]> (supplier of updated cloudcompare package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 26 May 2026 18:49:48 +0000
Source: cloudcompare
Architecture: source
Version: 2.13.2+git20240821+ds-6
Distribution: unstable
Urgency: medium
Maintainer: Alex Myczko <[email protected]>
Changed-By: Alex Myczko <[email protected]>
Closes: 1134111
Changes:
cloudcompare (2.13.2+git20240821+ds-6) unstable; urgency=medium
.
* Fix FTBFS with GDAL 3.13.0. (Closes: #1134111)
Thanks Bas Couwenberg.
Checksums-Sha1:
bf6bba311ae2350af1913b49fcb668489f2c0c97 2304
cloudcompare_2.13.2+git20240821+ds-6.dsc
9f296b5e05c5a1517f01a756b7e650aeef055421 76331298
cloudcompare_2.13.2+git20240821+ds.orig.tar.gz
eb066229c9a3fa03cf9d790d1c1638e90c5eb9fa 11624
cloudcompare_2.13.2+git20240821+ds-6.debian.tar.xz
d8b428758ac29829e19942b54c2ce404f77e905e 29495
cloudcompare_2.13.2+git20240821+ds-6_source.buildinfo
Checksums-Sha256:
94c23591d91c4ca6b0da8f4787c88194806e19c2a22a7b16fdee6922df6d6d31 2304
cloudcompare_2.13.2+git20240821+ds-6.dsc
9895787e3f00acff0c66a96a6f706087b0dd6a3d9d310e3975659cc986eb84f7 76331298
cloudcompare_2.13.2+git20240821+ds.orig.tar.gz
f7352b7641815bd4062202815f8dc9ea72cedd16a39a923ed67b0d13b8b9c7e2 11624
cloudcompare_2.13.2+git20240821+ds-6.debian.tar.xz
92bafffe254036421d11115d280d6c9e286ce95e44c9d7fe531e1ae638b458ce 29495
cloudcompare_2.13.2+git20240821+ds-6_source.buildinfo
Files:
70ebb5418b9a51b04c651ffdb9010c30 2304 graphics optional
cloudcompare_2.13.2+git20240821+ds-6.dsc
bae28cd6f0781757762eb1716adb5dbd 76331298 graphics optional
cloudcompare_2.13.2+git20240821+ds.orig.tar.gz
1e1cdee64e6a06f0e5174d6955aa1fef 11624 graphics optional
cloudcompare_2.13.2+git20240821+ds-6.debian.tar.xz
56ba6e299e889c8ea3bbc6a994318ca8 29495 graphics optional
cloudcompare_2.13.2+git20240821+ds-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmoWASUACgkQEWhSvN91
FcBNxRAAi73e41hhyh3qSyJeFcBT5WL1w8bV48+WPikxfcb33JJUavf2CIIYOI0v
V8EtPca4wkREIjWfX9UfM3CdbsAVTKNMfwKMTSKRJC+oTFIG/g1ZDiDFPOcyKOi/
+8OXLQeu16CwOnLSYiCONI22q+CApF8hDvqOHwQglUUIWoSAonGORiIL83/NwcQ4
PMs5RL/ayTbftBMp56l8Pk7hVa9hy0q6oWYhvGLmq3geRNlq6HkjJ27emfWdidlJ
Biz5ZSFZSzrp1UeLNzybCP2d5ium8FMM888ytVqGNAMsKy3FHHvJhGO/HEfTqxK5
qgUGMzXD1CjVAhczzVJnDB3Io/s086vs+UlxlJ9d6oHcjeRpj0W9yXx1MhYuJl+x
4uaXa+tFPzSLr92W6yLRV0PwkF1kdNZpABIycUlYjS0YMvC3+ydAQM0Ek6RxRfgO
my0MGgVDuuuFXOLNkbpbS5ebeJoX4GjSfBxBMOOjtDnJs0gpsZ5Tt4GOGPeghHAa
60PMKRGOyrFwAQ9sBGkwV/nSE1G5pMkTDSRzboD4f85jgCcqgV9FXkVLFuoU30GT
Eewm3umU0E4qS5x0eYda0iulcFYha7VBDqGEPV9IoHQaaQSzHTTc29t7i6T8UXNt
MaoysRTxgvuUcgK3y/6ko8iEL4FyqE+WeqsgIasQpHAtNYn1lfw=
=Ah+s
-----END PGP SIGNATURE-----
pgpjq2iUnQLgg.pgp
Description: PGP signature
--- End Message ---