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 5869 invoked from network); 8 Mar 2023 12:43:40 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 8 Mar 2023 12:43:40 -0000 Received: (qmail 3438 invoked by uid 550); 8 Mar 2023 12:43:36 -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 3406 invoked from network); 8 Mar 2023 12:43:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678279404; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=aEaD18sUZh8XPP3rBF59uAEwomJSP6py2FO+BUjQKC4=; b=Fz3pY0J6zrRK5p85iTlkGq2MkwHZygMMIUOEDZvPIPFou6ZS+9KPiOCfagpCiExTDN P5e2tcpCfbXlZnbA4n7XJf8nU9PQMnpWb+O1XNOFWdCoUptcQhG51l0GrSssRApQMyVa 9qctMGo8xmb3plQ3wNyNkQikT+KOBUSe+7BRqLA/QgRyjg49egK/UNHMcmxAWEc8mlTf TYYkjSLurarWCuYZZdRcxcN3o9ZNxs8xfzg2QjKd9qt8mV7wCZO1nsztCo+QIgvzCbFs C8I4GP0Sey1N8WLBSLn5eYDLlqEup5WqVvxRtBi1sQ96rWeHXMPHtCA+1xWWw/6CHbDl vzyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678279404; 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=aEaD18sUZh8XPP3rBF59uAEwomJSP6py2FO+BUjQKC4=; b=z7YpTNvGNTSX51Cnlch2OfDgisQlUNh08V5/AULqo7fkgyjYeIaRDhmvcgswP0kXzZ NsNjAxItMvRUaNRbEP+ePHFWTWBdgXcSh75glKELFCS0DmUAEgsoITgTpcewhCVX+6hR GD0GpC49LTGOZ/gyhMjVo4j69MCGBvjBe1VSJKTp8HI040VGBajhuRQjCIQ9dT1iOz51 PqQ3kk5BdZLRK09OhQ6hfKlHelvIdNal/18rP3ignR14nQMwwmEeyUEZNSWe1jDNkEAm IMcFkLEOib2M5TSSPW/g1yNAHWsorVxDcevxZmGM1asLggYPkQwDTbOCxwD4/a31VmRg BMfw== X-Gm-Message-State: AO0yUKWNbL5cV0xbkYFw6jkDMGh4xI02g5r1gZM/vCR6nDbGndrYkwoU 9CXFZbZghzqF3cWB2KQD/D4iwE3gAFAjCZ1Qz9kYpVp3 X-Google-Smtp-Source: AK7set88jGl/aE51sbj2foYOeekE2tyVYEBGkM4v5UF6XDttFYnADbydgEJ4b1OCBUZuIhl++iUWzOQHlStOQKEUhyw= X-Received: by 2002:ac2:43da:0:b0:4dd:a347:2146 with SMTP id u26-20020ac243da000000b004dda3472146mr5607496lfl.0.1678279403986; Wed, 08 Mar 2023 04:43:23 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Ralo Kossovo Date: Wed, 8 Mar 2023 12:43:23 +0000 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [musl] unknown type name '__gnuc_va_list' On 3/8/23, Max R. Dechantsreiter wrote: > so how is it that prefix=/usr/local/musl? > > Likewise exec_prefix should not be in system space. To my knowledge, these defaults get overwritten by 'config.mak' when it gets included on 'Makefile:78'. That is so that the 'Makefile' routines get preserved across iterations and work only with changing variable values, I believe. Essentially, it makes everything more straight-forward and deterministic - a reason why I was able to refer you to a specific line of the Makefile. Feel free to correct me on this if I'm wrong. Could you, please, share with us the contents of '$(prefix)/bin/musl-gcc' and '$(prefix)/lib/musl-gcc.specs'?