From patchwork Mon Jan 30 05:08:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18791 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 D8383C636CB for ; Mon, 30 Jan 2023 05:09:15 +0000 (UTC) Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by mx.groups.io with SMTP id smtpd.web10.34382.1675055352872917442 for ; Sun, 29 Jan 2023 21:09:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=faIm3SPj; spf=pass (domain: gmail.com, ip: 209.85.214.173, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f173.google.com with SMTP id v23so10416075plo.1 for ; Sun, 29 Jan 2023 21:09:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=lqun3I6B8sfYtgEowiFgZOaEuhhIlvJgVI0Klnt1USk=; b=faIm3SPjZv0YeMVQWIqu/IulAaZNIAD0u5JWwEZHiSoErWsUEp95orfoYDTnoDQCk7 LdoHER+ciEzjwD4IdMhvqbUiWcNzlI9si7ZS4hRZHRBf1LPk0ee3Z3M3lmQuM6bLFbtX +Vo5Ecl/EBBdwfjuDMkjuMTNy6brSbrrMgBrnYQNASlPWbYhoKuVRkOHtZprmcDAcKRq 8PsbjBzOHhluebFy54Z6ez762MIsCLD2WqieF+6UL+sEENwD1ZPwcfXGm9MfgWOJW5I1 sFF0GERtEZ4FVgmL4Q1bhJZ65TEjpPQA2BkRTRSaLA+rVCQgvHGSB2JX0XlO7BqWnbaV E7GA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=lqun3I6B8sfYtgEowiFgZOaEuhhIlvJgVI0Klnt1USk=; b=aigvvpGT2cJXLHqUTBhnElt8OOrp9YniwODbA4qqH/OOIJQ5A+r089mExA2Qq17Kgm z7CI55xR2T2ThBMNArAYG6dlWIsMTZra6/c9+/aXwq3qMuRKL+4bHNmiwCCUuq6+umRs Egl1HkiBbdrSmn88BqymymQtqqMTBk0Xlcha+6rTrRnm62WC8B8hHHZ1MbfG4jPd6C/D qFRQ4saRPS110tu6PhzwEaQ3cOtbqxC6ccel3TOunLJpPnUFo3MJk1X3jdNfC1sV34nF qovOw/+DMueofcUYZLZ89/rs7h9z0OSRxGgdVWXmASHSneYQBrhTqMWWI3BoJmtB5ppE 6R7Q== X-Gm-Message-State: AO0yUKWU+1xC+zA83tyHKyU4XK7rSv2MnNLYUFolUjU02j/4HXnc5KP5 wkC5830B2nlbIziopd6zjTWANA6cA3lG4w== X-Google-Smtp-Source: AK7set9mZcJ4o4TMEnhs2VX+lN42ZVnUw+RzBYgqUvDh/FXX0Wd4s1AfStBkwjkPnYYdihnIgJGClA== X-Received: by 2002:a17:902:e385:b0:196:6671:d68b with SMTP id g5-20020a170902e38500b001966671d68bmr5561971ple.45.1675055352007; Sun, 29 Jan 2023 21:09:12 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:11 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-networking][PATCH 01/12] wireshark: Add nghttp2 packageconfig Date: Sun, 29 Jan 2023 21:08:58 -0800 Message-Id: <20230130050909.133727-1-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100845 Ensures that clang does not enable it when nghttp2-native is staged in native sysroot. Signed-off-by: Khem Raj --- meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb b/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb index 1a4aedc139..37faa68bea 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb @@ -46,6 +46,7 @@ PACKAGECONFIG[sbc] = "-DENABLE_SBC=ON,-DENABLE_SBC=OFF, sbc" PACKAGECONFIG[libssh] = ",,libssh2" PACKAGECONFIG[lz4] = "-DENABLE_LZ4=ON,-DENABLE_LZ4=OFF, lz4" PACKAGECONFIG[zstd] = "-DENABLE_STTD=ON,-DENABLE_ZSTD=OFF, zstd" +PACKAGECONFIG[nghttp2] = "-DENABLE_NGHTTP2=ON,-DENABLE_NGHTTP2=OFF, nghttp2" # these next two options require addional layers PACKAGECONFIG[c-ares] = "-DENABLE_CARES=ON,-DENABLE_CARES=OFF, c-ares" From patchwork Mon Jan 30 05:08:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18789 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 F1DE9C54EED for ; Mon, 30 Jan 2023 05:09:15 +0000 (UTC) Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) by mx.groups.io with SMTP id smtpd.web11.34502.1675055353765896679 for ; Sun, 29 Jan 2023 21:09:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=BBylDLOb; spf=pass (domain: gmail.com, ip: 209.85.216.51, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f51.google.com with SMTP id nn18-20020a17090b38d200b0022bfb584987so9986644pjb.2 for ; Sun, 29 Jan 2023 21:09:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=8CC7tVHKa2FQCyHeW6DA8ZBPwDioAQEdQHEezUIbiqQ=; b=BBylDLObEW6C4+eRFfSJpzj4DPjeWHEsrBAAS+zceWedjNZs945aHu6Fn0dRe2ULBC fADIRvB6ofgdIsRdwlATRsyfqq8wgG209wKbEVMFT5ui68jhlpsZqPHsj+2Q6acF0qG1 JC1Mh4oqTqlAsVi28tyhx5epcIZ7GsK0R3CMPdFhJ1cIgTjskP4ifxRk9VB3X7/anYG8 Og6NELz6njkmFCsxasOiwODSvXFbFGp8m4VJIAKRCl7MSEpYM7M9O72Q5+Cga/8nnZoF gKqxc2SCn483lUX77JHUIeHqWLCsTlXf3go5ZuqnHDN04XIlGS4P6mZnXY1v187y2SH2 4jxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8CC7tVHKa2FQCyHeW6DA8ZBPwDioAQEdQHEezUIbiqQ=; b=NzSeVMGW6PDQFyW2gCSuh6H3HjYDVs8UAbtH8l4u1uO+Rh6x6q3s15jdVtYlR+WmdZ nkZxkZV3/XzFEBsxLEwjEHGqEK+8sN4utbRLs/YV1EHnO0IvR3DJvqJ4bELSENg/50ME e1/W5JajTTI4jFWHn/DnUKL9Kxj9Z0OWli1mqG4kPN2AQjH9MKV94WRNjPmfsqPhOfBi nJtSuvBlojxrkpTxy5JHSIkislgOnkI7c+uBPQO5CcvI4wxEoNcoKibniOhYysMyKoDo rk476P4OVMw1Uwb6h6tDmeBp7OA+ZYJ/ecU6K9T6eymx9d7afLvfGiPRfeRWSKwuY2uT uVyA== X-Gm-Message-State: AO0yUKUrcI3rXaY+ij8oS5efTqr2zXjj18KTp6KYpipKmJGPdMsU8osU VshoeobAjzO0jQw57EWWv4BlHSrByxb1Mg== X-Google-Smtp-Source: AK7set+GDfy6AmqAANNPPdYLeGxpmjXwlUCq49Ar4+rvhEK45cpbLaDaV2vIt6xh/Oj9IY0gkJd1/w== X-Received: by 2002:a17:902:f10b:b0:194:d7d5:f3b7 with SMTP id e11-20020a170902f10b00b00194d7d5f3b7mr5352637plb.35.1675055352843; Sun, 29 Jan 2023 21:09:12 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:12 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-networking][PATCH 02/12] rdma-core: Inherit python3targetconfig Date: Sun, 29 Jan 2023 21:08:59 -0800 Message-Id: <20230130050909.133727-2-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100846 It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj --- meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb index 86243a52c5..a2d5142953 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_42.0.bb @@ -28,7 +28,7 @@ FILES_SOLIBSDEV = "" FILES:${PN} += "${libdir}/*" INSANE_SKIP:${PN} += "dev-so" -inherit cmake cpan-base pkgconfig python3native systemd +inherit cmake cpan-base pkgconfig python3native python3targetconfig systemd SYSTEMD_SERVICE:${PN} = " \ srp_daemon.service \ From patchwork Mon Jan 30 05:09:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18790 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 D812CC54EAA for ; Mon, 30 Jan 2023 05:09:15 +0000 (UTC) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mx.groups.io with SMTP id smtpd.web11.34503.1675055354656583329 for ; Sun, 29 Jan 2023 21:09:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=HpcujjhL; spf=pass (domain: gmail.com, ip: 209.85.216.41, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f41.google.com with SMTP id z1-20020a17090a66c100b00226f05b9595so10014898pjl.0 for ; Sun, 29 Jan 2023 21:09:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=9Qz4J3CIe56/B8Re+AOWC7+G9O8yYsbBSZkITDqqEnQ=; b=HpcujjhL219RfHBiDMK8gsgbMbbFlYmXTjWOrE8E5kNQnrAA6rqCXrtqDdJK3AEaX3 Zcj3oEepZ7S1m6hTxiiPofjhQzUQ3/E3/oEP79Ef7+ksDc0v5hvO8SJfj2O02smljAcV 95b+oeCDqFmB/qc+Ji+u03RkVKVSv9Fyxi8nPgupQa7No86a4fsVMAIerETjE60iIGi+ mOv8c1gvTZ1LkFoApTM/O6mir35sQsOUhWvDDW9cZyrXfAIsAh+KBg0IWlUUP1XygZmi qSYwA+iwokoKhvBwdR1B7ACyY5C0ODN+Yi/J0bmeXCP06Quvx3ORuStqf9khlWeKVjEQ Bgig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=9Qz4J3CIe56/B8Re+AOWC7+G9O8yYsbBSZkITDqqEnQ=; b=XaqfXs0dD6/ZB4ekdTd8C11SlZ5QjIlCH9wS3ld+BXDeOdh9eVN6ALAjj0OiebadBF FnN+C2Y3fL8RB1LH1l0o1SUylSTbD5V8vDDqHRnX5QFuTapW0KkaBVT306D1adQ+g7Bg lLL0BsEjfsT3ugTVsIHxW46y4Nb/kWiMUHPwlBOkw7wYHmBQ9CdYSTzdqN0minhQo9gp xb4KaOHJ5ih7B1koW90AfLcp5VtW+E8CqbXC43aIgE16+JdqTGozZmFUYXDH7Y8BKUcw zIKjAoSHsIUBW/yzkijhYwWc7dKUA+F0r6+jnJOBSSsLmEQP4ZqfyNspW1XZaADHkqXs XiDA== X-Gm-Message-State: AFqh2kp6gIXv/5WqiZHf0GqEul+Ys8WrZoNEq1nk4N246NxNR8LORRIm ceQp5f2tgNYvej64S95HYgt+aY+AmknKNw== X-Google-Smtp-Source: AMrXdXuWe/IY9vCB/EcNWASL+LZOvjaFbMBEsa3vSr6s5ZQTwmwTxI8390G8QUKrC1nF8tUD1JpoiQ== X-Received: by 2002:a17:903:2c7:b0:189:f7c2:7245 with SMTP id s7-20020a17090302c700b00189f7c27245mr52727782plk.45.1675055353778; Sun, 29 Jan 2023 21:09:13 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:13 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-networking][PATCH 03/12] wireshark: Inherit python3targetconfig Date: Sun, 29 Jan 2023 21:09:00 -0800 Message-Id: <20230130050909.133727-3-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100847 It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj --- meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb b/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb index 37faa68bea..693a167938 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb @@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "881a13303e263b7dc7fe337534c8a541d4914552287879bed30bbe76c5 PE = "1" -inherit cmake pkgconfig python3native perlnative upstream-version-is-even mime mime-xdg +inherit cmake pkgconfig python3native python3targetconfig perlnative upstream-version-is-even mime mime-xdg PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" From patchwork Mon Jan 30 05:09:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18792 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 F2071C636D0 for ; Mon, 30 Jan 2023 05:09:15 +0000 (UTC) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mx.groups.io with SMTP id smtpd.web10.34383.1675055355467799359 for ; Sun, 29 Jan 2023 21:09:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SM/hDKer; spf=pass (domain: gmail.com, ip: 209.85.216.46, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f46.google.com with SMTP id cl23-20020a17090af69700b0022c745bfdc3so3381076pjb.3 for ; Sun, 29 Jan 2023 21:09:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=I/wU8jF1WCWEmIEFmCPbsXpvLnkBzTuVL7rpfqM8M7s=; b=SM/hDKerlw5gW/dM/55ITzQwwyk0HpYN0DyJpN0ZJeglGLnGGeKBSbE2vwl4jq680k X8fRPn9wK1L8plLP1KvZjFl9Bj3hEKe3bi0EuWv0ZkNF5KRjDtX/6t1YvJUNBT0cab+q 0nDiOVgzPcjYjht1jtCt23bYTc9p1lVrTXuvLlh+wZOb4XcyUeZfPDt6aLau79VAy19M CSDZc6rOEA9yTs0dL+y1pLKccL0szxe5HgN5Fg63n/3AIkG8AFmsJLl1Fnbfcxbi1XdM efcZmaADUtDqgQ1wLymUm1rzTqUS+cEg7jnmm5Z+hagwFhQ4ULrQCexDL6wMT5Xpbwf5 thkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=I/wU8jF1WCWEmIEFmCPbsXpvLnkBzTuVL7rpfqM8M7s=; b=Zo8BfUaIPQfw1gKvMpsavsDILmN7komV1MZQU6hgI98hdNu4gFkgVawmjw6xnwjnvi NGI/By/rWYAUrL8xg7JGsnSaXZ5wEB834QVNe4FSxcTmYctwIDaT6onqGZtDgcWaRb/F YQkHWrjouekvq0JSEgt+76eREQ5+QGInQ0ei3DC4UiSnsQtywtXGImII9OwdMGeIIMBJ C46q8xTVIG8kStb7bGUA8OgxmqQ4ZD5TpG0/is8cTkO0tvbwNXmX+zCCTP1bN3TNwXzG dDLG0vsXcPm+g67JG1wE3wJwtFLs1gfOJyiv0V1/7N6mvVUay2mzluw7HXSQwxQKMU9e lrPg== X-Gm-Message-State: AO0yUKVusNtQpVkCxo50708Skd+jLwafgL4U5WDYA+U3Rt2sxJ57Rjkn sLkM9TyFaE8yIgHpWk3ju/bbHQ9Ui6GQZg== X-Google-Smtp-Source: AK7set+bKmRsfe7OMZqFtAQOU/Vh42fQCpih4X+HxVIjlhUrCXGDPpRt0E964eGG9LkFzHLa4e13Kg== X-Received: by 2002:a17:903:1384:b0:196:790a:8bae with SMTP id jx4-20020a170903138400b00196790a8baemr3845372plb.43.1675055354677; Sun, 29 Jan 2023 21:09:14 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:14 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 04/12] hplip: Inherit python3targetconfig Date: Sun, 29 Jan 2023 21:09:01 -0800 Message-Id: <20230130050909.133727-4-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100848 It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb index 3abecc3054..a415ebc1e8 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "python3 python3-native" RDEPENDS:${PN} = "python3 python3-modules" -inherit python3native +inherit python3native python3targetconfig SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" SRC_URI[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f" From patchwork Mon Jan 30 05:09:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18794 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 BC738C54EED for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web10.34384.1675055356401758899 for ; Sun, 29 Jan 2023 21:09:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=kOTBZkrE; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id v6-20020a17090ad58600b00229eec90a7fso12744568pju.0 for ; Sun, 29 Jan 2023 21:09:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=vMDxZnhRkCW02Ug34JsYKKbnNLSZCLZk3wlmas7YDFE=; b=kOTBZkrErtNtDDrwmSEXZToC0hhJSHsh1cE/EJXhNu+2mh6sxJNsmRdYbHijejj74X Hgo3UlHgKYtscZK4sKr7hVOx4YyePEvwuoa03wy0wkssIs+mVf2NWgZTZdtjZncV85uh DkGJXBtb1gHdXEZn4ZITwo1Q9K3QgmRcLPuqJ+YpzG4l9PI6nCOkq9uKMCR+6QeLz56s 9li3YKDz3vQ04iOUE+AEhXWcldcBcvnLOAE+qZwXDfjdn7SRuQbfyX2Fi/0ZfdlDYR/q BiKOTUYE2++mBJwZgPKTARcvs0D6IzEEVb7IeoiYB3tMfzjr8j/CHP3rIYBs3mueycsD keWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vMDxZnhRkCW02Ug34JsYKKbnNLSZCLZk3wlmas7YDFE=; b=x4GGoa3GhEMsfmOMEvCnxZT57eHRQneQbG/wkAuKiajuwciDhjDfpFgLSZfWBL3Ld4 JWSAkNNJKGvqPcXbvwVKF115UbVQT4qNMyZAOSIiBD38si0pH1/jCtDhtSAAMtJElax3 Ljf7cqxBK6q3Afi1UztmuYEm2Ntenz9lKRGww43ufQtLSlSqkmUDUCT3WKld5RVVvYNT liWWST7srdoOtH43CFKfHmK/nS8h/c4hZwBYHHMYOqjf5LysqnaNwUonxp5eOKfokvgv OvmzXnm8pZhxQOdSyezZu2hzjCcbCHTR42GSoELYpe8NIH/dHN12qbkEJGSrdKyTbB4K XQ2w== X-Gm-Message-State: AFqh2kptLOmRVg9fOWRQFkIMub0XYYTHhL0tWRo79q1qpHBkkZ9AAQym j5vvxNVafznwTrn+qJ82ZgUEHuewtgtAJw== X-Google-Smtp-Source: AMrXdXtphG+ncleeCYqamKegSQXmZ/hwJQHAvIlMxbFyglOhFUNQjCaAnrMux/X+xRXeh2xVCqgL5g== X-Received: by 2002:a17:902:d894:b0:194:3dc2:5c29 with SMTP id b20-20020a170902d89400b001943dc25c29mr47419431plz.38.1675055355555; Sun, 29 Jan 2023 21:09:15 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:15 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 05/12] hplip: Inherit python3targetconfig Date: Sun, 29 Jan 2023 21:09:02 -0800 Message-Id: <20230130050909.133727-5-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100849 It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj --- meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb index e054553d85..d8e249f047 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1 DEPENDS += "cups python3 libusb" -inherit autotools-brokensep python3-dir python3native pkgconfig systemd +inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd export STAGING_INCDIR export STAGING_LIBDIR From patchwork Mon Jan 30 05:09:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18798 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 E4271C636D7 for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mx.groups.io with SMTP id smtpd.web10.34385.1675055357364101877 for ; Sun, 29 Jan 2023 21:09:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=dSk9yeie; spf=pass (domain: gmail.com, ip: 209.85.216.50, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f50.google.com with SMTP id b10so10063148pjo.1 for ; Sun, 29 Jan 2023 21:09:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=+WaV3p3R9HvCWX5c80HG9h4UcAa7jaoBQxbhWLte1mU=; b=dSk9yeieOp9vpOKFdFmNJCfN1RFdl4iCp832/OF5UyZTErn//yYozX3Kke1s2ucBgX FVpLAtXpPmgfz00MWFUVJGI/Q5Fj1uu4XARTIhn9/JsQwXPZ+Fif+W4voWG6siT9xj1S u7znRQcTvffjmH0c0q/SJ25mThog6vr0V/ieFsaHcSIPUxIO/MoncZy7luCmNwnxI3dB ckaxPicUWJMukkDf9SFlf98u33yMwEtV1HSZxo1EG8TcqPL4vtTlnFwP9KBvRXO8mMcS qr7RM+IXLhHmawi06pm5fp0eASRz07dzYz3kzPMFtcIF8MTqKQMVWR+G3EJ3HylaUTl4 LqaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+WaV3p3R9HvCWX5c80HG9h4UcAa7jaoBQxbhWLte1mU=; b=Y5u2GIyHc6YTHyt8VVmdAqj0nnspBMisqNHLHSlqeE8alvm13f8u7Lfz1qYxsjrRZ8 jNNQNFahmgIlFz+3TNMKkovQlnMcXD3wYC80UPsBpfOS9yZVnUtQndzTC3+mdkQOqSD0 4xnVA7mbwBdYSVa5CZ44zSvb9Qd+z5D4QdNDnOrrdDzcPZWk5mQ5CyK+djCoYwhzJ1+5 LfIrnd+znVK2RVEcUAcChArToH3b6ExQsyKfU0e4ppppxZsgoqn4oW5pMNTOZ7XXRrWm 9HopJx4dxKDBMetlgKBqjznGM3e6m0J1/QWKeOHYzQT+OJtQ1AafqUZ3gTHkrK3MWQYb FIWg== X-Gm-Message-State: AO0yUKWkn0i0ojCtiDvKPJaWAY0rVvK+GtYNf0OftGbPPONkeJr3ELNz d57QYdrNGgKnIbpy+Hnx2Wnxu5eq1Edg6Q== X-Google-Smtp-Source: AK7set+aBmvDICCjFLNNO74D0l9TlYVAUS9s6NWN7ybvMiD7pN4yUOejHWw/OscwJrbUsJAuZMSymQ== X-Received: by 2002:a17:903:2093:b0:192:ef8e:4258 with SMTP id d19-20020a170903209300b00192ef8e4258mr4942664plc.14.1675055356487; Sun, 29 Jan 2023 21:09:16 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:16 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-networking][PATCH 06/12] dante: Add -P to preprocessor flags Date: Sun, 29 Jan 2023 21:09:03 -0800 Message-Id: <20230130050909.133727-6-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100850 configure uses AC_PREPROC_IFELSE to check for certain errors from getaddrinfo() it user search operation in a preprocessed file UNIQUEVALS=`sort $ERRVALFILE | uniq | wc -l | awk '{ print $1 }'` However, line numbers are generated into the preprocesser files and they get sorted higher than numbers gaierrval: # 130 "conftest.c" 3 4 -3 -P ensures that line numbers are not generated into preprocessed files, so these checks can succeed. Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/dante/dante_1.4.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-protocols/dante/dante_1.4.3.bb b/meta-networking/recipes-protocols/dante/dante_1.4.3.bb index 746c08be6e..4badff8bbd 100644 --- a/meta-networking/recipes-protocols/dante/dante_1.4.3.bb +++ b/meta-networking/recipes-protocols/dante/dante_1.4.3.bb @@ -25,6 +25,7 @@ EXTRA_OECONF += "--without-gssapi --sbindir=${bindir}" DEPENDS += "flex-native bison-native libpam libtirpc" inherit autotools-brokensep features_check +CPPFLAGS += "-P" CFLAGS += "-I${STAGING_INCDIR}/tirpc" LIBS += "-ltirpc" From patchwork Mon Jan 30 05:09:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18800 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 E3656C636D6 for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web10.34386.1675055358163514209 for ; Sun, 29 Jan 2023 21:09:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=gFcWCGu2; spf=pass (domain: gmail.com, ip: 209.85.216.49, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f49.google.com with SMTP id mi9so893796pjb.4 for ; Sun, 29 Jan 2023 21:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ghBgzmzmXTGnBQwLKI/sbQARJcQGnnElh1J3IHecmD4=; b=gFcWCGu2FldWSHbgwJXSsYFCvxfhX3MOEO3xsvn6uLkh8eaqQdan5Qv4ovjGnuHSiF 7zgHIXdSGP9HXAScXpl+VWtRpKtLd/WTlzhe1yYXLfISyAzRxfNplQOWi7iu9uO2elPS mEaMdAwwwIkrIxAHu3cpQc4Gipuun0PE4bt+ZT8BZPZzBMoI72VrM+AMRoeV9t9YV96y 5gwYx/nbWpE5woclNlatb4M8TVhgukNlml6u8kv92ys8QckeQQo5TLu02p6cE3eeEZy3 zoVswI/439pdhYrEjYg6z5281JAMoOJPS3hnLCsv5OlGHozXpXGpKNjX8HqJnkQOYJzT USWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ghBgzmzmXTGnBQwLKI/sbQARJcQGnnElh1J3IHecmD4=; b=alj79HWKz478TNK9xNFu8gM/Xf8T8SV8PsQ/L7jIggoe+w+lMiyeWNs+TTeWm5Ze55 wgLtU6PxBjHR5LvMngzOSCJKUJJtLxGBbija4cZa6AytXBsJ9xzMuBzzlnl7ACfx3lb2 6hD4QEE9OvbHhnvl+ngNRhrptch3MoTDPddVHMCZcohwvjqzD8ZxtledI6Jwya+Wrueq 25gqOcADEZmwt8Rv7bLD5iR8RTtFaGPIzPal3jwIfr1RvlGp1EkDc5DwxfH7J4eyibc1 Qt5i/3Oua7MoNxFiMyQkG55GODs9kWrEdBuUzvCgJB/+Omha5Ha1g0PwPsrYYTRx8wyq yPqQ== X-Gm-Message-State: AO0yUKVeANYNT6uBeYVZHRSFloUNn73JVpnX3FLhtADinaY72VGkoqeJ 2H8X2uKMaAmP/9mRuc8tQPuTRekBUwcNHg== X-Google-Smtp-Source: AK7set83wayIlEyJlmDdowGpcvLJZVG74DO4xVG3KkAs6w7aTvpS01auXKVwdQg9npIRCE2bKDDvAQ== X-Received: by 2002:a17:902:f34a:b0:192:7f35:90ed with SMTP id q10-20020a170902f34a00b001927f3590edmr5593965ple.11.1675055357321; Sun, 29 Jan 2023 21:09:17 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:16 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 07/12] breakpad: Fix build with gcc13 Date: Sun, 29 Jan 2023 21:09:04 -0800 Message-Id: <20230130050909.133727-7-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100851 Signed-off-by: Khem Raj --- ...-gcc-13-cannot-use-uintptr_t-via-inc.patch | 30 +++++++++++++++++++ .../recipes-devtools/breakpad/breakpad_git.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/0001-mainline-version-gcc-13-cannot-use-uintptr_t-via-inc.patch diff --git a/meta-oe/recipes-devtools/breakpad/breakpad/0001-mainline-version-gcc-13-cannot-use-uintptr_t-via-inc.patch b/meta-oe/recipes-devtools/breakpad/breakpad/0001-mainline-version-gcc-13-cannot-use-uintptr_t-via-inc.patch new file mode 100644 index 0000000000..d6d326dd03 --- /dev/null +++ b/meta-oe/recipes-devtools/breakpad/breakpad/0001-mainline-version-gcc-13-cannot-use-uintptr_t-via-inc.patch @@ -0,0 +1,30 @@ +From 7ea7ded187b4d739239f3ab7082fcd5a2ccc1eaa Mon Sep 17 00:00:00 2001 +From: mingtaoxt xt +Date: Wed, 19 Oct 2022 19:36:13 +0800 +Subject: [PATCH] mainline version gcc-13 cannot use "uintptr_t" via "#include " + +Change-Id: I0049bb92658b4226e32783ad4d8271787deef5f3 +Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3964166 +Reviewed-by: Mike Frysinger + +Upstream-Status: Backport [https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3964166] +Signed-of-by: Khem Raj +--- + src/client/linux/handler/minidump_descriptor.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/client/linux/handler/minidump_descriptor.h b/src/client/linux/handler/minidump_descriptor.h +index 4349b88f..d822c9d9 100644 +--- a/src/client/linux/handler/minidump_descriptor.h ++++ b/src/client/linux/handler/minidump_descriptor.h +@@ -32,6 +32,7 @@ + #include + #include + ++#include + #include + + #include "client/linux/handler/microdump_extra_info.h" +-- +2.39.1 + diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index c752a10083..d1d338c6a8 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb @@ -41,6 +41,7 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=h file://mcontext.patch \ file://0001-Remove-HAVE_GETCONTEXT-check-to-add-local-implementa.patch \ file://0001-exception_handler.cc-Match-the-types-for-SIGSTKSZ.patch \ + file://0001-mainline-version-gcc-13-cannot-use-uintptr_t-via-inc.patch \ file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \ file://0001-Do-not-add-stack-pointer-to-clobber-list.patch;patchdir=src/third_party/lss \ From patchwork Mon Jan 30 05:09:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18796 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 CED93C636D3 for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mx.groups.io with SMTP id smtpd.web10.34387.1675055359032261044 for ; Sun, 29 Jan 2023 21:09:19 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=EBYCltQo; spf=pass (domain: gmail.com, ip: 209.85.214.176, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f176.google.com with SMTP id z1so2860591plg.6 for ; Sun, 29 Jan 2023 21:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=qKghWzo9InU6SNndoX5N2d0xDLnWqNcOcCr0GoKPFK0=; b=EBYCltQo3hl5pu94+Zi32/pGg2y1sn0PBjp/ccuSvZyZ+f3f0Tsow+Dmec7VOLdf/b esPu17DlItCoah/+olOz/raK9c+90yzR/lzbq2ndxVl42ixI9o/TVxfWs64cjUTWUEUB NH+IeGZMnoleDf1KTP0ZO6yH3r95k85Za2bTkOutkCp4IucpcXIWU7x1kW9zDEXnBdRe VEXgKCWhz6bP7gRMGSDpbvjrQxdksSGHtKlWWbmgLOKNrnabHYjJ0YXnQNfbp9UBbpEg e6i3gva2lW/u79dn1pVr2JzAXnL2ONiCMv32buKu3CAtfPuAXYckUc36g8F9qo4DIlBS vkAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qKghWzo9InU6SNndoX5N2d0xDLnWqNcOcCr0GoKPFK0=; b=YtyrDeyQvduRFGGxNVVJ7/OwwRd5fCSOJ+btNcsdoCLArUcvGOYOypYYGNfvMlgFEi 3OLOSxH/Eb9wJwN40iM5HX53DxMdy9swgTTuyyUWSMkb8lWmbfBnqFQf7ANmFXsieBXE hP3MNTbSubAPsDGDTbCe7rCLD7/ndvmdrlr1BbmHePFCjbnTXKz6/G4aWxZnzORIxX3I Ud91M2nVLzZ4LLagwx2pDgdNs7XXJcoKXDkIo63KNdhPEuYfBFeJSANLgHDragFEVb/D 0IWRXHuKaoLEuP20MTVvU5XQaGSw8zsSca7PQKeHPeIFB2ilGQbBFSNvu/LzKTwoQ1fX AxAw== X-Gm-Message-State: AFqh2kqQPVpezp+DFPbto8W9Qevma2vW77YB7IEZ0sAwJwQ8Q5z5bYLB Rf2RZU7mW+knakWTRS8hbDAWX6IqQXUHZw== X-Google-Smtp-Source: AMrXdXtp4qToKQnBEAYXo3E4PMn6TsJ1u0PnXzVLnOqqo3NgSRb3bKU3iYTtrYMPMBqBlYCPs/ri4g== X-Received: by 2002:a17:902:a405:b0:194:8b10:3bcf with SMTP id p5-20020a170902a40500b001948b103bcfmr42444196plq.49.1675055358143; Sun, 29 Jan 2023 21:09:18 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:17 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 08/12] mongodb: Fix build with gcc13 Date: Sun, 29 Jan 2023 21:09:05 -0800 Message-Id: <20230130050909.133727-8-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100852 Signed-off-by: Khem Raj --- ...001-free_mon-Include-missing-cstdint.patch | 26 +++++++++++++++++++ .../recipes-dbs/mongodb/mongodb_git.bb | 1 + 2 files changed, 27 insertions(+) create mode 100644 meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch new file mode 100644 index 0000000000..1373d1a794 --- /dev/null +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch @@ -0,0 +1,26 @@ +From 5d8218b8a1b5bc71e2a0cf543a000e194daba599 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Sun, 29 Jan 2023 17:15:30 -0800 +Subject: [PATCH] free_mon: Include missing + +gcc 13 moved some includes around and as a result is no +longer transitively included [1]. Explicitly include it +for uintXX_t. + +[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes + +Signed-off-by: Khem Raj +--- + src/mongo/db/free_mon/free_mon_options.h | 1 + + 1 file changed, 1 insertion(+) + +--- a/src/mongo/db/free_mon/free_mon_options.h ++++ b/src/mongo/db/free_mon/free_mon_options.h +@@ -29,6 +29,7 @@ + + #pragma once + ++#include + #include + #include + diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index 6e93ec9b0c..b4567d098a 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb @@ -33,6 +33,7 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \ file://0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch \ file://0001-server-Adjust-the-cache-alignment-assumptions.patch \ file://0001-The-std-lib-unary-binary_function-base-classes-are-d.patch \ + file://0001-free_mon-Include-missing-cstdint.patch \ " SRC_URI:append:libc-musl ="\ file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ From patchwork Mon Jan 30 05:09:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18799 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 CEE3BC636D4 for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web11.34505.1675055359873601070 for ; Sun, 29 Jan 2023 21:09:19 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=F5DuO4Tm; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id m11so10082648pji.0 for ; Sun, 29 Jan 2023 21:09:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=LrKdwUBLsIMJR9AvRjaeP78aIvGD0w6wWAMboB5Pz/I=; b=F5DuO4TmKWHRU1MGzgUnbc0qcFQqtqahn8yfBX/sr3U3ST3yLXskjvGi5fLKBo7pd/ Il+0nOetXYxlso3PmdDa/MR0HCtBp25g7u6MjLYS0652BPznOL8e8n6r0rXh9wq41PTH RQlWPopDeABd1eaD7U2w+VJxuJ3A+dN+gMy+SXx7FZvemaXyzRmv6rMNzQuThkAJFFVk kiQqTxaEznOsyRikxNMmx7VWDypYsEIKO6MnKnbGeWn/5AqWJnV9gKKO9jDSYzaGzRYQ ezbRcC8TnxGTEBL1H2g1tgLfi1omRcBtKSJxrboPNXUR5bJEsA2d0g70ZaSZqh9Qqtx1 HQyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=LrKdwUBLsIMJR9AvRjaeP78aIvGD0w6wWAMboB5Pz/I=; b=30lQmnJYX4UZDSGDrT73HXxYAwR9V0KPFEsAF20CJJZDnFG4ikXZMEXpQJp/aDpuAx PUA34k2vuCMOY6G7kIumCYvHucHCHgFcW9FqNtlswkb9O1l8ikgBjLnE4Hdrz9sgtqv3 k78qz3KCQfJb/qtHF9bKBHQMhkhfbxPN9TcHqW2oG9zdDoJyLA51Gfdio3aT0yXeSMbR K3VXRaS6Jng7EG90NUE2hht6hKEeWkbGaw0gwHA3z3wR3+c0TJJi7eqaw1DvK6WVaM1/ A9GPw97Vc9QakuCx8i3+MpdUyCyRHZ/ie3OlASr6VSSbrVRwcmEr/JT+U3wWkWDsKTD3 FeGg== X-Gm-Message-State: AFqh2krta0lS7fVBIMFSvAVUE1Yi5xAktdUavoRbJ3VeNzzKZwd8iRLz cVLi/hLHv6XcHwO5t23Hy2TL0G8a9xaSnA== X-Google-Smtp-Source: AMrXdXswlNieZq9XqNfwulDiCE1dFCHLRh1um9bj/+VVCCvaPDfax/g17bZfNeE1WrBQ5SmdDzs3KQ== X-Received: by 2002:a17:902:b592:b0:194:8eab:8d8d with SMTP id a18-20020a170902b59200b001948eab8d8dmr44732845pls.26.1675055359004; Sun, 29 Jan 2023 21:09:19 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:18 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 09/12] mongodb: Upgrade to 4.4.18 Date: Sun, 29 Jan 2023 21:09:06 -0800 Message-Id: <20230130050909.133727-9-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100853 Use wildchar instead of /opt/ for build paths becasue it might be different when building with ccache Signed-off-by: Khem Raj --- .../meta-python/recipes-dbs/mongodb/mongodb_git.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index b4567d098a..524f0fc90c 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb @@ -11,9 +11,9 @@ DEPENDS = "openssl libpcap zlib boost curl python3 \ inherit scons dos2unix siteinfo python3native systemd useradd -PV = "4.4.13" -#v4.4.13 -SRCREV = "df25c71b8674a78e17468f48bcda5285decb9246" +PV = "4.4.18" +#v4.4.18 +SRCREV = "8ed32b5c2c68ebe7f8ae2ebe8d23f36037a17dea" SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \ file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ file://0001-Use-long-long-instead-of-int64_t.patch \ @@ -103,8 +103,8 @@ scons_do_install() { # install binaries install -d ${D}${bindir} for i in mongod mongos mongo; do - if [ -f ${B}/build/opt/mongo/$i ]; then - install -m 0755 ${B}/build/opt/mongo/$i ${D}${bindir} + if [ -f ${B}/build/*/mongo/$i ]; then + install -m 0755 ${B}/build/*/mongo/$i ${D}${bindir} else bbnote "$i does not exist" fi From patchwork Mon Jan 30 05:09:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18797 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 CAFDAC636CC for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mx.groups.io with SMTP id smtpd.web10.34388.1675055360688786685 for ; Sun, 29 Jan 2023 21:09:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=HOVInZZ9; spf=pass (domain: gmail.com, ip: 209.85.214.169, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f169.google.com with SMTP id h9so1790267plf.9 for ; Sun, 29 Jan 2023 21:09:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=NOke4UIfo5/YX9TCl2j9q4UYejo3Fe5mbc9vxlwh5F8=; b=HOVInZZ9XqJ55MgVgdeyrfufPfCeZ97BzA2XWe+aGfh+KWg2W99a5c/mgZYkUYNXzs Q7WbZins67dlSYxwhw3wYca6Ps2CKRzF9lcO6jY+C7+e0NaRmNJFezyZ/f+IHuyfC/2u auj/W2oofKMTFAIxuKCGOHIj7SlW4ItB4fkm8I5OhBgnD7jh+yihxjJHmDBIALJaraEB OvvYiSt8RrGphniaEUclLbEAQwSpbLwsi+nyd08pXt6npsB8F1ljVm4oH68r2tuyW+3I LQhNRmluS3MubQz4wNzP2KuPJSrwfmVzN2BgxGN+VDXjRMaAitIRioDhHep8e0KNz67G MH1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NOke4UIfo5/YX9TCl2j9q4UYejo3Fe5mbc9vxlwh5F8=; b=PdUysZwdvYpAIfjtlkYY6RwrQedixMWVAzp3b4JhAPyzeH8rIejqZ/Yzjo6Z5MDYcO jYL+oFpFTsAg/V4zdGTNBHaTjMCcefc78Me1vpvMYF8HghCkFQKuOVzQiwkJOYKOUIGb wg54D/zHto2gOD1m3b1GKaEpMZKPR/lUd1qJVAPc66VVGuNx/16cG/pW1CTG5Adjj2M/ HXRBCE75KD9C6eVPaPcvghTZ8tWAryZwYrTsbGtzotScK4ZqOns6i28Axb0WzLmrtZ5w tsKz+9H4Zts3189adjwR9D2DczZws6z2FYSZ/jNBIFXIt9C7GE7Td28Jra05Jefd6wof bgLA== X-Gm-Message-State: AFqh2kojIwl70BPh7kmNOLX+/1S2FV8JNnOfAhBKxqqpk4iZLdt+EQds /LpU6TdTloZzLkG3AcLyhikYRCRnANSaOQ== X-Google-Smtp-Source: AMrXdXtyxF4G2roXlviaQS+7a8VYKVmgeCTKJ/zN3DPRCQ0Nai45bncjE9M+UMv/Mx5bCdPy1PkwrQ== X-Received: by 2002:a17:902:f610:b0:192:7363:f6c7 with SMTP id n16-20020a170902f61000b001927363f6c7mr51965242plg.37.1675055359878; Sun, 29 Jan 2023 21:09:19 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:19 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 10/12] mongodb: Pass MAXLINELENGTH to scons invocation Date: Sun, 29 Jan 2023 21:09:07 -0800 Message-Id: <20230130050909.133727-10-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100854 This helps in overcoming a problem when using scons with ccache enabled. When commands get longer, then it resorts to using response files to do the operations e.g. @/tmp/tmp96j6icra.lnk when this response file is inboked by compiler it works ok, however, this does not when ccache is used to invoke the complilation. We see errors e.g. ccache @/tmp/tmppsyij_0v.lnk ccache: error: execute_noreturn of @/tmp/tmppsyij_0v.lnk failed: No such file or directory Using MAXLINELENGTH setting ensures that we can use ARG_MAX to extend the length of commandline and hence avoid using response files. This issue is also reported in mongodb [1] [1] https://jira.mongodb.org/browse/SERVER-38389 Signed-off-by: Khem Raj --- .../meta-python/recipes-dbs/mongodb/mongodb_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index 524f0fc90c..56512a2e2e 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb @@ -76,6 +76,7 @@ WIREDTIGER:aarch64 = "on" EXTRA_OESCONS = "PREFIX=${prefix} \ DESTDIR=${D} \ + MAXLINELENGTH='2097152' \ LIBPATH=${STAGING_LIBDIR} \ LINKFLAGS='${LDFLAGS}' \ CXXFLAGS='${CXXFLAGS}' \ From patchwork Mon Jan 30 05:09:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18793 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 BD5B2C54EAA for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mx.groups.io with SMTP id smtpd.web11.34506.1675055361614223021 for ; Sun, 29 Jan 2023 21:09:21 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=jN8Igayi; spf=pass (domain: gmail.com, ip: 209.85.214.177, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f177.google.com with SMTP id m2so5395998plg.4 for ; Sun, 29 Jan 2023 21:09:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=YMDj+p1CQH0mlBP7dyitdJ/LOYAiaVVAKjav9TaOZ+g=; b=jN8IgayiFcFPEL1J8MU57UWMzyqXPSMq9FF0sNdXNZyhIEYt9ow8fZCVQUaaiLuD5d NEhVDOMXTgaoa+H3Sh3oOsvDSapu7xaNKCpkQKpn9tblaLn4x+vLL/LL8EG5ZTeOB1KN +qmhcOquDCvxlm4eC4UGt7rGhhmjdWRUf2+DxEjg/oPirQSkCOFnks306zdANJAYG/PE /AHrv913WlM0Rq/+Sf/qmnK44ZopSYdUwT8DZawUNcOrds6H6uvgKEKBVwt88HA+ByI4 X9tGlYgcE6sg4GSDeiPNTwN15EXWi8iI/LZxgqhXn397a4hfldoTzkcY4wrrqgHU8UhY QCEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YMDj+p1CQH0mlBP7dyitdJ/LOYAiaVVAKjav9TaOZ+g=; b=5UZpZY8hGUdwMvyaa9Fpzc/7aSM4gUkY3n4Rm3WeyQKUon5Jy0K+07VyO/vZy3ghgR i17VpnNgFGQbEMeJz3vKnWb20GKOI/NLOpc1th0q+uU0xnrLWBCPosOGUp76PsWGQihC V0RJDJgDQbJ/0oOQNZ6O5couCVS7aelFt+Sg05c4aX/zWlYNNkxc6sddFMaEzMLr+TV1 d9/t6nJUFI+by1HuWcHz9gfdatk7xAkzevkCY97B9IFr5c4RljoAsv+Pg7h17Z39GhAC QwAy8cGXmai2iffcgtlWbOAAWyhAicCzYH7JkuO7681ZRXpHXoYM7VND8Q2ZpaEQ58O6 6uZg== X-Gm-Message-State: AFqh2kraYiLEnnmbII63RiT0MyqP8MEFNxandyP6OmNc0MvbEfhT8bTT vTZNvyA2tU7noqkw0Matb3tgNKo2LhiMFg== X-Google-Smtp-Source: AMrXdXsQAaxDYpuScl6ZHWm1YLyfjgHEr42F7F52ItmxpGMI5bQoeW4dstnAoz0KriX5c0DHZImcRg== X-Received: by 2002:a17:903:1c6:b0:195:e590:c7c6 with SMTP id e6-20020a17090301c600b00195e590c7c6mr46580591plh.22.1675055360776; Sun, 29 Jan 2023 21:09:20 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:20 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 11/12] perfetto: Disable ccache Date: Sun, 29 Jan 2023 21:09:08 -0800 Message-Id: <20230130050909.133727-11-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100855 It does not build with ccache for some reason, loses the compiler name Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perfetto/perfetto.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/perfetto/perfetto.bb b/meta-oe/recipes-devtools/perfetto/perfetto.bb index d1980a0097..1605de489f 100644 --- a/meta-oe/recipes-devtools/perfetto/perfetto.bb +++ b/meta-oe/recipes-devtools/perfetto/perfetto.bb @@ -32,6 +32,8 @@ DEPENDS += " ninja-native" COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux*" +CCACHE_DISABLE = "1" + FILES:${PN}:append = " \ ${bindir}/tracebox \ " From patchwork Mon Jan 30 05:09:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 18795 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 BC777C636CB for ; Mon, 30 Jan 2023 05:09:25 +0000 (UTC) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mx.groups.io with SMTP id smtpd.web11.34507.1675055362560729327 for ; Sun, 29 Jan 2023 21:09:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=N5pzULV0; spf=pass (domain: gmail.com, ip: 209.85.216.47, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f47.google.com with SMTP id e8-20020a17090a9a8800b0022c387f0f93so9220939pjp.3 for ; Sun, 29 Jan 2023 21:09:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=QNptuGFg+h2N+dkEX2kOInSj8rRhdakQvy8r964o3HY=; b=N5pzULV0hG5mjBNjJhFlzP4DyQTMMi0tWJHSWJ9t6fgP4tJxL9K0vLhg8yd3knhKDi jraRThmVtBr4jwYgTUha5maQjjouSr+E9h/4ir/8OEhewAxOGFTA6I62qiWvgMKV3s0A XpOz7Q7c1VS2hShyP6mm3+rmSLHqGmiPm1Suev7sfuYKaXjVgBBJrYdRenQezm6p1jLY buRSLwCnv/NTW0HPn1MXDkjccJSvQzWvJ2KY1g4t6G34F3EgQvMDYyvpv8DYq3ASlPI9 2IXlpoLYxCi/7bulLUcYo8BtQo647mu/qHkkJ78h7i2P0BYB9KHWUypocu5wSlIozzF6 zjUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QNptuGFg+h2N+dkEX2kOInSj8rRhdakQvy8r964o3HY=; b=73Lm/sngfztR4KkNU5cqB30rXRwMB1CAETusoHtCTrN+iJhl+iln+hmCBESnX32ARM oPcQELWrJ0o2z2vO3Ffk47qYX/IQnmY2Ir696P8znXM6DO5p39gh2ayidUazEI4Ukh1m nxDWFeq4slm9K3RZiKtLGxl+VwUI/iqulV1Q/SEt1r3NKUCOwEpqm2qbVJLZW5l0mwob b8khBg50lo8/Kyh4aEimpwbxh/3NEYS3QXOCVJjPkXjVO/YkWarqdKm6+QZdfXoflyZM Xtdl0wt03FC0IiOWj1k6wWbURr15SrgtbP4mUtw8S66UAMMEF0VmBJI50DoiNyGfEhau NsFQ== X-Gm-Message-State: AO0yUKXqpXBZOciCPwn1ls7Oldq6c8tvWlraJEuf/kVnRthrBz+wLmxO tpSMiJi2W6ICK7hzfCncietSNxMIDDKRCA== X-Google-Smtp-Source: AK7set/PWVOlLE1UXviqED4NPI9g8+jfTwyN+FCwURJITpgmv2Eoc1rkIZXD4nvcVj/ruUO0Km1S0g== X-Received: by 2002:a17:902:f202:b0:189:340c:20d2 with SMTP id m2-20020a170902f20200b00189340c20d2mr6238158plc.23.1675055361753; Sun, 29 Jan 2023 21:09:21 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:1cf0::aee3]) by smtp.gmail.com with ESMTPSA id ju20-20020a170903429400b0019493c84880sm6671467plb.188.2023.01.29.21.09.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:09:21 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 12/12] nodejs: Fix build with gcc13 Date: Sun, 29 Jan 2023 21:09:09 -0800 Message-Id: <20230130050909.133727-12-raj.khem@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230130050909.133727-1-raj.khem@gmail.com> References: <20230130050909.133727-1-raj.khem@gmail.com> MIME-Version: 1.0 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 ; Mon, 30 Jan 2023 05:09:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100856 Signed-off-by: Khem Raj --- .../nodejs/nodejs/gcc13.patch | 28 +++++++++++++++++++ .../recipes-devtools/nodejs/nodejs_18.12.1.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch b/meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch new file mode 100644 index 0000000000..7268c5e64f --- /dev/null +++ b/meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch @@ -0,0 +1,28 @@ +Add missing + +gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uint{32,64}_t. + +[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes + +Signed-off-by: Khem Raj + +--- a/deps/v8/src/base/logging.h ++++ b/deps/v8/src/base/logging.h +@@ -5,6 +5,7 @@ + #ifndef V8_BASE_LOGGING_H_ + #define V8_BASE_LOGGING_H_ + ++#include + #include + #include + #include +--- a/deps/v8/src/inspector/v8-string-conversions.h ++++ b/deps/v8/src/inspector/v8-string-conversions.h +@@ -5,6 +5,7 @@ + #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ + #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ + ++#include + #include + + // Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb index e96913e563..e96412fecc 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb @@ -25,6 +25,7 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ file://system-c-ares.patch \ file://0001-liftoff-Correct-function-signatures.patch \ file://0001-mips-Use-32bit-cast-for-operand-on-mips32.patch \ + file://gcc13.patch \ " SRC_URI:append:class-target = " \