($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Martin Jansa <martin.jansa@gmail.com>, Khem Raj <raj.khem@gmail.com>
Subject: [PATCH v2 05/11] p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)
Date: Mon,  6 May 2024 22:33:16 -0700	[thread overview]
Message-ID: <20240507053320.1566814-5-raj.khem@gmail.com> (raw)
In-Reply-To: <20240507053320.1566814-1-raj.khem@gmail.com>

From: Martin Jansa <martin.jansa@gmail.com>

* these are reproducible only with 32bit MACHINEs and probably related
  to time64.inc

* http://errors.yoctoproject.org/Errors/Build/183154/

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/p11-kit/p11-kit_0.25.3.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb
index b7ebd44abc6..2ede38deba2 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb
@@ -32,3 +32,13 @@ FILES:${PN} += " \
 INSANE_SKIP:${PN} = "dev-so"
 
 BBCLASSEXTEND = "native nativesdk"
+
+# # This one is reproducible only on 32bit MACHINEs
+# http://errors.yoctoproject.org/Errors/Details/766969/
+# git/p11-kit/import-object.c:223:62: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types]
+# git/p11-kit/import-object.c:229:70: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types]
+# git/p11-kit/import-object.c:264:78: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types]
+# git/p11-kit/import-object.c:223:62: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types]
+# git/p11-kit/import-object.c:229:70: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types]
+# git/p11-kit/import-object.c:264:78: error: passing argument 3 of 'p11_asn1_read' from incompatible pointer type [-Wincompatible-pointer-types]
+CFLAGS += "-Wno-error=incompatible-pointer-types"
-- 
2.45.0



  parent reply	other threads:[~2024-05-07  5:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07  5:33 [PATCH v2 01/11] rng-tools: ignore incompatible-pointer-types errors for now Khem Raj
2024-05-07  5:33 ` [PATCH v2 02/11] expect: ignore various issues now fatal with gcc-14 Khem Raj
2024-05-07  5:33 ` [PATCH v2 03/11] libunwind: " Khem Raj
2024-05-07  5:33 ` [PATCH v2 04/11] zip lrzsz connman-gnome libfm: ignore various issues " Khem Raj
2024-05-07  5:38   ` Martin Jansa
2024-05-07  5:57     ` Khem Raj
2024-05-07  5:33 ` Khem Raj [this message]
2024-05-07  5:33 ` [PATCH v2 06/11] pcmanfm: Disable incompatible-pointer-types warning as error Khem Raj
2024-05-07  5:33 ` [PATCH v2 07/11] kea: Remove -fvisibility-inlines-hidden from C++ flags Khem Raj
2024-05-07 10:14   ` [OE-core] " Alexander Kanavin
2024-05-07 16:13     ` Khem Raj
2024-05-07 19:56       ` Alexander Kanavin
2024-05-07 20:37         ` Khem Raj
2024-05-14 15:25         ` Randy MacLeod
2024-05-14 15:43           ` Khem Raj
2024-05-14 15:53             ` Alexander Kanavin
2024-05-07  5:33 ` [PATCH v2 08/11] consolekit: Disable incompatible-pointer-types warning as error Khem Raj
2024-05-07  5:33 ` [PATCH v2 09/11] gtk4: Disable int-conversion " Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240507053320.1566814-5-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).