All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 111684] amdgpu-dkms 19.30-855429 fails to compiler on kernel 5.2
@ 2019-09-14  8:35 bugzilla-daemon
  2019-11-19  8:01 ` bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2019-09-14  8:35 UTC (permalink / raw)
  To: dri-devel


[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 111684] amdgpu-dkms 19.30-855429 fails to compiler on kernel 5.2
  2019-09-14  8:35 [Bug 111684] amdgpu-dkms 19.30-855429 fails to compiler on kernel 5.2 bugzilla-daemon
@ 2019-11-19  8:01 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:01 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 804 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111684

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #1 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/42.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2390 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-19  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-14  8:35 [Bug 111684] amdgpu-dkms 19.30-855429 fails to compiler on kernel 5.2 bugzilla-daemon
2019-11-19  8:01 ` bugzilla-daemon

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.