Bug#674243: (no subject)

June 25th, 2012 - 10:40 pm ET by Sylvain Archenault | Report spam
Following advices given by Daniel Vetter, I built from source different
kernel. I built 3.0, 3.1, 3.2, 3.4 and 3.4.4. They all worked. I simply
pull different version with git, import a config file provided by debian
kernel, and run:

make KDEB_PKGVERSION=3.4.4-git deb-pkg

Each version works correctly, but each debian kernel image is crashing.
Is there some specific patches are applied ?

Sylvain



To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 6 repliesReplies Make a reply

Replies

#1 Jonathan Nieder
June 25th, 2012 - 11:30 pm ET | Report spam
tags 674243 - upstream
quit

Hi Sylvain,

Sylvain Archenault wrote:

[Subject: Re: Bug#674243: (no subject)]



Please keep in mind that these appear as emails in a crowded inbox,
so the subject line can be a good place to put valuable context.

Following advices given by Daniel Vetter, I built from source
different kernel. I built 3.0, 3.1, 3.2, 3.4 and 3.4.4. They all
worked. I simply pull different version with git, import a config
file provided by debian kernel, and run:

make KDEB_PKGVERSION=3.4.4-git deb-pkg

Each version works correctly, but each debian kernel image is
crashing.



Thanks for trying that.

Please test a wheezy kernel built by the same method, like this:

git remote add debian \
git://git.debian.org/kernel/linux-2.6.git
git fetch debian
git checkout debian/wheezy
make deb-pkg; # maybe with -j4
dpkg -i ../<name of package>; # as root
reboot

Thanks,
Jonathan



To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact

Similar topics