On 01/19/2017 07:47 PM, Ed Greshko wrote:
On 01/20/17 10:11, Rick Stevens wrote:
The code was probably written with UTF-8 locale characters and you may
not be using the UTF-8 locale. You may need to do something similar to
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
in your spec file so things get built under the UTF-8 locale instead
of whatever your default locale is. That's just a wild guess (this
seems to be a problem often with Ruby developers).
FWIW, my environment is en_US.UTF-8 and as noted in another post I get the warnings yet
everything completes just fine for me.
Then it must be my java packages that are the problem.
Will look into updates thereof.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx