From patchwork Mon Aug 14 07:16:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Waldemar Brodkorb X-Patchwork-Id: 1820893 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4RPQgz257hz1yfZ for ; Mon, 14 Aug 2023 17:17:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 5976441620; Mon, 14 Aug 2023 07:17:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 5976441620 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lID4fzOuibja; Mon, 14 Aug 2023 07:16:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 76C50415EB; Mon, 14 Aug 2023 07:16:58 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 76C50415EB X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8C7721BF399 for ; Mon, 14 Aug 2023 07:16:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 402B881846 for ; Mon, 14 Aug 2023 07:16:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 402B881846 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yOwlrWSqbOin for ; Mon, 14 Aug 2023 07:16:55 +0000 (UTC) Received: from helium.openadk.org (helium.openadk.org [89.238.66.15]) by smtp1.osuosl.org (Postfix) with ESMTPS id 9EA1381842 for ; Mon, 14 Aug 2023 07:16:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9EA1381842 Received: by helium.openadk.org (Postfix, from userid 1000) id 4616E3520BFF; Mon, 14 Aug 2023 09:16:51 +0200 (CEST) Date: Mon, 14 Aug 2023 09:16:51 +0200 From: Waldemar Brodkorb To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Operating-System: Linux 5.10.0-21-amd64 x86_64 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openadk.org; s=2022; t=1691997411; bh=hGoiVgJvfGht6sRbDmOKwOCqXx30H8i0pyihslkAuPU=; h=Date:From:To:Subject:From; b=Kk1w+eeMtAOeRwalqXWjCKrFWPBxOfRrJveKfdUcbxRbbtttKROPeS3fnR53dRGq6 WGMXyycvzNv30mHiJyEb2qHw5Q0226gd4h++k+f6UbHL6BPMBgLuxDiaHdOE9rsYZn yhWfGD6Bi7Spr9aXp8cafuND7K5OyxkzAaeCKye1HJWQ33njkKsY4FxpOw1PB3kGSM HkMdcJZS/vG7YnbL9MfEaIA4xXtM5PgcSfANR/gMsExxrOBHrDGwvbAzsy9o/124ok QkWE1Z9MgRWGoIVeLY+JzmrvSkNsOV97vnnTK2cpgSIMZn1vPwsAPp/zCqXD+WCR9I c+sBNE3MEh3DQ== Subject: [Buildroot] [PATCH] package/perftest: fix unmet direct dependencies X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" rdma-core selects perftest and needs NPTL. Should be backported to stable branches, because the problem exist since the addition of the package. Fixes: - http://autobuild.buildroot.net/results/00c/00ce19a1589c6028ee77c333ed9107e2c8c8d6de Signed-off-by: Waldemar Brodkorb --- package/perftest/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/perftest/Config.in b/package/perftest/Config.in index 25cd1a9b8d..0a4114015b 100644 --- a/package/perftest/Config.in +++ b/package/perftest/Config.in @@ -20,7 +20,7 @@ config BR2_PACKAGE_PERFTEST_ARCH_SUPPORTS config BR2_PACKAGE_PERFTEST bool "perftest" depends on BR2_PACKAGE_PERFTEST_ARCH_SUPPORTS - depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # rdma-core depends on !BR2_STATIC_LIBS # rdma-core # musl does not define sysconf(_SC_LEVEL1_DCACHE_LINESIZE) depends on !BR2_TOOLCHAIN_USES_MUSL