anbox/anbox

installation error - binder_linux not found (earlier make errors)

Open

#187 创建于 2017年4月26日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)C++ (8,720 star) (1,160 fork)batch import
bughelp wanted

描述

During the install script (linux mint, amd64) Bad return status for module build on kernel: 3.13.0-37-generic (amd64)

Here is the make.log file: DKMS make.log for anbox-modules-ashmem-4~trusty1 for kernel 3.13.0-37-generic (amd64) Tue Apr 25 19:05:40 MST 2017 make -C /lib/modules/3.13.0-37-generic/build V=0 M=$PWD make[1]: Entering directory /usr/src/linux-headers-3.13.0-37-generic' LD /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/built-in.o CC [M] /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/deps.o /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/deps.c: In function ‘shmem_zero_setup’: /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/deps.c:9:24: warning: assignment makes pointer from integer without a cast [enabled by default] shmem_zero_setup_ptr = kallsyms_lookup_name("shmem_zero_setup"); ^ /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/deps.c: At top level: cc1: warning: unrecognized command line option "-Wno-int-conversion" [enabled by default] CC [M] /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/ashmem.o /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/ashmem.c: In function ‘ashmem_read’: /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/ashmem.c:316:2: error: implicit declaration of function ‘__vfs_read’ [-Werror=implicit-function-declaration] ret = __vfs_read(asma->file, buf, len, pos); ^ /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/ashmem.c: In function ‘ashmem_shrink_scan’: /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/ashmem.c:456:3: error: implicit declaration of function ‘vfs_fallocate’ [-Werror=implicit-function-declaration] vfs_fallocate(range->asma->file, ^ /var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/ashmem.c: At top level: cc1: warning: unrecognized command line option "-Wno-int-conversion" [enabled by default] cc1: some warnings being treated as errors make[2]: *** [/var/lib/dkms/anbox-modules-ashmem/4~trusty1/build/ashmem.o] Error 1 make[1]: *** [_module_/var/lib/dkms/anbox-modules-ashmem/4~trusty1/build] Error 2 make[1]: Leaving directory /usr/src/linux-headers-3.13.0-37-generic' make: *** [all] Error 2

贡献者指南