Open sharif779 opened 1 year ago
same for me any one?
root@test-Latitude-5490:/usr/src/libstirshaken# make -j nproc
CC src/stir_shaken_service.lo
CC src/stir_shaken_ssl.lo
CC src/stir_shaken_acme.lo
src/stir_shaken_ssl.c: In function ‘stir_shaken_generate_keys’:
src/stir_shaken_ssl.c:2292:79: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_HIGH, "Got new private/public EC key pair\n");
^
src/stir_shaken_service.c: In function ‘stir_shaken_curl_header_callback’:
src/stir_shaken_service.c:42:95: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
L_HIGH, "STIR-Shaken: CURL: Received empty header... skipping\n");
^
src/stir_shaken_acme.c: In function ‘stir_shaken_acme_poll’:
src/stir_shaken_acme.c:802:86: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Got 'valid' polling status\n");
^
src/stir_shaken_acme.c:809:95: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Got 'failed' polling status\n");
^
src/stir_shaken_acme.c:815:92: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Got malformed polling status\n");
^
src/stir_shaken_acme.c:822:109: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Got 'pending' polling status, continue polling...\n");
^
src/stir_shaken_acme.c: In function ‘stir_shaken_acme_perform_authorization’:
src/stir_shaken_acme.c:907:87: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "-> Processing authorization challenge...\n");
^
src/stir_shaken_acme.c:913:77: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "-> Authorization completed\n");
^
src/stir_shaken_acme.c:930:80: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Authorization is pending\n");
^
src/stir_shaken_acme.c:964:101: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Requesting authorization challenge details...\n");
^
src/stir_shaken_acme.c:990:116: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Sending a response to authorization challenge details...\n");
^
src/stir_shaken_acme.c:1002:70: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Polling...\n");
^
src/stir_shaken_acme.c:1011:79: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_MEDIUM, "\t-> Polling finished...\n");
^
src/stir_shaken_service.c: In function ‘stir_shaken_vs_verify_stica’:
src/stir_shaken_service.c:409:51: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror]
fprintif(STIR_SHAKEN_LOGLEVEL_HIGH, "invalid\n");
^
src/stir_shaken_acme.c: At top level:
cc1: error: unrecognized command line option ‘-Wno-gnu-zero-variadic-macro-arguments’ [-Werror]
cc1: all warnings being treated as errors
src/stir_shaken_service.c: At top level:
cc1: error: unrecognized command line option ‘-Wno-gnu-zero-variadic-macro-arguments’ [-Werror]
cc1: all warnings being treated as errors
Makefile:1288: recipe for target 'src/stir_shaken_acme.lo' failed
make: [src/stir_shaken_acme.lo] Error 1
make: Waiting for unfinished jobs....
Makefile:1288: recipe for target 'src/stir_shaken_service.lo' failed
make: [src/stir_shaken_service.lo] Error 1
src/stir_shaken_ssl.c: At top level:
cc1: error: unrecognized command line option ‘-Wno-gnu-zero-variadic-macro-arguments’ [-Werror]
cc1: all warnings being treated as errors
Makefile:1288: recipe for target 'src/stir_shaken_ssl.lo' failed
make: [src/stir_shaken_ssl.lo] Error 1
System =CentOS 7 ./bootstrap.sh=Successfull ./configure=successfull make=getting following error