On Wed, May 11, 2011 at 05:09:15PM -0400, Greg Freemyer wrote:
On Wed, May 11, 2011 at 4:33 PM, Greg KH <gregkh@suse.de> wrote:
On Wed, May 11, 2011 at 04:27:35PM -0400, Greg Freemyer wrote:
All,
re: Adding ext4+ snapshots capability to a branched 2.6.38 kernel
I branched 2.6.38.5 from Tumbleweed.
home:next4 : next4-devel > kernel-source
I've attempted to add a large patch to my project, but it is not applying:
== from the build log + patch -s -F0 -E -p1 --no-backup-if-mismatch -i /usr/src/packages/BUILD/kernel-source-2.6.38.5/patches.ext4+/ext4_snapshot.patch 1 out of 74 hunks FAILED -- saving rejects to file fs/ext4/inode.c.rej 1 out of 33 hunks FAILED -- saving rejects to file fs/ext4/super.c.rej ==
Is there an easy way to get those to rej files out of OBS.
No.
Or do I have to figure out how to do a full local kernel build?
osc build SPECFILE
Thanks, that was almost trivial. Note it did pull in lots of Factory packages (~110) event though I was compiling a Tumbleweed branched kernel.
You could point it to build against tumbleweed instead: osc build openSUSE:Tumbleweed i586 SPECFILE is what I think you need to do for the i586 build.
(Since the source package is not building, that doesn't seem trivial.)
Do the above and you should get your rejects quite easily.
Got em.
Or just use the kernel git tree, that's even easier to use than the obs package (hint, no kernel developer at SUSE uses the obs package directly to develop from, that's why we have the git tree...)
I'll be a dilettante and only pretend to be kernel hacker. I'll leave pulling a git tree with tons of add-on patches to the real experts like you!
Hey, we'll get you converted over to being a kernel developer one of these days, can't fault me for trying... thanks, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org