Actions
Bug #1566
closediconv doesn't understand what "latin1" is
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2011-09-26
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
I ran into this while trying to compile R.
checking for iconv.h... yes checking for iconv... yes checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... no configure: error: a suitable iconv is essential
Manually running iconv with various from encodings indicates that "latin1" is unknown encoding. It should be an alias for iso8859-1 (perhaps a symlink in /usr/lib/iconv?).
Related issues
Actions