neechbear / trinitycore

Moved to https://gitlab.com/nicolaw/trinitycore
https://gitlab.com/nicolaw/trinitycore
MIT License
28 stars 21 forks source link

Run issue #7

Closed Malpractis closed 6 years ago

Malpractis commented 6 years ago

Hey great work!

I've successfully complied using your docker containers. After that I assume I need to cd into the trinitycore folder and issue "make run"?

I'm getting an error in the worldserver build process.

ERROR: Service 'worldserver' failed to build: ADD failed: no source files were specified Makefile:125: recipe for target 'run' failed make: *** [run] Error 1

Ubuntu 16.04 LTS server

I've also tried manually compiling and running but am getting the same error.

Any help would be most appreciated.

Malpractis commented 6 years ago

Just rebuilt on a Debian 9 VM.

Compiled with docker. Cloned the source from GIT. Tried to run the docker-compose.yaml

It failed at: Step 14/17 : ADD TDB_*.sql "${install_prefix}/bin/"

qwoodmansee commented 5 years ago

Did you manage to fix this @Malpractis ?

It failed at: Step 14/17 : ADD TDB_*.sql "${install_prefix}/bin/"

my ubuntu 18.04 run attempt is failing at the same place