Your message dated Thu, 28 Mar 2024 21:15:52 +0000
with message-id <e1rpx6g-00d0zv...@fasolo.debian.org>
and subject line Bug#1066649: fixed in libtritonus-java 20070428-14.2
has caused the Debian Bug report #1066649,
regarding libtritonus-java: FTBFS: org_tritonus_lowlevel_pogg_Buffer.c:224:16: 
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.)


-- 
1066649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066649
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtritonus-java
Version: 20070428-14.1
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):
> gcc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
> -Wall -I. -I/usr/lib/jvm/default-java/include 
> -I/usr/lib/jvm/default-java/include/linux -I../../../jni/ -fPIC -D_REENTRANT  
>  -c -o org_tritonus_lowlevel_pogg_Buffer.o org_tritonus_lowlevel_pogg_Buffer.c
> In file included from common.h:24,
>                  from org_tritonus_lowlevel_pogg_Buffer.c:27:
> org_tritonus_lowlevel_pogg_Buffer.c: In function ‘setHandle’:
> ../common/HandleFieldHandler.h:59:57: warning: cast from pointer to integer 
> of different size [-Wpointer-to-int-cast]
>    59 |         (*env)->SetLongField(env, obj, fieldID, (jlong) (int) 
> handle);       \
>       |                                                         ^
> org_tritonus_lowlevel_pogg_Buffer.c:30:1: note: in expansion of macro 
> ‘HandleFieldHandlerDeclaration’
>    30 | HandleFieldHandlerDeclaration(handler, oggpack_buffer*)
>       | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> org_tritonus_lowlevel_pogg_Buffer.c: In function ‘getHandle’:
> ../common/HandleFieldHandler.h:66:26: warning: cast to pointer from integer 
> of different size [-Wint-to-pointer-cast]
>    66 |         _type   handle = (_type) (int) (*env)->GetLongField(env, obj, 
> fieldID); \
>       |                          ^
> org_tritonus_lowlevel_pogg_Buffer.c:30:1: note: in expansion of macro 
> ‘HandleFieldHandlerDeclaration’
>    30 | HandleFieldHandlerDeclaration(handler, oggpack_buffer*)
>       | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> org_tritonus_lowlevel_pogg_Buffer.c: In function 
> ‘Java_org_tritonus_lowlevel_pogg_Buffer_readInit’:
> org_tritonus_lowlevel_pogg_Buffer.c:224:16: error: implicit declaration of 
> function ‘memcpy’ [-Werror=implicit-function-declaration]
>   224 |         (void) memcpy(buffer2, buffer, nBytes);
>       |                ^~~~~~
> org_tritonus_lowlevel_pogg_Buffer.c:29:1: note: include ‘<string.h>’ or 
> provide a declaration of ‘memcpy’
>    28 | #include "org_tritonus_lowlevel_pogg_Buffer.h"
>   +++ |+#include <string.h>
>    29 | 
> org_tritonus_lowlevel_pogg_Buffer.c:224:16: warning: incompatible implicit 
> declaration of built-in function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
>   224 |         (void) memcpy(buffer2, buffer, nBytes);
>       |                ^~~~~~
> org_tritonus_lowlevel_pogg_Buffer.c:224:16: note: include ‘<string.h>’ or 
> provide a declaration of ‘memcpy’
> org_tritonus_lowlevel_pogg_Buffer.c: In function 
> ‘Java_org_tritonus_lowlevel_pogg_Buffer_getBuffer’:
> org_tritonus_lowlevel_pogg_Buffer.c:439:61: warning: pointer targets in 
> passing argument 5 of ‘(*env)->SetByteArrayRegion’ differ in signedness 
> [-Wpointer-sign]
>   439 |         (*env)->SetByteArrayRegion(env, abBuffer, 0, bytes, buffer);
>       |                                                             ^~~~~~
>       |                                                             |
>       |                                                             unsigned 
> char *
> org_tritonus_lowlevel_pogg_Buffer.c:439:61: note: expected ‘const jbyte *’ 
> {aka ‘const signed char *’} but argument is of type ‘unsigned char *’
> cc1: some warnings being treated as errors
> make[2]: *** [<builtin>: org_tritonus_lowlevel_pogg_Buffer.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libtritonus-java_20070428-14.1_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: libtritonus-java
Source-Version: 20070428-14.2
Done: Andrey Rakhmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libtritonus-java, 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.
Andrey Rakhmatullin <w...@debian.org> (supplier of updated libtritonus-java 
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: Fri, 29 Mar 2024 00:44:52 +0500
Source: libtritonus-java
Architecture: source
Version: 20070428-14.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Andrey Rakhmatullin <w...@debian.org>
Closes: 1066649
Changes:
 libtritonus-java (20070428-14.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066649).
Checksums-Sha1:
 a1eb75ece0012373d41c4d95d75858ab0f29b2e3 2312 
libtritonus-java_20070428-14.2.dsc
 9f55429986e9eda7b9767d5cb720ad3522670723 10152 
libtritonus-java_20070428-14.2.debian.tar.xz
 907b51b645aa41490f242a1a0183521d9223b39e 14685 
libtritonus-java_20070428-14.2_amd64.buildinfo
Checksums-Sha256:
 ca1a59399f4cb5c2109e9d91b3303207c21c6922e9fdee04e8b061b0336dccbb 2312 
libtritonus-java_20070428-14.2.dsc
 66171f74d5c2e66e9bb9a233086eaa0667450f1b4c357ebd447700aba53f1725 10152 
libtritonus-java_20070428-14.2.debian.tar.xz
 103dee6349a1c0151802b9cf4140699d6b2ba2ea227f3524a06f862e754a3f23 14685 
libtritonus-java_20070428-14.2_amd64.buildinfo
Files:
 75e4b5524f42993a3ffe08c9a1a9c48a 2312 java optional 
libtritonus-java_20070428-14.2.dsc
 7f46308d8121e92e4b87d28f61de6eba 10152 java optional 
libtritonus-java_20070428-14.2.debian.tar.xz
 145b6fa264c07beb7c03bd95e4e31049 14685 java optional 
libtritonus-java_20070428-14.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmYFyfIACgkQM2L3AxpJ
kuFIBg//aomJJGim5RUP04WozTx/n5Sz4rKpCjNJjLXg+nKBj9VCD9P6oiAwCsMG
V6LZ6TJ6vAtsLHSEjL8etRo6VRguMgV4H5IgPzpdZ8vOOJRwBAjcT4rxXxk9PkSy
RAPIO8y0FoXur0sDwyAqCfNYc3Iuev/EBzC/8p618HB1ep/DCpL9XVhdhPAuTI15
SnjpZBkiP6GSRmwdVP9ytkDbPUqAY9U8el66Wbjz2MOwUen9d6B7hG9UKa3LHkZj
ncX0B+JOKKjmcX0B4I6wUnDr+JEdAv2gVlanzvCfuu7Gu0D0DW5JDYwG60GtSu2p
y6sez6OUvBGZBZBDGvoKnwiOdTec07iCLFcCRpQ070nWZlnyXTcQYiWb5vENO1XV
2BphEypScjEPLllzKZMhYBvVZ5iQTBoBNWmpT46eCT+UMFvxVnKGSwS0BWDy1xkY
+6ORQpHPzzQcwWgMZnEXN7ayvciFpLGS2R3gCnMcTBJtKFtvkfkoXYAbDFbwcJwM
lF0dlKCVSgBCca7lSOj3Oz4Tly7GBFpD4FbyZhWSzakCI/mzdECJyQKsS4vVQp0W
ZKtUE4ZggODfoY6Q/W+gqZYJa07VTyqmzf0SmqLl8/3flLXhUErNHzBqTAKDkeEq
zNKdxyDWe8jKPpy4DYlM+6v4c7H+fC4393a2DDnuzeEALXG4Cms=
=Xobz
-----END PGP SIGNATURE-----

Attachment: pgpWRvlgSPZjm.pgp
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to