Bug 25422

Summary: nouveau fails to build on ia64
Product: Drivers Reporter: Ben Hutchings (ben)
Component: Video(DRI - non Intel)Assignee: drivers_video-dri
Status: CLOSED CODE_FIX    
Severity: normal CC: rjw
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.37-rc5 Subsystem:
Regression: Yes Bisected commit-id:
Bug Depends on:    
Bug Blocks: 21782    
Attachments: patch for nouveau Kconfig

Description Ben Hutchings 2010-12-22 01:49:57 UTC
Created attachment 41242 [details]
patch for nouveau Kconfig

If CONFIG_ACPI is enabled, CONFIG_NOUVEAU selects CONFIG_ACPI_VIDEO.
However, CONFIG_ACPI_VIDEO depends on more than just CONFIG_ACPI, and in particular will never be set on ia64.

Previously reported with patch at
<http://article.gmane.org/gmane.comp.video.dri.devel/52445>
Comment 1 Rafael J. Wysocki 2010-12-22 12:19:26 UTC
Patch : https://bugzilla.kernel.org/attachment.cgi?id=41242
Handled-By : Ben Hutchings <ben@decadent.org.uk>
Comment 2 Rafael J. Wysocki 2011-02-02 23:46:41 UTC
Fixed by commit c42988012ad9c1807b7c7a5ff855cd630094989b .