Error reporter did not find the broken constraints.
This happens on alpine linux edge 32-bit but Ithink it is caused by the index rather than the architecture. The same error seems to happen with the 3.0.0_pre5 apk.static binary.
$ doas apk add java-jre-headless
ERROR: unable to select packages:
java-jre-headless (virtual):
note: please select one of the 'provided by'
packages explicitly
provided by: openjdk8-jre-base
required by: world[java-jre-headless]
$ doas apk add java-jre-headless java-jdk
ERROR: unable to select packages:
Huh? Error reporter did not find the broken constraints.
$ apk list -P java-jre-headless java-jdk
<java-jdk> openjdk8-jdk-8.432.06-r0 x86 {openjdk8} (custom)
<java-jre-headless> openjdk8-jre-base-8.432.06-r0 x86 {openjdk8} (custom)
openjdk8-jdk
has provider_priority=8
so the package should be selected automatically on the second call and then also fullfill the java-jre-headless
constrain.
Edited by Sertonix