Received: from mx1.mailbun.net (mx1.mailbun.net [170.39.20.100]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B90417812C1 for <~alpine/devel@lists.alpinelinux.org>; Tue, 21 Jun 2022 18:42:52 +0000 (UTC) Received: from [192.168.0.120] (ip98-188-99-246.tu.ok.cox.net [98.188.99.246]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: ariadne@dereferenced.org) by mx1.mailbun.net (Postfix) with ESMTPSA id 30C771252A3; Tue, 21 Jun 2022 18:42:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dereferenced.org; s=mailbun; t=1655836970; bh=k2sunkRm7KwXYJNB2W8E2Og3Xpz2S4QSTEIvawsUab0=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=XczeDCujZ8l86bsn83fbCdeLJfKUP/gRUDv2LQyX+GY+4qyfXcHzoYRL1Bjxzzd5p iI4LlYFQet8hW32hC5FXLzerLpLxgrzIjDm8oU6ZXCeUAeuN57DIs4H9UGUCfWgziI +M8S0VY1q+GrJpd2VaiNXLVuPWs1ysysl0rp+o7gObU8a5s3mRFhaYhkBdaZ00Xo4q N1WPXhwq2ZlkumLpjjBHlE9kXOxjrq6kJ9/ztkPJ2x6zJwfd6sTPj4NTK9xXGZGLvO Dx5iX7RhVqxdqNheI5JlLpShxSjPB/Pf68JPWSSuPdNNKeQQ6sE082KAsY/NirNJAK 5KNkq+IccOvMw== Date: Tue, 21 Jun 2022 13:42:50 -0500 (CDT) From: Ariadne Conill To: Tomas Kolda cc: alice , Jakub Panek , Thomas Lamprecht , ~alpine/devel@lists.alpinelinux.org Subject: Re: Native Alpine GLibc support (NEW) In-Reply-To: Message-ID: References: <20220621095653.71773d59@ncopa-desktop.lan> <20220621114559.4d38d98e@ncopa-desktop.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Hi, On Tue, 21 Jun 2022, Tomas Kolda wrote: >> void linux already does, unless you specifically mean multilib'd at the >> same time. >> >> and gentoo, of course :) >> > Nice I did not know that. From what I see there they are also not > combining. Both are having it as separate flavor builds (one or the > other). > Combining two runtime environments without appropriate namespacing (as Debian has done for example) results in a lot of stability problems. In general, I don't think this idea is very good. I would avoid it, and instead use the appropriate runtime environment for the workload. Sometimes, that is glibc, other times it is musl. Ariadne