Your message dated Sun, 07 Sep 2025 21:55:11 +0000
with message-id <[email protected]>
and subject line Bug#1030226: fixed in properties-cpp 0.0.4-1
has caused the Debian Bug report #1030226,
regarding properties-cpp FTCBFS: fails linking gmock despite 
DEB_BUILD_OPTIONS=nocheck
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.)


-- 
1030226: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030226
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: properties-cpp
Version: 0.0.2-7
Tags: patch
User: [email protected]
Usertags: ftcbfs

properties-cpp fails to cross build from source, because it builds gmock
with the build architecture toolchain and then tries to link it into a
host architecture executabe. While that could be fixable of itself,
DEB_BUILD_OPTIONS=nocheck should have caused gmock to be unused. I'm
therefore proposing to really skip building gmock in a nocheck build and
am attaching a patch for your convenience.

Helmut
diff --minimal -Nru properties-cpp-0.0.2/debian/changelog 
properties-cpp-0.0.2/debian/changelog
--- properties-cpp-0.0.2/debian/changelog       2022-07-25 16:46:21.000000000 
+0200
+++ properties-cpp-0.0.2/debian/changelog       2023-01-31 18:40:38.000000000 
+0100
@@ -1,3 +1,10 @@
+properties-cpp (0.0.2-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Support DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 31 Jan 2023 18:40:38 +0100
+
 properties-cpp (0.0.2-7) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --minimal -Nru properties-cpp-0.0.2/debian/patches/nocheck.patch 
properties-cpp-0.0.2/debian/patches/nocheck.patch
--- properties-cpp-0.0.2/debian/patches/nocheck.patch   1970-01-01 
01:00:00.000000000 +0100
+++ properties-cpp-0.0.2/debian/patches/nocheck.patch   2023-01-31 
18:39:56.000000000 +0100
@@ -0,0 +1,11 @@
+--- properties-cpp-0.0.2.orig/CMakeLists.txt
++++ properties-cpp-0.0.2/CMakeLists.txt
+@@ -39,6 +39,8 @@
+ add_subdirectory(doc)
+ add_subdirectory(data)
+ add_subdirectory(include)
++IF(BUILD_TESTING)
+ add_subdirectory(tests)
++endif(BUILD_TESTING)
+ 
+ # enable_coverage_report(posix_process_test linux_process_test)
diff --minimal -Nru properties-cpp-0.0.2/debian/patches/series 
properties-cpp-0.0.2/debian/patches/series
--- properties-cpp-0.0.2/debian/patches/series  2022-07-20 00:21:37.000000000 
+0200
+++ properties-cpp-0.0.2/debian/patches/series  2023-01-31 18:39:30.000000000 
+0100
@@ -1,2 +1,3 @@
 1001_fix-FTBFS-in-gtest.patch
 1002_reproducible-builds.patch
+nocheck.patch
diff --minimal -Nru properties-cpp-0.0.2/debian/rules 
properties-cpp-0.0.2/debian/rules
--- properties-cpp-0.0.2/debian/rules   2022-07-20 00:21:37.000000000 +0200
+++ properties-cpp-0.0.2/debian/rules   2023-01-31 18:40:38.000000000 +0100
@@ -8,6 +8,9 @@
 %:
        dh $@
 
+override_dh_auto_configure:
+       dh_auto_configure -- -DBUILD_TESTING=$(if $(filter 
nocheck,$(DEB_BUILD_OPTIONS)),OFF,ON)
+
 override_dh_missing:
        dh_missing --fail-missing
 

--- End Message ---
--- Begin Message ---
Source: properties-cpp
Source-Version: 0.0.4-1
Done: Mike Gabriel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
properties-cpp, 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.
Mike Gabriel <[email protected]> (supplier of updated properties-cpp 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: Sun, 07 Sep 2025 23:33:49 +0200
Source: properties-cpp
Architecture: source
Version: 0.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <[email protected]>
Changed-By: Mike Gabriel <[email protected]>
Closes: 1030226 1113424 1114271
Changes:
 properties-cpp (0.0.4-1) unstable; urgency=medium
 .
   [ Mike Gabriel ]
   * New upstream release.
     - Support building with CMake 4. (Closes: #1113424).
     - Support building against GTest >= 1.17.0. (Closes: #1114271).
   * debian/control:
     + Bump Standards-Version: to 4.7.2. No changes needed.
     + In B-D, switch from pkg-config to pkgconf. Thanks, lintian.
   * debian/copyright:
     + Update copyright attributions for debian/.
 .
   [ Helmut Grohne ]
   * debian/rules:
     + Fix FTCBFS. Only enable testing if nocheck build option is not set.
       (Closes: #1030226).
Checksums-Sha1:
 46bde10d42f249a805c475ea38182f0876eeeee2 2296 properties-cpp_0.0.4-1.dsc
 603c95762bf292750898e2baebe7ad28c45b4f58 33640 
properties-cpp_0.0.4.orig.tar.bz2
 53ac28b7fbe07dfdc807bffe9cdce151e9a38792 4936 
properties-cpp_0.0.4-1.debian.tar.xz
 58524ee7625e32fcfb89c895867760e1f737053a 10340 
properties-cpp_0.0.4-1_source.buildinfo
Checksums-Sha256:
 c61d99a511f1fb184a8cd03861b6a8f94861544a9c6ff73bcb30a7335587c190 2296 
properties-cpp_0.0.4-1.dsc
 572444a88d4709b12adce122ee9ab67690bc72306b8078b4dfebd221e596aaba 33640 
properties-cpp_0.0.4.orig.tar.bz2
 4c91a4359029300857c06501863ccc99842a922c53b6399674641bf5ac3dc90f 4936 
properties-cpp_0.0.4-1.debian.tar.xz
 e8ee084e28c23f897feed98b53b76f8a81edf306261d7fcdd6c388628c71ee30 10340 
properties-cpp_0.0.4-1_source.buildinfo
Files:
 6651da7e3a55cf5ade6c391d368e0c7c 2296 libs optional properties-cpp_0.0.4-1.dsc
 3b517bf7a1b34508f70bc499e9b5e2b1 33640 libs optional 
properties-cpp_0.0.4.orig.tar.bz2
 4c6f4184049210571d64aa9f08f9c3af 4936 libs optional 
properties-cpp_0.0.4-1.debian.tar.xz
 185db42ed976e3e6204dfcb8fce47200 10340 libs optional 
properties-cpp_0.0.4-1_source.buildinfo

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

iQJJBAEBCgAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmi9+zIVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsx5IkP/RFqDXZ31nkhcdGJU6vCahHWHorP
KLGjribsaTaAymNBFujzC+HdYs3dhxAOXNc6oCXPL51x0uUelbkmeWFb1fO5ETYK
ZMpT3j1SaLqbcgRCX1IejxBY8vUj/FvRMcjrD+vV64WbufJ18LcGuAAN5cVTDia5
a+yEV+JEEhUoIjPMOEqRA7ZJ+LbP153pbYJOqzcMIwe1dBWoOQVm/8LLcZk5weV3
SH8BPuJ+YXnKE/FstfA1uPX1jd6V/aFhaZJdfVcGNOhGM0dOGzW3zSi9fry+I8IC
OoBjVa1T0WyUdkzk0/Ihz1szHt24iC3LBLAeMLmoGajcay7kpHl9T9XKx+w9qJGg
w5nTDZUrWJN74haNVwqlmUoocy/1fLpb0s4cbMjck6uApGv7cupcQlouVLmPBBwK
fCuREkUZGqkLEfboaYA8uNYuCvTPTGJUr2um+8TZdNB9jNpm0xdW0+rkxzichRh5
YpymJzBo3rCqMJS3aqjAEVRX+LgExWRrZ47ZanuvOPMxZWEBjSWc6EWgpQPE7jFs
8KCGh4k2AXuvj5q7lbP9/w0IrpJ2ebt8Jyt+YZ1Gix+45EGPUuS9XVIpLQZ4mdN9
93ycWmff4bt34g/lscrgrvU2kDrzziouAvfivO4ixABrDD4WEKe5LBCvgqTe4KCS
oyDsmvEZVdIuz3eL
=iAdP
-----END PGP SIGNATURE-----

Attachment: pgp406WxghfLq.pgp
Description: PGP signature


--- End Message ---

Reply via email to