View Single Post
  #1  
Old 05-06-2023, 04:32 PM
Armetheous
Fire Beetle
 
Join Date: Dec 2017
Location: AL
Posts: 3
Default install.sh hanging

I have a fresh instance of Ubuntu 20.04 running in VMware workstation pro 16.
I downloaded the install script, dropped it into my /svr/eqemu directory, ran chmod 775 and then ran the script. Everything seemed to be going fine until it hit this spot.

Code:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 20 and 211 bytes into a destination of size 150
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any help getting past this would be greatly appreciated; because I am stuck.
Reply With Quote