FAQs
Issue 1: "alloc upatch module memory failed"
Possible cause: The SELinux constraint is triggered.
Solution: Manually add policies according to the error. The policies to be added vary according to the actual situation. For details, see https://gitee.com/openeuler/syscare/issues/I671H1.
Issue 2: "patch file error 2"
Possible cause: The patch cannot be detected.
Solution: Use another patch.
Issue 3: "build project error 11"
Possible cause: The source package fails to be compiled.
Solution: Run rpmbuild -ra *.src.rpm
to check if the source package can be compiled and the compilation dependencies are satisfied.