From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rondra.lf-net.org (rondra.lf-net.org [188.68.36.203]) by sourceware.org (Postfix) with ESMTPS id 2DBA73858D32 for ; Mon, 22 Aug 2022 18:45:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2DBA73858D32 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=lf-net.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=lf-net.org Received: from localhost (localhost [127.0.0.1]) by rondra.lf-net.org (Postfix) with ESMTP id 4C9B75FDB5 for ; Mon, 22 Aug 2022 18:45:28 +0000 (UTC) Authentication-Results: rondra.lf-net.org (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=lf-net.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lf-net.org; h= user-agent:content-disposition:content-type:content-type :mime-version:message-id:subject:subject:from:from:date:date :received:received; s=2021; t=1661193928; x=1663008329; bh=e/2b3 QWYjybWFsoc05UeiaRlNrHF+yGdL3tYWZsOF4U=; b=m3V322tqLPzEoEg4j9xpp UhnroRNkfRu/nIyzELDE3MM8kLPpK2rnvgj0kVOesmv8It2LxOBuZPtR0TiakDoW gQF3Z4znDSMIrlkkmxhho+UdJqYd6t4JvaomgqvoFmDzDcCN6kDzKxLhlTAthD6h G9xCxsBQTvZutwVODen8AhHh6dvqoSABmr0LtlCmMekEZOK24p9hhEZ6xORBTehn 9VzZ48H/lZtzswDdh4GFMc9CWqiw0TUVntwKPh5QNyq2/w7ha75JgWC/AK3VM0k2 te3Zy28ZZL+rcPLX3Lg7Ku7aBM8Joj87WQybB/c7/SMSSwxTvzf1i9W9uOp9Fn4x g== X-Virus-Scanned: Debian amavisd-new at rondra.lf-net.org Received: from rondra.lf-net.org ([127.0.0.1]) by localhost (rondra.lf-net.org [127.0.0.1]) (amavisd-new, port 10026) with LMTP id s4iKWLSO_Rgp for ; Mon, 22 Aug 2022 18:45:28 +0000 (UTC) Received: from localhost (unknown [IPv6:2001:9e8:1181:1101:8084:7dff:fe53:a127]) by rondra.lf-net.org (Postfix) with ESMTPSA id 04D8E5FDB2 for ; Mon, 22 Aug 2022 18:45:27 +0000 (UTC) Date: Mon, 22 Aug 2022 20:45:26 +0200 From: Mara Sophie Grosch To: newlib@sourceware.org Subject: _newlib_version.h not filled with data Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/2.2.6 (2022-06-05) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2022 18:45:32 -0000 Hi, looks like current master is broken, not filling the macros in _newlib_version.h with data - it stays unprocessed. Just stumbled over this while building for my hobby OS target, but someone else stumbled over this, too [1]. Sadly no idea how to fix this :/ Best, Mara [1] https://stackoverflow.com/questions/73444689/macros-defined-in-newlib-version-h-are-not-filled-with-actual-value