[Bug 286278] graphics/drm-61-kmod, graphics/drm-66-kmod: Unable to build i915 on amd64 on CURRENT
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286278 --- Comment #2 from Yusuf Yaman <[email protected]> --- (In reply to Yusuf Yaman from comment #1) oh no, it seems the log files isn't complete/full on termbin, missing some text after a while. How can i send you these? % du -shA drm-6* 5.3M drm-61-kmod-6.1.128.1500038_2.log 5.6M drm-66-kmod-6.6.25.1500038_1.log Let me write some error here then. --- i915_gem_mman.o --- /wrkdirs/usr/ports/graphics/drm-61-kmod/work/drm-kmod-drm_v6.1.128_1/drivers/gpu/drm/i915/gem/i915_gem_mman.c:171:77: error: call to undeclared function 'vm_page_next'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] 171 | for (vm_page_t page = vm_page_find_least(vmobj, 0); page != NULL; page = vm_page_next(page)) { | ^ /wrkdirs/usr/ports/graphics/drm-61-kmod/work/drm-kmod-drm_v6.1.128_1/drivers/gpu/drm/i915/gem/i915_gem_mman.c:171:75: error: incompatible integer to pointer conversion assigning to 'vm_page_t' (aka 'struct vm_page *') from 'int' [-Wint-conversion] 171 | for (vm_page_t page = vm_page_find_least(vmobj, 0); page != NULL; page = vm_page_next(page)) { | ^ ~~~~~~~~~~~~~~~~~~ 2 errors generated. *** [i915_gem_mman.o] Error code 1 -- You are receiving this mail because: You are the assignee for the bug.