Your message dated Sun, 10 Mar 2024 12:37:48 +0000
with message-id <e1rjir2-009b57...@fasolo.debian.org>
and subject line Bug#1065762: fixed in libaudio-cd-perl 0.05-13
has caused the Debian Bug report #1065762,
regarding libaudio-cd-perl: FTBFS on arm{el,hf}: cddb_lookup.c:53:16: error: 
implicit declaration of function ‘strtol’ 
[-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.)


-- 
1065762: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065762
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libaudio-cd-perl
Version: 0.05-12
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=libaudio-cd-perl&arch=armhf&ver=0.05-12%2Bb3&stamp=1709806818&raw=0

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CD.bs 
blib/arch/auto/Audio/CD/CD.bs 644
cddb_lookup.c: In function ‘inexact_selection’:
cddb_lookup.c:53:16: error: implicit declaration of function ‘strtol’ 
[-Werror=implicit-function-declaration]
   53 |         return strtol(inbuffer, NULL, 10);
      |                ^~~~~~
cddb_lookup.c: In function ‘cddb_lookup’:
cddb_lookup.c:100:40: error: implicit declaration of function ‘malloc’ 
[-Werror=implicit-function-declaration]
  100 |          proxy = (struct cddb_server *)malloc(sizeof(struct 
cddb_server));
      |                                        ^~~~~~
cddb_lookup.c:24:1: note: include ‘<stdlib.h>’ or provide a declaration of 
‘malloc’
   23 | #include "stdio.h"
  +++ |+#include <stdlib.h>
   24 | 
cddb_lookup.c:100:40: warning: incompatible implicit declaration of built-in 
function ‘malloc’ [-Wbuiltin-declaration-mismatch]
  100 |          proxy = (struct cddb_server *)malloc(sizeof(struct 
cddb_server));
      |                                        ^~~~~~
cddb_lookup.c:100:40: note: include ‘<stdlib.h>’ or provide a declaration of 
‘malloc’
cddb_lookup.c:103:13: error: implicit declaration of function ‘free’ 
[-Werror=implicit-function-declaration]
  103 |             free(proxy);
      |             ^~~~
cddb_lookup.c:103:13: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:103:13: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
cddb_lookup.c:103:13: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:108:13: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
  108 |             free(proxy);
      |             ^~~~
cddb_lookup.c:108:13: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:113:10: error: implicit declaration of function ‘strncpy’ 
[-Werror=implicit-function-declaration]
  113 |          strncpy(hello.hello_program, PACKAGE, 256);
      |          ^~~~~~~
cddb_lookup.c:24:1: note: include ‘<string.h>’ or provide a declaration of 
‘strncpy’
   23 | #include "stdio.h"
  +++ |+#include <string.h>
   24 | 
cddb_lookup.c:113:10: warning: incompatible implicit declaration of built-in 
function ‘strncpy’ [-Wbuiltin-declaration-mismatch]
  113 |          strncpy(hello.hello_program, PACKAGE, 256);
      |          ^~~~~~~
cddb_lookup.c:113:10: note: include ‘<string.h>’ or provide a declaration of 
‘strncpy’
cddb_lookup.c:141:33: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
  141 |             if(conf.conf_proxy) free(proxy);
      |                                 ^~~~
cddb_lookup.c:141:33: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:153:36: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
  153 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:153:36: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:162:36: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
  162 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:162:36: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:166:13: error: implicit declaration of function ‘shutdown’ 
[-Werror=implicit-function-declaration]
  166 |             shutdown(sock, 2);
      |             ^~~~~~~~
cddb_lookup.c:167:13: error: implicit declaration of function ‘close’; did you 
mean ‘pclose’? [-Werror=implicit-function-declaration]
  167 |             close(sock);
      |             ^~~~~
      |             pclose
cddb_lookup.c:171:36: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
  171 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:171:36: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:181:36: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
  181 |                if(conf.conf_proxy) free(proxy);
      |                                    ^~~~
cddb_lookup.c:181:36: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:190:30: warning: incompatible implicit declaration of built-in 
function ‘free’ [-Wbuiltin-declaration-mismatch]
  190 |          if(conf.conf_proxy) free(proxy);
      |                              ^~~~
cddb_lookup.c:190:30: note: include ‘<stdlib.h>’ or provide a declaration of 
‘free’
cddb_lookup.c:196:16: error: implicit declaration of function ‘strlen’ 
[-Werror=implicit-function-declaration]
  196 |             if(strlen(query.query_list[0].list_artist) > 0)
      |                ^~~~~~
cddb_lookup.c:196:16: note: include ‘<string.h>’ or provide a declaration of 
‘strlen’
cddb_lookup.c:196:16: warning: incompatible implicit declaration of built-in 
function ‘strlen’ [-Wbuiltin-declaration-mismatch]
cddb_lookup.c:196:16: note: include ‘<string.h>’ or provide a declaration of 
‘strlen’
cddb_lookup.c:227:18: warning: incompatible implicit declaration of built-in 
function ‘strlen’ [-Wbuiltin-declaration-mismatch]
  227 |               if(strlen(query.query_list[index].list_artist) < 1)
      |                  ^~~~~~
cddb_lookup.c:227:18: note: include ‘<string.h>’ or provide a declaration of 
‘strlen’
cddb_lookup.c: In function ‘inexact_selection’:
cddb_lookup.c:52:9: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   52 |         fgets(inbuffer, sizeof(inbuffer), stdin);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cp CD.pm blib/lib/Audio/CD.pm
mv CD.xsc CD.c
arm-linux-gnueabihf-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2   
-DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC 
"-I/usr/lib/arm-linux-gnueabihf/perl/5.38/CORE"  -g CD.c
cc1: some warnings being treated as errors
make[1]: *** [Makefile:342: cddb_lookup.o] Error 1

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: libaudio-cd-perl
Source-Version: 0.05-13
Done: gregor herrmann <gre...@debian.org>

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

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated libaudio-cd-perl 
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: Sun, 10 Mar 2024 13:18:16 +0100
Source: libaudio-cd-perl
Architecture: source
Version: 0.05-13
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 1065762
Changes:
 libaudio-cd-perl (0.05-13) unstable; urgency=medium
 .
   * Add patch to add missing #includes. (Closes: #1065762)
   * Update years of packaging copyright.
   * Declare compliance with Debian Policy 4.6.2.
Checksums-Sha1:
 2c00d8a6fa75c69cef818ae62e387a3493deb1b6 2358 libaudio-cd-perl_0.05-13.dsc
 7f69752b6132cc2ff5d182f5069786fbf8dc99c4 5316 
libaudio-cd-perl_0.05-13.debian.tar.xz
Checksums-Sha256:
 3179ad8f37cfa8bb8ddc74718bd8f05dc859efed032473f8a35a9b902ea54678 2358 
libaudio-cd-perl_0.05-13.dsc
 d4c3037d31ccd0f9ab3d083f4aa17fabec50f6999d6af2f97ae2cd81f8792d25 5316 
libaudio-cd-perl_0.05-13.debian.tar.xz
Files:
 96c2b3e1efddfce331aa1366e3b2207b 2358 perl optional 
libaudio-cd-perl_0.05-13.dsc
 efb1ddaa87abb8719f0fabb3070abdf9 5316 perl optional 
libaudio-cd-perl_0.05-13.debian.tar.xz

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

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmXtpdRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZcVw/+PUHXYNYebsUX/VvDQbXhYUZ1IXvkpQLWFOCt2yiEsaI8m7q4g9TmU9Y8
eev9i4xrC+NFJ9RzLd29mkmwnzukh6lc5YVKZjEzIKnUSJ/AlxAWqkl2h5eDer4M
ZyUA9kuv5QdDyMsCrmACYW9j/6ZrG1WG8FVcmpDvpKClYXRzEijU++mkWEzamcrG
cjRvBf62TW8qNJFgGz/ZAP9kEq3eVM36gtXDTKnCuLybTGlCnCyfJ1WV2hUweqbF
9wxr313LhCIHvXEdyxmKe+3qrXI7WGe15K2brSUHIfeRQmJL+qR87Ylb6z3HrYpb
i+5XFGW4HnrZZwVt2y+l5iqKAmoIzmn/JKUVQpdOev1kJkcF6y2Nu4prD8z7pD1n
AkdSyNr8IDg/bCoVOzcD4OR2o+ZetJ23jtkRofI/vk6OqpEhzAcgdfiKVmR8POr7
RYwuFKgTeyCNZBDGPL72Kt7LsamRLZcGoQEJo4z2FqqH6ALG/2sPozkUVqe3MOvO
rgHwebG/nWD0P70RvpQoVzmJWiGzWyBOMOoRRD8pJUL19MMIM14p1y1cVDASjQWP
4tQOLeVrzUHSIMhd6kYoDSGaLgEsFU2ivF0I8OS7H8m8wZGnzQmWM8JT18v9eHxO
5EbJV5E08YAXu+5fn5s6gJKyG10yYs8AlIGHyrqxt4vUlvFxALk=
=7tnu
-----END PGP SIGNATURE-----

Attachment: pgpwErWds2nCx.pgp
Description: PGP signature


--- End Message ---

Reply via email to