Bug#1050366: opencolorio: FTBFS with newer yaml-cpp [PATCH]

Gianfranco Costamagna locutusofborg at debian.org
Wed Aug 23 18:07:54 BST 2023


Source: opencolorio
Version: 2.1.2+dfsg1-4
Severity: important
tags: patch

Hello, looks like the new yaml-cpp version is making the embedded cmake fail to detect it.
An easy workaround/patch is the following:

diff -Nru opencolorio-2.1.2+dfsg1/debian/rules opencolorio-2.1.2+dfsg1/debian/rules
--- opencolorio-2.1.2+dfsg1/debian/rules	2022-12-04 20:34:15.000000000 +0000
+++ opencolorio-2.1.2+dfsg1/debian/rules	2023-08-22 16:40:28.000000000 +0000
@@ -12,6 +12,10 @@
  %:
  	dh $@ -Scmake -B$(BLDDIR) --with python3
  
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f share/cmake/modules/Findyaml-cpp.cmake
+
  override_dh_auto_configure:
  	dh_auto_configure -- \
  		-DCMAKE_BUILD_TYPE=Release \

thanks for considering it, this bug will become serious once yaml-cpp transition is ack'd by Release Team
G.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-phototools-devel/attachments/20230823/b6bc4ec9/attachment.sig>


More information about the Pkg-phototools-devel mailing list