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 2DCCA1382C5 for ; Fri, 14 May 2021 16:08:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4818E088C; Fri, 14 May 2021 16:08:14 +0000 (UTC) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) (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 6F5F3E0875 for ; Fri, 14 May 2021 16:08:14 +0000 (UTC) Received: by mail-pf1-f170.google.com with SMTP id k19so69000pfu.5 for ; Fri, 14 May 2021 09:08:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:reply-to:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=oiDmhznEDw4KmYLQ1A7xjOSSWiSIG8R/6AqewYh6CM0=; b=DOKEhzGmnr0Jag27b3xYsUEROOkKKJiQVNgmwg6AkJRat3aDipqObpaUTIN6A/tsaZ 8PaFpj4wh9yQVHNlV0FTR3+mPgHQJOMeNLvt3JIsEZLOSNJjr3MAC1GT1TUwyDM6pFpF Xvx0updDiB9DvPiFDS+1SnAzSvN6D6ak02MgTOwtPMvmJJFqWcJL3b/Clzx8gttYMvnX rTpqs2gVAy8cS/GQUpD6G1Oy2gnXY0pmvRjERYRlOOg6vIoLztrTuYowx7vod53J9+VB QJ+c9U1lIg+CeNv6V/wi7Wrg7WyuCYbzl16xFPM5fI1PKxtnnnq9bm9maDGGxAtGRKX2 8OEQ== X-Gm-Message-State: AOAM530RONNEzR8H1zk2/WRAP6SrJHIS2MHIYxmCQH4lJmFC7q+v6MQL vbtCrSBnQJh0vUlKMFadEJK5m6ccV7k+tw== X-Google-Smtp-Source: ABdhPJy7lA1YvPlm69GAaghVxOm99sprg+ijQrV8fJb+V629xMElcveK9HFOVipb/7vrddXZr3C2nw== X-Received: by 2002:a62:8895:0:b029:283:f725:6a7 with SMTP id l143-20020a6288950000b0290283f72506a7mr46677429pfd.79.1621008493107; Fri, 14 May 2021 09:08:13 -0700 (PDT) Received: from [10.231.8.222] ([24.121.29.90]) by smtp.gmail.com with ESMTPSA id w12sm4473194pff.42.2021.05.14.09.08.12 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 14 May 2021 09:08:12 -0700 (PDT) Subject: Re: [gentoo-user] What does emerge status R mean? To: gentoo-user@lists.gentoo.org References: <75dc51cf-4a06-25d4-d851-6c5dedc69887@web.de> From: Jack Message-ID: Date: Fri, 14 May 2021 10:07:55 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 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: <75dc51cf-4a06-25d4-d851-6c5dedc69887@web.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US-large X-Archives-Salt: 031b0475-7dde-44e7-ab32-5b8be76592c1 X-Archives-Hash: 34cd4ae682d3664135bb5258e58ff990 On 5/14/21 3:54 AM, n952162 wrote: > Why does portage want to build this: > > [ebuild   R    ] x11-apps/xmodmap-1.0.10::gentoo 0 KiB > > given this, already installed: > > /var/db/pkg/x11-apps/xmodmap-1.0.10/xmodmap-1.0.10.ebuild > > and these on my binary server (which is apparently not working properly > for reasons I'm trying to track down): > >      binpkgs/x11-apps/xmodmap-1.0.10.tbz2 >      distfiles/xmodmap-1.0.10.tar.bz2 > > When I remove these options, it doesn't want to anymore: > >     #  --changed-use \ >     #  --changed-deps \ >     #  --newuse \ >     #  --backtrack=100 \ >     #  --deep \ > > Which option was it, I wonder, which triggered the build, and would it > bring me anything? My guess is that one of the USE flags changed.  Compare which USE flags is it currently installed with and which it wants for the reinstall.  It might even be that a USE flag changed in the ebuild, even if it won't actually change what gets installed. (--changed-use vs --new-use) > > The options still used are: > > emerge \ >   --getbinpkg y \ >   -v \ >   --tree \ >   --update \ >   --noreplace \ >   --verbose-conflicts \ >   --keep-going \ >   --with-bdeps=y \ >   @world > >