steffen64g

Results 12 comments of steffen64g

Over the past week and the better part of the weekend, I setup a RasPi 3B with Android 9.0 (from konstakang.com) but the device froze when the Uploader was opened...

@pheppy what's the latest available Android upgrade for that device, and do you have a model number or hardware code name? I'm somewhat worried that future upgrades to the apps...

@Fishbaits this is where things start to get interesting (and possibly back to the original subject) Although I'm still wondering why OTG is such an issue with *Pi SBCs -...

Great. I've been avoiding FB and WA, and will continue to do so. Bye...

I've been trying to reproduce the behaviour in an interactive pbuilder root, with the previous dependencies, but running `cmake` with minimal options, and `make -j 1`. Embarrassingly, I seem to...

This is a temporarily created sandbox, created by `pbuilder`, and populated accordingly (with Build-Depends: packages) before running the actual build code - and destroyed immediately afterwards. Thanks for clarifying the...

Okay, getting closer, it seems. Debian seems to have some special ideas about running `cmake`, and would use ``` cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON...

I have a couple of Debian/Ubuntu packages which depend (and build-depend) on ROOT; the only clean way to support those is to have a ROOT *package* (or package set) as...

Patch applied on top of 0.4.7, run pbuilder for Buster, building succeeded. Thanks for the quick fix!

Debian Bullseye will be released without Python 2. Will ObsPy build under such circumstances?