Re: [opensuse-kernel] Re: [opensuse-packaging] KMPs do not buildon Factory i586
Jeff,
On 4/2/2008 at 15:38, Jeff Mahoney <jeffm@suse.com> wrote:
On 4/1/2008 at 10:54, "Dr. Peter Poeml" <poeml@suse.de> wrote: Hello Dominique,
On Tue, Mar 25, 2008 at 10:46:11AM +0100, Dominique Leuenberger wrote:
Hello,
I see that no KMP is being built on factory i586 (still works against x86_64). The problem actually seems to be, that this code snip does not work anymore: for flavor in %{flavors_to_build}; do rm -rf obj/$flavor cp -r %{name}-%{version}-%{svn_rev} obj/$flavor pushd obj/$flavor make modules popd done
I checked several KMPs, and they all skip the for flavor in %{flavors_to_build}.. so I assume that %flavor_to_build is no longer populated...
Does your package require kernel-syms?
yes, I have BuildRequires: kernel-syms module-init-tools in the spec-file. Dominique --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (1)
-
Dominique Leuenberger