make-kpkg fails on changelog with wrong name after patch

2003-07-24 Thread Mark C
Hi, I have just downloaded and installed on woody the following: kernel-source-2.4.18 kernel-patch-grsecurity-2-4 I untared the source, and then cd'ed into the top level directory, used a default config (make menuconfig and Save), just applied the grsecurity option (wanted to make sure it

Re: make-kpkg fails on changelog with wrong name after patch - SOLVED

2003-07-24 Thread Mark C
I have now managed to solve it, it seems a bit weird way, but it works, and I've tried it around 6 times now (after each time rm -rf kernel-source-2.4.18). 1. extract kernel-source 2. copy over .config to kernel-source top level directory 3. make-kpkg --added-patches=grsecurity_2_4 4. hit CTRL-C

Re: make-kpkg fails on changelog with wrong name after patch -SOLVED

2003-07-24 Thread Benedict Verheyen
Op do 24-07-2003, om 16:58 schreef Mark C: I have now managed to solve it, it seems a bit weird way, but it works, and I've tried it around 6 times now (after each time rm -rf kernel-source-2.4.18). 1. extract kernel-source 2. copy over .config to kernel-source top level directory 3.

Re: make-kpkg fails on changelog with wrong name after patch -SOLVED

2003-07-24 Thread Mark C
On Thu, 2003-07-24 at 16:50, Benedict Verheyen wrote: You can also use patch -p1 path_to_path in the /usr/src/linux directory to apply the patch and then use steps 5 6. That's what i did to apply the debian-logo patch. It also didn't work when using the --added-patches switch so i had to