Bug 455196 - authconfig requires glibc-common
Summary: authconfig requires glibc-common
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: authconfig
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-13 22:13 UTC by Vadym Chepkov
Modified: 2008-07-14 08:30 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-07-14 08:30:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vadym Chepkov 2008-07-13 22:13:13 UTC
Description of problem:

authconfig fails in minimal installation (%packages --nobase)

# authconfig --enableshadow --enablemd5 --update
Traceback (most recent call last):
  File "/usr/sbin/authconfig", line 32, in <module>
    locale.setlocale(locale.LC_ALL, '')
  File "/usr/lib/python2.5/locale.py", line 476, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

Version-Release number of selected component (if applicable):
authconfig-5.4.2-1.fc9.i386

After glibc-common is installed the problem goes away, but I think absence of
locale support shouldn't be a show stopper.

Comment 1 Tomas Mraz 2008-07-14 08:30:13 UTC
I don't think install without glibc-common can be fully working install. Also
glibc rpm requires glibc-common. And does the setlocale() call fail even when
the LANG is set to C?



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