Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489486 - =dev-java/xml-xmlbeans-2.6.0 - [javac] /var/tmp/portage/dev-java/xml-xmlbeans-2.6.0/work/xmlbeans-2.6.0/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391: error: unmappable character for encoding ASCII
Summary: =dev-java/xml-xmlbeans-2.6.0 - [javac] /var/tmp/portage/dev-java/xml-xmlbean...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-26 17:38 UTC by Jason Mours
Modified: 2021-08-09 05:31 UTC (History)
0 users

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


Attachments
emerge-info (xml-xmlbeans-2.6.0-emerge.info,17.22 KB, text/plain)
2013-10-26 17:40 UTC, Jason Mours
Details
build.log (xml-xmlbeans-2.6.0-build.log,53.50 KB, text/plain)
2013-10-26 17:44 UTC, Jason Mours
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mours 2013-10-26 17:38:55 UTC
Emerge of dev-java/xml-xmlbeans-2.6.0 fails with:

/var/tmp/portage/dev-java/xml-xmlbeans-2.6.0/work/xmlbeans-2.6.0/src/typeimpl/org/apache/xmlbeans/impl/schema/StscChecker.java:391: error: unmappable character for encoding ASCII
    [javac]                             // 5.1.1 The {content type} of the {base type definition} must be a simple type definition of which the {content type} is a ???valid restriction??? as defined in Derivation Valid (Restriction, Simple) (???3.14.6).

...

    [javac]                               ^
    [javac] 100 errors

: Posting build.log

Reproducible: Always
Comment 1 Jason Mours 2013-10-26 17:40:25 UTC
Created attachment 361998 [details]
emerge-info
Comment 2 Jason Mours 2013-10-26 17:44:47 UTC
Created attachment 362000 [details]
build.log

Had to set permissions to 644... /var/tmp/portage/dev-java/xml-xmlbeans-2.6.0/temp/build.log is set to 640.
Comment 3 Rafał Mużyło 2013-10-26 18:55:46 UTC
There are quite a few packages, that hate LANG=C with passion - seems you've stumbled upon one.
Comment 4 Patrice Clement gentoo-dev 2016-04-14 15:33:22 UTC
I haven't been able to reproduce this error. I'm going to go ahead and mark it as FIXED due to recent changes. Feel free to reopen.
Comment 5 James Le Cuirot gentoo-dev 2016-04-14 15:40:12 UTC
Dear monieurp,

Please read the bug report. I have just reproduced this with LC_ALL=C.

Love,
Chewi
Comment 6 William L. Thomson Jr. 2017-11-18 01:52:26 UTC
Ebuild likely needs JAVA_ANT_ENCODING="ISO-8859-1" to fix, trivial quick fix. Anyone working with java ebuilds on Gentoo should quickly recognize such error.

Open add that near the other vars mid ebuild, re-digest and merge to confirm.
Comment 7 Larry the Git Cow gentoo-dev 2021-08-09 05:31:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f254610fff7084fd31de7dc701f8c34566d5d0

commit f3f254610fff7084fd31de7dc701f8c34566d5d0
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2021-08-08 10:45:06 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2021-08-09 05:31:14 +0000

    dev-java/xml-xmlbeans: remove last rited package
    
    Closes: https://bugs.gentoo.org/489486
    Closes: https://bugs.gentoo.org/796587
    Closes: https://bugs.gentoo.org/765451
    
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/xml-xmlbeans/Manifest                     |   1 -
 .../xml-xmlbeans-2.6.0-SchemaCompiler.java.patch   |  14 ---
 .../files/xml-xmlbeans-2.6.0-jam.patch             |  64 -------------
 .../files/xml-xmlbeans-2.6.0-piccolo.patch         |  14 ---
 .../xml-xmlbeans-2.6.0-remove-jamsupport.patch     |  37 -------
 dev-java/xml-xmlbeans/metadata.xml                 |  25 -----
 dev-java/xml-xmlbeans/xml-xmlbeans-2.6.0.ebuild    | 106 ---------------------
 7 files changed, 261 deletions(-)