dev-lang/tuprolog-2.3.0_alpha fails to build due to errors in java source. Reproducible: Always Steps to Reproduce: 1. try an emerge of tuprolog Actual Results: Build Drops out with: compile: [javac] Compiling 259 source files to /var/tmp/portage/dev-lang/tuprolog-2.3.0_alpha/work/build [javac] /var/tmp/portage/dev-lang/tuprolog-2.3.0_alpha/work/src/alice/tuprologx/pj/test/AnotherList.java:50: type parameters of <Z>Z cannot be determined; no unique maximal instance exists for type variable Z with upper bounds alice.tuprologx.pj.model.List<alice.tuprologx.pj.model.Int>,alice.tuprologx.pj.model.List<X> [javac] l=lists.add(new Int(i),l); // Adding elements...[1,2,3,4,5,6,7,8,9,10] [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error Expected Results: clean build Looks like something upstream needs to fix!?
Hi, can you please attach the full build.log and environment files mentioned at the end of the failed emerge process? Thanks
Created attachment 252077 [details] tuprolog build log
Created attachment 252079 [details] Env File Log & environment as requested - anything else needed ?
Fixed in CVS. Thanks for reporting this bug!