[opensuse-factory] PPC and ARM
Hi, can someone please point me to documentation how I can test builds against Factory for PPC and ARM? I've received patches in the past but I'll probably break them faster than they arrive with the fast mozilla release cycle because patches do not apply anymore. Without any chance to test them myself (and see the actual build errors) I cannot do much about it :-( I've added build targets to mozilla:Factory but they never leave the unresolvable state. While I cannot runtime test anyway it would probably help a lot to look after build errors if I could. Thanks, Wolfgang -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 03.05.2012 09:38, Wolfgang Rosenauer wrote:
Hi,
can someone please point me to documentation how I can test builds against Factory for PPC and ARM? I've received patches in the past but I'll probably break them faster than they arrive with the fast mozilla release cycle because patches do not apply anymore. Without any chance to test them myself (and see the actual build errors) I cannot do much about it :-(
I've added build targets to mozilla:Factory but they never leave the unresolvable state. While I cannot runtime test anyway it would probably help a lot to look after build errors if I could.
Factory for ARM and PowerPC live in their own projects, so what you need is not another architecture for openSUSE:Factory, but adding repos building against openSUSE:Factory:PowerPC and openSUSE:Factory:ARM Greetings, Stephan -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, May 03, 2012 at 09:38:18AM +0200, Wolfgang Rosenauer wrote:
Hi,
can someone please point me to documentation how I can test builds against Factory for PPC and ARM? I've received patches in the past but I'll probably break them faster than they arrive with the fast mozilla release cycle because patches do not apply anymore. Without any chance to test them myself (and see the actual build errors) I cannot do much about it :-(
I've added build targets to mozilla:Factory but they never leave the unresolvable state. While I cannot runtime test anyway it would probably help a lot to look after build errors if I could.
instead of <repository name="openSUSE_Factory"> <path repository="snapshot" project="openSUSE:Factory"/> <arch>i586</arch> <arch>x86_64</arch> <arch>armv7hl</arch> <arch>armv7l</arch> <arch>armv5el</arch> <arch>ppc64</arch> <arch>ppc</arch> </repository> add a seperate repository for ppc like this: <repository name="openSUSE_Factory_PowerPC"> <path repository="standard" project="openSUSE:Factory:PowerPC"/> <arch>ppc64</arch> <arch>ppc</arch> </repository> and likely similar form ARM. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/03/2012 09:38 AM, Wolfgang Rosenauer wrote:
Hi,
can someone please point me to documentation how I can test builds against Factory for PPC and ARM? I've received patches in the past but I'll probably break them faster than they arrive with the fast mozilla release cycle because patches do not apply anymore. Without any chance to test them myself (and see the actual build errors) I cannot do much about it :-(
I've added build targets to mozilla:Factory but they never leave the unresolvable state. While I cannot runtime test anyway it would probably help a lot to look after build errors if I could.
Thanks, Wolfgang
http://en.opensuse.org/openSUSE:ARM_distribution_howto says that you can do osc build --alternative-project=openSUSE:Factory:ARM standard armv7l (needs plenty of RAM for qemu/gcc) Ciao Bernhard M. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+jlKwACgkQSTYLOx37oWQmiwCbBOPwA1MlAQ1+t+6uxFgsfnT2 QxsAoLply0t/1BRWgQhB/xCTMnBd512R =3CiX -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Bernhard M. Wiedemann
-
Marcus Meissner
-
Stephan Kulow
-
Wolfgang Rosenauer