[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1050367: qtcreator: FTBFS with newer yaml-cpp [PATCH]



Source: qtcreator
Version: 10.0.2-1ubuntu1
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 qtcreator-10.0.2/debian/rules qtcreator-10.0.2/debian/rules
--- qtcreator-10.0.2/debian/rules	2022-11-29 08:15:58.000000000 +0000
+++ qtcreator-10.0.2/debian/rules	2023-08-23 08:59:59.000000000 +0000
@@ -32,6 +32,10 @@
 %:
 	dh $@ --builddirectory=builddir
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf cmake/Findyaml-cpp.cmake
+
 override_dh_auto_configure:
 	dh_auto_configure --buildsystem=cmake -- \
 		-DBUILD_DEVELOPER_DOCS=ON \

thanks for considering it, this bug will become serious once yaml-cpp transition is ack'd by Release Team
G.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


Reply to: