Comment 5 for bug 1813063

Revision history for this message
Connor Kuehl (connork) wrote :

We're experiencing this same failure on the ADT for Bionic HWE Edge.

    amd64: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/amd64/n/ndiswrapper/20190429_215058_13cbf@/log.gz

    i386: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/i386/n/ndiswrapper/20190429_215154_13cbf@/log.gz

To fix this, I backported the patch that landed in Disco from comment #2. No context changes were required.

I've attached the debdiff to this comment.

Testing:

- Create an Ubuntu 18.04 VM
- Install the HWE Edge kernel from -proposed (one can find .debs here: https://launchpad.net/~canonical-kernel-team/+archive/ubuntu/ppa/+packages?field.name_filter=linux-hwe-edge&field.status_filter=published&field.series_filter=bionic)
- Install ndiswrapper; you can use apt ("sudo apt update" "sudo apt install ndiswrapper-dkms") or you can use "pull-lp-source ndiswrapper bionic" to build and install the .deb from that
- Confirm that installation fails
- Remove it "sudo apt remove ndiswrapper-dkms"
- If you haven't already: "pull-lp-source ndiswrapper bionic"
- Apply the debdiff ("debdiff-apply < ../ndiswrapper_1.60-6ubuntu0.1.debdiff")
- Build the package ("debuild -us -uc")
- Install the package
- Verify it installs successfully! ("sudo dkms status")