AR drivers/built-in.a
scripts/sign-file.c: In function ‘display_openssl_errors’:
scripts/sign-file.c:89:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
89 | while ((e = ERR_get_error_line(&file, &line))) {
411 | unsigned long ERR_get_error_line(const char **file, int *line);
scripts/sign-file.c: In function ‘drain_openssl_errors’:
scripts/sign-file.c:102:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
102 | while (ERR_get_error_line(&file, &line)) {}
411 | unsigned long ERR_get_error_line(const char **file, int *line);
certs/extract-cert.c: In function ‘display_openssl_errors’:
certs/extract-cert.c:46:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
46 | while ((e = ERR_get_error_line(&file, &line))) {
411 | unsigned long ERR_get_error_line(const char **file, int *line);
certs/extract-cert.c: In function ‘drain_openssl_errors’:
certs/extract-cert.c:59:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
59 | while (ERR_get_error_line(&file, &line)) {}
411 | unsigned long ERR_get_error_line(const char **file, int *line);
sound/soc/meson/aiu-codec-ctrl.c:81:12: error: ‘CTRL_DATA_SEL’ undeclared (first use in this function); did you mean ‘EX_DATA_REG’?
sound/soc/meson/aiu-codec-ctrl.c:92:11: error: ‘CTRL_CLK_SEL’ undeclared (first use in this function); did you mean ‘CTRL_I2S’?
sound/soc/meson/aiu-codec-ctrl.c:110:8: error: ‘CTRL_DATA_SEL_SHIFT’ undeclared here (not in a function); did you mean ‘HCR_ATA_SHIFT’?
sound/soc/meson/aiu-codec-ctrl.c:111:8: error: ‘aiu_codec_ctrl_mux_texts’ undeclared here (not in a function); did you mean ‘aiu_codec_hdmi_ctrl_mux_texts’?
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant
make[3]: *** [scripts/Makefile.build:288: sound/soc/meson/aiu-codec-ctrl.o] Error 1
make[2]: *** [scripts/Makefile.build:550: sound/soc/meson] Error 2
make[1]: *** [scripts/Makefile.build:550: sound/soc] Error 2
make: *** [Makefile:1831: sound] Error 2
[ error ] ERROR in function compile_kernel [ main.sh:588 -> main.sh:489 -> compilation.sh:508 -> general.sh:0 ]
[ error ] Kernel was not built [ @host ]
[ o.k. ] Process terminated
Checklist
hide
Activity
Show:
Viacheslav June 3, 2022 at 7:33 PM
Yeap. simple fix will be soon.
Igor Pecovnik June 2, 2022 at 6:32 PM
Can you check on this one please.
Done
Details
Assignee
Viacheslav
Viacheslav
Reporter
Igor Pecovnik
Igor Pecovnik
Priority
Medium
Created June 2, 2022 at 6:32 PM
Updated June 4, 2022 at 5:41 AM
Resolved June 4, 2022 at 5:41 AM
Flag notifications
Something's gone wrong
Looks like you've been signed out. Try logging in again.
AR drivers/built-in.a scripts/sign-file.c: In function ‘display_openssl_errors’: scripts/sign-file.c:89:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 89 | while ((e = ERR_get_error_line(&file, &line))) { 411 | unsigned long ERR_get_error_line(const char **file, int *line); scripts/sign-file.c: In function ‘drain_openssl_errors’: scripts/sign-file.c:102:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | while (ERR_get_error_line(&file, &line)) {} 411 | unsigned long ERR_get_error_line(const char **file, int *line); certs/extract-cert.c: In function ‘display_openssl_errors’: certs/extract-cert.c:46:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 46 | while ((e = ERR_get_error_line(&file, &line))) { 411 | unsigned long ERR_get_error_line(const char **file, int *line); certs/extract-cert.c: In function ‘drain_openssl_errors’: certs/extract-cert.c:59:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 59 | while (ERR_get_error_line(&file, &line)) {} 411 | unsigned long ERR_get_error_line(const char **file, int *line); sound/soc/meson/aiu-codec-ctrl.c:81:12: error: ‘CTRL_DATA_SEL’ undeclared (first use in this function); did you mean ‘EX_DATA_REG’? sound/soc/meson/aiu-codec-ctrl.c:92:11: error: ‘CTRL_CLK_SEL’ undeclared (first use in this function); did you mean ‘CTRL_I2S’? sound/soc/meson/aiu-codec-ctrl.c:110:8: error: ‘CTRL_DATA_SEL_SHIFT’ undeclared here (not in a function); did you mean ‘HCR_ATA_SHIFT’? sound/soc/meson/aiu-codec-ctrl.c:111:8: error: ‘aiu_codec_ctrl_mux_texts’ undeclared here (not in a function); did you mean ‘aiu_codec_hdmi_ctrl_mux_texts’? ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant ./include/linux/build_bug.h:16:51: error: bit-field ‘<anonymous>’ width not an integer constant make[3]: *** [scripts/Makefile.build:288: sound/soc/meson/aiu-codec-ctrl.o] Error 1 make[2]: *** [scripts/Makefile.build:550: sound/soc/meson] Error 2 make[1]: *** [scripts/Makefile.build:550: sound/soc] Error 2 make: *** [Makefile:1831: sound] Error 2 [ error ] ERROR in function compile_kernel [ main.sh:588 -> main.sh:489 -> compilation.sh:508 -> general.sh:0 ] [ error ] Kernel was not built [ @host ] [ o.k. ] Process terminated