[opensuse-arm] Building existing package for armv7hl
Hi, There are a number of repos that don't have ARM enabled, e.g. server:irc. I supposed it's possible to build e.g. server:irc/bitlbee locally for armv7hl, but I failed to find out how to do so. ;-) On x86_64, after 'osc co repo/package', I can build a binary for 13.2 using 'osc build openSUSE_13.2'. However, here I can't seem to do that: $ osc build openSUSE_13.2 armv7l is not a valid arch for the repository openSUSE_13.2, use one of: i586, x86_64 or $ osc build openSUSE_13.2_ARM openSUSE_13.2_ARM is not a valid repository, use one of: SLE_11_SP3, SLE_12, openSUSE_13.1, openSUSE_13.2, openSUSE_Factory So how to build an existing package locally for armv7hl? (I think in this case the package does not depend on anything that's not provided by the stock 13.2 repo.) Thanks, Miklos
Miklos Vajna <vmiklos@vmiklos.hu> writes:
So how to build an existing package locally for armv7hl?
You can do it with osc build --alternative-project=openSUSE:13.2 Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, On Thu, Jun 25, 2015 at 09:00:01AM +0200, Andreas Schwab <schwab@suse.de> wrote:
You can do it with osc build --alternative-project=openSUSE:13.2
Hmm, no luck: after e.g. 'osc co server:irc/bitlbee; cd server:irc/bitlbee', I get: $ osc build --alternative-project=openSUSE:13.2 armv7l is not a valid arch for the repository standard, use one of: x86_64, i586 Another try: $ osc build --alternative-project=openSUSE:13.2 openSUSE_13.2_ARM openSUSE_13.2_ARM is not a valid repository, use one of: images, ports, standard That's a new error message, but still doesn't go ahead with the build. :-/ Thanks, Miklos
Miklos Vajna <vmiklos@vmiklos.hu> writes:
armv7l is not a valid arch for the repository standard, use one of:
You need to use the ports repository. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Andreas Schwab
-
Miklos Vajna