From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22143 invoked from network); 7 Mar 2023 19:38:14 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 7 Mar 2023 19:38:14 -0000 Received: (qmail 16040 invoked by uid 550); 7 Mar 2023 19:38:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 16006 invoked from network); 7 Mar 2023 19:38:09 -0000 Date: Tue, 7 Mar 2023 20:37:57 +0100 From: Szabolcs Nagy To: "Max R. Dechantsreiter" Cc: musl@lists.openwall.com Message-ID: <20230307193757.GA3630668@port70.net> Mail-Followup-To: "Max R. Dechantsreiter" , musl@lists.openwall.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [musl] unknown type name '__gnuc_va_list' * Max R. Dechantsreiter [2023-03-07 13:48:03 +0000]: > My musl-1.2.3 fails to compile the simple test: > > cat > hello.c < #include > int main() > { > printf("Hello, world!\n"); > return 0; > } > EOF > $INSTALL/bin/musl-gcc hello.c > /usr/include/stdio.h:52:9: error: unknown type name '__gnuc_va_list' > 52 | typedef __gnuc_va_list va_list; > | ^~~~~~~~~~~~~~ this is not a musl header. your musl-gcc is broken. you should look at config.mak and the installed musl-gcc.specs to see why.