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=-3.1 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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19492 invoked from network); 7 Jan 2021 04:27:52 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 7 Jan 2021 04:27:52 -0000 Received: (qmail 23688 invoked by uid 550); 7 Jan 2021 04:27:49 -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 23658 invoked from network); 7 Jan 2021 04:27:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:to:subject:message-id:mime-version:content-disposition; bh=sIc8IR6zFp1zPvxTAnoj0KSon75SyTfftVyXA6o7u3M=; b=t/ROFliBUT/FBLIykVapUHvDgjlwdWrPseLraYwavFmDOutKDcZi87qf02OrJCDr0l AfD4UsLraBSFQD4DeVMqgISYp+HJ4JcsJR6MiGdIi/LL1BcvEd3+6H9lK2hzMzUy2PJf yoTL6xuYqSwQIL2h/kCXCl5jAeNtERj7rKlck0xJpETM+6KYDwAMA7YFKPDGwIb9/s6Y w++6jblEIGxAb1cXUknigFjFqbUJwzefWw1rUdZ9ERKYzXcPvag5KgWFkPKE/z1kprHa 88PZf55+TNw/1yLh4oKWNtzOC6qfuSQZD9qa6TB6/Lvcogj4Pu67OeKkaGErmstnBdfC 6FrA== 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:mime-version :content-disposition; bh=sIc8IR6zFp1zPvxTAnoj0KSon75SyTfftVyXA6o7u3M=; b=e7I0O+094cl8eMzymzLS2Nie/IY4u2aMeMYEqz3QoSHIcViLExcV5Soz117M7H/JRL G5ecrJMSOdP0neYW5fp3f4VizjJCKKb61Ibkcy7MdK9Yyqh16R7Z+cXzONyMY59+GUCt YRQ5l3oml78/yFQrU0N8pbLMP5W6MPId2hu7yKxRgYGypPQ0RezTDL4h+bH+QnCsEpNa 69i+aSpH54VMhXM19R4e8V7E+gK0oqGXG4tgqOWRHQlWJi2TtOjYLeyL+RawHFrfvhgY HQopdp7m9tfyhHGX4jwvaljpbplwMgT0tJZJ4i7a1N9iRPXaSqJBzuyBC7G+WR3B48OS 1Nsg== X-Gm-Message-State: AOAM532Mp8eCx2w5nNHsPn0lT/yZnORKl/fYNVgR9ES63vN2LdugVaIX lMCGnyVTmwnz9+lPNG7HlxLGQJNscGnfLw== X-Google-Smtp-Source: ABdhPJzZHZcHVXoueRhwHC9UmyZPslv1xLrUdxuFsnYReZxpg3zq1p7mCWYg4ysOhIOxrztyaD+cFQ== X-Received: by 2002:a1c:98cc:: with SMTP id a195mr6293768wme.150.1609993657305; Wed, 06 Jan 2021 20:27:37 -0800 (PST) From: Jens Staal X-Google-Original-From: Jens Staal Date: Thu, 7 Jan 2021 05:27:01 +0100 To: musl@lists.openwall.com Message-ID: <20210107042006.mom5srw52cs3b6gw@Krypton> X-Operating-System: Linux, kernel 5.10.4-zen2-1-zen X-Message-Flag: WARNING!! Outlook sucks X-Info: Keep It Simple, Stupid. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: [musl] Aalbus linux : a musl/llvm libc++ based distro Dear all, I just released a first tarball of my new attempts at building Aalbus. I had done a version before (~2019) based on gentoo-musl but this one is really from scratch. https://github.com/Aalbus-linux/Aalbus/releases/tag/0.1-alpha For a list of included packages, see README.md here: https://github.com/Aalbus-linux/Aalbus/blob/main/README.md 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. I am also experimenting with building musl libc with kati + samurai (Ninja) as an alternative to gmake (default make in Aalbus is bmake). If you think about something else that might be interesting to include in the base system I am all ears. The aim is to be as BSD-like as possible in the userland.