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 73C62138334 for ; Mon, 5 Nov 2018 16:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C56E0AC4; Mon, 5 Nov 2018 16:27:30 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (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 E5176E09ED for ; Mon, 5 Nov 2018 16:27:29 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gJhgh-0005BM-2S for gentoo-user@lists.gentoo.org; Mon, 05 Nov 2018 17:25:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Permissions error on starting X. Date: Mon, 5 Nov 2018 18:27:24 +0200 Message-ID: References: <20181103140151.GA5029@ACM> 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 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 In-Reply-To: Content-Language: en-US X-Archives-Salt: 59ce39a6-32dc-44cd-9126-c8e55ae7a220 X-Archives-Hash: fd4066e5be3d468606c4d76340af6948 On 05/11/2018 17:30, Grant Edwards wrote: > On 2018-11-04, Nikos Chantziaras wrote: >> On 03/11/2018 16:01, Alan Mackenzie wrote: >>> The developers, in this instance, failed to raise the ebuild's version >>> number from 1.20.3 when making this change, and also didn't notify users >>> by a NEWS item, that I can see. >> >> Emerge will catch this, no need for revbump. Unless you're not using -D >> (--deep) when updating world. Which you should. > > What do you mean "catch this"? > > I always use -D, and the change broke my system. I mean that a USE flag change will trigger a rebuild of the package, and the USE flag in question is shown by portage. So you'll know something has changed. If you went ahead and allowed it to rebuild, it would of course break xorg, but you'd know why since you've seen the USE flag change and know that the breakage most probably had something to do with that USE flag.