-
selsta
Guest79: you have to install unbound
-
Guest79
how
-
selsta
how did you install dependencies?
-
Guest79
docker
-
selsta
are you trying to build CLI or GUI?
-
Guest79
gui
-
selsta
which docker file did you use?
-
Guest79
linuxdocker
-
selsta
will try to reproduce and fix
-
Guest79
i can wait here
-
selsta
will take until tomorrow
-
selsta
don't have docker setup
-
Guest79
is happening with docker linux,windows,android all
-
Guest79
i test it with all
-
Guest79
same error
-
Guest79
CMake Error at monero/CMakeLists.txt:105 (message):
-
Guest79
Could not find libunbound
-
Guest79
Call Stack (most recent call first):
-
Guest79
monero/external/CMakeLists.txt:59 (die)
-
selsta
are you sure that you testing windows?
-
selsta
windows should still work
-
selsta
linux and android docker won't work
-
Guest79
wait to test it again
-
Guest79
exactly the same for windows too!
-
selsta
Dockerfile.windows?
-
Guest79
yes
-
selsta
-
selsta
you have to do git clone -b master
-
selsta
and then git reset --hard a39b1d56c8835798e2f5e3cc43c33b5f2d8e13da
-
Guest79
ok
-
selsta
then windows should work
-
Guest79
for linux the same?
-
selsta
no, linux and android needs more work
-
Guest79
ok i wait
-
Guest79
hi
-
Guest79
any news about libunbound error
-
Guest79
CMake Error at monero/CMakeLists.txt:105 (message): Could not find libunbound Call Stack (most recent call first): monero/external/CMakeLists.txt:59 (die)
-
Guest7972
hi
-
Guest7972
anything new about libunbound
-
Guest7972
CMake Error at monero/CMakeLists.txt:105 (message):
-
Guest7972
Could not find libunbound
-
moneromooo
Did yo try git submodule init/sync/update ?
-
moneromooo
And remove CMakeCache.txt
-
moneromooo
If libunbound is not installed, monero ships with a replacement.
-
moneromooo
So it should always find it.
-
moneromooo
Though that message might still be there, but not as a cmake error.
-
Guest7972
im instaling from dockerfile
-
Guest7972
and is doing the same from android,linux docker
-
Guest7972
anyone else on what to do about libound
-
selsta
Guest7972: you can just use monero release-v0.17 as submodule
-
selsta
then you don't have to wait for a patch
-
selsta
23:26 <moneromooo> If libunbound is not installed, monero ships with a replacement. <-- we removed it from master as it was outdated and unmaintained
-
selsta
have to add manual unbound compilation to dockerscript
-
selsta
docker file
-
Guest7972
is libunbound on other dockerfile ?
-
selsta
not yet
-
Guest7972
so i must find myself the commands like git clone ,configure,make,make install
-
selsta
-
selsta
you have commands here
-
selsta
I will make a PR for it, just didn't get to it yet
-
Guest7972
good i'll make a try
-
Guest7972
thank u
-
moneromooo
Oh sorry, I did not realize.
-
Guest79
oh now need libexpat
-
Guest79
u know one package need another and this never end
-
selsta
-
selsta
expat does not need anything