From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14940 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Dmitry Golovin Newsgroups: gmane.linux.lib.musl.general Subject: Re: [preview] Aalbus : a musl/clang/libc++ distro Date: Sun, 17 Nov 2019 12:33:48 +0200 Message-ID: <91363071573986828@myt4-d6710af5e038.qloud-c.yandex.net> References: <45478011573985351@vla4-fbefcb3b0074.qloud-c.yandex.net> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="259776"; mail-complaints-to="usenet@blaine.gmane.org" To: "musl@lists.openwall.com" Original-X-From: musl-return-14956-gllmg-musl=m.gmane.org@lists.openwall.com Sun Nov 17 11:34:05 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1iWHsY-0015Re-KE for gllmg-musl@m.gmane.org; Sun, 17 Nov 2019 11:34:02 +0100 Original-Received: (qmail 30359 invoked by uid 550); 17 Nov 2019 10:34: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: Original-Received: (qmail 30341 invoked from network); 17 Nov 2019 10:33:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golovin.in; s=mail; t=1573986828; bh=V2tVYMzlLaSHqVYdooLEMNFh9h8KMzMAxEdg262Z4co=; h=References:Date:Message-Id:Subject:In-Reply-To:To:From; b=MU56ZUopi8bg3jlcWw3D8Pdpqcd10EOvF8qF2zebwE33meQ/nKWMBdUjpQJEWDDOa jY/LbYmNz3bftfD20NlfK6u7vA1eKIsmglC5ZjTR0Og//N0tQDCbJj7mxrwjj0yxue SBwuvMOC6uHhM9sSHHHI0/amX+v1NnKc+6LBwrLQ= Authentication-Results: mxback30g.mail.yandex.net; dkim=pass header.i=@golovin.in In-Reply-To: X-Mailer: Yamail [ http://yandex.ru ] 5.0 Xref: news.gmane.org gmane.linux.lib.musl.general:14940 Archived-At: 17.11.2019, 12:27, "Jens Staal" : >> The name is nenuzhnix, the main idea is not using >> anything from the GNU Project when building it. >> Here is the project's GitHub link: >> https://github.com/tpimh/nenuzhnix >> >> The full list of packages: base-files, curl, dash, >> dropbear, e2fsprogs, eudev, kbd, kernel-headers, >> kmod, libarchive, libedit, libgit2, libressl, >> libssh2, libusb, lynx, miniz, musl, netbsd-curses, >> opkg, pciutils, shadow, simplegit, toybox, >> usbutils, xz. > > I have seen it. I like the idea of trying to replace gmake with ninja. Does it work with samurai? > > For toybox, the build system unfortunately depends on bash... > > My initial version before re-packaging Aalbus with pkgsrc was also "GNU-free" but I decided that I wanted the os to be defined by what it is rather than what it is not. > The GNU content is still small (the m4/autoconf chain, wget, gmake). > > It is still more "BSD/Linux" than GNU/Linux Should work with samurai as it's almost a drop-in replacement for ninja. Not using it now as Alpine doesn't have it in their repo. For self-hosted version of nenuzhnix I plan to replace ninja with samurai and make with Google kati.