Hello all
 
I try install Guacamole but error "make"
 
OS : Ubuntu 18.04 server edition (all update)
 
Please help me !


make  all-recursive
make[1]: Entering directory '/home/vincent1890/guacamole-server-0.9.14'
Making all in src/libguac
make[2]: Entering directory 
'/home/vincent1890/guacamole-server-0.9.14/src/libguac'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 
'/home/vincent1890/guacamole-server-0.9.14/src/libguac'
Making all in src/common
make[2]: Entering directory 
'/home/vincent1890/guacamole-server-0.9.14/src/common'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 
'/home/vincent1890/guacamole-server-0.9.14/src/common'
Making all in tests
make[2]: Entering directory '/home/vincent1890/guacamole-server-0.9.14/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/vincent1890/guacamole-server-0.9.14/tests'
Making all in src/common-ssh
make[2]: Entering directory 
'/home/vincent1890/guacamole-server-0.9.14/src/common-ssh'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory 
'/home/vincent1890/guacamole-server-0.9.14/src/common-ssh'
Making all in src/terminal
make[2]: Entering directory 
'/home/vincent1890/guacamole-server-0.9.14/src/terminal'
  CC       libguac_terminal_la-typescript.lo
typescript.c: In function ‘guac_terminal_typescript_alloc’:
typescript.c:133:46: error: ‘%s’ directive writing 6 bytes into a region of 
size between 0 and 2047 [-Werror=format-overflow=]
     sprintf(typescript->timing_filename, "%s.%s", typescript->data_filename,
                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from typescript.c:28:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: 
‘__builtin___sprintf_chk’ output between 8 and 2055 bytes into a destination of 
size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:566: recipe for target 'libguac_terminal_la-typescript.lo' failed
make[2]: *** [libguac_terminal_la-typescript.lo] Error 1
make[2]: Leaving directory 
'/home/vincent1890/guacamole-server-0.9.14/src/terminal'
Makefile:503: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/vincent1890/guacamole-server-0.9.14'
Makefile:427: recipe for target 'all' failed
make: *** [all] Error 2
 
 
Thank you for help !
 
Cordialement,
---
Vincent1890

Reply via email to