View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002643 | Virtual Moon Atlas | 1-Software | public | 23-08-11 07:23 | 25-04-11 15:32 |
| Reporter | kihenew914 | Assigned To | |||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Platform | PC | OS | Linux | OS Version | 64bit |
| Summary | 0002643: virtualmoonatlas cannot build | ||||
| Description | When building the latest version from 'git' I get the error: virtualmoon1.pas(3297,45) Note: Call to subroutine "operator :=(const source:ShortInt):Variant;" marked as inline is not inlined virtualmoon1.pas(3792,33) Note: Call to subroutine "operator :=(const source:ShortInt):Variant;" marked as inline is not inlined virtualmoon1.pas(3793,54) Note: Call to subroutine "operator :=(const source:Variant):AnsiString;" marked as inline is not inlined virtualmoon1.pas(3793,53) Note: Call to subroutine "operator :=(const source:ShortInt):Variant;" marked as inline is not inlined cp libcspice.so libcspicevma.so make[3]: Leaving directory '/home/qwerty/building/virtualmoonatlas-git/src/virtualmoonatlas/calclun/cspice' make[2]: Leaving directory '/home/qwerty/building/virtualmoonatlas-git/src/virtualmoonatlas/calclun' make[1]: Leaving directory '/home/qwerty/building/virtualmoonatlas-git/src/virtualmoonatlas/calclun' make: *** [Makefile:1823: calclun_all] Error 2 virtualmoon1.pas(5748,5) Note: Local variable "i" not used virtualmoon1.pas(6394,15) Note: Call to subroutine "function MinValue(const data:{Open} Array Of Single):Single;" marked as inline is not inlined atlun.lpr(14,3) Fatal: Can't find unit GLScene_RunTime used by atlun Fatal: Compilation aborted make[1]: *** [Makefile:1326: atlun] Error 1 make[1]: Leaving directory '/home/qwerty/building/virtualmoonatlas-git/src/virtualmoonatlas/virtualmoon' make: *** [Makefile:1598: virtualmoon_all] Error 2 | ||||
| Steps To Reproduce | cd "project dir" ./configure fpc=/usr/lib/fpc/3.0.4/units/x86_64-linux/ lazarus=/usr/lib/lazarus prefix=$pkgdir/usr make | ||||
| Additional Information | extra/lazarus 2.2.6-2 extra/fpc 3.2.2-8 | ||||
| Tags | No tags attached. | ||||
|
|
It look like the make command run many task in parallel and that a required part is not finished in time. Try to force single task with: make -j1 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 23-08-11 07:23 | kihenew914 | New Issue | |
| 23-08-11 15:17 | Patrick Chevalley | Note Added: 0008504 | |
| 25-04-11 15:32 | Patrick Chevalley | Status | new => resolved |
| 25-04-11 15:32 | Patrick Chevalley | Resolution | open => unable to reproduce |