You are not logged in.

#1 2010-01-23 19:38:31

Kasumi_Ninja
Member
Registered: 2009-12-31
Posts: 54

(SOLVED) What does: warning: removing ... from target list mean?

I got this message from pacman and I wonder what it means:

warning: removing perl-xml-simple from target list

Last edited by Kasumi_Ninja (2010-01-24 16:22:55)

Offline

#2 2010-01-23 19:50:14

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: (SOLVED) What does: warning: removing ... from target list mean?

Did it say there was a dependency problem or that it conflicted with something?


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2010-01-23 21:22:49

Kasumi_Ninja
Member
Registered: 2009-12-31
Posts: 54

Re: (SOLVED) What does: warning: removing ... from target list mean?

loafer wrote:

Did it say there was a dependency problem or that it conflicted with something?

Nope, only that message. But what does this message mean exactly? Thats some programs aren't removed?

Offline

#4 2010-01-23 21:33:52

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: (SOLVED) What does: warning: removing ... from target list mean?

Paste the complete pacman output. The message needs context.

Offline

#5 2010-01-23 21:39:11

Kasumi_Ninja
Member
Registered: 2009-12-31
Posts: 54

Re: (SOLVED) What does: warning: removing ... from target list mean?

tomk wrote:

Paste the complete pacman output. The message needs context.

I thought it was a standard message:

# pacman -Runs gnome gnome-extra
gnome not found, searching for group...                   
:: group gnome:                                           
    gnome-applets  gnome-backgrounds  gnome-control-center  gnome-desktop  
    gnome-icon-theme  gnome-media  gnome-mime-data  gnome-panel            
    gnome-screensaver  gnome-session  gnome-settings-daemon  gnome-themes  
    gnome2-user-docs  libgail-gnome  metacity  nautilus  notification-daemon  
    yelp                                                                      
    Remove whole content? [Y/n]                                               
gnome-extra not found, searching for group...                                 
:: group gnome-extra:                                                         
    alacarte  bug-buddy  cheese  deskbar-applet  eog  evince  evolution       
    evolution-exchange  evolution-webcal  file-roller  gcalctool  gconf-editor  
    gdm  gedit  gnome-audio  gnome-mag  gnome-netstatus  gnome-nettool          
    gnome-power-manager  gnome-system-monitor  gnome-terminal  gnome-utils      
    gucharmap  hamster-applet  mousetweaks  seahorse  seahorse-plugins  tomboy  
    totem  vino  zenity                                                         
    Remove whole content? [Y/n]                                                 
checking dependencies...                                                        
warning: removing gnome-mime-data from target list                              
warning: removing gnome-icon-theme from target list                             
warning: removing icon-naming-utils from target list                            
warning: removing perl-xml-simple from target list

Last edited by Kasumi_Ninja (2010-01-23 21:40:05)

Offline

#6 2010-01-23 22:25:58

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: (SOLVED) What does: warning: removing ... from target list mean?

edit: Ok I think the message is caused by the "u" flag in your command.

-u, --unneeded
           Removes the targets that are not required by any other packages.
           This is mostly useful when removing a group without using the -c
           option, to avoid breaking any dependencies.

Last edited by anonymous_user (2010-01-23 22:28:18)

Offline

#7 2010-01-23 22:30:33

Kasumi_Ninja
Member
Registered: 2009-12-31
Posts: 54

Re: (SOLVED) What does: warning: removing ... from target list mean?

anonymous_user wrote:

edit: Ok I think the message is caused by the "u" flag in your command.

-u, --unneeded
           Removes the targets that are not required by any other packages.
           This is mostly useful when removing a group without using the -c
           option, to avoid breaking any dependencies.

But what does it mean? In  answer to your previous question:

# pacman -Rns gnome gnome-extra
gnome not found, searching for group...
:: group gnome:
    gnome-applets  gnome-backgrounds  gnome-control-center  gnome-desktop
    gnome-icon-theme  gnome-media  gnome-mime-data  gnome-panel
    gnome-screensaver  gnome-session  gnome-settings-daemon  gnome-themes
    gnome2-user-docs  libgail-gnome  metacity  nautilus  notification-daemon
    yelp
    Remove whole content? [Y/n]
gnome-extra not found, searching for group...
:: group gnome-extra:
    alacarte  bug-buddy  cheese  deskbar-applet  eog  evince  evolution
    evolution-exchange  evolution-webcal  file-roller  gcalctool  gconf-editor
    gdm  gedit  gnome-audio  gnome-mag  gnome-netstatus  gnome-nettool
    gnome-power-manager  gnome-system-monitor  gnome-terminal  gnome-utils
    gucharmap  hamster-applet  mousetweaks  seahorse  seahorse-plugins  tomboy
    totem  vino  zenity
    Remove whole content? [Y/n]
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: gnome-vfs: requires gnome-mime-data>=2.18.0-2
:: gtkhtml: requires gnome-icon-theme>=2.28.0

Offline

#8 2010-01-23 23:31:16

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: (SOLVED) What does: warning: removing ... from target list mean?

When you use the "u" flag, it will tell pacman not to remove packages that are needed.

So "warning: removing perl-xml-simple from target list" just means perl-xml-simple is needed by some package so it is being removed from the list of packages to remove.

Offline

#9 2010-01-24 16:22:39

Kasumi_Ninja
Member
Registered: 2009-12-31
Posts: 54

Re: (SOLVED) What does: warning: removing ... from target list mean?

anonymous_user wrote:

When you use the "u" flag, it will tell pacman not to remove packages that are needed.

So "warning: removing perl-xml-simple from target list" just means perl-xml-simple is needed by some package so it is being removed from the list of packages to remove.

Thanks for the explanation!

Offline

Board footer

Powered by FluxBB