Your message dated Sat, 07 Dec 2024 17:09:28 +0000
with message-id <[email protected]>
and subject line Bug#1066643: fixed in mp3wrap 0.5-4.1
has caused the Debian Bug report #1066643,
regarding mp3wrap: FTBFS: wrap.c:36:17: error: implicit declaration of function 
‘strlen’ [-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 [email protected]
immediately.)


-- 
1066643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066643
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mp3wrap
Version: 0.5-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

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

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mp3wrap\" 
> -DVERSION=\"0.5\" -DHAVE_MEMSET=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_MALLOC=1  -I. -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c `test -f crc.c || echo './'`crc.c
> wrap.c: In function ‘charat’:
> wrap.c:36:17: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>    36 |         if (pos<strlen(s))
>       |                 ^~~~~~
> wrap.c:33:1: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
>    32 | #include "crc.h"
>   +++ |+#include <string.h>
>    33 | 
> wrap.c:36:17: warning: incompatible implicit declaration of built-in function 
> ‘strlen’ [-Wbuiltin-declaration-mismatch]
>    36 |         if (pos<strlen(s))
>       |                 ^~~~~~
> wrap.c:36:17: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> wrap.c: In function ‘cindexsize’:
> wrap.c:60:25: warning: incompatible implicit declaration of built-in function 
> ‘strlen’ [-Wbuiltin-declaration-mismatch]
>    60 |                 size += strlen(argv[i+2+optoffset])+1;
>       |                         ^~~~~~
> wrap.c:60:25: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> wrap.c:61:24: warning: incompatible implicit declaration of built-in function 
> ‘strlen’ [-Wbuiltin-declaration-mismatch]
>    61 |         return (size + strlen(TAG)+(files+2)*4 + PADDING + CRCLEN);
>       |                        ^~~~~~
> wrap.c:61:24: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> wrap.c: In function ‘buildindex’:
> wrap.c:70:9: error: implicit declaration of function ‘strncpy’ 
> [-Werror=implicit-function-declaration]
>    70 |         strncpy(wrapindex, TAG, strlen(TAG));
>       |         ^~~~~~~
> wrap.c:70:9: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
> wrap.c:70:9: warning: incompatible implicit declaration of built-in function 
> ‘strncpy’ [-Wbuiltin-declaration-mismatch]
> wrap.c:70:9: note: include ‘<string.h>’ or provide a declaration of ‘strncpy’
> wrap.c:70:33: warning: incompatible implicit declaration of built-in function 
> ‘strlen’ [-Wbuiltin-declaration-mismatch]
>    70 |         strncpy(wrapindex, TAG, strlen(TAG));
>       |                                 ^~~~~~
> wrap.c:70:33: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
> mp3wrap.c: In function ‘main’:
> mp3wrap.c:314:25: warning: ‘__builtin___strncat_chk’ specified bound depends 
> on the length of the source argument [-Wstringop-overflow=]
>   314 |                         strncat (filename, ext, strlen(ext));
>       |                         ^
> mp3wrap.c:314:25: note: length computed here
>   314 |                         strncat (filename, ext, strlen(ext));
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:176: wrap.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/mp3wrap_0.5-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&[email protected]&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: mp3wrap
Source-Version: 0.5-4.1
Done: Boyuan Yang <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mp3wrap, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <[email protected]> (supplier of updated mp3wrap 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 [email protected])


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

Format: 1.8
Date: Sat, 07 Dec 2024 11:36:50 -0500
Source: mp3wrap
Architecture: source
Version: 0.5-4.1
Distribution: unstable
Urgency: medium
Maintainer: Marcio de Souza Oliveira <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1066643
Changes:
 mp3wrap (0.5-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Bump debhelper compat level to 13.
   * debian/patches/:
     + 0004-Fix-implicit-function-declaration-by-adding-missing-.patch:
       Add patch to fix missing C header. (Closes: #1066643)
Checksums-Sha1:
 49a95315bd3d55c79e80952ec9d8382a63fc7dd1 1824 mp3wrap_0.5-4.1.dsc
 458b7e9dce5d7a867b1be73554dd14043a4cd421 113008 mp3wrap_0.5.orig.tar.gz
 b8cec3655a4ef3993d16e5fae686db85c487e567 4792 mp3wrap_0.5-4.1.debian.tar.xz
 0644c9372771729bb89875f5882db97b98bdd39d 6058 mp3wrap_0.5-4.1_amd64.buildinfo
Checksums-Sha256:
 2166027c621390defe336947aa4e2f4509445f91273c74787c221efcd6224188 1824 
mp3wrap_0.5-4.1.dsc
 1b4644f6b7099dcab88b08521d59d6f730fa211b5faf1f88bd03bf61fedc04e7 113008 
mp3wrap_0.5.orig.tar.gz
 9d1165e8f0e24becb491b8717d45668aa863536cf01fab8ede72a1b4cfae6822 4792 
mp3wrap_0.5-4.1.debian.tar.xz
 257cd9c0307580c5355543d9fc525b16169cc96aa52a63be4f24cd0032ef55e4 6058 
mp3wrap_0.5-4.1_amd64.buildinfo
Files:
 14c59b81764d5e8045774d3c1c50b792 1824 sound optional mp3wrap_0.5-4.1.dsc
 096b46295cbe3ee2f02ca7792517dc36 113008 sound optional mp3wrap_0.5.orig.tar.gz
 22cb1cf092b3f6a43a489f578de8d7bc 4792 sound optional 
mp3wrap_0.5-4.1.debian.tar.xz
 50d64371f5027114ea39ee20b1886165 6058 sound optional 
mp3wrap_0.5-4.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmdUee0ACgkQwpPntGGC
Ws6aKQ/+MMZHZSi+t2Kzipnvv+ZTqlkVuqTmdSYCYxku55j+rUsn5G1knl6vO78F
/sIemBo0I6wgRVQijlfdi/akEI9fh5wjOsQ52FRdfVHNAljbFZPmSzp+j91aN4zT
obKpo6UwhRam5sVb+wUINuBtLCoZ9xezxqhHFyG6QfkgPBS6moVWwh5PjGcMWbJ8
FjO2GJ0pmv27c61J9M+fh3ikPJLfZloLnhHwG2EzcanuhrHWpucV8c+SeHOLYpke
txclpgIVkaPPe1yk7WC6UezrH+qvUFjVIh/58r/FG/wAOXNVWgYRYNdKHN8bCmhZ
slNbdZ830t0fk1SnjOtFdHwOhjMLtgIFJpwcDPX3WUWWtwqVJSs9BahZQs+7DMVl
kLkfchuejPn2f8cCRxkaWfPYXpuQv5vBIC7PhWv7VVt9B79Olzwjg+1uhpHwumgI
IBMSRumphR/BY8Jgr7aROuDmDDqRA7oLrtBlk3teSF504Q/DhHrIU0EQGufn/6Fe
k4msy6HEgFtwmvMw6JyKKclQT1e6W0R0Og/yO976H4ezj2+qIqqu6JCsfDfC2Ja+
avGfDKCd0IYbQPW1DcJrq+GTvjZH8Xr9ER0MhxywgnQ+K6n9M/0a4l57Uc/5l4DA
YXy995pZtc2VRSPM8k21c9tPDavxApyxcLgH0XEDouGVk86t5hk=
=aFpg
-----END PGP SIGNATURE-----

Attachment: pgprTs8YFHpbm.pgp
Description: PGP signature


--- End Message ---

Reply via email to