Bug 205757 - kernel error compile 5.4.1
Summary: kernel error compile 5.4.1
Status: NEW
Alias: None
Product: Other
Classification: Unclassified
Component: Modules (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: other_modules
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-03 17:31 UTC by jonathanvlan
Modified: 2019-12-03 17:31 UTC (History)
0 users

See Also:
Kernel Version: 5.4.1
Subsystem:
Regression: No
Bisected commit-id:


Attachments
kernel error 5.4.1 Modules (112.41 KB, image/png)
2019-12-03 17:31 UTC, jonathanvlan
Details

Description jonathanvlan 2019-12-03 17:31:44 UTC
Created attachment 286167 [details]
kernel error 5.4.1 Modules

hi good afternoon. the error occurs at the end of the kernel compilation

Code : fakeroot make-kpkg --initrd --revision=0.0 kernel_image kernel_headers

ARCH=x86_64 INSTALL_MOD_STRIP=1 modules_install
make[2]: Entering directory '/usr/src/linux-5.4.1'
  INSTALL arch/x86/crypto/aegis128-aesni.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: : No such file or directory
make[3]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/aegis128-aesni.ko] Error 1
make[2]: *** [Makefile:1320: _modinst_] Error 2
make[2]: Leaving directory '/usr/src/linux-5.4.1'
make[1]: *** [debian/ruleset/targets/image.mk:57: debian/stamp/install/linux-image-9999.9999.9999] Error 2
make[1]: Leaving directory '/usr/src/linux-5.4.1'
make: *** [debian/ruleset/local.mk:106: kernel_image] Error 2

try to find the solution, reinstall the system and download the source code again and that error still appears

Code : root / make modules_install -j 8

  INSTALL arch/x86/crypto/aegis128-aesni.ko
  INSTALL arch/x86/crypto/aesni-intel.ko
  INSTALL arch/x86/crypto/blowfish-x86_64.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: : No such file or directory
  INSTALL arch/x86/crypto/camellia-aesni-avx-x86_64.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
make[1]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/blowfish-x86_64.ko] Error 1
make[1]: *** Waiting for unfinished jobs....
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: : No such file or directory
  INSTALL arch/x86/crypto/camellia-aesni-avx2.ko
make[1]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/aegis128-aesni.ko] Error 1
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: : No such file or directory
make[1]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/aesni-intel.ko] Error 1
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: : No such file or directory
make[1]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/camellia-aesni-avx-x86_64.ko] Error 1
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: : No such file or directory
make[1]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/camellia-aesni-avx2.ko] Error 1
make: *** [Makefile:1320: _modinst_] Error 2

thank you very much.

Note You need to log in before you can comment on or make changes to this bug.