Re: [opensuse-kernel] Re: [opensuse-packaging] KMPs do not buildon Factory i586
On 4/2/2008 at 15:38, Jeff Mahoney <jeffm@suse.com> 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
On Tue, Mar 25, 2008 at 10:46:11AM +0100, Dominique Leuenberger wrote: populated...
Does your package require kernel-syms?
I should also remind that actually on Factory x86_64, the KMP builds.. it's only on i586 where I see this behavior. I also put a echo %{flavors_to_build} in the %build section, but the echo is empty.. so %flavors_to_build is not filled in. Dominique --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (1)
-
Dominique Leuenberger