Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472604 - net-dns/libidn-1.27 USE=java - Stringprep.java:46: error: package RangeSet does not exist
Summary: net-dns/libidn-1.27 USE=java - Stringprep.java:46: error: package RangeSet do...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-07 16:49 UTC by Jeroen Roovers (RETIRED)
Modified: 2013-07-10 14:21 UTC (History)
1 user (show)

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


Attachments
net-dns:libidn-1.27:20130607-164109.log (20130607-164109.log,156.67 KB, text/x-log)
2013-06-07 16:49 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2013-06-07 16:49:54 UTC
Created attachment 350348 [details]
net-dns:libidn-1.27:20130607-164109.log

make[8]: Entering directory `/home/jer/portage/net-dns/libidn-1.27/work/libidn-1.27/java/src/main/java/gnu/inet/encoding'
CLASSPATH=../../../../../../../java/src/main/java:./../../../../../../../java/src/main/java${CLASSPATH:+":$CLASSPATH"} javac -d ../.
./../../../../../java/src/main/java  -source 1.5 -target 1.5  CombiningClass.java Composition.java DecompositionKeys.java Decomposit
ionMappings.java IDNA.java IDNAException.java NFKC.java Punycode.java PunycodeException.java RFC3454.java Stringprep.java Stringprep
Exception.java
warning: [options] bootstrap class path not set in conjunction with -source 1.5
Stringprep.java:46: error: package RangeSet does not exist
  private static final RangeSet.Range[] NODEPREP_PASSTHROUGH_RANGES =
                               ^

I've been playing with this for hours. What is going wrong here?
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-10 14:21:44 UTC
1.28 seems to be better behaved.