Your message dated Tue, 22 Apr 2025 23:54:26 +0000
with message-id <e1u7nra-00acky...@fasolo.debian.org>
and subject line Bug#1101397: fixed in mariadb 1:11.8.1-3
has caused the Debian Bug report #1101397,
regarding libmariadb-dev: It's not poosible to build UDF_ARGS and UDF_INIT, 
see: 
https://github.com/mariadb-corporation/mariadb-connector-c/commit/d4eec05d00ce77d2bab3848ff49d04acf0ed2cc0
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.)


-- 
1101397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: libmariadb-dev
Version: 1:11.8.1-2
Severity: important

Dear Maintainer,

it's not possible to build vdr-epg-daemon:

ase.c -o src/epglvbase.o
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_16_com_woltlab_wbb_post_1380274_5c5e9e>In
file included from src/epglvbase.c:10:
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_17_com_woltlab_wbb_post_1380274_5c5e9e>src/epglv.h:44:25:
error: unknown type name ‘UDF_INIT’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_18_com_woltlab_wbb_post_1380274_5c5e9e>44
| my_bool base_epglv_init(UDF_INIT* init, UDF_ARGS* args, char*
message);
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_19_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_20_com_woltlab_wbb_post_1380274_5c5e9e>src/epglv.h:44:41:
error: unknown type name ‘UDF_ARGS’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_21_com_woltlab_wbb_post_1380274_5c5e9e>44
| my_bool base_epglv_init(UDF_INIT* init, UDF_ARGS* args, char*
message);
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_22_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_23_com_woltlab_wbb_post_1380274_5c5e9e>src/epglv.h:45:24:
error: unknown type name ‘UDF_INIT’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_24_com_woltlab_wbb_post_1380274_5c5e9e>45
| void base_epglv_deinit(UDF_INIT* init);
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_25_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_26_com_woltlab_wbb_post_1380274_5c5e9e>src/epglv.h:46:22:
error: unknown type name ‘UDF_INIT’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_27_com_woltlab_wbb_post_1380274_5c5e9e>46
| long long base_epglv(UDF_INIT* init, UDF_ARGS* args, char* is_null,
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_28_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_29_com_woltlab_wbb_post_1380274_5c5e9e>src/epglv.h:46:38:
error: unknown type name ‘UDF_ARGS’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_30_com_woltlab_wbb_post_1380274_5c5e9e>46
| long long base_epglv(UDF_INIT* init, UDF_ARGS* args, char* is_null,
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_31_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_32_com_woltlab_wbb_post_1380274_5c5e9e>src/epglvbase.c:47:25:
error: unknown type name ‘UDF_INIT’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_33_com_woltlab_wbb_post_1380274_5c5e9e>47
| my_bool base_epglv_init(UDF_INIT* init, UDF_ARGS* args, char* message)
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_34_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_35_com_woltlab_wbb_post_1380274_5c5e9e>src/epglvbase.c:47:41:
error: unknown type name ‘UDF_ARGS’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_36_com_woltlab_wbb_post_1380274_5c5e9e>47
| my_bool base_epglv_init(UDF_INIT* init, UDF_ARGS* args, char* message)
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_37_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_38_com_woltlab_wbb_post_1380274_5c5e9e>src/epglvbase.c:100:24:
error: unknown type name ‘UDF_INIT’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_39_com_woltlab_wbb_post_1380274_5c5e9e>100
| void base_epglv_deinit(UDF_INIT* init)
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_40_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_41_com_woltlab_wbb_post_1380274_5c5e9e>src/epglvbase.c:125:22:
error: unknown type name ‘UDF_INIT’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_42_com_woltlab_wbb_post_1380274_5c5e9e>125
| long long base_epglv(UDF_INIT* init, UDF_ARGS* args, char* is_null,
char* error,
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_43_com_woltlab_wbb_post_1380274_5c5e9e>|
^~~~~~~~
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_44_com_woltlab_wbb_post_1380274_5c5e9e>src/epglvbase.c:125:38:
error: unknown type name ‘UDF_ARGS’
<https://www.vdr-portal.de/forum/thread/136783-epgd-build-error-unter-g-14/#codeLine_45_com_woltlab_wbb_post_1380274_5c5e9e>125
| long long base_epglv(UDF_INIT* init, UDF_ARGS* args, char* is_null,
char* error,


*** Reporter, please consider answering these questions, where
appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.8.12-9-pve (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE
not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libmariadb-dev depends on:
ii  libc6        2.41-6
ii  libmariadb3  1:11.8.1-2
ii  libssl-dev   3.4.1-1
ii  zlib1g-dev   1:1.3.dfsg+really1.3.1-1+b1

libmariadb-dev recommends no packages.

libmariadb-dev suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: mariadb
Source-Version: 1:11.8.1-3
Done: Otto Kekäläinen <o...@debian.org>

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

Debian distribution maintenance software
pp.
Otto Kekäläinen <o...@debian.org> (supplier of updated mariadb 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, 19 Apr 2025 12:06:11 -0700
Source: mariadb
Architecture: source
Version: 1:11.8.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Otto Kekäläinen <o...@debian.org>
Closes: 1073847 1084293 1101397
Changes:
 mariadb (1:11.8.1-3) unstable; urgency=medium
 .
   * Add patch to have CEST as allowed in main.timezone test (Closes: #1084293)
   * Backport revert of CONC-710 that broke building UDFs (Closes: #1101397)
   * Backport systemd service fix for restarts on crashes (Closes: #1073847)
   * Update standards version to 4.7.2, no changes needed
   * Re-enable tests that were passing recently in experimental when MariaDB
     Debian revision 1:11.4.5-2~exp1 built or which otherwise was confirmed to
     passing now: mariabackup.encrypted_page_corruption, mariadb_upgrade,
     MDEV-22243, MDEV-23427, MDEV-23921, MDEV-27955, MDEV-30518, MDEV-30676,
     MDEV-30728, MDEV-30918, MDEV-30929, MDEV-31349, MDEV-33520, MDEV-33520,
     MDEV-34084, MDEV-34733, MDEV-34781, MDEV-34788, MDEV-36334
Checksums-Sha1:
 3de7e12d45af1020ac52d1feb128b4222dffdcc5 5621 mariadb_11.8.1-3.dsc
 92b5e66af3f68541378aab11e40129e00aa23946 289748 mariadb_11.8.1-3.debian.tar.xz
 5a72274a8c761c2b7a8304bee68de5de23e640c4 13356 
mariadb_11.8.1-3_source.buildinfo
Checksums-Sha256:
 99a8bdda73d46f4109da9dd5bf3e70bcb4897c8e7694905ff7bd1ccef38e8a90 5621 
mariadb_11.8.1-3.dsc
 05c1309a44332899bc0576ea1ff5e63ce0448727885169da725204327f0574f7 289748 
mariadb_11.8.1-3.debian.tar.xz
 101db46b8b66b0032ead7f1adb0de38e27533df48cdbb4ebfa8a79f4ab13f734 13356 
mariadb_11.8.1-3_source.buildinfo
Files:
 9dc83452000c35482aee14dae83a86f5 5621 database optional mariadb_11.8.1-3.dsc
 5c82462def52bc42568112ead7571bef 289748 database optional 
mariadb_11.8.1-3.debian.tar.xz
 4a9dd4baa47af30bfd76463700cbd270 13356 database optional 
mariadb_11.8.1-3_source.buildinfo

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

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmgIJ0EACgkQvthEn87o
2og0mQ//bnX299ANcvEcsmJc/zbKJmm4wiE0ytGY2TjyDTRdeXOQpd+/DbP2rF72
02dFVuimhEDH3hqHB/kXUbkXSLatl+SEwv/lVwJqxGDglgZ8WTe9P8kGnByH1kY+
FaVbe8Mg601cA9vBhkF+NR8UIxJD93f8h+lPcmloGKyr8bE/OQ4Zb/npzH2btYPA
ISYwIBixOhU2H+sUiImf0LdLG4OtML5rRgeDAr6HqGA0Gy6puVd+siuQ3QPzMl9P
m+L5jTTI3hd/rsLTTjWBopTEOzAoGGT1aEN4NkL43o1cpeW0ro1XU/rVRnZb/mz8
ox5Fp6Wld0h6MDEJxKTm5qZKj8eFJqQwU6sHATVPERm4EtRiut9Ic8DoEnIvMCGW
xhSXqXWP96+FDllOS2/ioh0BZabt0zU5zLVBX1m11UB4P1I4kNqMcGVEZvgAUGtz
o5FGodmo+OUjMohKceMg/5UgFPlsq4QFijYBx9AQwjB4sFKQtcM3iaqoVzaalT3l
CPneV/+iAqZEDLT2/fiSL+NJaUqhf5/RseBUY2M+fBW1Gp34yjE+8Wiy5LxHnFBN
5TnF97E0Ve4umRHo4uK7b2Z0+PSdeocoLavmLFJfY42JwdIzVkwjCB6DWsCxbubJ
rGSttvMQfbuitbinvJotbvZjBRysPkaHhISGnUNUQU64rpyhWkY=
=X9QS
-----END PGP SIGNATURE-----

Attachment: pgpwVaO60cT5H.pgp
Description: PGP signature


--- End Message ---

Reply via email to