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.4 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,URIBL_BLACK autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24948 invoked from network); 8 Jan 2021 10:02:03 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 8 Jan 2021 10:02:03 -0000 Received: (qmail 3922 invoked by uid 550); 8 Jan 2021 10:02:00 -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 3887 invoked from network); 8 Jan 2021 10:02:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=kwPUnMqQwep502zegaEbwxeEr2IlK32LFb2EDUAkC48=; b=JUszbiJRI7yBjUtdMyCVr9MK5kOtxdMQd0yc+lDw0R4FKGAZWi+sFqSmjN+FTPyWOh TNZbDkD2kE2NDxC2x8Ga7iLu6yXweHKZhi5I8sivZtmNeEzWA+tBOYK4f3E17s6jGXKp Ca+B4AcSzxBV8nqG7gM51eO5HceGf62lXlzW3tqfLUrF4+KS8t9GG0NQ3xKGyBOO/48e GbwGK/7bIZJlKkByyC7e87WGQyc6LgvRWdG12zpmCYNjP0dZTiK0Lvy2sbh24XXyqdzr 1XdFc96c6KZwiA7jAfwecT2jcVbLcjLw0pQUSHhCv1oTfQoDrji/qADkUmUoDBSfk2ev 4VLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=kwPUnMqQwep502zegaEbwxeEr2IlK32LFb2EDUAkC48=; b=g7DPxIicyQf93C226SWSGF2vvy4ORu4lqsQcaLQQAK+Xzn5Z0ooeL+4ADMjTTDUUo8 nSnsLM2suLaG1/Vu6wPTP7p+uM/QpH5KDy1uXs6fAyJD8Xq6jKqrvQfVry4jqtajO5Up 0ptTXafOY2T70RnjvCnCjtXMCRHdQjrWOe3ayDwB+Jses7VtEY7+qbLR80GabncL6LZK lvOxR9jestFkOcpXNFD7ghmUgHZGcGwzgfLbYCu0qA4tWVKPyGQ2mfPLJhqo1vNxxtpd PsMAzFT5jTbNH63RxbOPWtKUyNjGA1nM7K9b9h7QK3ZKSoZUQSyruBYLeYYIfXwb8ESn VaOA== X-Gm-Message-State: AOAM533p1YqpMJkoWIhQq+XCeif+mmMaTQDEdllPFSdRLGcTXYxOJoh/ yH43oKQCwqx/CJMa7mdTBc/DFyDAafga7Q== X-Google-Smtp-Source: ABdhPJxZv3YlGFmYWK+gKm/futtNarBGGBftOvZ9JUyytI8IqTTsVab+P//UWCmmc2n7gxqGs3MTxQ== X-Received: by 2002:a17:906:2f83:: with SMTP id w3mr2269605eji.292.1610100108276; Fri, 08 Jan 2021 02:01:48 -0800 (PST) From: Jens Staal X-Google-Original-From: Jens Staal Date: Fri, 8 Jan 2021 11:01:43 +0100 To: musl@lists.openwall.com Message-ID: <20210108100143.vvmzi3gwtuvcqy2e@Krypton> X-Operating-System: Linux, kernel 5.10.4-zen2-1-zen X-Message-Flag: WARNING!! Outlook sucks X-Info: Keep It Simple, Stupid. References: <20210107042006.mom5srw52cs3b6gw@Krypton> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210107042006.mom5srw52cs3b6gw@Krypton> Subject: [musl] Re: Aalbus linux : a musl/llvm libc++ based distro On Thu, Jan 07, 2021 at 05:27:35AM +0100, Jens Staal wrote: > > Based on the recent announcements of compiler-rt being fixed for musl I > think it is relatively timely. At this moment I am using the ngtc > patches but hope to re-build the toolchain soon with the upstream > solution. > It has now been rebuilt with upstream so vanilla llvm seems to work now. > I am also experimenting with building musl libc with kati + samurai > (Ninja) as an alternative to gmake (default make in Aalbus is bmake). > If anyone is interested, this is the error output I get at the moment when I try to build musl with ckati instead of gmake: ld.lld: error: undefined hidden symbol: __dls2 >>> referenced by dlstart.c >>> lto.tmp:(_dlstart_c) >>> did you mean: __dls3 >>> defined in: lto.tmp clang-12: error: linker command failed with exit code 1 (use -v to see invocation) *** [lib/libc.so] Error 1 so something ckati does with the ld.lld linker in the generation of the build.ninja file is not working for musl. The linker is working and ckati is working on other projects (including itself) >