1. * Package: dev-java/dsiutils-1.0.10-r1
  2. * Repository: gentoo
  3. * Maintainer: java@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. * Using: icedtea-bin-7
  7. >>> Unpacking source...
  8. >>> Unpacking dsiutils-1.0.10-src.tar.gz to /tmp/portage/dev-java/dsiutils-1.0.10-r1/work
  9. >>> Source unpacked in /tmp/portage/dev-java/dsiutils-1.0.10-r1/work
  10. >>> Preparing source in /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10 ...
  11. Adding gentoo.classpath to build.xml
  12. Rewriting build.xml
  13. Searching for bundled jars:
  14. None found.
  15. Searching for bundled classes (no output if none found):
  16. Search done.
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10 ...
  19. Rewriting attributes
  20. Rewriting ./build.xml
  21. >>> Source configured.
  22. >>> Compiling source in /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10 ...
  23. * Disabling all optional ANT_TASKS
  24. Buildfile: /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/build.xml
  25. [taskdef] Could not load definitions from resource emma_ant.properties. It could not be found.
  26. init:
  27. [mkdir] Created dir: /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/build
  28. [mkdir] Created dir: /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/reports
  29. [mkdir] Created dir: /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/coverage
  30. [mkdir] Created dir: /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/instr
  31. compile:
  32. [javac] Compiling 118 source files to /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/build
  33. [javac] /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/src/it/unimi/dsi/io/OfflineIterable.java:72: error: type argument ? super B#1 is not within bounds of type-variable B#2
  34. [javac] private final Serializer<? super A, ? super B> serializer;
  35. [javac] ^
  36. [javac] where B#1,A#1,B#2,A#2 are type-variables:
  37. [javac] B#1 extends A#1 declared in class OfflineIterator
  38. [javac] A#1 extends Object declared in class OfflineIterator
  39. [javac] B#2 extends A#2 declared in interface Serializer
  40. [javac] A#2 extends Object declared in interface Serializer
  41. [javac] /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/src/it/unimi/dsi/io/OfflineIterable.java:80: error: type argument ? super B#1 is not within bounds of type-variable B#2
  42. [javac] private OfflineIterator( DataInputStream dis, final Serializer<? super A, ? super B> serializer, B store, long size ) {
  43. [javac] ^
  44. [javac] where B#1,A#1,B#2,A#2 are type-variables:
  45. [javac] B#1 extends A#1 declared in class OfflineIterator
  46. [javac] A#1 extends Object declared in class OfflineIterator
  47. [javac] B#2 extends A#2 declared in interface Serializer
  48. [javac] A#2 extends Object declared in interface Serializer
  49. [javac] /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/src/it/unimi/dsi/io/OfflineIterable.java:150: error: type argument ? super U is not within bounds of type-variable B
  50. [javac] private final Serializer<? super T, ? super U> serializer;
  51. [javac] ^
  52. [javac] where U,T,B,A are type-variables:
  53. [javac] U extends T declared in class OfflineIterable
  54. [javac] T extends Object declared in class OfflineIterable
  55. [javac] B extends A declared in interface Serializer
  56. [javac] A extends Object declared in interface Serializer
  57. [javac] /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/src/it/unimi/dsi/io/OfflineIterable.java:169: error: type argument ? super U is not within bounds of type-variable B
  58. [javac] public OfflineIterable( final Serializer<? super T, ? super U> serializer, final U store ) throws IOException {
  59. [javac] ^
  60. [javac] where U,T,B,A are type-variables:
  61. [javac] U extends T declared in class OfflineIterable
  62. [javac] T extends Object declared in class OfflineIterable
  63. [javac] B extends A declared in interface Serializer
  64. [javac] A extends Object declared in interface Serializer
  65. [javac] 4 errors
  66. BUILD FAILED
  67. /tmp/portage/dev-java/dsiutils-1.0.10-r1/work/dsiutils-1.0.10/build.xml:37: Compile failed; see the compiler error output for details.
  68. Total time: 8 seconds
  69. * ERROR: dev-java/dsiutils-1.0.10-r1 failed (compile phase):
  70. * eant failed
  71. *
  72. * Call stack:
  73. * ebuild.sh, line 85: Called src_compile
  74. * environment, line 4214: Called java-pkg-2_src_compile
  75. * environment, line 2156: Called eant 'jar' '-f' 'build.xml'
  76. * environment, line 700: Called die
  77. * The specific snippet of code:
  78. * ant ${antflags} "${@}" || die "eant failed"
  79. *
  80. * If you need support, post the output of `emerge --info '=dev-java/dsiutils-1.0.10-r1'`,
  81. * the complete build log and the output of `emerge -pqv '=dev-java/dsiutils-1.0.10-r1'`.
  82. !!! When you file a bug report, please include the following information:
  83. GENTOO_VM=icedtea-bin-7 CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-7.2.2.1"
  84. JAVACFLAGS="-source 1.5 -target 1.5" COMPILER="javac"
  85. and of course, the output of emerge --info
  86. sed: couldn't open temporary file /etc/portage/package.mask/sedbizJL4: Permission denied