Bug 8971
Summary: | RPMs of foreign language HOWTOs appear to be uninstallable | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | George Moody <george> |
Component: | howto | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | noarch | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-04 03:03:36 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
George Moody
2000-01-30 01:20:47 UTC
LANG needs to be set to fr_FR before those files get dumped on the hard drive. Those files are tagged as being usefull only for LANG=fr_FR setups. Sounds like you need a HOWTO on the subject of how to install HOWTOs :-) Seriously, how is anyone supposed to be able to figure this out, especially if they don't have the documentation? It seems like a bad idea to place obstacles, particularly undocumented obstacles, in the way of installing (of all things) documentation! In a multilingual environment, one of the attractive features of Linux is that reasonably decent documentation is available in languages other than English. I would guess that this was probably done so that folks who do "everything" installs don't get their disks unnecessarily cluttered with many megabytes of files they may never use. The '--force' option of rpm, however, *should* override requirements such as LANG=... (but this is not the case), and the the '-vv' option *should* result in a display of exactly what condition was not satisfied (but it doesn't). Perhaps rpm -vv can emit a diagnostic: Package 'foo' cannot be installed unless you set the value of environment variable 'BAR' to 'blurfl' |