From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58BF8138350 for ; Wed, 22 Apr 2020 16:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B19F4E0FAB; Wed, 22 Apr 2020 16:28:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5920BE0F85 for ; Wed, 22 Apr 2020 16:28:28 +0000 (UTC) Subject: Re: [OBORONA-SPAM] Re: [gentoo-user] Is Gentoo dead? To: gentoo-user@lists.gentoo.org References: <20200421165803.GB187193@redacted> <11506562.O9o76ZdvQC@peak> <20200421190145.GF187193@redacted> <20200422161455.GA23147@legohost> From: Michael Orlitzky Message-ID: <18ef0b9b-97b8-54e2-4c0e-966ab2099c69@gentoo.org> Date: Wed, 22 Apr 2020 12:28:24 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: efea0706-8d40-448f-9c76-3b8c21dc72fe X-Archives-Hash: a0def5c702f0e320a2f3d250bc74d3bc On 4/22/20 12:24 PM, Michael Jones wrote: > > On a source-based distribution, the thing that manages package > installations can break itself if it incorrectly installs a library that > a subsequent run of itself would dynamically link against. > I won't say this is impossible, but in general it hasn't been true for a long time in Gentoo. Old libraries are left behind until you rebuild the things that link against them (that's what emerge @preserved-rebuild does). When used correctly, subslot dependencies in ebuilds avoid the need for even that additional step.