[opensuse-buildservice] Can't find valid boot/<arch>/ layout failed

Hello list! I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service. My first try: osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build -> Then I got the following error message: [I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28 <3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable -- Matthias desktop4education http://d4e.at/ -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On 2010-09-08 10:27:42 +0200, Matthias Praunegger wrote:
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
you are aware of the big Education project which already provides lots of stuff around education? [1][2][3]
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
-> Then I got the following error message:
[I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28 <3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable
we would need to know if you run your own obs or which project it is on our obs to help. darix [1] http://en.opensuse.org/Portal:Education [2] http://www.opensuse-education.org/ [3] https://build.opensuse.org/project/show?project=Education -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am 2010-09-08 11:52, schrieb Marcus Rueckert:
On 2010-09-08 10:27:42 +0200, Matthias Praunegger wrote:
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
you are aware of the big Education project which already provides lots of stuff around education? [1][2][3]
Our project 'desktop4education' provides an easy way to install a school network. Since 2003, we develop DVD's with an automatic installation of the server and the respective clients, all based on openSUSE. Until now we always used a 'normal' openSUSE dvd as source and crafted our system around it with our own RPM packages and our own autoyast rules. The project is also supported and promoted by the Austrian Federal Ministry for Education, Arts and Culture.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
-> Then I got the following error message:
[I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28<3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable
we would need to know if you run your own obs or which project it is on our obs to help.
At Linuxtage Berlin we saw a presentation titled 'Building your first distribution' by Christopher Hofmann. Now we just want to use the openSUSE Build Service to build our own openSUSE derivative, but we don't know where to start. We want to build everything on our local machines, but first we need some .spec or .kiwi files from the original openSUSE release... Our german DokuWiki: http://d4e.at/dw/doku.php?id=opensuse_build_service -- Matthias desktop4education http://d4e.at/ -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Mittwoch 08 September 2010 schrieb Matthias Praunegger:
Hello list!
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
-> Then I got the following error message:
[I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28 <3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable
I know of others that had success with exactly this, so as a first step I would make sure you have the latest osc and build packages. I'm starting your test case, but this will take a while before I can report success/failure. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Mittwoch 08 September 2010 schrieb Stephan Kulow:
Am Mittwoch 08 September 2010 schrieb Matthias Praunegger:
Hello list!
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
-> Then I got the following error message:
[I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28 <3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable
I know of others that had success with exactly this, so as a first step I would make sure you have the latest osc and build packages. I'm starting your test case, but this will take a while before I can report success/failure.
OK, same problem here. And I think the root cause is this: [W] Metapackage <installation-images> not available for required i586 architecture! [W] Metapackage <installation-images> not available for required noarch architecture! And it's not a tool problem, but a server one: osc buildinfo images i586 *kiwi | grep installation -> nothing Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Mittwoch 08 September 2010 schrieb Stephan Kulow:
Am Mittwoch 08 September 2010 schrieb Stephan Kulow:
Am Mittwoch 08 September 2010 schrieb Matthias Praunegger:
Hello list!
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
-> Then I got the following error message:
[I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28 <3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable
I know of others that had success with exactly this, so as a first step I would make sure you have the latest osc and build packages. I'm starting your test case, but this will take a while before I can report success/failure.
OK, same problem here. And I think the root cause is this:
[W] Metapackage <installation-images> not available for required i586 architecture! [W] Metapackage <installation-images> not available for required noarch architecture!
And it's not a tool problem, but a server one:
I was standing on my head, this is the same problem as described here: http://lists.opensuse.org/opensuse-buildservice/2010-06/msg00153.html It's indeed impossible to build 11.3 media ;( Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On Wednesday 08 September 2010 16:55:53 Stephan Kulow wrote:
Am Mittwoch 08 September 2010 schrieb Stephan Kulow:
Am Mittwoch 08 September 2010 schrieb Stephan Kulow:
Am Mittwoch 08 September 2010 schrieb Matthias Praunegger:
Hello list!
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
-> Then I got the following error message:
[I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28 <3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable
I know of others that had success with exactly this, so as a first step I would make sure you have the latest osc and build packages. I'm starting your test case, but this will take a while before I can report success/failure.
OK, same problem here. And I think the root cause is this:
[W] Metapackage <installation-images> not available for required i586 architecture! [W] Metapackage <installation-images> not available for required noarch architecture!
And it's not a tool problem, but a server one:
I was standing on my head, this is the same problem as described here:
http://lists.opensuse.org/opensuse-buildservice/2010-06/msg00153.html
It's indeed impossible to build 11.3 media ;(
As a workaround, you can copy this package, enable the build in your package (it will not build on server, because kiwi is only allowed on some projects) and do a local build afterwards. But we will also change the mechanism to allow also local builds for server side disabled builds. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On Wednesday 08 September 2010 17:41:26 Adrian Schröter wrote:
On Wednesday 08 September 2010 16:55:53 Stephan Kulow wrote:
Am Mittwoch 08 September 2010 schrieb Stephan Kulow:
Am Mittwoch 08 September 2010 schrieb Stephan Kulow:
Am Mittwoch 08 September 2010 schrieb Matthias Praunegger:
Hello list!
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
-> Then I got the following error message:
[I] ProductData:getVar(REPO_ONLY) is not set Sep-08 08:25:28 <3> : Can't find valid boot/<arch>/ layout failed [W] Creating boot methods failed, medium maybe not be bootable
I know of others that had success with exactly this, so as a first step I would make sure you have the latest osc and build packages. I'm starting your test case, but this will take a while before I can report success/failure.
OK, same problem here. And I think the root cause is this:
[W] Metapackage <installation-images> not available for required i586 architecture! [W] Metapackage <installation-images> not available for required noarch architecture!
And it's not a tool problem, but a server one:
I was standing on my head, this is the same problem as described here:
http://lists.opensuse.org/opensuse-buildservice/2010-06/msg00153.html
It's indeed impossible to build 11.3 media ;(
As a workaround, you can copy this package, enable the build in your package (it will not build on server, because kiwi is only allowed on some projects) and do a local build afterwards.
ah, and rename the package on copy, because it is not allowed to create packages called _product:something via the api. bye adrian
But we will also change the mechanism to allow also local builds for server side disabled builds.
bye adrian
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Mittwoch 08 September 2010 schrieb Matthias Praunegger:
Hello list!
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
OK, this works now again. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On Thursday 09 September 2010 14:38:45 Stephan Kulow wrote:
Am Mittwoch 08 September 2010 schrieb Matthias Praunegger:
Hello list!
I'm working on my project (desktop4education, http://d4e.at) and I want to build it with the openSUSE Build Service.
My first try:
osc co openSUSE:11.3 _product:openSUSE-dvd5-dvd-i586 ... osc build
OK, this works now again.
No, the first time ever with disabled server side build ;) -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (4)
-
Adrian Schröter
-
Marcus Rueckert
-
Matthias Praunegger
-
Stephan Kulow