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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23069 invoked from network); 8 Mar 2023 14:52:24 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 8 Mar 2023 14:52:24 -0000 Received: (qmail 10122 invoked by uid 550); 8 Mar 2023 14:52:21 -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 10088 invoked from network); 8 Mar 2023 14:52:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678287128; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=CjBs8bChAxVlbdAruQmzv3kFYwOetlxQwete2r8rS7Q=; b=mHo9ARrmDVvkyNZ8f80h96nu5G1kWnDLZj9/hHOLFd1BbdPvKRV4nUQny+9tfXO/G+ 5YbJwwJoyqN4qBkNLBJf4p/kYnXO3Xe/NKzCi1a+64KbVLq6A/GjY3LL5zXPe9HNQR8Y NQNbA6V732Z/5lcciP/2kLV/GvV1QIS2r3xoHA/9TDbAWgT9oyiLQBw+GpjpRxIumUtq UEANSG03QoJUiJcUZCHG/ojnNsUfZshnFxngeDjYhiZxfac4Q+hj+AlX1E+aJBrGEwOf k97JmDawcTdtEJsD7vvgX1pYxlCJ9dY/JdHhTxeGH1ZLvxmkXNY1r674ZbI57ibwkZfC zEAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678287128; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=CjBs8bChAxVlbdAruQmzv3kFYwOetlxQwete2r8rS7Q=; b=h1zzWHldeOKhHsJ3Xme+WS5MxIvffWhit1AviOKkgWImLKtLU+fy4V6JsHjkBEOqK1 60XxODEXQDkEK36G/Xt1mJtfLqGqBhv0RY2vketsN5QBhppTnIJmtBdko9RfBcWctH8w EQZnYmj5iJy9RSozXeFl4YhOYrfo6yI7a/OEorZcywH80Y8CRRqMuZVCiq9sLlEbokJt rYsqx5KpPyJ4dw9UFTAE4kHQBW+KqamRO2PhhT9CO/c6xMeAzuQI9Oga9dF5kjgomktQ pPjZRZoh9Rw2eGfFNVTLJbqMs4SzQzfgauNVxz7H/MCfno0KVcRNYPsjl2BYMfIzvEfe wVXA== X-Gm-Message-State: AO0yUKWDYHGb/+WLBWm3oQwF1AIZW+4l+ZGT8aco03WrhfqcYJza6Fvy 9CbpDojliUYZAkQWj3hAvzcACIE9Yi8Y60qyYpC6lP4e X-Google-Smtp-Source: AK7set+S2DE+WxiF/0rj6fL0QwbnqWu5SKabid9mSV0Ck8FKLoSDSqAw4rCcJ4LMlABa2g9oydeIR0S0+1bfOjjYgMk= X-Received: by 2002:a2e:58c:0:b0:295:8ef2:8711 with SMTP id 134-20020a2e058c000000b002958ef28711mr5623558ljf.10.1678287128252; Wed, 08 Mar 2023 06:52:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Ralo Kossovo Date: Wed, 8 Mar 2023 14:52:07 +0000 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [musl] unknown type name '__gnuc_va_list' Are you compiling with the '-static' flag specified? On 3/8/23, Max R. Dechantsreiter wrote: > On Wed, Mar 08, 2023 at 01:51:35PM +0000, Ralo Kossovo wrote: >> On 3/8/23, Max R. Dechantsreiter wrote: >> > ...I got the "validation test" working by setting C_INCLUDE_PATH: >> >> There's got to be a cleaner way to fix this. >> What output does '$ echo | $(prefix)/bin/musl-gcc -E -Wp,-v -' >> generate? Does '$(prefix)/include' contain any files, in the first >> place? > > [/home/maxd/GNU/Build/musl-1.2.3_gcc-12.1.0] 28> echo | > $INSTALL/bin/musl-gcc -E -Wp,-v - > ignoring duplicate directory > "/home/maxd/GNU/lib/musl-1.2.3_gcc-12.1.0/include" > ignoring duplicate directory > "/home/maxd/GNU/opt/gnu/gcc-12.1.0/lib/gcc/x86_64-linux-gnu/12.1.0/include" > ignoring duplicate directory > "/home/maxd/GNU/lib/musl-1.2.3_gcc-12.1.0/include" > as it is a non-system directory that duplicates a system directory > ignoring duplicate directory "/home/maxd/GNU/opt/gnu/gcc-12.1.0/include" > as it is a non-system directory that duplicates a system directory > ignoring duplicate directory "/usr/include" > as it is a non-system directory that duplicates a system directory > #include "..." search starts here: > #include <...> search starts here: > /home/maxd/GNU/lib/musl-1.2.3_gcc-12.1.0/include > /home/maxd/GNU/opt/gnu/gcc-12.1.0/lib/gcc/x86_64-linux-gnu/12.1.0/include > /home/maxd/GNU/opt/gnu/gcc-12.1.0/include > /usr/include > End of search list. > # 0 "" > # 0 "" > # 0 "" > # 1 "" > [/home/maxd/GNU/Build/musl-1.2.3_gcc-12.1.0] 29> > > [/home/maxd/GNU/Build/musl-1.2.3_gcc-12.1.0] 29> ls $INSTALL/include > aio.h fcntl.h libintl.h pthread.h stddef.h time.h > alloca.h features.h limits.h pty.h stdint.h uchar.h > ar.h fenv.h link.h pwd.h stdio_ext.h > ucontext.h > arpa float.h locale.h regex.h stdio.h ulimit.h > assert.h fmtmsg.h malloc.h resolv.h stdlib.h unistd.h > bits fnmatch.h math.h sched.h stdnoreturn.h utime.h > byteswap.h ftw.h memory.h scsi string.h utmp.h > complex.h getopt.h mntent.h search.h strings.h utmpx.h > cpio.h glob.h monetary.h semaphore.h stropts.h values.h > crypt.h grp.h mqueue.h setjmp.h sys wait.h > ctype.h iconv.h net shadow.h syscall.h wchar.h > dirent.h ifaddrs.h netdb.h signal.h sysexits.h wctype.h > dlfcn.h inttypes.h netinet spawn.h syslog.h wordexp.h > elf.h iso646.h netpacket stdalign.h tar.h > endian.h langinfo.h nl_types.h stdarg.h termios.h > err.h lastlog.h paths.h stdbool.h tgmath.h > errno.h libgen.h poll.h stdc-predef.h threads.h > [/home/maxd/GNU/Build/musl-1.2.3_gcc-12.1.0] 30> > >