Hi Guillaume, coolo
according to this page: https://build.opensuse.org/project/monitor/openSUSE:13.1?arch_armv6l=1&defaults=0&failed=1&repo_ports=1
there are lots of armv6 build failing because of broken builders.
Well, the builders are just fine, the pkg meta of openSUSE:13.1 / qemu-linux-user is broken: <package name="qemu-linux-user" project="openSUSE:13.1"> ... <useforbuild> <disable arch="armv5el"/> <disable arch="armv7l"/> </useforbuild> <bcntsynctag>qemu</b
useforbuild should be disabled for all qemu-arches, aka aarch64 and armv6l. however not for armv5l or for armv7l. so the correct pkg meta would be: <useforbuild> <disable arch="armv6l"/> <disable arch="aarch64"/> </useforbuild> and then osc api -X DELETE /build/openSUSE:13.1/ports/armv6l/_repository /qemu-linux-user.rpm osc rebuild -f -r ports -a armv6l openSUSE:13.1 Thanks, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org