Bug 920055 - The output of “yum -v grouplist” does not show whether “environment groups” are installed or not
Summary: The output of “yum -v grouplist” does not show whether “environment groups” a...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-11 09:32 UTC by Mike FABIAN
Modified: 2015-01-12 07:55 UTC (History)
21 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-12 07:55:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 864943 0 medium CLOSED installed groups are listed as available 2021-02-22 00:41:40 UTC

Internal Links: 864943

Description Mike FABIAN 2013-03-11 09:32:51 UTC
I installed these groups:

$ LANG=en_GB.UTF-8 sudo yum groupinstall gnome-desktop-environment kde-desktop-environment xfce-desktop-environment lxde-desktop-environment cinnamon-desktop-environment mate-desktop-environment sugar-desktop-environment development-tools

After doing that, “development-tools” moved from “Available Groups:”
to “Installed groups:” in the output of “yum -v grouplist”:

    $ LANG=en_US.UTF-8 sudo yum -v grouplist  
    Loading "auto-update-debuginfo" plugin
    Not loading "blacklist" plugin, as it is disabled
    Loading "langpacks" plugin
    Loading "refresh-packagekit" plugin
    Not loading "whiteout" plugin, as it is disabled
    Adding en_US to language list
    Config time: 0.014
    Adding ja to language list
    Adding en_GB to language list
    Yum version: 3.4.3
    Setting up Package Sacks
    rpmdb time: 0.001
    Found 33 installed debuginfo package(s)
    Enabling rawhide-debuginfo: Fedora - Rawhide - Debug
    pkgsack time: 0.073
    group time: 0.180
    Installed environment groups:
       Minimal Install (minimal-environment)
    Available environment groups:
       GNOME Desktop (gnome-desktop-environment)
       KDE Plasma Workspaces (kde-desktop-environment)
       Xfce Desktop (xfce-desktop-environment)
       LXDE Desktop (lxde-desktop-environment)
       Cinnamon Desktop (cinnamon-desktop-environment)
       MATE Desktop (mate-desktop-environment)
       Sugar Desktop Environment (sugar-desktop-environment)
       Development and Creative Workstation (developer-workstation-environment)
       Web Server (web-server-environment)
       Infrastructure Server (infrastructure-server-environment)
       Basic Desktop (basic-desktop-environment)
    Installed groups:
       Administration Tools (admin-tools)
       Authoring and Publishing (authoring-and-publishing)
       Cloud Infrastructure (cloud-infrastructure)
       Design Suite (design-suite)
       Development Tools (development-tools)
       Editors (editors)
       Educational Software (education)
       Electronic Lab (electronic-lab)
       Games and Entertainment (games)
       Milkymist (milkymist)
       Network Servers (network-server)
       Office/Productivity (office)
       Robotics (robotics-suite)
       Security Lab (security-lab)
       Sound and Video (sound-and-video)
       System Tools (system-tools)
       Text-based Internet (text-internet)
       Window Managers (window-managers)
    Available Groups:
       Books and Guides (books)
       Engineering and Scientific (engineering-and-scientific)
       Fedora Eclipse (eclipse)
       LibreOffice (libreoffice)
       Medical Applications (medical)
    Done
    mfabian@fedora-rawhide-x86_64:~
    $ 

But the “environment-groups” I installed all stay in the “Available
environment groups:” section of the “yum -v grouplist” output, they
do not move to “Installed environment groups:”.

Although all packages from these environment groups seem to be
installed:

$ LANG=en_GB.UTF-8 sudo yum groupinstall gnome-desktop-environment kde-desktop-environment xfce-desktop-environment lxde-desktop-environment cinnamon-desktop-environment mate-desktop-environment sugar-desktop-environment development-tools
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit
Warning: Group core does not have any packages to install.
Warning: Group gnome-desktop does not have any packages to install.
Package gstreamer1-plugins-bad-free-1.0.5-2.fc19.x86_64 already installed and latest version
Package gstreamer1-plugins-good-1.0.5-3.fc19.x86_64 already installed and latest version
Warning: Group multimedia does not have any packages to install.
Warning: Group firefox does not have any packages to install.
Warning: Group base-x does not have any packages to install.
Warning: Group fonts does not have any packages to install.
Warning: Group hardware-support does not have any packages to install.
Warning: Group dial-up does not have any packages to install.
Warning: Group printing does not have any packages to install.
Package imsettings-lxde-1.6.0-2.fc19.x86_64 already installed and latest version
Package gtk2-immodule-xim-2.24.17-1.fc19.x86_64 already installed and latest version
Package imsettings-gsettings-1.6.0-2.fc19.x86_64 already installed and latest version
Package ibus-qt-1.3.1-13.fc19.x86_64 already installed and latest version
Package im-chooser-xfce-1.6.2-3.fc19.x86_64 already installed and latest version
Package ibus-gtk3-1.5.1-3.fc19.x86_64 already installed and latest version
Package ibus-gtk2-1.5.1-3.fc19.x86_64 already installed and latest version
Package gtk3-immodule-xim-3.7.12-1.fc19.x86_64 already installed and latest version
Package imsettings-xfce-1.6.0-2.fc19.x86_64 already installed and latest version
Package imsettings-qt-1.6.0-2.fc19.x86_64 already installed and latest version
Warning: Group input-methods does not have any packages to install.
Package chrony-1.27-1.fc19.x86_64 already installed and latest version
Warning: Group standard does not have any packages to install.
Package pinentry-qt-0.8.1-10.fc19.x86_64 already installed and latest version
Warning: Group kde-desktop does not have any packages to install.
Group kde-desktop does have 1 conditional packages, which may get installed.
Warning: Group xfce-apps does not have any packages to install.
Warning: Group xfce-media does not have any packages to install.
Warning: Group xfce-desktop does not have any packages to install.
Warning: Group lxde-desktop does not have any packages to install.
Warning: Group cinnamon-desktop does not have any packages to install.
Warning: Group mate-desktop does not have any packages to install.
Warning: Group sugar-desktop does not have any packages to install.
Warning: Group development-tools does not have any packages to install.
No packages in any requested group available to install or update
mfabian@fedora-rawhide-x86_64:~
$

Comment 1 Fedora End Of Life 2013-04-03 16:45:21 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 2 gatlibs 2013-06-15 21:06:56 UTC
I thought that it was weird that installation of my F19Beta listed "gnome-desktop-environment" as uninstalled. I attempted to install it.
I get 
"Warning: Environment Group gnome-desktop-environment does not exist. No packages marked for update"
every time that I use yum. I tried "yum clean all". That didn't resolve this problem.

Comment 3 Dylan Graham 2013-07-10 01:05:33 UTC
Even after 'yum clean all' I see these warnings:

# yum update
Loaded plugins: langpacks, refresh-packagekit
Warning: Environment Group mate-desktop-environment does not exist.
Warning: Environment Group gnome-desktop-environment does not exist.
Warning: Environment Group kde-desktop-environment does not exist.
Warning: Environment Group cinnamon-desktop-environment does not exist.
No packages marked for update

Comment 4 Christian Schmitt 2013-07-13 13:56:19 UTC
I have the same problem.

I installed the desktop enviroments and rolled them back with yumex.
Currently a yum clean all, won't work to fix these warnings.

Comment 5 Christian Schmitt 2013-07-14 10:34:16 UTC
Btw. after i removed the gnome-desktop-environment with yumex, i can't reinstall them.

Comment 6 li737 2013-07-31 14:28:30 UTC
Greetings!
I have same problem after yum group install "Cinnamon Desktop" (in czech lang)

system: F19 32bit fresh install from liveUSB Gnome.

$ LANG=en_US.utf8
$ sudo yum update
Loaded plugins: langpacks, refresh-packagekit
Warning: Environment Group cinnamon-desktop-environment does not exist.
No packages marked for update

]$ yum group list
Loaded plugins: langpacks, refresh-packagekit
Available environment groups:
   GNOME Desktop
   KDE Plasma Workspaces
   Xfce Desktop
   LXDE Desktop
   Cinnamon Desktop
   MATE Desktop
   Sugar Desktop Environment
   Development and Creative Workstation
   Web Server
   Infrastructure Server
   Basic Desktop
   Minimal Install
...

warning message can be removed with manual editing file /var/lib/yum/groups/environment 

before edit:
# cat environment
1
1
cinnamon-desktop-environment
13
3d-printing
false
base-x
false
cinnamon-desktop
false
core
false
dial-up
false
fonts
false
guest-desktop-agents
false
hardware-support
false
input-methods
false
libreoffice
false
multimedia
false
printing
false
standard
false

and after:
# cat environment
1
1
cinnamon-desktop //this changed
13
3d-printing
false
base-x
false
cinnamon-desktop
false
core
...


but yum still knows nothing about installed groups.

]# yum group list
Loaded plugins: langpacks, refresh-packagekit
Available environment groups:
   GNOME Desktop
   KDE Plasma Workspaces
   Xfce Desktop
   LXDE Desktop
   Cinnamon Desktop
   MATE Desktop
   Sugar Desktop Environment
   Development and Creative Workstation
   Web Server
   Infrastructure Server
   Basic Desktop
   Minimal Install
Available Groups:
   3D Printing
   Administration Tools
   Authoring and Publishing
   Books and Guides
   C Development Tools and Libraries
   Cloud Infrastructure
   Design Suite
   Development Tools
   Editors
   Educational Software
   Electronic Lab
   Engineering and Scientific
   Fedora Eclipse
   Games and Entertainment
   LibreOffice
   Medical Applications
   Milkymist
   Network Servers
   Office/Productivity
   RPM Development Tools
   Robotics
   Security Lab
   Sound and Video
   System Tools
   Text-based Internet
   Window Managers
Done

Comment 7 Giuseppe Castagna 2013-08-06 12:18:00 UTC
I confirm this bug. Brand new Fedora 19 installation. 

When I do yum update I obtain:

 sudo yum update
 Loaded plugins: langpacks, refresh-packagekit
 Warning: Environment Group web-server-environment does not exist.
 No packages marked for update

If I try a group install of Web server the result is:


 sudo yum groupinstall "Web Server"
 Loaded plugins: langpacks, refresh-packagekit
 Warning: environment Web Server does not exist.
 No packages in any requested group available to install or update


Although the group environment is listed by the system:

 yum -v grouplist
 Loading "langpacks" plugin
 Loading "refresh-packagekit" plugin
 Adding en_US to language list
 Config time: 0.020
 Adding en_US to language list
 Yum version: 3.4.3
 Setting up Package Sacks
 adobe-linux-i386                                                              17/17
 pkgsack time: 0.476
 group time: 0.861
 Available environment groups:
   GNOME Desktop (gnome-desktop-environment)
   KDE Plasma Workspaces (kde-desktop-environment)
   Xfce Desktop (xfce-desktop-environment)
   LXDE Desktop (lxde-desktop-environment)
   Cinnamon Desktop (cinnamon-desktop-environment)
   MATE Desktop (mate-desktop-environment)
   Sugar Desktop Environment (sugar-desktop-environment)
   Development and Creative Workstation (developer-workstation-environment)
   Web Server (web-server-environment)
   Infrastructure Server (infrastructure-server-environment)
   Basic Desktop (basic-desktop-environment)
   Minimal Install (minimal-environment)

Comment 8 Christian Schmitt 2013-08-06 12:24:07 UTC
Also yum install @web-server-environment wouldn't work, too.

Comment 9 Mike FABIAN 2013-09-06 13:18:28 UTC
The problem still exists on Fedora-20-Alpha-TC4-x86_64-DVD.iso.

Comment 10 Bojan Smojver 2013-12-06 05:03:43 UTC
(In reply to Dylan Graham from comment #3)
> Even after 'yum clean all' I see these warnings:
> 
> # yum update
> Loaded plugins: langpacks, refresh-packagekit
> Warning: Environment Group mate-desktop-environment does not exist.
> Warning: Environment Group gnome-desktop-environment does not exist.
> Warning: Environment Group kde-desktop-environment does not exist.
> Warning: Environment Group cinnamon-desktop-environment does not exist.
> No packages marked for update

Apparently, this clean clear these things up:

yum group mark remove <group>

Comment 11 Cristián Rojas 2013-12-11 13:27:47 UTC
Same problem over here using Fedora 19.

Comment 12 Dylan Graham 2013-12-11 23:03:45 UTC
(In reply to Bojan Smojver from comment #10)
> Apparently, this clean clear these things up:
> 
> yum group mark remove <group>

This works, thanks Bojan.

Comment 13 Adam Pribyl 2013-12-12 10:07:53 UTC
Yes, it does.. temporarily. Until you start any other "object" group operation. If you do mark any existing group to be installed in future, you'll get most probably some warnings again. At least I do.

Comment 14 Fedora End Of Life 2015-01-09 17:45:44 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 15 Mike FABIAN 2015-01-12 07:54:56 UTC
It seems to be fixed in Fedora 21:

[mfabian@localhost ~]$ LANG=en_US.UTF-8 sudo yum -v grouplist
[sudo] password for mfabian: 
Loading "langpacks" plugin
Adding en_US to language list
Config time: 0.011
Adding ja_JP to language list
Yum version: 3.4.3
Setting up Package Sacks
pkgsack time: 0.024
group time: 0.271
Installed environment groups:
   KDE Plasma Workspaces (kde-desktop-environment)
   Xfce Desktop (xfce-desktop-environment)
   LXDE Desktop (lxde-desktop-environment)
   Cinnamon Desktop (cinnamon-desktop-environment)
   MATE Desktop (mate-desktop-environment)
   Sugar Desktop Environment (sugar-desktop-environment)
   Development and Creative Workstation (developer-workstation-environment)
Available environment groups:
   Fedora Server (server-product-environment)
   Fedora Workstation (workstation-product-environment)
   Fedora Cloud Server (cloud-server-environment)
   Web Server (web-server-environment)
   Infrastructure Server (infrastructure-server-environment)
   Basic Desktop (basic-desktop-environment)
   Minimal Install (minimal-environment)
Installed groups:
   Administration Tools (admin-tools)
   C Development Tools and Libraries (c-development)
   Development Tools (development-tools)
   Fedora Eclipse (eclipse)
   LibreOffice (libreoffice)
   RPM Development Tools (rpm-development-tools)
Available Groups:
   3D Printing (3d-printing)
   Audio Production (audio)
   Authoring and Publishing (authoring-and-publishing)
   Books and Guides (books)
   Cloud Infrastructure (cloud-infrastructure)
   Cloud Management Tools (cloud-management)
   Cloud Server Tools (cloud-server)
   Container Management (container-management)
   D Development Tools and Libraries (d-development)
   Design Suite (design-suite)
   Domain Membership (domain-client)
   Editors (editors)
   Educational Software (education)
   Electronic Lab (electronic-lab)
   Engineering and Scientific (engineering-and-scientific)
   FreeIPA Server (freeipa-server)
   Games and Entertainment (games)
   Headless Management (headless-management)
   MATE Applications (mate-applications)
   MATE COMPIZ (mate-compiz)
   Medical Applications (medical)
   Milkymist (milkymist)
   Network Servers (network-server)
   Office/Productivity (office)
   Robotics (robotics-suite)
   Security Lab (security-lab)
   Sound and Video (sound-and-video)
   System Tools (system-tools)
   Text-based Internet (text-internet)
   Window Managers (window-managers)
Done
[mfabian@localhost ~]$ 


The installed environment groups now appear in the
“Installed environment groups:” section in the “yum -v grouplist”
output.


Note You need to log in before you can comment on or make changes to this bug.