[opensuse-kernel] Re: [opensuse-packaging] KMPs do not build on Factory i586
![](https://seccdn.libravatar.org/avatar/bff0c215e01f23fcee6fe49e65fae458.jpg?s=120&d=mm&r=g)
On Wed, Apr 02, 2008 at 09:13:54AM +0200, Dominique Leuenberger wrote:
Hi everybody,
as on -buildservice, apparently nobody knows about this problem and I was advised to bring it here: so here my question again: Is there something wrong in Factory? The %suse_kernel_module_package seems not to fill up $falvors_to_build anymore and thus the routing to itterate over all flavors and build the respecting module does not work.
Anything broken at mine ? See reference below.
opensuse-kernel@opensuse.org might even be more appropriate, since this has the respective kernel people. But internally KMPs at least build. ciao, Marcus
Dominique
On 4/1/2008 at 10:54, "Dr. Peter Poeml" <poeml@suse.de> wrote: Hello Dominique,
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...
Is it a small thing and can be fixed like this, or shall I file a bugzilla
entry? Against what category would it be?
Dominique
Have you asked on the opensuse-packagers list? Maybe you are lucky there.
I'm sorry I can't give better advice.
Anybody else, maybe?
Adrian, anything special with regard to Factory maybe?
Peter
-- Working, but not speaking, for the following german company: SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/bcd65ca98f9d97839f15c54575c7edec.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marcus Meissner wrote:
On Wed, Apr 02, 2008 at 09:13:54AM +0200, Dominique Leuenberger wrote:
Hi everybody,
as on -buildservice, apparently nobody knows about this problem and I was advised to bring it here: so here my question again: Is there something wrong in Factory? The %suse_kernel_module_package seems not to fill up $falvors_to_build anymore and thus the routing to itterate over all flavors and build the respecting module does not work.
Anything broken at mine ? See reference below.
opensuse-kernel@opensuse.org might even be more appropriate, since this has the respective kernel people.
But internally KMPs at least build.
ciao, Marcus
Dominique
On 4/1/2008 at 10:54, "Dr. Peter Poeml" <poeml@suse.de> wrote: Hello Dominique,
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? - -Jeff - -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFH84xrLPWxlyuTD7IRArY8AKCRigGeaKwPCBAvJsQFP81bamvRawCgnYOD g/VCqdGkYGzVSyVjHyhdieA= =Digc -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/c2245049e7e6a67166114fef782634e3.jpg?s=120&d=mm&r=g)
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-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/c2245049e7e6a67166114fef782634e3.jpg?s=120&d=mm&r=g)
On 4/2/2008 at 09:30, Marcus Meissner <meissner@suse.de> wrote: On Wed, Apr 02, 2008 at 09:13:54AM +0200, Dominique Leuenberger wrote: Hi everybody,
as on -buildservice, apparently nobody knows about this problem and I was advised to bring it here: so here my question again: Is there something wrong in Factory? The %suse_kernel_module_package seems not to fill up $falvors_to_build anymore and thus the routing to itterate over all flavors and build the respecting module does not work.
Anything broken at mine ? See reference below.
opensuse-kernel@opensuse.org might even be more appropriate, since this has the respective kernel people.
But internally KMPs at least build.
ciao, Marcus
Marcus, I assume by 'internally' you mean your internal abuild? Because on OBS, it apparently is not true (ok: openSUSE:Factory has now been disabled for some reasons). Check out https://build.opensuse.org/package/show?package=novfs&project=openSUSE%3AFactory and you'll see, even though i586 is successful, there is not a single kmp being built ! So there must be somewhere a problem inside one of the packages... I'll open a bug. Can you advise against what component? Kernel? (as you advised me to bring it to the kernel list?) Dominique -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
![](https://seccdn.libravatar.org/avatar/bcd65ca98f9d97839f15c54575c7edec.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dominique Leuenberger wrote:
On 4/2/2008 at 09:30, Marcus Meissner <meissner@suse.de> wrote: On Wed, Apr 02, 2008 at 09:13:54AM +0200, Dominique Leuenberger wrote: Hi everybody,
as on -buildservice, apparently nobody knows about this problem and I was advised to bring it here: so here my question again: Is there something wrong in Factory? The %suse_kernel_module_package seems not to fill up $falvors_to_build anymore and thus the routing to itterate over all flavors and build the respecting module does not work. Anything broken at mine ? See reference below. opensuse-kernel@opensuse.org might even be more appropriate, since this has the respective kernel people.
But internally KMPs at least build.
ciao, Marcus
Marcus,
I assume by 'internally' you mean your internal abuild? Because on OBS, it apparently is not true (ok: openSUSE:Factory has now been disabled for some reasons).
Check out https://build.opensuse.org/package/show?package=novfs&project=openSUSE%3AFactory
and you'll see, even though i586 is successful, there is not a single kmp being built !
So there must be somewhere a problem inside one of the packages... I'll open a bug. Can you advise against what component? Kernel? (as you advised me to bring it to the kernel list?)
Yeah, I'm not sure why Factory is disabled, but that's why your KMP is failing. The packages were successfully built on x86_64, but not on i586. The failure was something that would normally resolve itself, but since the Factory is disabled, it's not happening. - -Jeff - -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFH86P3LPWxlyuTD7IRAvp9AJ9KjYOTtqPg0dW+e6iJjykJggQ+IQCdE/xq K5xCenElOMpAOW73ulCRAzw= =HgB7 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (3)
-
Dominique Leuenberger
-
Jeff Mahoney
-
Marcus Meissner