From patchwork Wed May 15 17:32:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 43691 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90F80C3DA51 for ; Wed, 15 May 2024 17:32:28 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.1273.1715794337765295571 for ; Wed, 15 May 2024 10:32:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=BEMohM2+; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=WRTDiClh; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018f7d4fe6da-5cd51b97-7b71-44f8-8e54-b0ac5cd27076-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1715794339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=uNfYMTN5RiYGOl5JgIvh+AEcMYPj0tLZ8rsNaH9yV7A=; b=BEMohM2+Zh5U6aI5kMerTyCrfoBkS5ron7qTd+Id++fNczVTMC9QlPw4PKnc5vEl mFTenLsgam4D6MpvFkv1W+xYFkpGpUWOvmdvCa0d8Stdb7pO0UXZYFDU+40gGtKhyXm GoYpGv50za9tzCTekbwQyfoCxYdK8KIumc1nec20= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1715794339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=uNfYMTN5RiYGOl5JgIvh+AEcMYPj0tLZ8rsNaH9yV7A=; b=WRTDiClh9kHxzFZZMutm0r9+sn8zzxsR6ORfW5UzUj0c8iTiTx/wZNt9DjeIvFke b0Hp9sHfNPcFcLy/TtW5R9tVXD5avHAJZZ24Ul02tGPbrECv+etWttQv4d9ld63VH0w dpc2VqG5fqKMmR/kBrOCxW4Sp9eqygyrI8zmy68M= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gstreamer1.0-plugins-good: upgrading to 1.24.3 FAILED Message-ID: <0101018f7d4fe6da-5cd51b97-7b71-44f8-8e54-b0ac5cd27076-000000@us-west-2.amazonses.com> Date: Wed, 15 May 2024 17:32:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.15-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 May 2024 17:32:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/199403 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-good* to *1.24.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins-good-upgrade-1.22.11-1.24.3.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 181f0d7f9d83c79dc0913cf28c4daf6c700c4f8a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 May 2024 15:44:24 +0000 Subject: [PATCH] gstreamer1.0-plugins-good: upgrade 1.22.11 -> 1.24.3 --- ...ine-ioctl_req_t-for-posix-linux-case.patch | 38 ------------------- ...bb => gstreamer1.0-plugins-good_1.24.3.bb} | 5 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.11.bb => gstreamer1.0-plugins-good_1.24.3.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch deleted file mode 100644 index 33bd4200f6..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch +++ /dev/null @@ -1,38 +0,0 @@ -From b77d4806fd5de50d0b017a3e6a19c5bfdef7b3e4 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Mon, 13 Feb 2023 12:47:31 -0800 -Subject: [PATCH] v4l2: Define ioctl_req_t for posix/linux case - -this is an issue seen with musl based linux distros e.g. alpine [1] -musl is not going to change this since it breaks ABI/API interfaces -Newer compilers are stringent ( e.g. clang16 ) which can now detect -signature mismatches in function pointers too, existing code warned but -did not error with older clang - -Fixes -gstv4l2object.c:544:23: error: incompatible function pointer types assigning to 'gint (*)(gint, ioctl_req_t, ...)' (aka 'int (*)(int, unsigned long, ...)') from 'int (int, int, ...)' [-Wincompatible-function-pointer-types] - v4l2object->ioctl = ioctl; - ^ ~~~~~ - -[1] https://gitlab.alpinelinux.org/alpine/aports/-/issues/7580 - -Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3950] -Signed-off-by: Khem Raj - ---- - sys/v4l2/gstv4l2object.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h -index d95b375..5223cbb 100644 ---- a/sys/v4l2/gstv4l2object.h -+++ b/sys/v4l2/gstv4l2object.h -@@ -76,6 +76,8 @@ typedef gboolean (*GstV4l2UpdateFpsFunction) (GstV4l2Object * v4l2object); - * 'unsigned long' for the 2nd parameter */ - #ifdef __ANDROID__ - typedef unsigned ioctl_req_t; -+#elif defined(__linux__) && !defined(__GLIBC__) /* musl/linux */ -+typedef int ioctl_req_t; - #else - typedef gulong ioctl_req_t; - #endif diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.11.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.3.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.11.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.3.bb index 9ce3f73f7c..34af618f00 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.11.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.3.bb @@ -4,10 +4,9 @@ SUMMARY = "'Good' GStreamer plugins" HOMEPAGE = "https://gstreamer.freedesktop.org/" BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues" -SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ - file://0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch" +SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" -SRC_URI[sha256sum] = "6ddd032381827d31820540735f0004b429436b0bdac19aaeab44fa22faad52e2" +SRC_URI[sha256sum] = "150f914e61dc05600b68b88ca103c7cc227130158e389ea9ea159f4050a2ebb0" S = "${WORKDIR}/gst-plugins-good-${PV}"