X86_64 kernel 4.19 compile from scratch error with cryptodev-linux

Latest snapshot branch. I compile x86_64 kernel 4.19, have error with crytodev-linux.
When i'm compile with kernel 4.14, completed without error.

Anyone have same issue ?

make[4]: Entering directory '/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/cryptodev-linux-cryptodev-linux-1.10'
make -C /home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-4.19.56 M=/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/cryptodev-linux-cryptodev-linux-1.10 ARCH=x86 CROSS_COMPILE=x86_64-openwrt-linux-musl- modules
make[5]: Entering directory '/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-4.19.56'
make[6]: *** No rule to make target '/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/cryptodev-linux-cryptodev-linux-1.10/ioctl.o', needed by '/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/cryptodev-linux-cryptodev-linux-1.10/cryptodev.o'.  Stop.
make[5]: *** [Makefile:1515: _module_/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/cryptodev-linux-cryptodev-linux-1.10] Error 2
make[5]: Leaving directory '/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-4.19.56'
make[4]: *** [Makefile:27: build] Error 2
make[4]: Leaving directory '/home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/cryptodev-linux-cryptodev-linux-1.10'
make[3]: *** [Makefile:63: /home/myname/openwrt/build_dir/target-x86_64_musl/linux-x86_64/cryptodev-linux-cryptodev-linux-1.10/.built] Error 2
make[3]: Leaving directory '/home/myname/openwrt/package/kernel/cryptodev-linux'
time: package/kernel/cryptodev-linux/compile#0.92#0.53#1.29
make[2]: *** [package/Makefile:109: package/kernel/cryptodev-linux/compile] Error 2
make[2]: Leaving directory '/home/myname/openwrt'
make[1]: *** [package/Makefile:103: /home/myname/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/myname/openwrt'
make: *** [/home/myname/openwrt/include/toplevel.mk:218: world] Error 2

Otherwise, i still see issue with pulseaudio.

make menuconfig V=s
Collecting package info: done
tmp/.config-package.in:122342:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:122342:	symbol PACKAGE_pulseaudio-profiles depends on PACKAGE_pulseaudio-profiles
tmp/.config-package.in:122357:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:122357:	symbol PACKAGE_pulseaudio-tools depends on PACKAGE_pulseaudio-tools
configuration written to .config

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

Latest snapshot r10456-fa2435903f kernel 4.19.57 has been fixed. tks devs.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.