02:12:47 luigi1111w: you can also tag 02:13:35 thanks 12:51:50 hello 12:52:08 after latest cmake updates android compile is broken 12:52:44 before compile was successful and apk created worked very well 12:53:06 we still support the old build system 12:53:17 is not working anymore 12:53:20 not compiling 12:53:34 logs? 12:53:41 ok in 1min 13:03:14 any paste service bigger than 150k? 13:03:28 for paste.debian is too big 13:06:02 https://pastebin.com/rYZv7ktV 13:21:21 any thought about logs? 13:26:38 covid-29: it fails to build monero 13:26:41 not the GUI 13:27:30 generate_translations_header step fails 13:27:50 why? before was ok. 13:28:00 i saw that but i cant find the reason 13:30:30 not clear to me why it suddenly fails 13:31:04 when was the last time this worked? 13:31:31 i'm not sure but 3-4 months before 13:32:15 i tried with qt5.15 and qt 5.11 but the same 13:32:52 like I said this fails at the monero step 13:32:53 maybe better to ask to #monero 13:33:00 hmm weird 13:33:06 don’t remember anything changing with translations 13:33:27 ah maybe is the compiler 13:33:45 i insert latest android ndk 13:34:05 maybe try older one 13:34:13 Line 1327 looks like it's thinking ./generate_translations_header is a script. 13:34:41 Does "file ./generate_translations_header" say it's a binary for the current architecture ? 13:34:55 dont know 13:35:01 Then try. 13:35:24 sorry but how 13:35:50 Run "file generate_translations_header", or "file .../generate_translations_header", giving the path to the file. 13:36:24 this change i must insert on cmakelists.txt ? 13:36:25 Hmm. If this is docker, it might be a pain to find the file... 13:36:30 is a docker 13:37:06 covid-29: Did you write this "GUI for android" docker file? 13:37:10 Find how to run a shell with docker, I dn't know how. Then find the file (find / -name generate_translations_header), then run file on it. 13:37:32 yes i write this gui for android file 13:37:43 Oh, nice work :) 13:37:46 took some thing here some there and worked 13:38:01 Does Android run on i386 ? 13:38:10 Emulator ? 13:38:13 no aarch64 13:38:18 emulator 13:38:32 I see: : RUN dpkg --add-architecture i386 && 13:38:36 Is that intended ? 13:38:47 no i just took it ready 13:38:53 maybe better to change? 13:39:20 I dunno. Might be for host, not target. I just thought it worth pointing out. 13:39:55 if i run shell on docker i loose all variables 13:40:00 i mean all paths 13:40:24 so script wont find openssl and other tools 13:40:36 Anyway, most likely thing I think is you're running a binary for the wrong arch. Not super high confidence though. 13:41:00 exactly before 3-4 months was working 13:41:36 if i insert old ndk version i'll have other issues 13:41:49 Then you can bisect. 13:42:12 a old version 13:42:13 (ie, git bisect, or manual if that's not from git) 13:43:07 i try your propose to remove i386 arch 13:45:09 Yeah, on second thought it's probably updated the host, so it doesn't look wrong. 13:45:24 It shouldn't be needed anyway. 13:45:30 before translations header error there is this one https://paste.debian.net/1159749/ 13:45:39 Oh, unless you're rying to use a 32 bit toolchain on a 64 bit arch... 13:45:48 maybe all start here 13:46:25 Good find :) 13:46:53 so lets remove i386arch? 13:54:48 when makefile will have option for android too 13:55:06 because docker is not the best option 13:55:12 too complicated 13:55:33 When an android coder contributes the change :) 13:56:04 hmm how to convert this docker to makefile 13:56:16 i can paste somewhere but is enough 13:56:25 i dont know to convert 14:00:57 how i can help on this 14:01:49 did you try downgrading the ndk again? 14:02:15 yes i have other errors with old ndk 14:02:53 errors about qrcode that u added on command line before 1month 14:08:36 do you have the logs for the qrcode issue? 14:09:04 yes 2min 14:17:17 https://paste.debian.net/1159753/ 14:21:11 Looks like old compiler. Or compiler set to only accept old source. 14:22:28 it is ndk old version 14:28:40 there is any android coder that can convert docker file to cmake 14:30:04 or to convert to depends package 14:31:22 covid-29: maybe you can open an issue on the monero-gui repo with your dockerfile that you currently use 14:31:30 so that it is documented somewhere 14:32:13 i dont know how to open issue on repo i can give dockerfile to u and u can do it if is possible 14:32:40 do you have a github account? 14:32:45 no 14:32:51 ok post it here 14:32:54 ok 14:32:56 I will open an issue later 14:39:57 https://paste.debian.net/1159757/ 14:55:31 thanks 14:57:00 thnx from me too 14:57:09 hoping that someone will fix it 14:57:34 with qt5.15 im sure that apk will work very good 14:57:43 and will be very useful 14:58:18 the latest ndk has a future that can create binary for different arms 14:58:28 armv7,v8,v6 etc 14:58:39 were you the person who had issues with libgcrypt? 14:58:44 did you solve this in the end? 14:58:52 no 14:58:56 what issue 14:59:05 ok 17:49:08 hello again 17:52:47 after removing i386 arch again new errors 17:52:50 https://pastebin.com/uQSxBt1F 17:53:05 there is api var 17:56:43 covid-29: "Android: Did not detect API level from" 17:56:54 covid-29: https://stackoverflow.com/a/52845127/2054778 17:57:24 https://cmake.org/cmake/help/v3.7/variable/CMAKE_SYSTEM_VERSION.html#variable:CMAKE_SYSTEM_VERSION 18:00:05 i cant understand what to do here 18:00:27 all this happened after i386 arch was removed 18:01:53 on dockerfile there is "env android_api android-28" 18:02:43 https://fossies.org/linux/cmake/Tests/VSNsightTegra/CMakeLists.txt 18:02:51 lines 4-8 18:03:51 covid-29: I am not sure how i386 would ever work on a phone? Most are ARM .. at least my Android is. 18:04:34 ndk is emulator 22:29:30 .merge+ 3038 22:29:31 Added 22:30:58 .merge+ 3024 22:30:58 Added