Re: [opensuse-kernel] problems building KMPs with current factory kernel
Sorry to jump on this thread at this point, but I just joined this mailing list and don't have the previous emails in my system. The other problem Rudi mentioned I'm hitting as I'm working to get kvm building again in factory. I've entered a bug (bnc#509680) which references the bogus symlink. I think for now I'll try to work around it, unless a fix comes in fairly soon. - Bruce
"Jan Beulich" <JBeulich@novell.com> 06/05/09 3:09 AM >>> Ruediger Oertel <ro@suse.de> 05.06.09 02:06 >>> additionally, when building for the xen flavor (not with the others), you see: make: Entering directory `/usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen' make -C ../../../linux-2.6.30-rc6-git3-4 O=/usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen/. modules Updating /usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen/scripts/Makefile.xen /bin/sh: /usr/src/linux-2.6.30-rc6-git3-4-obj/i386/xen/scripts/Makefile.xen: Permission denied
why is it trying to write to the kernel source when building modules with M=/usr/src/packages/..... ?
Hmm, what it's trying to do is create/update a file in $(objtree). Probably that should just be inhibited for KBUILD_EXTMOD builds, as it's supposedly meaningless there (though it's not impossible to imagine that some external module would have a -xen clone of a native file, too). I'll look into fixing this. Jan -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (1)
-
Bruce Rogers