This bug was fixed in the package libcamera - 0~git20200629+e7aa92a-9
---------------
libcamera (0~git20200629+e7aa92a-9) impish; urgency=medium
* debian/patches/ubuntu_disable_werror.patch:
- disable werror for the package build to avoid starts failing to
build due to deprecation warnings on library changes (lp: #1931958)
-- Sebastien Bacher <[email protected]> Tue, 28 Sep 2021 17:03:05
+0200
** Changed in: libcamera (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1931958
Title:
0~git20200629+e7aa92a-8 is FTFBS
Status in gstreamer1.0 package in Ubuntu:
New
Status in libcamera package in Ubuntu:
Fix Released
Bug description:
Fails to build due to gstreamer using deprecated g_memdup:
/usr/include/gstreamer-1.0/gst/base/gstbytereader.h: In function ‘guint8*
gst_byte_reader_dup_data_unchecked(GstByteReader*, guint)’:
/usr/include/gstreamer-1.0/gst/base/gstbytereader.h:365:41: error: ‘void*
g_memdup(gconstpointer, guint)’ is deprecated: Use 'g_memdup2' instead
[-Werror=deprecated-declarations]
365 | return (guint8 *) g_memdup (data, size);
| ^
In file included from /usr/include/glib-2.0/glib.h:82,
from /usr/include/gstreamer-1.0/gst/gst.h:27,
from ../src/gstreamer/gstlibcamerasrc.h:12,
from ../src/gstreamer/gstlibcamerasrc.cpp:34:
/usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here
257 | gpointer g_memdup (gconstpointer mem,
Fixed in gstreamer upstream:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/b16e96dd878e0c5e7baeb8fad62ca43de1f66982
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1931958/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp