Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341925 - dev-lang/tuprolog-2.3.0_alpha fails to build
Summary: dev-lang/tuprolog-2.3.0_alpha fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Prolog project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 18:34 UTC by Sven E.
Modified: 2010-11-05 23:45 UTC (History)
1 user (show)

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


Attachments
tuprolog build log (tuprolog.build.log,3.28 KB, text/plain)
2010-10-26 18:56 UTC, Sven E.
Details
Env File (tuprolog.environment,163.33 KB, text/plain)
2010-10-26 18:56 UTC, Sven E.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven E. 2010-10-20 18:34:29 UTC
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!?
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-10-26 15:20:56 UTC
Hi,

can you please attach the full build.log and environment files mentioned at the end of the failed emerge process?

Thanks
Comment 2 Sven E. 2010-10-26 18:56:16 UTC
Created attachment 252077 [details]
tuprolog build log
Comment 3 Sven E. 2010-10-26 18:56:56 UTC
Created attachment 252079 [details]
Env File

Log & environment as requested - anything else needed ?
Comment 4 Keri Harris (RETIRED) gentoo-dev 2010-11-05 23:45:20 UTC
Fixed in CVS. Thanks for reporting this bug!