07:31:20 You're welcome :) 10:53:57 hello 10:54:53 i change some things and try to compile with cmake but still some errors 10:54:54 http://paste.debian.net/1166939/ 11:54:45 takel: could you provide me all the steps needed to reproduce the evironment you are using to build it for Android? 11:55:22 yes 1min 12:03:14 http://paste.debian.net/1166946/ 12:57:18 xiphon any news? 12:58:44 takel: I think he asked about your dockerfile you are using 13:05:13 http://paste.debian.net/1166956/ 13:07:14 on makefile i added this http://paste.debian.net/1166957/ 13:07:32 i hope that he wont be confused from that mes 13:07:56 im trying lot of tricks 13:17:19 the issue here is how to add android.toolchain.cmake from qt to find what is need for compiling 13:17:39 or to keep pro file and compile with qmake 13:17:56 both dont work now 13:18:49 .pro file will get removed so would be good to get android cmake working 13:21:46 which toolchain to use 13:50:03 xiphon did u understood anything from that dockerfile 16:30:01 .merge+ 3153 16:30:01 Added 16:30:22 xiphon: please review https://github.com/monero-project/monero-gui/pull/3153 16:30:25 .merges 16:30:25 -xmr-pr- 3131 3138 3141 3143 3145 3147 3150 3153 16:31:08 -xmr-pr- selsta opened pull request #3153: build: prepare v0.17.1.0 16:31:08 -xmr-pr- > https://github.com/monero-project/monero-gui/pull/3153 16:48:56 luigi1111w: tested with all PRs ^, so whenever you have time you can merge and tag afterwards (also v0.17.1.0) 16:49:15 great 17:23:55 hello 17:34:05 .merges 17:34:05 -xmr-pr- 3131 3138 3141 3143 3145 3147 3150 3153 17:59:41 .merges 17:59:42 Merge queue empty 18:04:27 luigi1111w: good to tag, thanks 18:05:22 plz check 18:07:43 looks correct 21:41:03 hello 22:16:08 -xmr-pr- Belfor-IT opened issue #3154: Getting wrong device error with the ledger (0x6a30 expected 0x9000 22:16:08 -xmr-pr- > https://github.com/monero-project/monero-gui/issues/3154 22:32:46 why is set(QT5_LIBRARIES and find package on cmakelists.txt 22:32:54 why is set(QT5_LIBRARIES and not find package on cmakelists.txt 23:19:02 takel: we use Qt 5.9.9 23:20:34 ut doesn't support cmake that well, there were some problems with find_package (i don't recall the exact issues) 23:21:16 yes i understand but i try to use find 23:21:30 because without find is not possible 23:22:18 what else is important to change on cmakelists.txt? 23:24:22 based on what errors you get 23:24:54 yep 23:25:07 but can u suggest smth 23:26:17 for example is crucial to find pkg_Config_path or not 23:26:45 this pkg pc files are useful? 23:26:57 pkg_config is critical 23:27:00 yep 23:28:24 i change cmake_System_name from "android" to "android1" to avoid some automatic checks that cmake does and break compiling 23:28:53 but now cmake cant find that this is arm64_v8a 23:29:32 how to set arch on the begining of cmakelists.txt 23:29:33 are you guys building in a container or on host directly? 23:30:06 i thought there was a container around that built gui but i dont remember where 23:30:24 im trying with last version of qt 23:30:42 qt5.15 23:30:55 that container was working with qt5.11 23:31:20 which container? 23:31:26 dockerfile sorry 23:31:58 now because cmake install broke qmake install even that wont work 23:32:48 xiphon there is a "set(ARCH " on the begining of cmakelists.txt but that one didnt change smth 23:34:14 is the CMake configuration option 23:34:19 set it to the target arch 23:35:09 i did it but nothing changed 23:35:25 set(ARCH "arm84-v8a" CACHE STRING "Target architecture") 23:35:34 set(ARCH "arm64-v8a" CACHE STRING "Target architecture") 23:35:46 what did you exepect to be changed? 23:36:42 to understand that all libraries and files has _arm64-v8a 23:36:46 guess it should be "armv8-a" 23:37:10 Qt5Multimedia_arm64-v8a.pc 23:37:17 from dockerimage 23:38:37 ARCH is the target processor architecture 23:39:01 is the compiler option 23:39:31 what bytecode it should produce (binaries) 23:39:49 and it also used to adjust the compiler flags 23:41:18 we still have old build.sh script in the tree 23:41:37 you could use it as before (though it is not maintained anymore0 23:42:27 is not working 23:42:31 even with qt5.11 23:43:44 could you post the error log? 23:44:35 takel: also make sure to aplpy this https://github.com/monero-project/monero-gui/pull/3148 23:44:48 http://paste.debian.net/1167042/ 23:45:34 yes selsta i insert it 23:45:34 ^ is not build.sh error log 23:45:44 is cmake 23:45:52 im not running build.sh 23:45:56 cmake 23:45:57 if you could upload your docker image 23:46:04 i would love to look into the issue 23:46:29 all image not dockerfile? 23:46:44 http://paste.debian.net/1166956/ makefile: http://paste.debian.net/1166957/ 23:46:48 this was posted today 23:46:48 ^ having some compilation errors with the Dockerfile 23:47:00 ah ok 23:47:06 i'm trying to build it on a VPS, so might be OOM issue 23:47:39 how to extract all image 23:47:54 docker save > 23:48:11 will be uncompressed 23:49:24 so compressing it to .tar.xz for example 23:50:15 cowardly refusing to save to a terminal. Use the -o flag or redirect 23:50:21 what to do here 23:51:46 is not a finished dockerimage 23:52:54 you can build it till the point you try to invoke the cmake Monero gui build 23:53:19 a ok