So of course, now locale-gen and so on and so forth ("emerge glibc", for instance) whine about not being able to find the locale files:
Code: Select all
# locale-gen
* You should upgrade your /etc/locales.build to /etc/locale.gen
* and then remove /etc/locales.build when you're done.
* Generating 2 locales (this might take a while)
* (1/2) Generating en_US/ISO-8859-1 ...
cannot open locale definition file `en_US/ISO-8859-1': Not a directory [ !! ]
* (2/2) Generating en_US.UTF-8/UTF-8 ...
cannot open locale definition file `da_DK/ISO-8859-1': Not a directory [ !! ]
* Generation complete

