FS#29204 - nvidia-295.33-2/desc had broken for linux kernel 3.3.0
Attached to Project:
Community Packages
Opened by Jason Gaston (roguegaston) - Saturday, 31 March 2012, 18:13 GMT
Last edited by Ionut Biru (wonder) - Saturday, 31 March 2012, 18:45 GMT
Opened by Jason Gaston (roguegaston) - Saturday, 31 March 2012, 18:13 GMT
Last edited by Ionut Biru (wonder) - Saturday, 31 March 2012, 18:45 GMT
|
Details
Description:
When I tried to install virtualbox, I get the following dependency error. :: nvidia: requires linux>=3.3 However, I am running a 3.3.0 Linux kernel. Changing the the paramater in nvidia-295.33-2/desc from: %DEPENDS% linux>=3.3 To: %DEPENDS% linux>=3.3.0 Resolves the issue. |
This task depends upon
the issue that are you seeing means that virtualbox-modules wants to downgrade linux package but it can't because nvidia requires linux >= 3.3
Thank you!