-
Guest57hello
-
Guest57compiling latest version of gui for android i have this error after running apk paste.debian.net/1272993
-
Guest57is anyone here
-
Guest57compiling latest version of gui for android i have this error after running apk paste.debian.net/1272993
-
Guest57compile is successful but running not
-
moneromoooI 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 ?
-
moneromoooOr maybe android has a permission system and renameat2 is being hidden from your process.
-
Guest57i compile with the latest dockerfile
-
Guest57no changes on dockerfile
-
Guest57how to disable that syscall
-
moneromooogit grep renameat2 in the Qt tree. Maybe there's an option to disable usage of it.
-
moneromoooBut tbh this is probably not the thing to do.
-
moneromoooIt feels like a symptom, not a cause.
-
moneromoooIs 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.
-
Guest57android 10
-
ofrnxmr[m]AFAIK GUI was recently updated with "android fixes", but gui was never really usable on android.
-
ofrnxmr[m]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)
-
Guest57ofrnxmr[m] i build it without problems with latest dockerfile
-
ofrnxmr[m]Did 18.1.2 build, install and run successfully?
-
Guest57build & install yes running not!
-
Guest57git clone --recursive monero-gui
-
ofrnxmr[m]Im referring the the prior version, 18.1.2.
-
Guest57no i didnt build 18.1
-
Guest57only 18.2 the lastone
-
ofrnxmr[m]18.2.0 had specific android updates + a QT update. If 18.1.2 works, the issue might be newly introduced
-
Guest57which commit?
-
moneromooo"git tag" should list a tag with the version in its name.
-
ofrnxmr[m]> Updated to bump Android API level to 30, otherwise it doesn't compile. Android 11 or newer is now required
-
Guest57ah!
-
ofrnxmr[m]
-
ofrnxmr[m]One example
-
Guest57thnx all!