Skip to content

config: disable CONFIG_MODULE_COMPRESS

atlas.luo requested to merge github/fork/xypron/CONFIG_MODULE_COMPRESS into Fedora

Created by: xypron

Building bindeb-pkg and binrpm-pgk fails at least on Debian Bullseye when both module signing and module compression are enabled. The signing step is executed after compression but expects uncompressed modules:

At main.c:291:

  • 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: debian/linux-image/lib/modules/5.10.6+/kernel/crypto/adiantum.ko: No such file or directory SIGN [M] debian/linux-image/lib/modules/5.10.6+/kernel/crypto/async_tx/async_raid6_recov.ko

Disabling CONFIG_MODULE_COMPRESS solves the issue.

Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de

Merge request reports