Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - sudo cat /var/lib/dkms/anbox-binder/1/build/make.log
 - DKMS make.log for anbox-binder-1 for kernel 6.8.0-48-generic (x86_64)
 - 2024. nov. 18., hétfő, 10:57:59 CET
 - make -C /lib/modules/6.8.0-48-generic/build V=0 M=$PWD
 - make[1]: Entering directory '/usr/src/linux-headers-6.8.0-48-generic'
 - warning: the compiler differs from the one used to build the kernel
 - The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
 - You are using: gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
 - CC [M] /var/lib/dkms/anbox-binder/1/build/deps.o
 - CC [M] /var/lib/dkms/anbox-binder/1/build/binder.o
 - CC [M] /var/lib/dkms/anbox-binder/1/build/binder_alloc.o
 - CC [M] /var/lib/dkms/anbox-binder/1/build/binderfs.o
 - In file included from ././include/linux/kconfig.h:5,
 - from <command-line>:
 - ./include/generated/autoconf.h:4855: warning: "CONFIG_ANDROID_BINDER_DEVICES" redefined
 - 4855 | #define CONFIG_ANDROID_BINDER_DEVICES ""
 - |
 - <command-line>: note: this is the location of the previous definition
 - In file included from ././include/linux/kconfig.h:5,
 - from <command-line>:
 - ./include/generated/autoconf.h:4855: warning: "CONFIG_ANDROID_BINDER_DEVICES" redefined
 - 4855 | #define CONFIG_ANDROID_BINDER_DEVICES ""
 - |
 - <command-line>: note: this is the location of the previous definition
 - In file included from ././include/linux/kconfig.h:5,
 - from <command-line>:
 - ./include/generated/autoconf.h:4855: warning: "CONFIG_ANDROID_BINDER_DEVICES" redefined
 - 4855 | #define CONFIG_ANDROID_BINDER_DEVICES ""
 - |
 - <command-line>: note: this is the location of the previous definition
 - In file included from ././include/linux/kconfig.h:5,
 - from <command-line>:
 - ./include/generated/autoconf.h:4855: warning: "CONFIG_ANDROID_BINDER_DEVICES" redefined
 - 4855 | #define CONFIG_ANDROID_BINDER_DEVICES ""
 - |
 - <command-line>: note: this is the location of the previous definition
 - /var/lib/dkms/anbox-binder/1/build/deps.c:81:14: warning: no previous prototype for ‘close_fd_get_file’ [-Wmissing-prototypes]
 - 81 | struct file *close_fd_get_file(unsigned int fd)
 - | ^~~~~~~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/deps.c:122:5: warning: no previous prototype for ‘security_binder_set_context_mgr’ [-Wmissing-prototypes]
 - 122 | int security_binder_set_context_mgr(struct task_struct *mgr)
 - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/deps.c:131:5: warning: no previous prototype for ‘security_binder_transaction’ [-Wmissing-prototypes]
 - 131 | int security_binder_transaction(struct task_struct *from, struct task_struct *to)
 - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/deps.c:140:5: warning: no previous prototype for ‘security_binder_transfer_binder’ [-Wmissing-prototypes]
 - 140 | int security_binder_transfer_binder(struct task_struct *from, struct task_struct *to)
 - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/deps.c:149:5: warning: no previous prototype for ‘security_binder_transfer_file’ [-Wmissing-prototypes]
 - 149 | int security_binder_transfer_file(struct task_struct *from, struct task_struct *to, struct file *file)
 - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c: In function ‘binderfs_binder_device_create’:
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:150:16: error: ‘struct inode’ has no member named ‘i_mtime’; did you mean ‘__i_mtime’?
 - 150 | inode->i_mtime = inode->i_atime = inode_set_ctime_current(inode);
 - | ^~~~~~~
 - | __i_mtime
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:150:33: error: ‘struct inode’ has no member named ‘i_atime’; did you mean ‘__i_atime’?
 - 150 | inode->i_mtime = inode->i_atime = inode_set_ctime_current(inode);
 - | ^~~~~~~
 - | __i_atime
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c: In function ‘binderfs_binder_ctl_create’:
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:461:16: error: ‘struct inode’ has no member named ‘i_mtime’; did you mean ‘__i_mtime’?
 - 461 | inode->i_mtime = inode->i_atime = inode_set_ctime_current(inode);
 - | ^~~~~~~
 - | __i_mtime
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:461:33: error: ‘struct inode’ has no member named ‘i_atime’; did you mean ‘__i_atime’?
 - 461 | inode->i_mtime = inode->i_atime = inode_set_ctime_current(inode);
 - | ^~~~~~~
 - | __i_atime
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c: In function ‘binderfs_make_inode’:
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:507:22: error: ‘struct inode’ has no member named ‘i_atime’; did you mean ‘__i_atime’?
 - 507 | ret->i_atime = ret->i_mtime = inode_set_ctime_current(ret);
 - | ^~~~~~~
 - | __i_atime
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:507:37: error: ‘struct inode’ has no member named ‘i_mtime’; did you mean ‘__i_mtime’?
 - 507 | ret->i_atime = ret->i_mtime = inode_set_ctime_current(ret);
 - | ^~~~~~~
 - | __i_mtime
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c: In function ‘binderfs_fill_super’:
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:734:16: error: ‘struct inode’ has no member named ‘i_mtime’; did you mean ‘__i_mtime’?
 - 734 | inode->i_mtime = inode->i_atime = inode_set_ctime_current(inode);
 - | ^~~~~~~
 - | __i_mtime
 - /var/lib/dkms/anbox-binder/1/build/binderfs.c:734:33: error: ‘struct inode’ has no member named ‘i_atime’; did you mean ‘__i_atime’?
 - 734 | inode->i_mtime = inode->i_atime = inode_set_ctime_current(inode);
 - | ^~~~~~~
 - | __i_atime
 - make[3]: *** [scripts/Makefile.build:243: /var/lib/dkms/anbox-binder/1/build/binderfs.o] Error 1
 - make[3]: *** Waiting for unfinished jobs....
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c: In function ‘binder_update_page_range’:
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c:238:34: error: too few arguments to function ‘list_lru_del’
 - 238 | on_lru = list_lru_del(&binder_alloc_lru, &page->lru);
 - | ^~~~~~~~~~~~
 - In file included from ./include/linux/fs.h:13,
 - from ./include/linux/compat.h:17,
 - from ./arch/x86/include/asm/ia32.h:7,
 - from ./arch/x86/include/asm/elf.h:10,
 - from ./include/linux/elf.h:6,
 - from ./include/linux/module.h:19,
 - from /var/lib/dkms/anbox-binder/1/build/binder_alloc.c:13:
 - ./include/linux/list_lru.h:121:6: note: declared here
 - 121 | bool list_lru_del(struct list_lru *lru, struct list_head *item, int nid,
 - | ^~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c:289:23: error: too few arguments to function ‘list_lru_add’
 - 289 | ret = list_lru_add(&binder_alloc_lru, &page->lru);
 - | ^~~~~~~~~~~~
 - ./include/linux/list_lru.h:92:6: note: declared here
 - 92 | bool list_lru_add(struct list_lru *lru, struct list_head *item, int nid,
 - | ^~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c: In function ‘binder_alloc_deferred_release’:
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c:849:34: error: too few arguments to function ‘list_lru_del’
 - 849 | on_lru = list_lru_del(&binder_alloc_lru,
 - | ^~~~~~~~~~~~
 - ./include/linux/list_lru.h:121:6: note: declared here
 - 121 | bool list_lru_del(struct list_lru *lru, struct list_head *item, int nid,
 - | ^~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c: In function ‘binder_alloc_shrinker_init’:
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c:1088:23: error: implicit declaration of function ‘register_shrinker’; did you mean ‘register_chrdev’? [-Werror=implicit-function-declaration]
 - 1088 | ret = register_shrinker(&binder_shrinker, "android-binder");
 - | ^~~~~~~~~~~~~~~~~
 - | register_chrdev
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c: In function ‘binder_alloc_shrinker_exit’:
 - /var/lib/dkms/anbox-binder/1/build/binder_alloc.c:1100:9: error: implicit declaration of function ‘unregister_shrinker’; did you mean ‘unregister_chrdev’? [-Werror=implicit-function-declaration]
 - 1100 | unregister_shrinker(&binder_shrinker);
 - | ^~~~~~~~~~~~~~~~~~~
 - | unregister_chrdev
 - cc1: some warnings being treated as errors
 - /var/lib/dkms/anbox-binder/1/build/binder.c: In function ‘binder_deferred_fd_close’:
 - /var/lib/dkms/anbox-binder/1/build/binder.c:2240:18: error: implicit declaration of function ‘close_fd_get_file’ [-Werror=implicit-function-declaration]
 - 2240 | twcb->file = close_fd_get_file(fd);
 - | ^~~~~~~~~~~~~~~~~
 - make[3]: *** [scripts/Makefile.build:243: /var/lib/dkms/anbox-binder/1/build/binder_alloc.o] Error 1
 - /var/lib/dkms/anbox-binder/1/build/binder.c: In function ‘binder_transaction’:
 - /var/lib/dkms/anbox-binder/1/build/binder.c:3130:17: error: implicit declaration of function ‘security_task_getsecid_obj’; did you mean ‘security_task_getlsmblob_obj’? [-Werror=implicit-function-declaration]
 - 3130 | security_task_getsecid_obj(proc->tsk, &secid);
 - | ^~~~~~~~~~~~~~~~~~~~~~~~~~
 - | security_task_getlsmblob_obj
 - /var/lib/dkms/anbox-binder/1/build/binder.c:3134:55: error: passing argument 2 of ‘security_secid_to_secctx’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 - 3134 | ret = security_secid_to_secctx(secid, &secctx, &secctx_sz);
 - | ^~~~~~~
 - | |
 - | char **
 - In file included from /var/lib/dkms/anbox-binder/1/build/binder.c:63:
 - ./include/linux/security.h:543:60: note: expected ‘struct lsmcontext *’ but argument is of type ‘char **’
 - 543 | int security_secid_to_secctx(u32 secid, struct lsmcontext *cp);
 - | ~~~~~~~~~~~~~~~~~~~^~
 - /var/lib/dkms/anbox-binder/1/build/binder.c:3134:23: error: too many arguments to function ‘security_secid_to_secctx’
 - 3134 | ret = security_secid_to_secctx(secid, &secctx, &secctx_sz);
 - | ^~~~~~~~~~~~~~~~~~~~~~~~
 - ./include/linux/security.h:543:5: note: declared here
 - 543 | int security_secid_to_secctx(u32 secid, struct lsmcontext *cp);
 - | ^~~~~~~~~~~~~~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/binder.c:3183:41: error: passing argument 1 of ‘security_release_secctx’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 - 3183 | security_release_secctx(secctx, secctx_sz);
 - | ^~~~~~
 - | |
 - | char *
 - ./include/linux/security.h:547:49: note: expected ‘struct lsmcontext *’ but argument is of type ‘char *’
 - 547 | void security_release_secctx(struct lsmcontext *cp);
 - | ~~~~~~~~~~~~~~~~~~~^~
 - /var/lib/dkms/anbox-binder/1/build/binder.c:3183:17: error: too many arguments to function ‘security_release_secctx’
 - 3183 | security_release_secctx(secctx, secctx_sz);
 - | ^~~~~~~~~~~~~~~~~~~~~~~
 - ./include/linux/security.h:547:6: note: declared here
 - 547 | void security_release_secctx(struct lsmcontext *cp);
 - | ^~~~~~~~~~~~~~~~~~~~~~~
 - /var/lib/dkms/anbox-binder/1/build/binder.c:3518:41: error: passing argument 1 of ‘security_release_secctx’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 - 3518 | security_release_secctx(secctx, secctx_sz);
 - | ^~~~~~
 - | |
 - | char *
 - ./include/linux/security.h:547:49: note: expected ‘struct lsmcontext *’ but argument is of type ‘char *’
 - 547 | void security_release_secctx(struct lsmcontext *cp);
 - | ~~~~~~~~~~~~~~~~~~~^~
 - /var/lib/dkms/anbox-binder/1/build/binder.c:3518:17: error: too many arguments to function ‘security_release_secctx’
 - 3518 | security_release_secctx(secctx, secctx_sz);
 - | ^~~~~~~~~~~~~~~~~~~~~~~
 - ./include/linux/security.h:547:6: note: declared here
 - 547 | void security_release_secctx(struct lsmcontext *cp);
 - | ^~~~~~~~~~~~~~~~~~~~~~~
 - cc1: some warnings being treated as errors
 - make[3]: *** [scripts/Makefile.build:243: /var/lib/dkms/anbox-binder/1/build/binder.o] Error 1
 - make[2]: *** [/usr/src/linux-headers-6.8.0-48-generic/Makefile:1925: /var/lib/dkms/anbox-binder/1/build] Error 2
 - make[1]: *** [Makefile:240: __sub-make] Error 2
 - make[1]: Leaving directory '/usr/src/linux-headers-6.8.0-48-generic'
 - make: *** [Makefile:8: all] Error 2
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment