nimetu / docky

ryzom shard in docker
6 stars 3 forks source link

Error: Unable to find RyzomGameShare! #3

Closed bierdosenhalter closed 1 year ago

bierdosenhalter commented 1 year ago
shard01_1  | -- Searching header nel/misc/types_nl.h in:  with suffixes nelmisc;nelmisc;nelmisc
shard01_1  | -- nel/misc/types_nl.h not found
shard01_1  | -- nelmisc release library not found in /lib;/lib;/usr/local/lib/x86_64-linux-gnu;/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/local/lib;/usr/lib;/lib;/usr/local/X11R6/lib;/usr/X11R6/lib;/sw/lib;/opt/local/lib;/opt/csw/lib;/opt/lib;/usr/freeware/lib
shard01_1  | -- nelmisc debug library not found
shard01_1  | CMake Error at CMakeModules/FindNeL.cmake:418 (MESSAGE_VERSION_PACKAGE_HELPER):
shard01_1  |   MESSAGE_VERSION_PACKAGE_HELPER Macro invoked with incorrect arguments for
shard01_1  |   macro named: MESSAGE_VERSION_PACKAGE_HELPER
shard01_1  | Call Stack (most recent call first):
shard01_1  |   ryzom/server/CMakeLists.txt:107 (FIND_PACKAGE)
shard01_1  |
shard01_1  |
shard01_1  | CMake Error at CMakeModules/FindHelpers.cmake:382 (MESSAGE):
shard01_1  |   Error: Unable to find RyzomGameShare!
shard01_1  | Call Stack (most recent call first):
shard01_1  |   CMakeModules/FindRyzomGameShare.cmake:3 (FIND_PACKAGE_HELPER)
shard01_1  |   ryzom/server/CMakeLists.txt:112 (FIND_PACKAGE)
shard01_1  |
shard01_1  |
shard01_1  | -- Configuring incomplete, errors occurred!
shard01_1  | See also "/srv/ryzom/src/build-core-static/CMakeFiles/CMakeOutput.log".
shard01_1  | /srv/ryzom/src/build-core-static /srv/ryzom
shard01_1  | Running 'make' in '/srv/ryzom/src/build-core-static'
shard01_1  | make: *** No targets specified and no makefile found.  Stop.
docky_shard01_1 exited with code 2
bierdosenhalter commented 1 year ago

https://gitlab.com/ryzom/ryzom-server.git

This repository has been moved to ryzom-core/ryzom/server

nimetu commented 1 year ago

Thanks, I temporarily switched branches to pr branch that fixes the issues with CMake files.

Both build.sh and clone-and-build.sh files under template are changed and possibly should be copied into shard-data as long as you do not have local modifications (that you care about) for those.

To do fresh clone, delete src/ryzom-core.git, and possibly server binaries in server directory.