Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456932 - ERROR: dev-java/netbeans-javafx-7.2 failed (compile phase)
Summary: ERROR: dev-java/netbeans-javafx-7.2 failed (compile phase)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 237562
  Show dependency tree
 
Reported: 2013-02-12 13:16 UTC by Ilario Pierbattista
Modified: 2013-10-16 09:55 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,23.91 KB, text/plain)
2013-02-12 13:16 UTC, Ilario Pierbattista
Details
emerge --info file (emerge-info,5.76 KB, text/plain)
2013-02-12 13:18 UTC, Ilario Pierbattista
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ...