Bug 9003 - libmatthew-java won't compile on non english locale systems
Summary: libmatthew-java won't compile on non english locale systems
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: José Jorge
QA Contact:
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-02-08 21:13 CET by Atilla ÖNTAŞ
Modified: 2013-03-18 10:49 CET (History)
1 user (show)

See Also:
Source RPM: libmatthew-java-0.8-2mga3.src.rpm
CVE:
Status comment:


Attachments
This patch fixes compilation issue on non-english systems (487 bytes, patch)
2013-02-08 21:14 CET, Atilla ÖNTAŞ
Details | Diff

Description Atilla ÖNTAŞ 2013-02-08 21:13:47 CET
Description of problem:
I tried to compile libmatthew-java rpm on my Turkish locale system but javadoc compilation end up with errors:

java.util.MissingResourceException: Can't find resource for bundle com.sun.tools.doclets.internal.toolkit.resources.doclets, key doclet.ınterface
        at java.util.ResourceBundle.getObject(ResourceBundle.java:393)
        at java.util.ResourceBundle.getString(ResourceBundle.java:353)
        at com.sun.tools.doclets.internal.toolkit.util.MessageRetriever.getText(MessageRetriever.java:100)
        at com.sun.tools.doclets.internal.toolkit.Configuration.getText(Configuration.java:657)
        at com.sun.tools.doclets.internal.toolkit.util.Util.getTypeName(Util.java:817)
        at com.sun.tools.doclets.formats.html.AbstractIndexWriter.addMemberDesc(AbstractIndexWriter.java:242)
        at com.sun.tools.doclets.formats.html.AbstractIndexWriter.addDescription(AbstractIndexWriter.java:193)
        at com.sun.tools.doclets.formats.html.AbstractIndexWriter.addContents(AbstractIndexWriter.java:115)
        at com.sun.tools.doclets.formats.html.SingleIndexWriter.generateIndexFile(SingleIndexWriter.java:96)
        at com.sun.tools.doclets.formats.html.SingleIndexWriter.generate(SingleIndexWriter.java:72)
        at com.sun.tools.doclets.formats.html.HtmlDoclet.generateOtherFiles(HtmlDoclet.java:130)
        at com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:141)
        at com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:83)
        at com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:63)
        at com.sun.tools.doclets.standard.Standard.start(Standard.java:39)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:280)
        at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:160)
        at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:397)
        at com.sun.tools.javadoc.Start.begin(Start.java:167)
        at com.sun.tools.javadoc.Main.execute(Main.java:59)
        at com.sun.tools.javadoc.Main.main(Main.java:49)
6 warnings
make: *** [doc/index.html] Hata 1
hata: /home/atilla/rpm/tmp/rpm-tmp.ZtL0Kh çıkıÅında hata (%install)

Makefile should be patched to use english locale for javadoc compilation options. Patch added.
Comment 1 Atilla ÖNTAŞ 2013-02-08 21:14:41 CET
Created attachment 3502 [details]
This patch fixes compilation issue on non-english systems
Manuel Hiebel 2013-02-09 03:01:50 CET

Keywords: (none) => PATCH
Assignee: bugsquad => dmorganec

Comment 2 José Jorge 2013-03-18 10:49:04 CET
Patch applied in release 3

Status: NEW => RESOLVED
CC: (none) => lists.jjorge
Resolution: (none) => FIXED
Assignee: dmorganec => lists.jjorge


Note You need to log in before you can comment on or make changes to this bug.