mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* prepatching errors
@ 2006-09-08  0:01 David Abrahams
  2006-09-08  0:04 ` Chase Venters
  0 siblings, 1 reply; 4+ messages in thread
From: David Abrahams @ 2006-09-08  0:01 UTC (permalink / raw)
  To: linux-kernel


Hi,

I'm trying to apply the 2.6.18-rc6 prepatch (from
http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2)
to the 2.6.17.11 sources (from
http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.11.tar.bz2) using

  patch -p1 < ~/patch-2.6.18-rc6

and I'm seeing various error messages, e.g.:

  patching file Makefile
  Hunk #1 FAILED at 1.
  1 out of 39 hunks FAILED -- saving rejects to file Makefile.rej

  ...

  patching file arch/um/kernel/time_kern.c
  Reversed (or previously applied) patch detected!  Assume -R? [n] 
  Apply anyway? [n] 
  Skipping patch.
  1 out of 1 hunk ignored -- saving rejects to file arch/um/kernel/time_kern.c.rej

Am I doing something wrong?  Is this normal?

I'm downloading the 2.6.17.11 tarball again just in case I've confused
something, but I've been untaring the raw material from a file I have
called linux-2.6.17.11.tar.bz2, so it seems unlikely.

Any advice appreciated!

Thanks,

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: prepatching errors
  2006-09-08  0:01 prepatching errors David Abrahams
@ 2006-09-08  0:04 ` Chase Venters
  2006-09-08  0:20   ` David Abrahams
  0 siblings, 1 reply; 4+ messages in thread
From: Chase Venters @ 2006-09-08  0:04 UTC (permalink / raw)
  To: David Abrahams; +Cc: linux-kernel

On Thu, 7 Sep 2006, David Abrahams wrote:

>
> Hi,
>
> I'm trying to apply the 2.6.18-rc6 prepatch (from
> http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2)
> to the 2.6.17.11 sources (from
> http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.11.tar.bz2) using

David,
 	The -rc series patches should be applied to the last mainline (not 
-stable) release. In your case, you want to patch 2.6.17.

Thanks,
Chase

>  patch -p1 < ~/patch-2.6.18-rc6
>
> and I'm seeing various error messages, e.g.:
>
>  patching file Makefile
>  Hunk #1 FAILED at 1.
>  1 out of 39 hunks FAILED -- saving rejects to file Makefile.rej
>
>  ...
>
>  patching file arch/um/kernel/time_kern.c
>  Reversed (or previously applied) patch detected!  Assume -R? [n]
>  Apply anyway? [n]
>  Skipping patch.
>  1 out of 1 hunk ignored -- saving rejects to file arch/um/kernel/time_kern.c.rej
>
> Am I doing something wrong?  Is this normal?
>
> I'm downloading the 2.6.17.11 tarball again just in case I've confused
> something, but I've been untaring the raw material from a file I have
> called linux-2.6.17.11.tar.bz2, so it seems unlikely.
>
> Any advice appreciated!
>
> Thanks,
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: prepatching errors
  2006-09-08  0:04 ` Chase Venters
@ 2006-09-08  0:20   ` David Abrahams
  2006-09-08  0:26     ` David Abrahams
  0 siblings, 1 reply; 4+ messages in thread
From: David Abrahams @ 2006-09-08  0:20 UTC (permalink / raw)
  To: linux-kernel

Chase Venters <chase.venters@clientec.com> writes:

> On Thu, 7 Sep 2006, David Abrahams wrote:
>
>>
>> Hi,
>>
>> I'm trying to apply the 2.6.18-rc6 prepatch (from
>> http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2)
>> to the 2.6.17.11 sources (from
>> http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.11.tar.bz2) using
>
> David,
> 	The -rc series patches should be applied to the last mainline (not
> -stable) release. In your case, you want to patch 2.6.17.

Oooooh!

Thanks,
-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: prepatching errors
  2006-09-08  0:20   ` David Abrahams
@ 2006-09-08  0:26     ` David Abrahams
  0 siblings, 0 replies; 4+ messages in thread
From: David Abrahams @ 2006-09-08  0:26 UTC (permalink / raw)
  To: linux-kernel

David Abrahams <dave@boost-consulting.com> writes:

> Chase Venters <chase.venters@clientec.com> writes:
>
>> On Thu, 7 Sep 2006, David Abrahams wrote:
>>
>>>
>>> Hi,
>>>
>>> I'm trying to apply the 2.6.18-rc6 prepatch (from
>>> http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2)
>>> to the 2.6.17.11 sources (from
>>> http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.11.tar.bz2) using
>>
>> David,
>> 	The -rc series patches should be applied to the last mainline (not
>> -stable) release. In your case, you want to patch 2.6.17.
>
> Oooooh!

BTW, it might be a good idea to put a link to the latest mainline
sources right on the front page of kernel.org where I found the
prepatch.  Along with note in the prepatch row saying "apply to 2.6.17
sources," that would have saved y'all having to answer my dumb query.

Thanks again,
-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-08  0:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-08  0:01 prepatching errors David Abrahams
2006-09-08  0:04 ` Chase Venters
2006-09-08  0:20   ` David Abrahams
2006-09-08  0:26     ` David Abrahams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®