Bug#923901: sorting out armel mips mipsel mips64el now

2019-03-07 Thread Hans-Christoph Steiner


FYI, I'm working right now on sorting out why android-sdk-meta/25.0.0+9
is having issues on out armel mips mipsel mips64el.

Also, FYI, android-sdk-meta/25.0.0+8 was in buster for a while, and was
removed because of android-framework-23.



Bug#923901: sorting out armel mips mipsel mips64el now

2019-03-07 Thread Hans-Christoph Steiner

* android-sdk-build-tools/armel unsatisfiable Depends: dexdump (>=
8.1.0+r23~)
* android-sdk-platform-tools/armel unsatisfiable Depends: dmtracedump
(>= 8.1.0+r23~)

android-sdk-build-tools/armel depends on dexdump,
android-sdk-platform-tools/armel depends on dmtracedump.  Both of these
are from from src:android-platform-art which Build-Depends: on valgrind.
 valgrind/armel is missing in sid but present in buster, so this is a
sid-only issue:

https://buildd.debian.org/status/package.php?p=android-platform-art&suite=buster
https://buildd.debian.org/status/package.php?p=android-platform-art&suite=sid




* android-sdk-build-tools/mips unsatisfiable Depends: dexdump (>=
8.1.0+r23~)
* android-sdk-build-tools/mipsel unsatisfiable Depends: dexdump (>=
8.1.0+r23~)

buildd says android-platform-art built and installed on both mips and
mipsel:
https://buildd.debian.org/status/package.php?p=android-platform-art&suite=buster

But they are somehow missing from the buster archive:
https://packages.debian.org/buster/dexdump



* missing build on mips64el: android-sdk, android-sdk-build-tools,
android-sdk-platform-tools (from 25.0.0+8)

buildd says it built and installed on mips64el but those packages aren't
in the archive yet:
https://packages.debian.org/sid/android-sdk
https://buildd.debian.org/status/package.php?p=android-sdk-meta&suite=sid





signature.asc
Description: OpenPGP digital signature


Bug#923901: sorting out armel mips mipsel mips64el now

2019-03-07 Thread Hans-Christoph Steiner


android-sdk-meta is a collection of meta packages, so their Depends: are
to pull in packages as a group.  The udev rules are in
android-sdk-platform-tools-common, which is "Architecture: all".

It seems that valgrind was removed permanently from buster/armel. So
these issues can be solved in one of two simple ways:

* removing armel mips mipsel mips64el from the supported architectures

* dropping the Depends: on dexdump and/or dmtracedump only for armel
mips mipsel mips64el

Both are fine by me and easy to do.