diff mbox series

[AUH] links-x11: upgrading to 2.29 FAILED

Message ID 0101018b96bed226-a437ca30-2f37-4d5c-8309-9cb54e45e54d-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] links-x11: upgrading to 2.29 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *links-x11* to *2.29* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-links-x11-upgrade-2.26-2.29.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 9af618231bd2c8731cc341b5a85826235ad079df Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 15:18:27 +0000
Subject: [PATCH] links-x11: upgrade 2.26 -> 2.29

---
 ...patch => 0001-original-patch-ac-prog-cxx.patch.patch} | 7 +++----
 .../links/{links-x11_2.26.bb => links-x11_2.29.bb}       | 9 ++++++---
 2 files changed, 9 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-support/links/files/{ac-prog-cxx.patch => 0001-original-patch-ac-prog-cxx.patch.patch} (73%)
 rename meta-oe/recipes-support/links/{links-x11_2.26.bb => links-x11_2.29.bb} (71%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/links/files/ac-prog-cxx.patch b/meta-oe/recipes-support/links/files/0001-original-patch-ac-prog-cxx.patch.patch
similarity index 73%
rename from meta-oe/recipes-support/links/files/ac-prog-cxx.patch
rename to meta-oe/recipes-support/links/files/0001-original-patch-ac-prog-cxx.patch.patch
index 0406b700d..73a25695c 100644
--- a/meta-oe/recipes-support/links/files/ac-prog-cxx.patch
+++ b/meta-oe/recipes-support/links/files/0001-original-patch-ac-prog-cxx.patch.patch
@@ -1,15 +1,14 @@ 
-From c00668541f68c17a5e453a4dcc2a86022b20af87 Mon Sep 17 00:00:00 2001
+From 53e54a6bc5d53d0ede4aea9be9e274a8f14ed4a6 Mon Sep 17 00:00:00 2001
 From: Martin Jansa <Martin.Jansa@gmail.com>
 Date: Mon, 30 Jul 2012 23:52:49 +0200
+Subject: [PATCH] %% original patch: ac-prog-cxx.patch
 
 ---
-Upstream-Status: Pending
-
  configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.in b/configure.in
-index 7c15b6b..9896631 100644
+index 54d6107..6a2e581 100644
 --- a/configure.in
 +++ b/configure.in
 @@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h)
diff --git a/meta-oe/recipes-support/links/links-x11_2.26.bb b/meta-oe/recipes-support/links/links-x11_2.29.bb
similarity index 71%
rename from meta-oe/recipes-support/links/links-x11_2.26.bb
rename to meta-oe/recipes-support/links/links-x11_2.29.bb
index 4c8d935cc..acb44b8d6 100644
--- a/meta-oe/recipes-support/links/links-x11_2.26.bb
+++ b/meta-oe/recipes-support/links/links-x11_2.29.bb
@@ -7,10 +7,13 @@  inherit features_check
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI += " file://links2.desktop \
-             http://www.xora.org.uk/oe/links2.png;name=icon"
+SRC_URI += "http://links.twibright.com/download/links-${PV}.tar.bz2 \
+           file://links2.desktop \
+           http://www.xora.org.uk/oe/links2.png;name=icon \
+           file://0001-original-patch-ac-prog-cxx.patch.patch \
+           "
 
-SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb"
+SRC_URI[sha256sum] = "22aa96c0b38e1a6f8f7ed9d7a4167a47fc37246097759ef6059ecf8f9ead7998"
 SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"
 
 S = "${WORKDIR}/links-${PV}"