View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004739 | Spring engine | Buildbot | public | 2015-04-11 02:11 | 2015-10-11 17:09 |
| Reporter | abma | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 98.0.1+git | ||||
| Summary | 0004739: initial build of java interface seems broken | ||||
| Description | 1. java isn't detected reliable: when a clean build on the buildslaves is started, java isn't detected probably. after deleting "JAVA_FOUND:INTERNAL=FALSE" from CMakeCache.txt and running cmake . afterwords, it works. 2. dependencies of the java interface seems broken. the buildsystem tries to compile files which don't exist yet. after ~2 retries it works. | ||||
| Additional Information | (this is mostly a bug report to point to, not sure how to fix it atm...) | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
todo: test if setting JAVA_HOME fixes this: https://springrts.com/mantis/view.php?id=4665#c14336 |
|
|
> 2. dependencies of the java interface seems broken. the buildsystem tries to compile files which don't exist yet. after ~2 retries it works. possible fixed by https://github.com/spring/spring/commit/7c27904967a37a7902f2565f4ed10e7d9a665958 if not, it should be easier now to fix/find the bug. |
|
|
still broken! http://buildbot.springrts.com/builders/full-windows-test/builds/2957/steps/build%20dir%20create/logs/stdio |
|
|
1. should be fixed 2. still happens, not sure where a dependency is missing |