[opensuse-buildservice] Compiling Kernel Modules (aufs) with OBS

Hi, I' m trying to get aufs working with SLES 10 (https://build.opensuse.org/package/show?package=aufs-cvs20081020&project=hom...). My problem is, that I get the error message: /usr/src/packages/BUILD/aufs/obj/debug/branch.h:32:29: error: linux/aufs_type.h: No such file or directory It seems, that aufs will try to copy aufs_type.h to /usr/src/<kernel>/include/linux/ , but has not the permission to do it. Do you have any idea, how I can handle it? Regards, Ulf -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Ulf Lange <mopp@gmx.net> writes:
there probably is a specific reason to do this make -f local.mk KDIR=/usr/src/linux-obj/%_target_cpu/$flavor \ M=$PWD/obj/$flavor instead of that make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \ M=$PWD/obj/$flavor ? It's really no more than a guess but maybe the lokal.mk makefile needs to be adjusted to better fit Kbuild? What does opensuse-kernel@ say? S. -- Susanne Oberhauser +49-911-74053-574 SUSE -- a Novell Business OPS Engineering Maxfeldstraße 5 Processes and Infrastructure Nürnberg SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Ulf Lange <mopp@gmx.net> writes:
there probably is a specific reason to do this make -f local.mk KDIR=/usr/src/linux-obj/%_target_cpu/$flavor \ M=$PWD/obj/$flavor instead of that make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \ M=$PWD/obj/$flavor ? It's really no more than a guess but maybe the lokal.mk makefile needs to be adjusted to better fit Kbuild? What does opensuse-kernel@ say? S. -- Susanne Oberhauser +49-911-74053-574 SUSE -- a Novell Business OPS Engineering Maxfeldstraße 5 Processes and Infrastructure Nürnberg SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Susanne Oberhauser
-
Ulf Lange