EXTRAVERSION=-kds ARCH: x86_64 CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CALL scripts/checksyscalls.sh :1226:2: warning: #warning syscall finit_module not implemented [-Wcpp] :1229:2: warning: #warning syscall sched_setattr not implemented [-Wcpp] :1232:2: warning: #warning syscall sched_getattr not implemented [-Wcpp] :1235:2: warning: #warning syscall renameat2 not implemented [-Wcpp] :1238:2: warning: #warning syscall seccomp not implemented [-Wcpp] HOSTCC scripts/sign-file scripts/sign-file.c: In function ‘main’: scripts/sign-file.c:136:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(!bd, dest_name); ^ scripts/sign-file.c:162:3: warning: format not a string literal and no format arguments [-Wformat-security] ERR(!b, pkcs7_name); ^ scripts/sign-file.c:163:3: warning: format not a string literal and no format arguments [-Wformat-security] ERR(i2d_PKCS7_bio_stream(b, pkcs7, NULL, 0) < 0, pkcs7_name); ^ scripts/sign-file.c:168:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(BIO_reset(bm) < 0, module_name); ^ scripts/sign-file.c:171:3: warning: format not a string literal and no format arguments [-Wformat-security] ERR(BIO_write(bd, buf, n) < 0, dest_name); ^ scripts/sign-file.c:173:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(n < 0, module_name); ^ scripts/sign-file.c:176:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(i2d_PKCS7_bio_stream(bd, pkcs7, NULL, 0) < 0, dest_name); ^ scripts/sign-file.c:179:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(BIO_write(bd, &sig_info, sizeof(sig_info)) < 0, dest_name); ^ scripts/sign-file.c:180:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(BIO_write(bd, magic_number, sizeof(magic_number) - 1) < 0, dest_name); ^ scripts/sign-file.c:182:2: warning: format not a string literal and no format arguments [-Wformat-security] ERR(BIO_free(bd) < 0, dest_name); ^ scripts/sign-file.c:186:3: warning: format not a string literal and no format arguments [-Wformat-security] ERR(rename(dest_name, module_name) < 0, dest_name); ^ /tmp/ccgSFKJd.o: In function `display_openssl_errors': sign-file.c:(.text+0x4e): undefined reference to `ERR_peek_error' sign-file.c:(.text+0xa1): undefined reference to `ERR_error_string' sign-file.c:(.text+0xd7): undefined reference to `ERR_get_error_line' /tmp/ccgSFKJd.o: In function `main': sign-file.c:(.text.startup+0xd5): undefined reference to `ERR_load_crypto_strings' sign-file.c:(.text.startup+0xda): undefined reference to `ERR_clear_error' sign-file.c:(.text.startup+0xe7): undefined reference to `BIO_new_file' sign-file.c:(.text.startup+0x10b): undefined reference to `PEM_read_bio_PrivateKey' sign-file.c:(.text.startup+0x118): undefined reference to `BIO_free' sign-file.c:(.text.startup+0x125): undefined reference to `BIO_new_file' sign-file.c:(.text.startup+0x149): undefined reference to `PEM_read_bio_X509' sign-file.c:(.text.startup+0x156): undefined reference to `BIO_free' sign-file.c:(.text.startup+0x165): undefined reference to `BIO_new_file' sign-file.c:(.text.startup+0x180): undefined reference to `OpenSSL_add_all_digests' sign-file.c:(.text.startup+0x192): undefined reference to `EVP_get_digestbyname' sign-file.c:(.text.startup+0x1b5): undefined reference to `BIO_new_file' sign-file.c:(.text.startup+0x1de): undefined reference to `PKCS7_sign' sign-file.c:(.text.startup+0x20f): undefined reference to `PKCS7_sign_add_signer' sign-file.c:(.text.startup+0x229): undefined reference to `PKCS7_final' sign-file.c:(.text.startup+0x286): undefined reference to `BIO_new_file' sign-file.c:(.text.startup+0x2ab): undefined reference to `i2d_PKCS7_bio_stream' sign-file.c:(.text.startup+0x2c9): undefined reference to `BIO_free' sign-file.c:(.text.startup+0x2da): undefined reference to `BIO_ctrl' sign-file.c:(.text.startup+0x303): undefined reference to `BIO_write' sign-file.c:(.text.startup+0x32b): undefined reference to `BIO_read' sign-file.c:(.text.startup+0x351): undefined reference to `BIO_number_written' sign-file.c:(.text.startup+0x363): undefined reference to `i2d_PKCS7_bio_stream' sign-file.c:(.text.startup+0x381): undefined reference to `BIO_number_written' sign-file.c:(.text.startup+0x39e): undefined reference to `BIO_write' sign-file.c:(.text.startup+0x3c4): undefined reference to `BIO_write' sign-file.c:(.text.startup+0x3dc): undefined reference to `BIO_free' collect2: error: ld returned 1 exit status make[1]: *** [scripts/sign-file] Error 1 make: *** [scripts] Error 2