Mark Knecht wrote:
 > QUESTIONS:
> 
> 1) Can I assume that whatever happened with the "Hunk #x succeeded"
> that everything is OK? Maybe this was just a line number issue?
Yeah .. or and indent change or something similar.

> 
> 2) What can I do about the "Hunk #x FAILED" messages? 
Well to get that patch working, you *need* to take a look at the *.rej
files
which are created by patch -p1 < realtime-prempt.patch.

Most times this is only due to missing context. That means the line just
before
the one which should be added, is not there or another one is just in
the way.
So `patch` is unable to find the matching context.
> 
> No output files were created since it was only a dry run. I can run
> again, get output files, and then look into it but I thought I'd ask
> how folks go about this sort of thing before I pulled the trigger.

Regards Christian
-- 
gentoo-user@gentoo.org mailing list

Reply via email to