Your message dated Wed, 03 Jul 2024 04:33:54 +0000
with message-id <e1sorgo-00crjf...@fasolo.debian.org>
and subject line Bug#1073303: fixed in kodi-pvr-stalker 20.3.1+ds1-2
has caused the Debian Bug report #1073303,
regarding kodi-pvr-stalker: FTBFS: xmltv.c:51:13: error: implicit declaration 
of function ‘malloc’ [-Werror=implicit-function-declaration]
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.)


-- 
1073303: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073303
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kodi-pvr-stalker
Version: 20.3.1+ds1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/libstalkerclient && /usr/bin/cc 
> -DBUILD_KODI_ADDON -I/<<PKGBUILDDIR>>/lib -I/usr/include/libxml2 
> -I/usr/include/jsoncpp -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   -DTARGET_POSIX -DTARGET_LINUX 
> -D_GNU_SOURCE -DHAVE_LINUX_UDMABUF=1 -DHAVE_LINUX_DMA_HEAP=1 
> -DHAVE_LINUX_DMA_BUF=1 -DHAVE_MKOSTEMP=1 -DHAVE_LINUX_MEMFD=1 -DHAVE_STATX=1 
> -DHAVE_SSE=1 -DHAVE_SSE2=1 -DHAVE_SSE3=1 -DHAVE_SSSE3=1 -DHAVE_SSE4_1=1 -MD 
> -MT lib/libstalkerclient/CMakeFiles/stalkerclient.dir/xmltv.c.o -MF 
> CMakeFiles/stalkerclient.dir/xmltv.c.o.d -o 
> CMakeFiles/stalkerclient.dir/xmltv.c.o -c 
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c: In function ‘sc_xmltv_create’:
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:51:13: error: implicit 
> declaration of function ‘malloc’ [-Werror=implicit-function-declaration]
>    51 |     strct = malloc(size);
>       |             ^~~~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:31:1: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘malloc’
>    30 | #include <kodi/c-api/addon-instance/pvr/pvr_epg.h>
>   +++ |+#include <stdlib.h>
>    31 | 
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:51:13: warning: incompatible 
> implicit declaration of built-in function ‘malloc’ 
> [-Wbuiltin-declaration-mismatch]
>    51 |     strct = malloc(size);
>       |             ^~~~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:51:13: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘malloc’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c: In function 
> ‘sc_xmltv_list_free’:
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:90:5: error: implicit 
> declaration of function ‘free’ [-Werror=implicit-function-declaration]
>    90 |     free(*list);
>       |     ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:90:5: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:90:5: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:90:5: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c: In function ‘sc_xmltv_free’:
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:101:25: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   101 |             if (c->id_) free(c->id_);
>       |                         ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:101:25: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:114:29: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   114 |             if (p->channel) free(p->channel);
>       |                             ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:114:29: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:116:27: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   116 |             if (p->title) free(p->title);
>       |                           ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:116:27: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:118:31: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   118 |             if (p->sub_title) free(p->sub_title);
>       |                               ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:118:31: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:120:26: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   120 |             if (p->desc) free(p->desc);
>       |                          ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:120:26: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:125:26: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   125 |             if (p->date) free(p->date);
>       |                          ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:125:26: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:132:33: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   132 |             if (p->star_rating) free(p->star_rating);
>       |                                 ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:132:33: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:134:26: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   134 |             if (p->icon) free(p->icon);
>       |                          ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:134:26: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:143:26: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   143 |             if (c->name) free(c->name);
>       |                          ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:143:26: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:150:5: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   150 |     free(strct);
>       |     ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:150:5: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c: In function 
> ‘sc_xmltv_parse_programme’:
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:278:5: warning: incompatible 
> implicit declaration of built-in function ‘free’ 
> [-Wbuiltin-declaration-mismatch]
>   278 |     free(val);
>       |     ^~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/xmltv.c:278:5: note: include 
> ‘<stdlib.h>’ or provide a declaration of ‘free’
> /<<PKGBUILDDIR>>/lib/libstalkerclient/request.c: In function 
> ‘sc_request_build_headers’:
> /<<PKGBUILDDIR>>/lib/libstalkerclient/request.c:140:26: warning: ‘%s’ 
> directive writing up to 1023 bytes into a region of size 252 
> [-Wformat-overflow=]
>   140 |     sprintf(buffer, "mac=%s; stb_lang=%s; timezone=%s",
>       |                          ^~
> In file included from /usr/include/stdio.h:964,
>                  from /<<PKGBUILDDIR>>/lib/libstalkerclient/request.c:26:
> In function ‘sprintf’,
>     inlined from ‘sc_request_build_headers’ at 
> /<<PKGBUILDDIR>>/lib/libstalkerclient/request.c:140:5:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 27 and 3096 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/lib/libstalkerclient/request.c: In function 
> ‘sc_request_build_headers’:
> /<<PKGBUILDDIR>>/lib/libstalkerclient/request.c:146:33: warning: ‘%s’ 
> directive writing up to 1023 bytes into a region of size 249 
> [-Wformat-overflow=]
>   146 |         sprintf(buffer, "Bearer %s", identity->token);
>       |                                 ^~
> In function ‘sprintf’,
>     inlined from ‘sc_request_build_headers’ at 
> /<<PKGBUILDDIR>>/lib/libstalkerclient/request.c:146:9:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output between 8 and 1031 bytes into a destination 
> of size 256
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[3]: *** 
> [lib/libstalkerclient/CMakeFiles/stalkerclient.dir/build.make:191: 
> lib/libstalkerclient/CMakeFiles/stalkerclient.dir/xmltv.c.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/kodi-pvr-stalker_20.3.1+ds1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: kodi-pvr-stalker
Source-Version: 20.3.1+ds1-2
Done: Vasyl Gello <vasek.ge...@gmail.com>

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

Debian distribution maintenance software
pp.
Vasyl Gello <vasek.ge...@gmail.com> (supplier of updated kodi-pvr-stalker 
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: SHA256

Format: 1.8
Date: Wed, 03 Jul 2024 04:11:37 +0000
Source: kodi-pvr-stalker
Architecture: source
Version: 20.3.1+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Vasyl Gello <vasek.ge...@gmail.com>
Closes: 1073303
Changes:
 kodi-pvr-stalker (20.3.1+ds1-2) unstable; urgency=medium
 .
   * Bmp copyright years
   * d/watch: Fix repack suffix
   * d/gbp.conf: Fix debian and upstream branches
   * Add GCC-14 workaround (Closes: #1073303)
Checksums-Sha1:
 b916d1f43c4b4e706df768a131faa495ef13203b 2157 kodi-pvr-stalker_20.3.1+ds1-2.dsc
 7ad89c214c8157aa4c68d03e75ac70e66a8ee56a 3988 
kodi-pvr-stalker_20.3.1+ds1-2.debian.tar.xz
 19cf6785639b64e711d340d973125135b4e71dbe 5840 
kodi-pvr-stalker_20.3.1+ds1-2_source.buildinfo
Checksums-Sha256:
 769a0b636885be348b07fed53d12fe938c78d0de767f12ea213a6063dd11d476 2157 
kodi-pvr-stalker_20.3.1+ds1-2.dsc
 f799493d6be1b670e9a7b8e1f49fb9571c7b2f4b162442708966dfa459f28d1d 3988 
kodi-pvr-stalker_20.3.1+ds1-2.debian.tar.xz
 d494c4c0a79d8572e4eb57d84a3e8d90f116867a9e2094d0ea52f910a35b5be2 5840 
kodi-pvr-stalker_20.3.1+ds1-2_source.buildinfo
Files:
 0ab77d3ff7e004fbb3eed18b33152bad 2157 libs optional 
kodi-pvr-stalker_20.3.1+ds1-2.dsc
 f75a69dad2ed0a96bfe81713192087af 3988 libs optional 
kodi-pvr-stalker_20.3.1+ds1-2.debian.tar.xz
 294d88c55372089708793edc09d1c587 5840 libs optional 
kodi-pvr-stalker_20.3.1+ds1-2_source.buildinfo

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

iQIzBAEBCAAdFiEEKG46uNMbcWWMwf6pRcPahUxsbF4FAmaEz+MACgkQRcPahUxs
bF5sJxAA1zVUfIk8ymPMhXvsBvBUPpzVCzZ8mQp1BFv7mQ2OmznkKBm2e+R6LSp1
Vx6OZHpXrO0QjeuS5oaIqcy10VVuX5F3Xcaq8YzOvI1i/++KmERbC5wFIWyoFMkp
dxC4pDsH20JS9EKXCAwJ2fNkOp8SrQTtfGGlxo6qodQt48T35/za2KfGJeIDnRX0
WECuDVAtFCWsBDcJ7jr+P09Er6On3CdwCqVmVKH4gHTYTIgm9PDbBKzdE8QQ+BK3
7nNpOFX3AiKNqL2Hhz2uKy1ci6fY51o7otmdOhr2bPPAhkUDIUT5XIqNdgHbO7Zu
q2+xrg2VAFyV3eFtLYKK5DIb92WtVFRCYF19daaWRq3b5Al6SWJGSgkIR3FP+gfn
4bBtp+wFu8yjlHQXPbxC3A1/vE8i/XKDUFrWWuAoc0Mw50kzkIWoc+7Ps1EkL6WH
KLKJ8aVukHunZiqW/b+lnCkOZOAWG+JHGqZn/HmWM2QUNgzzEGozwuDe7Mmg2uNW
sfTCaY852m4lOvqZiqNN4Dkc/fYxyFPqsyX6Y8J93E86KztlliFYefw/PnSpbAes
3281TRVKRHTsz/my3z56G65TzIe1iiETGSGrZPs4QkE9jX1wWG0Gr4W4blXynMan
fM1wLjYh3PRubE9Cgf2ZfYXlxoMCS2QXR5s/DBFtkP4dfsqHWXY=
=NRjh
-----END PGP SIGNATURE-----

Attachment: pgp6NPwU8vja_.pgp
Description: PGP signature


--- End Message ---

Reply via email to