Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432634 - app-misc/jdictionary-1.8-r2 "unmappable character for encoding" warning if current locale is not in ISO-8859-1 charmap
Summary: app-misc/jdictionary-1.8-r2 "unmappable character for encoding" warning if cu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 20:57 UTC by bugs.gentoo
Modified: 2012-10-15 07:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugs.gentoo 2012-08-24 20:57:58 UTC
ebuilds should not depend on the LC_CTYPE of the shell envirnment.

The following will have warnings
LANG=en_US.UTF-8 emerge jdictionary
LANG=C emerge jdictionary

The following is fine
LANG=en_US.ISO-8859-1 emerge jdictionary

To reproduce, make sure en_US.ISO-8859-1 and en_US.UTF-8 are available on your system

Reproducible: Always
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2012-10-15 07:57:18 UTC
Fixed by setting the encoding explicitly. Thanks for the report.

*jdictionary-1.8-r3 (15 Oct 2012)

  15 Oct 2012; Ralph Sennhauser <sera@gentoo.org> +jdictionary-1.8-r3.ebuild:
  Set encoding. #432634
  EAPI bump and cleanup.