Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533434 - dev-java/guava-14.0.1 - com/google/common/base/Splitter.java:387: error: method spliterator in interface Iterable<T> cannot be applied to given types; return spliterator(sequence);
Summary: dev-java/guava-14.0.1 - com/google/common/base/Splitter.java:387: error: meth...
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: 2014-12-24 08:20 UTC by Kfir Ozer
Modified: 2015-03-23 09:58 UTC (History)
2 users (show)

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


Attachments
build log (emerge-error.txt,25.11 KB, text/plain)
2014-12-24 08:20 UTC, Kfir Ozer
Details
emerge info output (emerge-info.txt,5.33 KB, text/plain)
2014-12-24 08:20 UTC, Kfir Ozer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kfir Ozer 2014-12-24 08:20:17 UTC
Created attachment 392302 [details]
build log

Hello.
Guava 14.0.1 won't emerge.
I'm attaching the emerge --info output and the error output to this message.
Comment 1 Kfir Ozer 2014-12-24 08:20:38 UTC
Created attachment 392304 [details]
emerge info output
Comment 2 Kfir Ozer 2014-12-25 09:36:28 UTC
the problem only occurs on oracle-jdk-bin-1.8
when i changed to icedtea-bin-7 i was able to properly emerge it.
Comment 3 Patrice Clement gentoo-dev 2015-03-23 09:58:31 UTC
You can file a bug upstream to flag up this problem. As far as Gentoo is concerned, this fix should prevent guava 14 from being compiled with a jdk < 1.8.

  21 Feb 2015; Miroslav Šulc <fordfrog@gentoo.org> guava-13.0.1.ebuild,
  guava-14.0.1.ebuild, guava-15.0.ebuild, guava-16.0.1.ebuild,
  guava-17.0.ebuild, guava-18.0.ebuild:
  restricted all ebuilds to compile just with jdk:1.7 and run with jre:1.7 or
  jre:1.6 because of using proprietary sun.misc.Unsafe which is not present in
  jdk:1.8 (bug #519268)

Thank you.