Mageia Bugzilla – Attachment 13705 Details for
Bug 29611
Android modules (ashmem, binder) not enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
make log for module
make.log (text/plain), 8.08 KB, created by
sturmvogel
on 2023-02-18 22:41:26 CET
(
hide
)
Description:
make log for module
Filename:
MIME Type:
Creator:
sturmvogel
Created:
2023-02-18 22:41:26 CET
Size:
8.08 KB
patch
obsolete
>DKMS make.log for anbox-binder-0.0.1-2.mga8 for kernel 5.15.88-desktop-1.mga8 (x86_64) >Sat 18 Feb 22:33:16 CET 2023 >make -C /lib/modules/5.15.88-desktop-1.mga8/build V=0 M=$PWD >make[1]: Entering directory '/usr/src/kernel-5.15.88-desktop-1.mga8' > CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/deps.o > CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.o > CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder_alloc.o >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_translate_binderâ: >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2438:42: error: passing argument 1 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2438 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { > | ~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:266:56: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 266 | int security_binder_transfer_binder(const struct cred *from, > | ~~~~~~~~~~~~~~~~~~~^~~~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2438:60: error: passing argument 2 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2438 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { > | ~~~~~~~~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:267:28: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 267 | const struct cred *to); > | ~~~~~~~~~~~~~~~~~~~^~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_translate_handleâ: >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2484:42: error: passing argument 1 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2484 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { > | ~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:266:56: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 266 | int security_binder_transfer_binder(const struct cred *from, > | ~~~~~~~~~~~~~~~~~~~^~~~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2484:60: error: passing argument 2 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2484 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { > | ~~~~~~~~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:267:28: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 267 | const struct cred *to); > | ~~~~~~~~~~~~~~~~~~~^~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_translate_fdâ: >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2572:42: error: passing argument 1 of âsecurity_binder_transfer_fileâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2572 | ret = security_binder_transfer_file(proc->tsk, target_proc->tsk, file); > | ~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:268:54: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 268 | int security_binder_transfer_file(const struct cred *from, > | ~~~~~~~~~~~~~~~~~~~^~~~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2572:60: error: passing argument 2 of âsecurity_binder_transfer_fileâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2572 | ret = security_binder_transfer_file(proc->tsk, target_proc->tsk, file); > | ~~~~~~~~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:269:26: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 269 | const struct cred *to, struct file *file); > | ~~~~~~~~~~~~~~~~~~~^~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_transactionâ: >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2970:39: error: passing argument 1 of âsecurity_binder_transactionâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2970 | if (security_binder_transaction(proc->tsk, > | ~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:264:52: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 264 | int security_binder_transaction(const struct cred *from, > | ~~~~~~~~~~~~~~~~~~~^~~~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2971:18: error: passing argument 2 of âsecurity_binder_transactionâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 2971 | target_proc->tsk) < 0) { > | ~~~~~~~~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:265:24: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 265 | const struct cred *to); > | ~~~~~~~~~~~~~~~~~~~^~ >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_ioctl_set_ctx_mgrâ: >/var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:4913:44: error: passing argument 1 of âsecurity_binder_set_context_mgrâ from incompatible pointer type [-Werror=incompatible-pointer-types] > 4913 | ret = security_binder_set_context_mgr(proc->tsk); > | ~~~~^~~~~ > | | > | struct task_struct * >In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: >./include/linux/security.h:263:56: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â > 263 | int security_binder_set_context_mgr(const struct cred *mgr); > | ~~~~~~~~~~~~~~~~~~~^~~ > CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binderfs.o >cc1: some warnings being treated as errors >make[2]: *** [scripts/Makefile.build:289: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.o] Error 1 >make[1]: *** [Makefile:1890: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build] Error 2 >make[1]: Leaving directory '/usr/src/kernel-5.15.88-desktop-1.mga8' >make: *** [Makefile:8: all] Error 2
DKMS make.log for anbox-binder-0.0.1-2.mga8 for kernel 5.15.88-desktop-1.mga8 (x86_64) Sat 18 Feb 22:33:16 CET 2023 make -C /lib/modules/5.15.88-desktop-1.mga8/build V=0 M=$PWD make[1]: Entering directory '/usr/src/kernel-5.15.88-desktop-1.mga8' CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/deps.o CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.o CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder_alloc.o /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_translate_binderâ: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2438:42: error: passing argument 1 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2438 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { | ~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:266:56: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 266 | int security_binder_transfer_binder(const struct cred *from, | ~~~~~~~~~~~~~~~~~~~^~~~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2438:60: error: passing argument 2 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2438 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { | ~~~~~~~~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:267:28: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 267 | const struct cred *to); | ~~~~~~~~~~~~~~~~~~~^~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_translate_handleâ: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2484:42: error: passing argument 1 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2484 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { | ~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:266:56: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 266 | int security_binder_transfer_binder(const struct cred *from, | ~~~~~~~~~~~~~~~~~~~^~~~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2484:60: error: passing argument 2 of âsecurity_binder_transfer_binderâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2484 | if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { | ~~~~~~~~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:267:28: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 267 | const struct cred *to); | ~~~~~~~~~~~~~~~~~~~^~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_translate_fdâ: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2572:42: error: passing argument 1 of âsecurity_binder_transfer_fileâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2572 | ret = security_binder_transfer_file(proc->tsk, target_proc->tsk, file); | ~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:268:54: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 268 | int security_binder_transfer_file(const struct cred *from, | ~~~~~~~~~~~~~~~~~~~^~~~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2572:60: error: passing argument 2 of âsecurity_binder_transfer_fileâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2572 | ret = security_binder_transfer_file(proc->tsk, target_proc->tsk, file); | ~~~~~~~~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:269:26: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 269 | const struct cred *to, struct file *file); | ~~~~~~~~~~~~~~~~~~~^~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_transactionâ: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2970:39: error: passing argument 1 of âsecurity_binder_transactionâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2970 | if (security_binder_transaction(proc->tsk, | ~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:264:52: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 264 | int security_binder_transaction(const struct cred *from, | ~~~~~~~~~~~~~~~~~~~^~~~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:2971:18: error: passing argument 2 of âsecurity_binder_transactionâ from incompatible pointer type [-Werror=incompatible-pointer-types] 2971 | target_proc->tsk) < 0) { | ~~~~~~~~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:265:24: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 265 | const struct cred *to); | ~~~~~~~~~~~~~~~~~~~^~ /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c: In function âbinder_ioctl_set_ctx_mgrâ: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:4913:44: error: passing argument 1 of âsecurity_binder_set_context_mgrâ from incompatible pointer type [-Werror=incompatible-pointer-types] 4913 | ret = security_binder_set_context_mgr(proc->tsk); | ~~~~^~~~~ | | | struct task_struct * In file included from /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.c:63: ./include/linux/security.h:263:56: note: expected âconst struct cred *â but argument is of type âstruct task_struct *â 263 | int security_binder_set_context_mgr(const struct cred *mgr); | ~~~~~~~~~~~~~~~~~~~^~~ CC [M] /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binderfs.o cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:289: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build/binder.o] Error 1 make[1]: *** [Makefile:1890: /var/lib/dkms/anbox-binder/0.0.1-2.mga8/build] Error 2 make[1]: Leaving directory '/usr/src/kernel-5.15.88-desktop-1.mga8' make: *** [Makefile:8: all] Error 2
View Attachment As Raw
Actions:
View
Attachments on
bug 29611
: 13705 |
13706
|
13996
|
13997