| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0002174 | Spring engine | Linux | public | 2010-10-15 06:28 | 2010-10-15 20:42 | ||||
| Reporter | dfreeman | ||||||||
| Assigned To | |||||||||
| Priority | normal | Severity | block | Reproducibility | always | ||||
| Status | closed | Resolution | duplicate | ||||||
| Product Version | 0.82.5 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0002174: Cmake/Make build system is broken | ||||||||
| Description | This is an offshoot of bug 2109, which is still not fixed. It has been present in 0.82.5 and is present in 0.82.6 When building from source under Linux, I might do the following: >> cmake . >> make >> sudo make install-spring This will fail, with the following output: Scanning dependencies of target install-spring [100%] spring: Installing ... -- Install configuration: "RELWITHDEBINFO" CMake Error at rts/builds/default/cmake_install.cmake:36 (FILE): file INSTALL cannot find file "/opt/spring_0.82.5/rts/builds/default/CMakeFiles/CMakeRelink.dir/spring" to install. I have to manually copy the following files in order for the install to succeed: cp -a spring rts/builds/default/CMakeFiles/CMakeRelink.dir/ cp -a spring-multithreaded rts/builds/GML/CMakeFiles/CMakeRelink.dir/ cp -a libunitsync.so tools/unitsync/CMakeFiles/CMakeRelink.dir/ cp -a AI/Skirmish/AAI/libSkirmishAI.so AI/Skirmish/AAI/CMakeFiles/CMakeRelink.dir/ cp -a AI/Skirmish/RAI/libSkirmishAI.so AI/Skirmish/RAI/CMakeFiles/CMakeRelink.dir/ cp -a AI/Skirmish/KAIK/libSkirmishAI.so AI/Skirmish/KAIK/CMakeFiles/CMakeRelink.dir/ cp -a AI/Skirmish/CppTestAI/libSkirmishAI.so AI/Skirmish/CppTestAI/CMakeFiles/CMakeRelink.dir/ | ||||||||
| Tags | No tags attached. | ||||||||
| Checked infolog.txt for Errors | |||||||||
| Attached Files |
| ||||||||
Notes |
|
|
hoijui (reporter) 2010-10-15 20:42 |
fixes will be applied in master, and may appear in minor releases, and for sure in mayor releases. do not make a new reports for each release. |


