00:21:30 Guest79: you have to install unbound 00:21:59 how 00:22:07 how did you install dependencies? 00:22:11 docker 00:22:38 are you trying to build CLI or GUI? 00:23:33 gui 00:24:46 which docker file did you use? 00:25:00 linuxdocker 00:27:09 will try to reproduce and fix 00:27:36 i can wait here 00:28:02 will take until tomorrow 00:28:05 don't have docker setup 00:28:16 is happening with docker linux,windows,android all 00:28:23 i test it with all 00:28:27 same error 00:28:51 CMake Error at monero/CMakeLists.txt:105 (message): 00:28:51 Could not find libunbound 00:28:52 Call Stack (most recent call first): 00:28:52 monero/external/CMakeLists.txt:59 (die) 00:29:12 are you sure that you testing windows? 00:29:24 windows should still work 00:29:36 linux and android docker won't work 00:30:21 wait to test it again 00:32:23 exactly the same for windows too! 00:34:08 Dockerfile.windows? 00:34:19 yes 00:35:47 Guest79: https://github.com/monero-project/monero-gui/blob/master/Dockerfile.windows#L15-L20 00:35:59 you have to do git clone -b master 00:36:24 and then git reset --hard a39b1d56c8835798e2f5e3cc43c33b5f2d8e13da 00:36:30 ok 00:36:36 then windows should work 00:36:44 for linux the same? 00:38:29 no, linux and android needs more work 00:42:58 ok i wait 10:26:25 hi 10:26:34 any news about libunbound error 10:27:12 CMake Error at monero/CMakeLists.txt:105 (message): Could not find libunbound Call Stack (most recent call first): monero/external/CMakeLists.txt:59 (die) 21:22:23 hi 21:22:45 anything new about libunbound 21:22:58 CMake Error at monero/CMakeLists.txt:105 (message): 21:23:11 Could not find libunbound 21:25:27 Did yo try git submodule init/sync/update ? 21:25:48 And remove CMakeCache.txt 21:26:06 If libunbound is not installed, monero ships with a replacement. 21:26:10 So it should always find it. 21:26:25 Though that message might still be there, but not as a cmake error. 21:28:49 im instaling from dockerfile 21:29:41 and is doing the same from android,linux docker 21:36:00 anyone else on what to do about libound 21:51:44 Guest7972: you can just use monero release-v0.17 as submodule 21:51:49 then you don't have to wait for a patch 21:52:22 23:26 If libunbound is not installed, monero ships with a replacement. <-- we removed it from master as it was outdated and unmaintained 21:52:32 have to add manual unbound compilation to dockerscript 21:52:36 docker file 21:53:21 is libunbound on other dockerfile ? 21:53:48 not yet 21:54:30 so i must find myself the commands like git clone ,configure,make,make install 21:55:29 Guest7972: https://github.com/monero-project/monero/blob/master/contrib/depends/packages/unbound.mk#L9 21:55:32 you have commands here 21:56:11 I will make a PR for it, just didn't get to it yet 21:57:23 good i'll make a try 21:57:25 thank u 21:59:21 Oh sorry, I did not realize. 22:37:32 oh now need libexpat 22:37:48 u know one package need another and this never end 22:46:41 Guest79: https://github.com/monero-project/monero/blob/master/contrib/depends/packages/expat.mk 22:46:46 expat does not need anything