Mailinglist Archive: opensuse-kernel (17 mails)
| < Previous | Next > |
Re: [opensuse-kernel] Re: [opensuse-packaging] KMPs do not buildon Factory i586
- From: "Dominique Leuenberger" <Dominique.Leuenberger@xxxxxxxxxxxxx>
- Date: Wed, 02 Apr 2008 16:49:27 +0200
- Message-id: <47F3B915.2554.0029.1@xxxxxxxxxxxxx>
On 4/2/2008 at 15:38, Jeff Mahoney <jeffm@xxxxxxxx> wrote:
On Tue, Mar 25, 2008 at 10:46:11AM +0100, Dominique Leuenberger wrote:
Hello,x86_64).
I see that no KMP is being built on factory i586 (still works against
The problem actually seems to be, that this code snip does not work%{flavors_to_build}.. so I assume that %flavor_to_build is no longer
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
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-kernel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kernel+help@xxxxxxxxxxxx
| < Previous | Next > |