Your message dated Wed, 13 Mar 2024 23:59:37 +0000
with message-id <e1rkyvv-009hgl...@fasolo.debian.org>
and subject line Bug#1066599: fixed in libquicktime 2:1.2.4-16
has caused the Debian Bug report #1066599,
regarding libquicktime: FTBFS: qtpng.c:74:5: error: implicit declaration of 
function ‘memcpy’ [-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.)


-- 
1066599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libquicktime
Version: 2:1.2.4-15
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../.. -I../../include -I../../include  -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/libpng16  -DLOCALE_DIR=\"/usr/share/locale\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection  -finline-functions -Wall -Winline 
> -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c 
> -o lqt_png.lo lqt_png.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include 
> -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libpng16 
> -DLOCALE_DIR=\"/usr/share/locale\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -finline-functions -Wall -Winline 
> -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c 
> lqt_png.c  -fPIC -DPIC -o .libs/lqt_png.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include 
> -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libpng16 
> -DLOCALE_DIR=\"/usr/share/locale\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -finline-functions -Wall -Winline 
> -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c 
> qtpng.c  -fPIC -DPIC -o .libs/qtpng.o
> qtpng.c: In function ‘read_function’:
> qtpng.c:74:5: error: implicit declaration of function ‘memcpy’ 
> [-Werror=implicit-function-declaration]
>    74 |     memcpy(data, codec->buffer + codec->buffer_position, length);
>       |     ^~~~~~
> qtpng.c:30:1: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
>    29 | #include "qtpng.h"
>   +++ |+#include <string.h>
>    30 | 
> qtpng.c:74:5: warning: incompatible implicit declaration of built-in function 
> ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>    74 |     memcpy(data, codec->buffer + codec->buffer_position, length);
>       |     ^~~~~~
> qtpng.c:74:5: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
> qtpng.c: In function ‘write_function’:
> qtpng.c:88:3: warning: incompatible implicit declaration of built-in function 
> ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>    88 |   memcpy(codec->buffer + codec->buffer_size, data, length);
>       |   ^~~~~~
> qtpng.c:88:3: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’
> qtpng.c: In function ‘set_parameter’:
> qtpng.c:213:7: error: implicit declaration of function ‘strcasecmp’ 
> [-Werror=implicit-function-declaration]
>   213 |   if(!strcasecmp(key, "png_compression_level"))
>       |       ^~~~~~~~~~
> cc1: some warnings being treated as errors
> make[5]: *** [Makefile:532: qtpng.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libquicktime_1.2.4-15_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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: libquicktime
Source-Version: 2:1.2.4-16
Done: Sebastian Ramacher <sramac...@debian.org>

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated libquicktime 
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: Wed, 13 Mar 2024 23:48:14 +0100
Source: libquicktime
Architecture: source
Version: 2:1.2.4-16
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1066599
Changes:
 libquicktime (2:1.2.4-16) unstable; urgency=medium
 .
   * Team upload.
   * debian/control: Switch to pkgconf
   * debian/patches: Add missing include (Closes: #1066599)
Checksums-Sha1:
 e8bdcc668172f9de8be91e84eec60282de525b77 1972 libquicktime_1.2.4-16.dsc
 056e8eb00d0b620cad37262197dda36951b88f75 30380 
libquicktime_1.2.4-16.debian.tar.xz
 94f080ec65c5e02582b42f24de7599e51406f15f 10763 
libquicktime_1.2.4-16_amd64.buildinfo
Checksums-Sha256:
 7d4924d7c3585051330c7e1e0458c8cdfd9b4ca792cf6a51270eedf131ca481b 1972 
libquicktime_1.2.4-16.dsc
 d5922d4a72c4b914101e4417147d14ab03c759a34a5f298d54e3a547c64b204a 30380 
libquicktime_1.2.4-16.debian.tar.xz
 6dbfc9a4100523744b2876eeea7e3d30f2b600a9f1155832171b4eba200dcf23 10763 
libquicktime_1.2.4-16_amd64.buildinfo
Files:
 d41d516f53d774bab528dbd0b02f60cf 1972 devel optional libquicktime_1.2.4-16.dsc
 5ffb36574145b999b3d4d7fbcf0d9a0e 30380 devel optional 
libquicktime_1.2.4-16.debian.tar.xz
 7f1d8f72c4bd4ec1cb5a3eca2390372a 10763 devel optional 
libquicktime_1.2.4-16_amd64.buildinfo

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

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZfItoAAKCRAhk2s2YA/N
iXRjAQCQSOUK4wRHFh2/z2lMBoKaCA87o4HR0CyzVMCH3IY3sQEAk6a4Fb3qEcij
Mkvj+AnIgB5ohM3BxJqhNHgl9oXWrAg=
=g2Xp
-----END PGP SIGNATURE-----

Attachment: pgp4VqiKcMXVZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to