From mboxrd@z Thu Jan 1 00:00:00 1970 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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6CF02C433FE for ; Fri, 11 Nov 2022 12:46:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 0EFE360F8B; Fri, 11 Nov 2022 12:46:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 0EFE360F8B X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DPQzAqFCD8y6; Fri, 11 Nov 2022 12:46:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 4FF2B60F85; Fri, 11 Nov 2022 12:46:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 4FF2B60F85 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id ABE0A1BF3F9 for ; Fri, 11 Nov 2022 12:46:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 8B4BA4179E for ; Fri, 11 Nov 2022 12:46:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 8B4BA4179E 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 aeePtZXAv4B6 for ; Fri, 11 Nov 2022 12:46:48 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp4.osuosl.org (Postfix) with ESMTP id 9E52141764 for ; Fri, 11 Nov 2022 12:46:48 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 9E52141764 Received: by busybox.osuosl.org (Postfix, from userid 81) id 8A6BD82AE2; Fri, 11 Nov 2022 12:46:48 +0000 (UTC) From: bugzilla@busybox.net To: buildroot@uclibc.org Date: Fri, 11 Nov 2022 12:46:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: buildroot X-Bugzilla-Component: Other X-Bugzilla-Version: 2022.08 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: ian_ormshaw@waters.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: unassigned@buildroot.uclibc.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: X-Bugzilla-URL: https://bugs.busybox.net/ Auto-Submitted: auto-generated MIME-Version: 1.0 Subject: [Buildroot] [Bug 15121] New: make nconfig failes with nvidia drivers and mesa3d selected 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" https://bugs.busybox.net/show_bug.cgi?id=15121 Bug ID: 15121 Summary: make nconfig failes with nvidia drivers and mesa3d selected Product: buildroot Version: 2022.08 Hardware: PC OS: Linux Status: NEW Severity: major Priority: P5 Component: Other Assignee: unassigned@buildroot.uclibc.org Reporter: ian_ormshaw@waters.com CC: buildroot@uclibc.org Target Milestone: --- I am currently using 2022-11, but this has been a problem with earlier versions too, I'm trying to produce a system on which I can run opencl code on an nvidia graphics card. It would appear to me that both the nvidia drivers and mesa3d are required to make this work. nconfig allows me to selet both but then fails on exit after the configuration is saved. ####### making buildroot-config Updating the default AMST buildroot configuration make[1]: Entering directory '/home/ian/build/amst-hiwire-linux_5-provide-an-opencl-platform_x86_64/buildroot' package/mesa3d-headers/mesa3d-headers.mk:10: *** mesa3d-headers enabled, but mesa3d enabled too. Stop. make[1]: *** [Makefile:23: _all] Error 2 make[1]: Leaving directory '/home/ian/build/amst-hiwire-linux_5-provide-an-opencl-platform_x86_64/buildroot' make: *** [Makefile:630: buildroot-config] Error 2 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot