Bug 1230361 - dnf not install any desktop
Summary: dnf not install any desktop
Keywords:
Status: CLOSED DUPLICATE of bug 1223932
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 22
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-10 17:27 UTC by David Vásquez
Modified: 2015-07-24 12:38 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-07-24 12:38:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description David Vásquez 2015-06-10 17:27:59 UTC
Description of problem:

Impossible to install any desktop in Fedora 22

Version-Release number of selected component (if applicable):
dnf-1.0.0-1.fc22.noarch
python-dnf-1.0.0-1.fc22.noarch

How reproducible:

dnf install @gnome-desktop
dnf -y install @xfce-desktop 
dnf -y install @lxde-desktop 
dnf -y install @kde-desktop 

Steps to Reproduce:
1. Installing all desktop


Actual results:

[makerpm@localhost ~]$ su
Contraseña: 
[root@localhost makerpm]# dnf install @gnome-desktop 
Last metadata expiration check performed 0:13:54 ago on Wed Jun 10 11:02:23 2015.
Traceback (most recent call last):
  File "/usr/bin/dnf", line 36, in <module>
    main.user_main(sys.argv[1:], exit_code=True)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 185, in user_main
    errcode = main(args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 84, in main
    return _main(base, args)
  File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 134, in _main
    cli.run()
  File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1077, in run
    return self.command.run(self.base.extcmds)
  File "/usr/lib/python2.7/site-packages/dnf/cli/commands/install.py", line 72, in run
    dnf.const.GROUP_PACKAGE_TYPES)
  File "/usr/lib/python2.7/site-packages/dnf/base.py", line 1253, in env_group_install
    res.groups, types)
  File "/usr/lib/python2.7/site-packages/dnf/comps.py", line 88, in install_or_skip
    logger.warning("%s, %s", str(e)[:-1], _("skipping."))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 17: ordinal not in range(128)


Expected results:
Install other desktop

Additional info:
nothing

Comment 1 Honza Silhan 2015-07-24 12:38:29 UTC

*** This bug has been marked as a duplicate of bug 1223932 ***


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