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