* [gentoo-user] Manually removing packages from world problem
@ 2015-12-24 22:22 João Matos
2015-12-24 22:45 ` Ian Bloss
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: João Matos @ 2015-12-24 22:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
Dear list,
I was having problem with plasma, so I decided to change it.
I've removed all packages related from world, changed the profile, erased
use-related files from /etc/portage.
Then I've used "emerge --depclean", that worked as should be.
However, when I tried "emerge -avuDN world" I got a problem: portage tries
to emerge all these world packages I removed before.
What should be happening?
Thank you all,
--
João Neto
Linux User #461527
http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552
[-- Attachment #2: Type: text/html, Size: 876 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Manually removing packages from world problem
2015-12-24 22:22 [gentoo-user] Manually removing packages from world problem João Matos
@ 2015-12-24 22:45 ` Ian Bloss
2015-12-24 22:48 ` Dale
2015-12-25 9:25 ` [gentoo-user] " Kai Krakow
2 siblings, 0 replies; 5+ messages in thread
From: Ian Bloss @ 2015-12-24 22:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 783 bytes --]
Check your /var/lib/world file to see if there are any packages or sets
that mught be pulling it. Also check make.conf global USE and package.use
On Thu, Dec 24, 2015, 17:24 João Matos <jaoneto@gmail.com> wrote:
> Dear list,
>
> I was having problem with plasma, so I decided to change it.
>
> I've removed all packages related from world, changed the profile, erased
> use-related files from /etc/portage.
>
> Then I've used "emerge --depclean", that worked as should be.
>
> However, when I tried "emerge -avuDN world" I got a problem: portage tries
> to emerge all these world packages I removed before.
>
> What should be happening?
>
> Thank you all,
> --
> João Neto
> Linux User #461527
> http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552
>
[-- Attachment #2: Type: text/html, Size: 1335 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Manually removing packages from world problem
2015-12-24 22:22 [gentoo-user] Manually removing packages from world problem João Matos
2015-12-24 22:45 ` Ian Bloss
@ 2015-12-24 22:48 ` Dale
2015-12-24 23:01 ` João Matos
2015-12-25 9:25 ` [gentoo-user] " Kai Krakow
2 siblings, 1 reply; 5+ messages in thread
From: Dale @ 2015-12-24 22:48 UTC (permalink / raw
To: gentoo-user
João Matos wrote:
> Dear list,
>
> I was having problem with plasma, so I decided to change it.
>
> I've removed all packages related from world, changed the profile,
> erased use-related files from /etc/portage.
>
> Then I've used "emerge --depclean", that worked as should be.
>
> However, when I tried "emerge -avuDN world" I got a problem: portage
> tries to emerge all these world packages I removed before.
>
> What should be happening?
>
> Thank you all,
> --
> João Neto
> Linux User #461527
> http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552
Try adding the -t option to emerge and it will tell you what is pulling
them in. Odds are, you have KDE installed and that is pulling it in.
Keep in mind, you should only add packages to world that you actually
use. Emerge will take care of pulling in the dependencies. For me, I
used kde-meta. It pulled in most everything I needed. Anything that
was missing, I emerged and had it add it to world. I have several
plasma packages installed but none of them are listed in the world file.
If the -t doesn't shed any light, post what it shows and maybe it will
help someone else see something, that is there or not there that should
be.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Manually removing packages from world problem
2015-12-24 22:48 ` Dale
@ 2015-12-24 23:01 ` João Matos
0 siblings, 0 replies; 5+ messages in thread
From: João Matos @ 2015-12-24 23:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]
2015-12-24 22:48 GMT+00:00 Dale <rdalek1967@gmail.com>:
> João Matos wrote:
> > Dear list,
> >
> > I was having problem with plasma, so I decided to change it.
> >
> > I've removed all packages related from world, changed the profile,
> > erased use-related files from /etc/portage.
> >
> > Then I've used "emerge --depclean", that worked as should be.
> >
> > However, when I tried "emerge -avuDN world" I got a problem: portage
> > tries to emerge all these world packages I removed before.
> >
> > What should be happening?
> >
> > Thank you all,
> > --
> > João Neto
> > Linux User #461527
> > http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552
>
>
> Try adding the -t option to emerge and it will tell you what is pulling
> them in. Odds are, you have KDE installed and that is pulling it in.
> Keep in mind, you should only add packages to world that you actually
> use. Emerge will take care of pulling in the dependencies. For me, I
> used kde-meta. It pulled in most everything I needed. Anything that
> was missing, I emerged and had it add it to world. I have several
> plasma packages installed but none of them are listed in the world file.
>
> If the -t doesn't shed any light, post what it shows and maybe it will
> help someone else see something, that is there or not there that should
> be.
>
> Dale
>
> :-) :-)
>
>
>
The problem was the user. yakuake was there. I removed it, and everything
is working as it shoud.
thank you all any way
--
João Neto
Linux User #461527
http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552
[-- Attachment #2: Type: text/html, Size: 2539 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: Manually removing packages from world problem
2015-12-24 22:22 [gentoo-user] Manually removing packages from world problem João Matos
2015-12-24 22:45 ` Ian Bloss
2015-12-24 22:48 ` Dale
@ 2015-12-25 9:25 ` Kai Krakow
2 siblings, 0 replies; 5+ messages in thread
From: Kai Krakow @ 2015-12-25 9:25 UTC (permalink / raw
To: gentoo-user
Am Thu, 24 Dec 2015 20:22:45 -0200
schrieb João Matos <jaoneto@gmail.com>:
> Dear list,
>
> I was having problem with plasma, so I decided to change it.
>
> I've removed all packages related from world, changed the profile,
> erased use-related files from /etc/portage.
>
> Then I've used "emerge --depclean", that worked as should be.
>
> However, when I tried "emerge -avuDN world" I got a problem: portage
> tries to emerge all these world packages I removed before.
>
> What should be happening?
>
> Thank you all,
Please have a look at the world_sets file. Chances are that it contains
KDE for you:
kakra@jupiter ~ $ cat /var/lib/portage/world_sets
@kde-applications
@kde-frameworks
@kde-plasma
@steam
Some modern Gentoo guides recommend installing KDE using sets, this is
what you may have ended up with.
BTW: @steam is a custom set I've created for pulling in steam specific
library versions/slot to ensure they stay installed without having them
in my world file explicitly.
--
Regards,
Kai
Replies to list-only preferred.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-12-25 10:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24 22:22 [gentoo-user] Manually removing packages from world problem João Matos
2015-12-24 22:45 ` Ian Bloss
2015-12-24 22:48 ` Dale
2015-12-24 23:01 ` João Matos
2015-12-25 9:25 ` [gentoo-user] " Kai Krakow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox