View Issue Details

IDProjectCategoryView StatusLast Update
0002643Virtual Moon Atlas1-Softwarepublic25-04-11 15:32
Reporterkihenew914 Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformPCOSLinuxOS Version64bit
Summary0002643: virtualmoonatlas cannot build
DescriptionWhen 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 Informationextra/lazarus 2.2.6-2
extra/fpc 3.2.2-8
TagsNo tags attached.

Activities

Patrick Chevalley

23-08-11 15:17

administrator   ~0008504

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

Issue History

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