Comment 8 for bug 2060989

Revision history for this message
En-Wei Wu (rickywu) wrote :

The problem is caused by line 51 in src/dkms.conf (nvidia-fs/2.19.6):
```
BUILD_DEPENDS[0]="nvidia"
```

The `dkms autoinstall` assume we've installed nvidia driver by dkms, but we're not.

Comment out this line works successfully. I'm wondering if we should upstream the change.