spring / gentoo-overlay

spring rts gentoo overlay
http://springrts.com/wiki/Gentoo_install
3 stars 7 forks source link

Missing 'lsl' folder in 105.0 source tarball ? #34

Closed mfld-fr closed 2 years ago

mfld-fr commented 2 years ago

I am trying to build the spring engine from the 105.0 source tarball: https://springrts.com/dl/buildbot/default/master/105.0/source/spring_105.0_src.tar.gz

The build fails on a missing lsl folder:

CMake Error at tools/pr-downloader/src/CMakeLists.txt:17 (add_library):
  Cannot find source file:

    lsl/lslutils/platform.cpp

I can see that folder on Github for tag 105.0, and the build of a Git clone from that tag succeeds (just after patching for GCC 11 as in the develop branch).

Is this .tar.gz tarball correct on the DL server ?

abma commented 2 years ago

thanks for reporting!

created a ticket upstream: https://springrts.com/mantis/view.php?id=6446

(no, it seems its incorrect)

mfld-fr commented 2 years ago

Thanks @abma ! Now following the Mantis ticket...