Atemu

Results 254 comments of Atemu

When I start the machine manually via the qemu command colima uses, the login prompt appears in

Ah, sorry, this is packaged by Nix. Don't know why the version doesn't show up. Is there a flag we need to set in order for the release to know...

If you can tell me how the colima build system decides which version to embed, I could fix that too. How long does it take to start on your machine?

Yeah, that'll need a separate PR. Are there any major changes to dependencies, build process etc. to watch out for? Perhaps it's related to some sort of timeout because we're...

Yes, that works by default but not when adding this flag, which is often done by docker-compose files for compatibility with Linux.

https://github.com/nmeum/android-tools/blob/68de70185d81809a36efba6841da46a041f929a2/vendor/CMakeLists.adb.txt#L27 Using `usb_osx.cpp` passes this error and now fails with ``` Scanning dependencies of target fipsmodule [ 16%] Building C object vendor/CMakeFiles/libselinux.dir/selinux/libselinux/src/seusers.c.o [ 16%] Building C object vendor/CMakeFiles/libselinux.dir/selinux/libselinux/src/selinux_config.c.o /tmp/nix-build-android-tools-31.0.3p1.drv-0/android-tools-31.0.3p1/vendor/selinux/libselinux/src/init.c:8:10: fatal...

How would I do that?

That does it, thanks. Now getting stuck on ``` /tmp/android-tools-31.0.3p1/vendor/logging/liblog/logger_write.cpp:141:53: error: use of undeclared identifier 'getprogname' static std::string* default_tag = new std::string(getprogname()); ^ 1 error generated. make[2]: *** [vendor/CMakeFiles/liblog.dir/build.make:132: vendor/CMakeFiles/liblog.dir/logging/liblog/logger_write.cpp.o]...

```cmake SET(CMAKE_CXX_FLAGS "-D_DARWIN_C_SOURCE -D__DARWIN_C_LEVEL=__DARWIN_C_FULL -std=gnu++20") ``` fixes this problem, thanks! Everything compiles now but it errors out on linking: ``` [230/230] Linking CXX executable vendor/adb FAILED: vendor/adb : && /nix/store/mwrgq0sfrzdx0cndync3nkij8hh5wnmg-Toolchains/XcodeDefault.xctoolchain/bin/clang++...

OMG, it works! Thank you so much! Do you already have some patches or why do you know all of this?