Your message dated Sat, 01 Jun 2024 13:12:24 +0000
with message-id <e1sdox2-00dmqa...@fasolo.debian.org>
and subject line Bug#1072338: fixed in syndication 1:5.115.0-3
has caused the Debian Bug report #1072338,
regarding syndication: fix building with 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 ow...@bugs.debian.org
immediately.)


-- 
1072338: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072338
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: syndication
Version: 5.115.0-2
Severity: important

Hello,

syndication currently fails to build with DEB_BUILD_OPTIONS=nocheck:

dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libkf5syndication5abi1/DEBIAN/symbols doesn't 
match completely debian/libkf5syndication5abi1.symbols
--- debian/libkf5syndication5abi1.symbols 
(libkf5syndication5abi1_1:5.115.0-2_amd64)
+++ dpkg-gensymbolsscli3z       2024-06-01 08:16:49.000000000 +0000
@@ -1,7 +1,7 @@
 libKF5Syndication.so.5abi1 libkf5syndication5abi1 #MINVER#
 * Build-Depends-Package: libkf5syndication-dev
  ABI_5_1@ABI_5_1 18.07.90
- _ZN11Syndication10LoaderUtil9parseFeedERK10QByteArrayRK4QUrl@ABI_5_1 1:5.69.0
+#MISSING: 1:5.115.0-2# 
_ZN11Syndication10LoaderUtil9parseFeedERK10QByteArrayRK4QUrl@ABI_5_1 1:5.69.0
  _ZN11Syndication10PersonImplC1ERK7QStringS3_S3_@ABI_5_1 18.07.90
  _ZN11Syndication10PersonImplC1Ev@ABI_5_1 18.07.90
  _ZN11Syndication10PersonImplC2ERK7QStringS3_S3_@ABI_5_1 18.07.90

Indeed, with tests disabled, ./src/syndication_private_export.h defines
SYNDICATION_TESTS_EXPORT to empty, and thus this declaration hides the
symbol:

./src/loaderutil_p.h:Q_REQUIRED_RESULT SYNDICATION_TESTS_EXPORT QUrl 
parseFeed(const QByteArray &data, const QUrl &url);

So it's effectively an optional symbol, could you apply the attached
patch to fix this?

Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'), 
(500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 
'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.9.0 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- debian/libkf5syndication5abi1.symbols.orig  2024-06-01 09:52:19.000000000 
+0000
+++ debian/libkf5syndication5abi1.symbols       2024-06-01 09:52:21.000000000 
+0000
@@ -2,7 +2,7 @@
 libKF5Syndication.so.5abi1 libkf5syndication5abi1 #MINVER#
 * Build-Depends-Package: libkf5syndication-dev
  ABI_5_1@ABI_5_1 18.07.90
- _ZN11Syndication10LoaderUtil9parseFeedERK10QByteArrayRK4QUrl@ABI_5_1 1:5.69.0
+ 
(optional)_ZN11Syndication10LoaderUtil9parseFeedERK10QByteArrayRK4QUrl@ABI_5_1 
1:5.69.0
  _ZN11Syndication10PersonImplC1ERK7QStringS3_S3_@ABI_5_1 18.07.90
  _ZN11Syndication10PersonImplC1Ev@ABI_5_1 18.07.90
  _ZN11Syndication10PersonImplC2ERK7QStringS3_S3_@ABI_5_1 18.07.90

--- End Message ---
--- Begin Message ---
Source: syndication
Source-Version: 1:5.115.0-3
Done: Aurélien COUDERC <couc...@debian.org>

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

Debian distribution maintenance software
pp.
Aurélien COUDERC <couc...@debian.org> (supplier of updated syndication 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 01 Jun 2024 14:32:34 +0200
Source: syndication
Architecture: source
Version: 1:5.115.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Aurélien COUDERC <couc...@debian.org>
Closes: 1072338
Changes:
 syndication (1:5.115.0-3) unstable; urgency=medium
 .
   [ Aurélien COUDERC ]
   * Mark a test-only symbol as optional to fix building with the `nocheck’
     build profile. Thanks to Samuel Thibault for the bug report and fix.
     (Closes: #1072338)
Checksums-Sha1:
 caec23f41af0e55043ccf13173e0ad4ea12fa89a 2669 syndication_5.115.0-3.dsc
 8fa23383008db04e81ab087436bf6ca8511ecb2a 18980 
syndication_5.115.0-3.debian.tar.xz
 f2c4b2f34ad902237854f09cde4b72c2a922fdff 13414 
syndication_5.115.0-3_amd64.buildinfo
Checksums-Sha256:
 2f86f9692e06e2a7252788a2461b6da01a6eec09667266df3363cbc836451d6d 2669 
syndication_5.115.0-3.dsc
 f5ce01e3b85b690ecb1198e02be618f182c09deadcf1a9af486d0594817de44e 18980 
syndication_5.115.0-3.debian.tar.xz
 4e8ac85eac28255014fd66daf4c2d109ff8c61308c0133154cce46cc64152961 13414 
syndication_5.115.0-3_amd64.buildinfo
Files:
 5ab62644cd789d264014b1d0a6e7499a 2669 libs optional syndication_5.115.0-3.dsc
 9e02160dae3fdd93a29a4703d16918ac 18980 libs optional 
syndication_5.115.0-3.debian.tar.xz
 2151a06ee1a6250b6042f799d80c8fec 13414 libs optional 
syndication_5.115.0-3_amd64.buildinfo

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

iQJHBAEBCgAxFiEEIW//QAAaDgcOKDsfcaflM/KRoyQFAmZbFm8THGNvdWNvdWZA
ZGViaWFuLm9yZwAKCRBxp+Uz8pGjJEL1EADfNXknzjQkog0hGRAcS+Tqbhh+tzIb
j7nrDEofvVcmlS8mnRwfpfjFUvt3sKCrZvwMbkYumpkU1Hx/rurllxjZnubTS0sM
Ng53DudPo0tRYoXyWXV5ZvMlnGh9zvlQ1cCPICzK9HOYKvTCWknYVToST7OsV3/u
o2iLTHXirwXMoVM7VXaNaP9kDfwYH5BNw2Rvpqam3gWCZjtdRZnGdp7ZCpr3epSn
Ot88zagS00UNyKeFB9mb1rAJD694orsRAEBaufilDe3veuhAsNTIxKFLYiSgWpnq
xhz/JymdDfuBBNEvGbxvFXFb7WHU8R7uXCRFljUh++Mbcjyz7h90CvrtfbLjn3mE
XiUgOYOFoLd5U/Is/owEI3ZwEzP64xSQb9UNJyoZao6yvhTC9EYj9lnZO3rK6MUK
LkVIPEXzzBur6zv3h3JOkg1Eevae/ZYfC7L6JgX9oNmNwDMT4pQPtuHcBVsOgeJF
bsgEeQeNz4g6MIo12MoYL4mB1N9lQv2a6AWfhaFB0F2yN2O9hJsX4Pf/ZpBswihd
87mKOnJs8BYRTPD6iwd88bkKBRHe6ixULb2maxT2Tq+eBjjeuAH8o1f+KdYiVrk/
XwPre0ckhT0nH46PiX1c5SEX7UQ18c9W9f+lKIhC5crKj6yrsNXzdHQ/vcv6zY98
E/tMB8aLFLlNLA==
=IJ2J
-----END PGP SIGNATURE-----

Attachment: pgpBI85ntrJUv.pgp
Description: PGP signature


--- End Message ---

Reply via email to