Your message dated Sun, 16 Oct 2022 15:37:45 +0000
with message-id <e1ok5hx-00brbu...@fasolo.debian.org>
and subject line Bug#1004638: fixed in openjfx 11.0.11+1-1.1
has caused the Debian Bug report #1004638,
regarding openjfx: FTBFS with ffmpeg 5.0
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.)


-- 
1004638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openjfx
Version: 11.0.11+0-1
Severity: important
X-Debbugs-Cc: sramac...@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

openjfx FTBFS with ffmpeg 5.0 (available in experimental):
| gcc -fPIC -Wformat -Wextra -Wformat-security -fstack-protector 
-Werror=implicit-function-declaration -Werror=trampolines -fbuiltin 
-DHAVE_STDINT_H -DLINUX -DGST_DISABLE_LOADSAVE -DGSTREAMER_LITE 
-ffunction-sections -fdata-sections -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin=.
 -fstack-protector-strong -Wformat -Werror=format-security -Wall -msse2 
-I../../../plugins -I../../../plugins/av -I../../../gstreamer-lite/gstreamer 
-I../../../gstreamer-lite/gstreamer/libs -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/x86_64-linux-gnu -c 
../../../plugins/av/videodecoder.c -o 
/<<PKGBUILDDIR>>/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/videodecoder.o
| In file included from /usr/include/glib-2.0/glib/gthread.h:32,
|                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
|                  from /usr/include/glib-2.0/glib.h:32,
|                  from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
|                  from ../../../plugins/av/decoder.h:29,
|                  from ../../../plugins/av/decoder.c:26:
| ../../../plugins/av/decoder.c: In function ‘basedecoder_get_type’:
| /usr/include/glib-2.0/glib/gatomic.h:113:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types]
|   113 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
|       |     ^~~~~~~~~~~~~
| /usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro 
‘g_atomic_pointer_get’
|   260 |     (!g_atomic_pointer_get (location) &&                             \
|       |       ^~~~~~~~~~~~~~~~~~~~
| ../../../plugins/av/decoder.c:58:9: note: in expansion of macro 
‘g_once_init_enter’
|    58 |     if (g_once_init_enter (&gonce_data))
|       |         ^~~~~~~~~~~~~~~~~
| ../../../plugins/av/decoder.c:64:16: warning: cast between incompatible 
function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ 
[-Wcast-function-type]
|    64 |                (GClassInitFunc) basedecoder_class_intern_init,
|       |                ^
| ../../../plugins/av/decoder.c:66:16: warning: cast between incompatible 
function types from ‘void (*)(BaseDecoder *)’ {aka ‘void (*)(struct 
_BaseDecoder *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct 
_GTypeInstance *, void *)’} [-Wcast-function-type]
|    66 |                (GInstanceInitFunc) basedecoder_init,
|       |                ^
| ../../../plugins/av/decoder.c: In function ‘basedecoder_init’:
| ../../../plugins/av/decoder.c:73:43: warning: unused parameter ‘self’ 
[-Wunused-parameter]
|    73 | static void basedecoder_init(BaseDecoder *self)
|       |                              ~~~~~~~~~~~~~^~~~
| ../../../plugins/av/decoder.c: In function ‘basedecoder_class_init’:
| ../../../plugins/av/decoder.c:79:5: error: implicit declaration of function 
‘avcodec_register_all’ [-Werror=implicit-function-declaration]
|    79 |     avcodec_register_all();
|       |     ^~~~~~~~~~~~~~~~~~~~
| ../../../plugins/av/decoder.c: In function ‘basedecoder_open_decoder’:
| ../../../plugins/av/decoder.c:112:20: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   112 |     decoder->codec = avcodec_find_decoder(id);
|       |                    ^
| ../../../plugins/av/decoder.c: In function ‘basedecoder_set_codec_data’:
| ../../../plugins/av/decoder.c:169:17: warning: ‘g_memdup’ is deprecated: Use 
'g_memdup2' instead [-Wdeprecated-declarations]
|   169 |                 decoder->codec_data = g_memdup(info.data, info.size);
|       |                 ^~~~~~~
| In file included from /usr/include/glib-2.0/glib.h:82,
|                  from ../../../gstreamer-lite/gstreamer/gst/gst.h:27,
|                  from ../../../plugins/av/decoder.h:29,
|                  from ../../../plugins/av/decoder.c:26:
| /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here
|   257 | gpointer              g_memdup         (gconstpointer mem,
|       |                       ^~~~~~~~
| cc1: some warnings being treated as errors
| make[2]: *** [Makefile:81: 
/<<PKGBUILDDIR>>/modules/javafx.media/build/native/linux/Release/obj/plugins/avplugin/av/decoder.o]
 Error 1

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: openjfx
Source-Version: 11.0.11+1-1.1
Done: Philipp Kern <pk...@debian.org>

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

Debian distribution maintenance software
pp.
Philipp Kern <pk...@debian.org> (supplier of updated openjfx 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, 16 Oct 2022 12:19:38 +0200
Source: openjfx
Architecture: source
Version: 11.0.11+1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Philipp Kern <pk...@debian.org>
Closes: 1004638 1013009
Changes:
 openjfx (11.0.11+1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Drop build-dependency on ffmpeg, openjfx isn't source-compatible with
     ffmpeg 5.0. Closes: #1004638.
   * Build-depend on g++-11, source not compatible with g++ 12.
     Closes: #1013009.
     (Both patches taken from Ubuntu, thanks to Steve Langasek)
Checksums-Sha1:
 e4dd4d281f1194c062300bc00dbcd481d15f9ea8 2442 openjfx_11.0.11+1-1.1.dsc
 abb27e76628d9710bbf4f397014f4d022d3c6811 17204 
openjfx_11.0.11+1-1.1.debian.tar.xz
 ca5c4052b9f01d7f89599a016d2d423ce2badb4d 23198 
openjfx_11.0.11+1-1.1_amd64.buildinfo
Checksums-Sha256:
 a5fe9795da9f2857b27a8347749338ec9f3a422869dcb6cfcaa1fda0fbbd70bc 2442 
openjfx_11.0.11+1-1.1.dsc
 9324741997e5fac7372fe0c5103db8b98cb9d1cb0443f4646ae3b45cc97b1882 17204 
openjfx_11.0.11+1-1.1.debian.tar.xz
 12f0952f10a4ecd477050db62a902680c2b603f3ca5f93faf864288af3b23ee0 23198 
openjfx_11.0.11+1-1.1_amd64.buildinfo
Files:
 1022ac07934924dcd37e8f3df2a1f905 2442 java optional openjfx_11.0.11+1-1.1.dsc
 e3c861f7ff3fb0fada131555e0f6cf10 17204 java optional 
openjfx_11.0.11+1-1.1.debian.tar.xz
 7c953f2f1c96a58a05a989fc866fe3a3 23198 java optional 
openjfx_11.0.11+1-1.1_amd64.buildinfo

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

iQFFBAEBCgAvFiEEPzuChCNsw7gPxr3/RG4lRTXQVuwFAmNMHGIRHHBrZXJuQGRl
Ymlhbi5vcmcACgkQRG4lRTXQVuzcfAf+PTMQ/m+mfIQ7gyIjfQcqii+DacM6ftMx
biHHgfoLOILXQEWwKdRI9/ihhjnFcdjcfc0066drRvEZjFhOIBFMTSJMe0dyQrz3
2vZCGjt/QKyd0hq6TzXv4PqUqM99KzQfP+HlbhvDiGr48Hhw92HaGDbPL9iOtsfQ
Cqog2Pq+U1hBNcV/1GIsD4Meq2Q5aqFZbi8KkwQPh4N23ynP5Xwg5x6Yz0KGHnKx
+UJoxMAzvC/1I3sXZMyKSnySCdHdYrE6J6Zy6AxBnf3+EwewdDs/hyCi/2PBFbs9
nZCY5MHR+5kHp0hCHfcXTkvc8ZTVXKwY1e9kJKOn3ZhnYsvAuCIfQg==
=YW26
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to