EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
174 stars 68 forks source link

Error in 'get_evedbtool.sh' #240

Closed phillipwgardner closed 1 year ago

phillipwgardner commented 1 year ago

While building from Docker via 'docker-compose -p evemu up --build -d' the following error is produced:

Downloading latest EVEDBTool...
Using x86_64 build...
chmod: cannot access 'evedbtool': No such file or directory
ERROR: Service 'server' failed to build: The command '/bin/sh -c cd /src/sql && ./get_evedbtool.sh' returned a non-zero code: 1

Reproduction:

  1. git clone --branch staging https://github.com/EvEmu-Project/evemu_Crucible
  2. docker-compose -p evemu up --build -d
  3. See error

Expected behavior: Normal startup of the evemu_server container.

System Details:

evemu@evemu:~$ uname -a
Linux evemu 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64 GNU/Linux
evemu@evemu:~$ cat /etc/debian_version
11.2

evemu@evemu:~$

Additional context:

Thanks!

jdhirst commented 1 year ago

Fixed by 89d0b792d3b6a726bdf9871e714657c83814372f, please pull and retest 🙂

phillipwgardner commented 1 year ago

Fixed by 89d0b79, please pull and retest 🙂

I get some warnings building eve-core, also docker-compose producing some warnings there too. These were there before this issue, I will open a separate issue for this.

Otherwise built OK and everything is gravy now, thanks @jdhirst !