neechbear / trinitycore

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

unable to run "make run" Err: make: *** [Makefile:135: run] Error 1 #18

Closed blackbeards-code closed 3 years ago

blackbeards-code commented 3 years ago

Not sure if this is an I-D-10-T problem here but i am getting this error when running the "make run" command.

E: Unable to locate package libboost-filesystem1.67.0 E: Couldn't find any package by glob 'libboost-filesystem1.67.0' E: Couldn't find any package by regex 'libboost-filesystem1.67.0' E: Unable to locate package libboost-iostreams1.67.0 E: Couldn't find any package by glob 'libboost-iostreams1.67.0' E: Couldn't find any package by regex 'libboost-iostreams1.67.0' E: Unable to locate package libboost-program-options1.67.0 E: Couldn't find any package by glob 'libboost-program-options1.67.0' E: Couldn't find any package by regex 'libboost-program-options1.67.0' E: Unable to locate package libboost-regex1.67.0 E: Couldn't find any package by glob 'libboost-regex1.67.0' E: Couldn't find any package by regex 'libboost-regex1.67.0' E: Unable to locate package libboost-system1.67.0 E: Couldn't find any package by glob 'libboost-system1.67.0' E: Couldn't find any package by regex 'libboost-system1.67.0' E: Unable to locate package libboost-thread1.67.0 E: Couldn't find any package by glob 'libboost-thread1.67.0' E: Couldn't find any package by regex 'libboost-thread1.67.0' E: Unable to locate package libmariadb3 ERROR: Service 'authserver' failed to build : The command '/bin/sh -c apt-get -qq -o Dpkg::Use-Pty=0 update && apt-get -qq -o Dpkg::Use-Pty=0 install -y --no-install-recommends libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-program-options1.67.0 libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0 libmariadb3 libssl1.1 netcat < /dev/null > /dev/null && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100 make: *** [Makefile:135: run] Error 1

blackbeards-code commented 3 years ago

none