From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 111684] amdgpu-dkms 19.30-855429 fails to compiler on kernel 5.2
Date: Sat, 14 Sep 2019 08:35:13 +0000 [thread overview]
Message-ID: <bug-111684-502@http.bugs.freedesktop.org/> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 4651 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=111684
Bug ID: 111684
Summary: amdgpu-dkms 19.30-855429 fails to compiler on kernel
5.2
Product: DRI
Version: XOrg git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: not set
Component: DRM/AMDgpu-pro
Assignee: dri-devel@lists.freedesktop.org
Reporter: witold.baryluk+freedesktop@gmail.com
Created attachment 145358
--> https://bugs.freedesktop.org/attachment.cgi?id=145358&action=edit
make.log from attempted dkms build of amdgpu
I know it is somehow expected due to very new kernel, but reporting anyway, as
maybe it is related to something else than new kernel.
root@debian:/var/lib/dkms/amdgpu/19.30-855429/build# grep error make.log
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_drv.c:1238:2: error:
implicit declaration of function ‘drm_kms_helper_poll_disable’; did you mean
‘drm_fb_helper_pan_display’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_connectors.c:735:7:
error: implicit declaration of function ‘drm_kms_helper_is_poll_worker’; did
you mean ‘drm_fb_helper_initial_config’?
[-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_device.c:1021:3:
error: implicit declaration of function ‘drm_kms_helper_poll_enable’; did you
mean ‘drm_fb_helper_fill_info’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_drv.c:1277:2: error:
implicit declaration of function ‘drm_kms_helper_poll_enable’; did you mean
‘drm_fb_helper_fill_info’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_connectors.c:835:16:
error: ‘drm_helper_probe_single_connector_modes’ undeclared here (not in a
function); did you mean ‘drm_helper_move_panel_connectors_to_head’?
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_drv.c:1453:21: error:
‘DRIVER_IRQ_SHARED’ undeclared here (not in a function); did you mean
‘TIMER_IRQSAFE’?
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_device.c:1024:3:
error: implicit declaration of function ‘drm_kms_helper_poll_disable’; did you
mean ‘drm_fb_helper_pan_display’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_device.c:2846:4:
error: implicit declaration of function ‘drm_crtc_force_disable_all’; did you
mean ‘drm_helper_force_disable_all’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_device.c:3110:3:
error: implicit declaration of function ‘drm_helper_hpd_irq_event’; did you
mean ‘drm_fb_helper_hotplug_event’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_device.c:3112:3:
error: implicit declaration of function ‘drm_kms_helper_hotplug_event’; did you
mean ‘drm_fb_helper_hotplug_event’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_fb.c:270:2: error:
implicit declaration of function ‘drm_fb_helper_fill_fix’; did you mean
‘drm_fb_helper_fill_info’? [-Werror=implicit-function-declaration]
/var/lib/dkms/amdgpu/19.30-855429/build/amd/amdgpu/amdgpu_fb.c:281:2: error:
implicit declaration of function ‘drm_fb_helper_fill_var’; did you mean
‘drm_fb_helper_fill_info’? [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
root@debian:/var/lib/dkms/amdgpu/19.30-855429/build#
root@debian:/var/lib/dkms/amdgpu/19.30-855429/build# dpkg -l | grep linux-head
ii linux-headers-5.2.0-2-amd64 5.2.9-2
amd64 Header files for Linux 5.2.0-2-amd64
ii linux-headers-5.2.0-2-common 5.2.9-2
all Common header files for Linux 5.2.0-2
ii linux-headers-amd64 5.2+106
amd64 Header files for Linux amd64 configuration
(meta-package)
gcc version 9.2.1 20190821 (Debian 9.2.1-4)
Full make.log in the attachment.
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 6126 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2019-09-14 8:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-14 8:35 bugzilla-daemon [this message]
2019-11-19 8:01 ` [Bug 111684] amdgpu-dkms 19.30-855429 fails to compiler on kernel 5.2 bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-111684-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.