* [gentoo-user] emerge --depclean
@ 2009-09-15 11:00 Krzysztof Poc
2009-09-15 11:04 ` KH
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Krzysztof Poc @ 2009-09-15 11:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/html, Size: 1249 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2009-09-15 11:00 [gentoo-user] emerge --depclean Krzysztof Poc
@ 2009-09-15 11:04 ` KH
2009-09-15 11:07 ` Boris Fersing
` (2 subsequent siblings)
3 siblings, 0 replies; 10+ messages in thread
From: KH @ 2009-09-15 11:04 UTC (permalink / raw
To: gentoo-user
Krzysztof Poc schrieb:
> Hello
>
> I found that "emerge --depclean" removes the packages that are necessary
> for my system:
> gcc-4.1.2
> font-cursor-misc
> font-misc-misc
>
> I have also gcc-3.4.6-r2 installed. It does not remove gcc-3.4.6-r2.
> After unmerging gcc-4.1.2 I cannot compile anything of course.
> After unmerging font-misc-misc I can't see Polish fonts in Xterm.
>
> I don't know how to solve this problem.
> Should I make those packages more valuable to the system ?
> How can I do that.
> Is my xorg server incorrectly configured. I have xorg 1.5 with HAL.
> My system does not use any xorg.conf file. It autodetects configuration
> at startup.
> When migrating to xorg 1.5 I did not do any special steps to configure
> and install any Polish fonts.
> I only made the modifications to support the Polish keyboard layout.
>
> Thank you for help.
>
>
Hi,
did you already unmerge gcc-4.1.2?
What is the output of gcc-config -l
when was your last emerge --depclean?
You should always run emerge --depclean -av! so you have a better chance
to stop any unwanted effects.
kh
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2009-09-15 11:00 [gentoo-user] emerge --depclean Krzysztof Poc
2009-09-15 11:04 ` KH
@ 2009-09-15 11:07 ` Boris Fersing
2009-09-15 11:19 ` Alan McKinnon
2009-09-15 11:30 ` Massimo Gengarelli
3 siblings, 0 replies; 10+ messages in thread
From: Boris Fersing @ 2009-09-15 11:07 UTC (permalink / raw
To: gentoo-user
2009/9/15 Krzysztof Poc <fajfusio@wp.pl>:
> Hello
>
Hi,
> I found that "emerge --depclean" removes the packages that are necessary for
> my system:
> gcc-4.1.2
> font-cursor-misc
> font-misc-misc
>
> I have also gcc-3.4.6-r2 installed. It does not remove gcc-3.4.6-r2.
> After unmerging gcc-4.1.2 I cannot compile anything of course.
> After unmerging font-misc-misc I can't see Polish fonts in Xterm.
>
Did you see the warning when you run emerge --depclean ?
# emerge --depclean -p
* Always study the list of packages to be cleaned for any obvious
* mistakes. Packages that are part of the world set will always
* be kept. They can be manually added to this set with
* `emerge --noreplace <atom>`. Packages that are listed in
* package.provided (see portage(5)) will be removed by
* depclean, even if they are part of the world set.
> I don't know how to solve this problem.
> Should I make those packages more valuable to the system ?
> How can I do that.
Try emerge -n =gcc-4.1.2 for example
HTH
regards,
Boris
> Is my xorg server incorrectly configured. I have xorg 1.5 with HAL.
> My system does not use any xorg.conf file. It autodetects configuration at
> startup.
> When migrating to xorg 1.5 I did not do any special steps to configure and
> install any Polish fonts.
> I only made the modifications to support the Polish keyboard layout.
>
> Thank you for help.
>
>
> ----------------------------------------------------
> Dopinguj naszą kadrę
> na Mistrzostwach Europy!
> Kliknij:
> http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/eurobasket2009-2.html&sid=860
--
42
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2009-09-15 11:00 [gentoo-user] emerge --depclean Krzysztof Poc
2009-09-15 11:04 ` KH
2009-09-15 11:07 ` Boris Fersing
@ 2009-09-15 11:19 ` Alan McKinnon
2009-09-15 11:49 ` Krzysztof Poc
2009-09-15 11:30 ` Massimo Gengarelli
3 siblings, 1 reply; 10+ messages in thread
From: Alan McKinnon @ 2009-09-15 11:19 UTC (permalink / raw
To: gentoo-user
On Tuesday 15 September 2009 13:00:41 Krzysztof Poc wrote:
> Hello
>
> I found that "emerge --depclean" removes the packages that are necessary
> for my system: gcc-4.1.2
> font-cursor-misc
> font-misc-misc
>
> I have also gcc-3.4.6-r2 installed. It does not remove gcc-3.4.6-r2.
> After unmerging gcc-4.1.2 I cannot compile anything of course.
> After unmerging font-misc-misc I can't see Polish fonts in Xterm.
>
> I don't know how to solve this problem.
> Should I make those packages more valuable to the system ?
> How can I do that.
> Is my xorg server incorrectly configured. I have xorg 1.5 with HAL.
> My system does not use any xorg.conf file. It autodetects configuration at
> startup. When migrating to xorg 1.5 I did not do any special steps to
> configure and install any Polish fonts. I only made the modifications to
> support the Polish keyboard layout.
Put such problematic packages into world, eg
emerge -n gcc:4.1
and a version of gcc in that slot will always be present till you manually
remove it.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2009-09-15 11:19 ` Alan McKinnon
@ 2009-09-15 11:49 ` Krzysztof Poc
2009-09-15 12:41 ` KH
0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Poc @ 2009-09-15 11:49 UTC (permalink / raw
To: gentoo-user
Great thanks to all of you for immediate help.
"emenrge -n" solved the problem.
By the way "gcc-config -l" shows:
[1] i686-pc-linux-gnu-3.4.6
[2] i686-pc-linux-gnu-3.4.6-hardened
[3] i686-pc-linux-gnu-3.4.6-hardenednopie
[4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
[5] i686-pc-linux-gnu-3.4.6-hardenednossp
[6] i686-pc-linux-gnu-4.1.2 *
[7] i686-pc-linux-gnu-4.3.2
----------------------------------------------------
Pokaż swojej dziewczynie zdjęcia z tym,
co robiłeś z kumplami na wakacjach:
http://klik.wp.pl/?adr=http%3A%2F%2Fpikeo.pl&sid=858
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2009-09-15 11:49 ` Krzysztof Poc
@ 2009-09-15 12:41 ` KH
0 siblings, 0 replies; 10+ messages in thread
From: KH @ 2009-09-15 12:41 UTC (permalink / raw
To: gentoo-user
Krzysztof Poc schrieb:
> Great thanks to all of you for immediate help.
> "emenrge -n" solved the problem.
>
> By the way "gcc-config -l" shows:
> [1] i686-pc-linux-gnu-3.4.6
> [2] i686-pc-linux-gnu-3.4.6-hardened
> [3] i686-pc-linux-gnu-3.4.6-hardenednopie
> [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
> [5] i686-pc-linux-gnu-3.4.6-hardenednossp
> [6] i686-pc-linux-gnu-4.1.2 *
> [7] i686-pc-linux-gnu-4.3.2
>
Hi,
so it looks like you manually added gcc-3* to your world file but did
not do so with 4.1.2 until now. Since you have a newer version installed
(4.3.2) depclean was removing older gcc not in world.
Do you need the old gccs you are keeping? Is there a reason for not
switching to 4.3.2?
In case you didn't know the gcc-upgrad guide till now:
http://www.gentoo.org/doc/en/gcc-upgrading.xml
kh
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2009-09-15 11:00 [gentoo-user] emerge --depclean Krzysztof Poc
` (2 preceding siblings ...)
2009-09-15 11:19 ` Alan McKinnon
@ 2009-09-15 11:30 ` Massimo Gengarelli
3 siblings, 0 replies; 10+ messages in thread
From: Massimo Gengarelli @ 2009-09-15 11:30 UTC (permalink / raw
To: gentoo-user
Please, *do not* send HTML emails in the list, as they looks like below.
On Tue, Sep 15, 2009 at 01:00:41PM +0200, Krzysztof Poc wrote:
> <div>Hello<br /><br />I found that "emerge --depclean" removes the packages that are necessary for my system:<br />gcc-4.1.2<br />font-cursor-misc<br />font-misc-misc<br /><br />I have also gcc-3.4.6-r2 installed. It does not remove gcc-3.4.6-r2.<br />After unmerging gcc-4.1.2 I cannot compile anything of course.<br />After unmerging font-misc-misc I can't see Polish fonts in Xterm.<br /><br />I don't know how to solve this problem.<br />Should I make those packages more valuable to the system
> ?<br />How can I do that.<br />Is my xorg server incorrectly configured. I have xorg 1.5 with HAL.<br />My system does not use any xorg.conf file. It autodetects configuration at startup.<br />When migrating to xorg 1.5 I did not do any special steps to configure and install any Polish fonts.<br />I only made the modifications to support the Polish keyboard layout.<br /><br />Thank you for help.</div><br /><br /><br />----------------------------------------------------<br />Dopinguj naszą kadrę <br />na Mistrzostwach Europy!<br />Kliknij:<br /><A HREF="http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/eurobasket2009-2.html&sid=860" TARGET="_blank">http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/eurobasket2009-2.html&sid=860</A>
>
>
>
--
_ * Massimo Gengarelli <massimo.gengarelli@gmail.com>
~0 (_| * Computer Science student @ http://www.unibo.it
|(_~|^~~| * http://massitm.sohead.org <-- my personal, outdated website
TT/_ T"T * All constants are variables.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] emerge --depclean
@ 2021-05-08 1:57 thelma
2021-05-08 18:04 ` cal
2021-05-09 1:36 ` Adam Carter
0 siblings, 2 replies; 10+ messages in thread
From: thelma @ 2021-05-08 1:57 UTC (permalink / raw
To: Gentoo mailing list
I'm trying to clean up packages on a remote computer and running emerge --depclean list some packages that I am not sure about:
acct-group/video
selected: 0-r1
protected: none
omitted: none
dev-libs/jansson
selected: 2.13.1-r1
protected: none
omitted: none
virtual/logger
selected: 0-r1
protected: none
omitted: none
dev-perl/Switch
selected: 2.170.0
protected: none
omitted: none
x11-drivers/xf86-input-libinput
selected: 0.30.0
protected: none
omitted: none
sys-auth/passwdqc
selected: 1.4.0-r1
protected: none
omitted: none
x11-drivers/xf86-video-vesa
selected: 2.5.0
protected: none
omitted: none
x11-libs/libvdpau
selected: 1.4
protected: none
omitted: none
x11-drivers/xf86-video-fbdev
selected: 0.5.0-r1
protected: none
omitted: none
x11-drivers/xf86-video-dummy
selected: 0.3.8
protected: none
omitted: none
acct-user/ldap
selected: 0
protected: none
omitted: none
app-admin/metalog
selected: 20181125
protected: none
omitted: none
x11-drivers/xf86-video-amdgpu
selected: 19.1.0
protected: none
omitted: none
dev-java/ant-owanttask
selected: 1.3.2
protected: none
omitted: none
acct-group/ldap
selected: 0
protected: none
omitted: none
dev-java/xalan
selected: 2.7.2-r1
protected: none
omitted: none
dev-java/bcel
selected: 6.0_rc3
protected: none
omitted: none
dev-java/xalan-serializer
selected: 2.7.2-r1
protected: none
omitted: none
Many of these packages are I see on my other systems and I think they are needed like:
acct-group/video
dev-libs/jansson
dev-perl/Switch
x11-libs/libvdpau
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2021-05-08 1:57 thelma
@ 2021-05-08 18:04 ` cal
2021-05-09 1:36 ` Adam Carter
1 sibling, 0 replies; 10+ messages in thread
From: cal @ 2021-05-08 18:04 UTC (permalink / raw
To: gentoo-user
On 5/7/21 6:57 PM, thelma@sys-concept.com wrote:
> I'm trying to clean up packages on a remote computer and running emerge --depclean list some packages that I am not sure about:
>
>[snip]
>
> Many of these packages are I see on my other systems and I think they are needed like:
> acct-group/video
> dev-libs/jansson
> dev-perl/Switch
> x11-libs/libvdpau
>
You mentioned this is a remote machine. Is it running X or not? If
it's a headless, machine, it doesn't seem unreasonable that emerge would
be removing unused X11 dependencies.
In any case, you could use the `equery depends` tool to determine what,
on your other machines, is depending on these packages, and use that
information to determine whether you accidentally removed something you
intended to install on this machine.
--depclean will only remove dependencies that are not required by
packages in your @world or selected profile. Removing these packages is
probably not going to break anything; you can always reinstall them
later if you need them.
cal
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge --depclean
2021-05-08 1:57 thelma
2021-05-08 18:04 ` cal
@ 2021-05-09 1:36 ` Adam Carter
1 sibling, 0 replies; 10+ messages in thread
From: Adam Carter @ 2021-05-09 1:36 UTC (permalink / raw
To: Gentoo User
[-- Attachment #1: Type: text/plain, Size: 383 bytes --]
> x11-libs/libvdpau
> selected: 1.4
> protected: none
> omitted: none
>
I'm guessing that would be pulled in by USE +vdpau, so if you've removed it
then done an emerge with -N or -U it won't be required anymore.
>
> x11-drivers/xf86-video-amdgpu
> selected: 19.1.0
> protected: none
> omitted: none
>
And that would be pulled in by
VIDEO_CARDS="amdgpu"
[-- Attachment #2: Type: text/html, Size: 853 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-05-09 1:36 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-15 11:00 [gentoo-user] emerge --depclean Krzysztof Poc
2009-09-15 11:04 ` KH
2009-09-15 11:07 ` Boris Fersing
2009-09-15 11:19 ` Alan McKinnon
2009-09-15 11:49 ` Krzysztof Poc
2009-09-15 12:41 ` KH
2009-09-15 11:30 ` Massimo Gengarelli
-- strict thread matches above, loose matches on Subject: below --
2021-05-08 1:57 thelma
2021-05-08 18:04 ` cal
2021-05-09 1:36 ` Adam Carter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox