Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What does emerge status R mean?
Date: Sun, 16 May 2021 10:50:37
Message-Id: 6a1a98ea-d081-4ced-ed0d-de7717638683@web.de
In Reply to: Re: [gentoo-user] What does emerge status R mean? by Dale
1 On 5/16/21 12:01 PM, Dale wrote:
2 > n952162 wrote:
3 >> On 5/15/21 7:24 AM, Dan Egli wrote:
4 >>> The R status means REBUILD. Usually, if it's an @world it's pulling
5 >>> that in because something about that package changed and so it needs
6 >>> to rebuild it. The --noreplace option would block that if portage
7 >>> didn't think it was needed. Based on your options, I'd say that it's
8 >>> probably a USE flag was changed. I don't use binpkgs myself,
9 >>> preferring to compile except in certain circumstances (can we say
10 >>> RUST!?) that I need to use a -bin variant. You can try without it, but
11 >>> I recommend leaving your change-use and newuse flags in place and
12 >>> letting the system rebuild xmodmap.
13 >>>
14 >>>
15 >> Yes, thank you, but neither the server nor the client have any USE flags
16 >> for that package defined.  And the package has to be pretty stable by
17 >> now  ;-)
18 >>
19 >>
20 >>
21 >>
22 > All packages have USE flags defined somewhere even if you haven't
23 > defined any yourself.  Some are defined in profiles, some are defined
24 > elsewhere.  When I do updates, I see changes to USE flags all the time
25 > that were changed by the profile, the maintainer in the ebuild or
26 > somewhere else.  After all, if a package doesn't have the USE flags
27 > defined somewhere, emerge won't know what USE flags to include or
28 > exclude support for.
29 >
30 > Dale
31 >
32 > :-)  :-)
33 >
34
35 But if I don't specify that I want something specific, why should
36 portage say, this package has internal differences to the old package, I
37 better not install it?