Comment 21 for bug 1747597

Revision history for this message
Marc Pignat (swid) wrote :

I'm trying to bisect the bug, but I have some problem doing it.

I have cloned the branch hwe of git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git, using "git clone -b hwe git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git"

Then I have built the kernel (just to test the build process) using "fakeroot debian/rules binary-headers binary-generic binary-perarch" and this worked as expected.

Then I started bisecting using "git bisect start Ubuntu-hwe-4.13.0-32.35_16.04.1 Ubuntu-hwe-4.10.0-40.44_16.04.1", which seems to work as expected:

Bisecting: a merge base must be tested
[c470abd4fde40ea6a0846a2beab642a578c0b8cd] Linux 4.10

The build command ("fakeroot debian/rules binary-headers binary-generic binary-perarch") fails with : "/usr/bin/fakeroot: line 175: debian/rules: No such file or directory"

There is no more debian directory, I don't understand how this git repository is working...