09:51:08 hello 09:55:35 compiling latest version of gui for android i have this error after running apk http://paste.debian.net/1272993/ 10:31:36 is anyone here 11:44:20 compiling latest version of gui for android i have this error after running apk http://paste.debian.net/1272993/ 11:45:03 compile is successful but running not 11:46:12 I dunno about android, but renameat2 is a syscall, so maybe you're running it on an old android version, but was built on a newer one ? 11:46:44 Or maybe android has a permission system and renameat2 is being hidden from your process. 11:47:33 i compile with the latest dockerfile 11:47:43 no changes on dockerfile 11:48:08 how to disable that syscall 11:50:46 git grep renameat2 in the Qt tree. Maybe there's an option to disable usage of it. 11:50:56 But tbh this is probably not the thing to do. 11:51:06 It feels like a symptom, not a cause. 11:51:56 Is it a very new android you're building/running on ? Could be they changed something that Qt and/or the GUI need to adapt to. 11:54:01 android 10 11:54:11 AFAIK GUI was recently updated with "android fixes", but gui was never really usable on android. 11:54:12 My question would be, did 18.1.2 build? (Was an issue introduced in 18.2? Or have you never been able to build > an issue with your build environment) 11:55:02 ofrnxmr[m]   i build it without problems with latest dockerfile 11:55:50 Did 18.1.2 build, install and run successfully? 11:56:17 build & install yes running not! 11:56:56 git clone --recursive monero-gui 11:57:34 Im referring the the prior version, 18.1.2. 11:57:56 no i didnt build 18.1 11:58:05 only 18.2 the lastone 11:58:30 18.2.0 had specific android updates + a QT update. If 18.1.2 works, the issue might be newly introduced 11:59:11 which commit? 11:59:52 "git tag" should list a tag with the version in its name. 11:59:55 > Updated to bump Android API level to 30, otherwise it doesn't compile. Android 11 or newer is now required 12:00:55 ah! 12:01:00 https://github.com/monero-project/monero-gui/pull/4066#issuecomment-1312616110 12:01:01 One example 12:01:28 thnx all!