[debian-mysql] Bug#1101397: libmariadb-dev: It's not poosible to build UDF_ARGS and UDF_INIT, see: https://github.com/mariadb-corporation/mariadb-connector-c/commit/d4eec05d00ce77d2bab3848ff49d04acf0ed2cc0

utiltiy at gmx.de utiltiy at gmx.de
Wed Mar 26 22:20:54 GMT 2025


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-mysql-maint/attachments/20250326/08dc1e67/attachment-0001.htm>


More information about the pkg-mysql-maint mailing list