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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60A30C433F5 for ; Wed, 6 Oct 2021 11:07:19 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B88C7610CC for ; Wed, 6 Oct 2021 11:07:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B88C7610CC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5B0BF83F84; Wed, 6 Oct 2021 11:07:18 +0000 (UTC) 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 queKZJZl5YTC; Wed, 6 Oct 2021 11:07:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id BFA9A83F82; Wed, 6 Oct 2021 11:07:16 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E831A1BF370 for ; Wed, 6 Oct 2021 11:07:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id E4DD183F82 for ; Wed, 6 Oct 2021 11:07:14 +0000 (UTC) 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 UCs0jkBwmCGP for ; Wed, 6 Oct 2021 11:07:14 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp1.osuosl.org (Postfix) with ESMTP id 52A2B83F80 for ; Wed, 6 Oct 2021 11:07:14 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 81) id 8A1208686D; Wed, 6 Oct 2021 11:04:38 +0000 (UTC) From: bugzilla@busybox.net To: buildroot@uclibc.org Date: Wed, 06 Oct 2021 11:07:13 +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: 2021.08 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: raul.cabello@suse.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 14256] New: Compiling with static libraries on s390x error 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=14256 Bug ID: 14256 Summary: Compiling with static libraries on s390x error Product: buildroot Version: 2021.08 Hardware: PC OS: Linux Status: NEW Severity: major Priority: P5 Component: Other Assignee: unassigned@buildroot.uclibc.org Reporter: raul.cabello@suse.com CC: buildroot@uclibc.org Target Milestone: --- Hello, When I try to compile using static libraries with s390x as a target I get the following error: The directory that should contain system headers does not exist: /usr/src/buildroot/output/per-package/host-gcc-final/host/s390x-buildroot-linux-gnu/sysroot/usr/include My .config file is attached. These are the steps I did to generate my .config file: - make menuconfig - Select Target -> Target Architecture -> s390x - Select Build Options -> Libraries -> static only - exit and save .config Then if I run make with this config I get error I mentioned above. It works fine if I select shared libraries instead of static. Operating System: openSUSE Leap 15.3 Kernel: Linux 5.3.18-57-default Architecture: x86-64 Thank you. -- 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