Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 433986

Summary: dev-embedded/arduino-1.0.1 does not work with Polish locales
Product: Gentoo Linux Reporter: Paul Osmialowski <newchief>
Component: Current packagesAssignee: Angelo Arrifano (RETIRED) <miknix>
Status: RESOLVED FIXED    
Severity: normal CC: dev-embedded+disabled, nixphoeni
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: http://bugs.debian.org/674415
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul Osmialowski 2012-09-05 04:56:36 UTC
This bug already known in Debian now showed up in Gentoo after yesterday arduino package upgrade. More details here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674415

As the external report says, this upstream problem touches Polish locales, the easiest workaround is to edit /usr/bin/arduino and add LC_ALL=C line:

#!/bin/bash
LC_ALL=C
gjl_package=arduino
gjl_pwd="/usr/share/arduino"
gjl_main="processing.app.Base"
source /usr/share/java-config-2/launcher/launcher.bash
Comment 1 Angelo Arrifano (RETIRED) gentoo-dev 2013-01-26 21:30:47 UTC
Paul, is this bug still present in dev-embedded/arduino-1.0.3-r1 ?
Comment 2 Paul Osmialowski 2013-01-27 07:50:35 UTC
It starts properly now, I guess this one can be closed.
Comment 3 Angelo Arrifano (RETIRED) gentoo-dev 2013-01-27 10:17:50 UTC
Alright, thanks.