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

Bug 456932

Summary: ERROR: dev-java/netbeans-javafx-7.2 failed (compile phase)
Product: Gentoo Linux Reporter: Ilario Pierbattista <ulven101>
Component: [OLD] JavaAssignee: Miroslav Šulc <fordfrog>
Status: RESOLVED NEEDINFO    
Severity: normal CC: java, ulven101
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 237562    
Attachments: build.log
emerge --info file

Description Ilario Pierbattista 2013-02-12 13:16:19 UTC
Created attachment 338694 [details]
build.log

ERROR: dev-java/netbeans-javafx-7.2 failed (compile phase):
 *   eant failed
Comment 1 Ilario Pierbattista 2013-02-12 13:18:25 UTC
Created attachment 338696 [details]
emerge --info file
Comment 2 Ilario Pierbattista 2013-02-13 20:13:01 UTC
GENTOO_VM=icedtea-bin-6  CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-6.1.11.5"
JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="javac"
Comment 3 Ilario Pierbattista 2013-02-13 20:19:37 UTC
The problem seems to be my locale settings (IT). 
According to this http://paolobacco.blogspot.it/2012/03/jaxb-xjc-javalangillegalargumentexcepti.html jaxb-xjc does not support locale different from US.
Comment 4 Miroslav Šulc gentoo-dev 2013-08-27 13:10:37 UTC
does this still occur with new portage (that sets ebuild locale to C)?

for reference:

2013-08-23-emerge-language
  Title                     Language of messages in emerge logs and output
  Author                    Andreas K. Huettel <dilfridge@gentoo.org>
  Posted                    2013-08-23
  Revision                  1

As of today, messages and logs of emerge do not use the system 
locale anymore but default to English. The intention behind this
is to ease the work of bug wranglers and package maintainers, 
who may have a hard time reading build logs in foreign 
languages. This change only affects the language of messages 
in emerge output, nothing else.

If you really want to have e.g. localized compiler error messages
in your builds, set LC_MESSAGES in your /etc/portage/make.conf.
Note that submitting localized build logs to the Gentoo Bugzilla
is discouraged. If maintainers are unable to translate the 
necessary information from the build log, your bug may be closed
as NEEDINFO and you may be asked to re-open it submitting an 
English build log [1] before any further action can be taken.

For more details with respect to localization, see
https://wiki.gentoo.org/wiki/Localization/HOWTO

[1] LC_MESSAGES=C emerge ...