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

Bug#1023894: marked as done (kitemviews FTCBFS: disables designer plugin)



Your message dated Sat, 16 Mar 2024 12:32:22 +0000
with message-id <E1rlTD4-004iKp-Gh@fasolo.debian.org>
and subject line Bug#1023894: fixed in kitemviews 5.115.0-1
has caused the Debian Bug report #1023894,
regarding kitemviews FTCBFS: disables designer plugin
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 owner@bugs.debian.org
immediately.)


-- 
1023894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023894
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: kitemviews
Version: 5.98.0-1
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

kitemviews fails to cross build from source, because the upstream
CMakeLists.txt forcefully disables building the designer plugin during
cross builds. I think this should be an option and it practically works.
I'm attaching a patch for your convenience.

Helmut
diff --minimal -Nru kitemviews-5.98.0/debian/changelog kitemviews-5.98.0/debian/changelog
--- kitemviews-5.98.0/debian/changelog	2022-09-18 23:11:36.000000000 +0200
+++ kitemviews-5.98.0/debian/changelog	2022-11-12 07:36:22.000000000 +0100
@@ -1,3 +1,10 @@
+kitemviews (5.98.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Build designer plugin. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 12 Nov 2022 07:36:22 +0100
+
 kitemviews (5.98.0-1) unstable; urgency=medium
 
   [ Aurélien COUDERC ]
diff --minimal -Nru kitemviews-5.98.0/debian/patches/cross.patch kitemviews-5.98.0/debian/patches/cross.patch
--- kitemviews-5.98.0/debian/patches/cross.patch	1970-01-01 01:00:00.000000000 +0100
+++ kitemviews-5.98.0/debian/patches/cross.patch	2022-11-12 07:35:57.000000000 +0100
@@ -0,0 +1,11 @@
+--- kitemviews-5.98.0.orig/CMakeLists.txt
++++ kitemviews-5.98.0/CMakeLists.txt
+@@ -33,7 +33,7 @@ set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 C
+ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF)
+ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)")
+ 
+-cmake_dependent_option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" ON "NOT CMAKE_CROSSCOMPILING" OFF)
++option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" "NOT CMAKE_CROSSCOMPILING")
+ add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt Designer")
+ 
+ ecm_setup_version(PROJECT VARIABLE_PREFIX KITEMVIEWS
diff --minimal -Nru kitemviews-5.98.0/debian/patches/series kitemviews-5.98.0/debian/patches/series
--- kitemviews-5.98.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ kitemviews-5.98.0/debian/patches/series	2022-11-12 07:35:53.000000000 +0100
@@ -0,0 +1 @@
+cross.patch
diff --minimal -Nru kitemviews-5.98.0/debian/rules kitemviews-5.98.0/debian/rules
--- kitemviews-5.98.0/debian/rules	2022-07-28 00:29:26.000000000 +0200
+++ kitemviews-5.98.0/debian/rules	2022-11-12 07:36:15.000000000 +0100
@@ -7,7 +7,7 @@
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_QCH=ON
+	dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_DESIGNERPLUGIN=ON
 override_dh_auto_test:
 	# Disable auto tests at build time
 	:

--- End Message ---
--- Begin Message ---
Source: kitemviews
Source-Version: 5.115.0-1
Done: Patrick Franz <deltaone@debian.org>

We believe that the bug you reported is fixed in the latest version of
kitemviews, 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 1023894@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz <deltaone@debian.org> (supplier of updated kitemviews 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 16 Mar 2024 10:59:49 +0100
Source: kitemviews
Architecture: source
Version: 5.115.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Patrick Franz <deltaone@debian.org>
Closes: 1023894
Changes:
 kitemviews (5.115.0-1) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * New upstream release (5.115.0).
   * Update build-deps and deps with the info from cmake.
   * Add myself as uploader and remove inactive ones. Thank you for your
     work.
   * Fix FTCBFS: Build designer plugin, thx to Helmut Grohne (Closes:
     #1023894).
Checksums-Sha1:
 63891427c783145fbba10e0b4ebbc6ee15295eab 2838 kitemviews_5.115.0-1.dsc
 aa9f7cabfeeecd5eec328b24439518de9420bd9c 2264972 kitemviews_5.115.0.orig.tar.xz
 96527f0a3be6ed2d61c7b85137ccf60501c4b0f0 488 kitemviews_5.115.0.orig.tar.xz.asc
 c6e5ede37bc1c92e8f4cc58c36b88aae5962b035 13936 kitemviews_5.115.0-1.debian.tar.xz
 9898ad20684ff09920866a01fa0c4311e6b0e2aa 13380 kitemviews_5.115.0-1_source.buildinfo
Checksums-Sha256:
 f6118ca87669370e11622a7bc366c516c2da25c7039602881b69fcd8534dbf58 2838 kitemviews_5.115.0-1.dsc
 6e2e5bc2e5c5126b3cf3e52dcc2f26c349068c345c8825bbb7e7c11efe4565d9 2264972 kitemviews_5.115.0.orig.tar.xz
 71587f14a8ee2725c75ca47a6c669bf84e7e002749c55551c13211f47a845299 488 kitemviews_5.115.0.orig.tar.xz.asc
 108d6804a31928eff0a0ba9cb55a4af9c4d30dc75acce3eacf99f2b7ca5b2bbb 13936 kitemviews_5.115.0-1.debian.tar.xz
 bb09fb2487af44ce7523bb66b8b54fa21f19da2eb29633ec68d3875c952b1bbf 13380 kitemviews_5.115.0-1_source.buildinfo
Files:
 6436e1fd47a96da1951273ffc69229de 2838 libs optional kitemviews_5.115.0-1.dsc
 c134615e17dd472b93230f6712f9f01b 2264972 libs optional kitemviews_5.115.0.orig.tar.xz
 1bdff6e63dc3818c4b5643554cf1ee3c 488 libs optional kitemviews_5.115.0.orig.tar.xz.asc
 c8d96bc63b6a1f0c04ad63a3497d8751 13936 libs optional kitemviews_5.115.0-1.debian.tar.xz
 4ba7e3ee04f99a22fdca7fa3b4b4105a 13380 libs optional kitemviews_5.115.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmX1iaAUHGRlbHRhb25l
QGRlYmlhbi5vcmcACgkQnp96YDB3/lYqmA//f/6+Oc74ba4ycnwpeb9kG2VadsNl
S0Uk8datLjFGMw5eoO/KWqTAWtXWb5QFiJiR5UdhiiG5/H7JDioBtkfR9Tc8MB8v
bS2IJ48+SamIGDIyYtQJBj72mpO7XI+9Z8gMdEyHb8lRuwAkF2gi8N1KUrmDK2e8
32LpqIVS6LzlDN5qJIcKUoniSl3/5PHrZTaSFwAB3jkNKzs/an5KUu5zufFHblGW
nM3t5akCWTlbfOvywuIfeSxeUPA6ZGGEpiS8XWspVguhtP3y7C3zltDVBGTvdyh4
CiLP6UNBd6YtkuOrRG1CKzf29i0Evz6xtV5CTpdLGDg+sE29r5jJv6VFukbcqHBt
3iLUIGa1AZsN6jIF15up0io+rigv3tdvoXffUhTlBNG3Savnozj0JthRLmiBLGD9
8vuln3TMbFOQWFKffvuQsM2gj4Knv3ihrTjnmKVc5Oo9ycSwi17Ihur4TCqOirfS
VXJSGz1+5+CBcYb4PDyHrWVAqjuCTMH5NW8IHI7DtMOuXsz3viwItnGpKRgqbaUA
X+ufXeg+aPYg6evu22rFPfuyOrGuPc2AoX5NHucl2rTKxlWBmjwrrmuZw+P9rajP
sfAKy3p62Cb/EJQv9WKo2egZJQ2BNUI23apKpEj+x/eIJncHu0VLyOoB36sd8A41
bQlK6ifaMMeNnGg=
=efB2
-----END PGP SIGNATURE-----

Attachment: pgpeXEPj9U03Y.pgp
Description: PGP signature


--- End Message ---

Reply to: