Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459902 - dev-java/javacc-5.0-r1 fails to build in tr_TR locale
Summary: dev-java/javacc-5.0-r1 fails to build in tr_TR locale
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 16:41 UTC by KoRCeRRaH
Modified: 2017-06-29 09:36 UTC (History)
0 users

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


Attachments
buildlog of javacc-5.0-r1 (buildlog,8.83 KB, text/plain)
2013-03-01 16:41 UTC, KoRCeRRaH
Details
emerge--info (emerge--info,5.04 KB, text/plain)
2013-03-01 16:41 UTC, KoRCeRRaH
Details

Note You need to log in before you can comment on or make changes to this bug.
Description KoRCeRRaH 2013-03-01 16:41:16 UTC
Created attachment 340658 [details]
buildlog of javacc-5.0-r1

compile-nojar:
    [javac] Compiling 140 source files to /var/tmp/portage/dev-java/javacc-5.0-r1/work/javacc/classes
    [javac] /var/tmp/portage/dev-java/javacc-5.0-r1/work/javacc/src/org/javacc/jjtree/ASTNodeDescriptor.java:44: error: cannot find symbol
    [javac]     ASTNodeDescriptor nd = new ASTNodeDescriptor(JJTreeParserTreeConstants.JJTNODEDESCRIPTOR);
    [javac]                                                                           ^
    [javac]   symbol:   variable JJTNODEDESCRIPTOR
    [javac]   location: interface JJTreeParserTreeConstants
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/var/tmp/portage/dev-java/javacc-5.0-r1/work/javacc/build.xml:25: The following error occurred while executing this line:
/var/tmp/portage/dev-java/javacc-5.0-r1/work/javacc/src/org/javacc/parser/build.xml:16: Compile failed; see the compiler error output for details.
Comment 1 KoRCeRRaH 2013-03-01 16:41:36 UTC
Created attachment 340660 [details]
emerge--info
Comment 2 KoRCeRRaH 2013-05-22 01:28:53 UTC
I found solution , we should export LC_ALL = en_US-UTF-8 and it works for me..
Comment 3 KoRCeRRaH 2013-05-22 01:30:59 UTC
(In reply to comment #2)
> I found solution , we should export LC_ALL = en_US-UTF-8 and it works for
> me..

sorry for mistake I mean $export LC_ALL = en_US.UTF-8
Comment 4 Ralph Sennhauser (RETIRED) gentoo-dev 2013-06-05 19:51:06 UTC
Let's leave the bug open so others will find the workaround till a fix is committed. Thanks for the report and more importantly the follow up.
Comment 5 Patrice Clement gentoo-dev 2017-06-29 09:36:10 UTC
(In reply to KoRCeRRaH from comment #2)
> I found solution , we should export LC_ALL = en_US-UTF-8 and it works for
> me..

Cool.