01:06:32 This is the issue https://github.com/monero-project/research-lab/issues/70 01:07:41 The proposal https://github.com/ArticMine/Monero-Documents/blob/master/MoneroScaling2021.pdf 01:08:11 There is a link to the proposal in the issue. 11:26:33 hello 11:27:16 trying to compile linux version with scanner but i have CMake Error at CMakeLists.txt:356 (find_library): 11:27:16   Could not find Qt5MultimediaQuick_p_LIBRARY using the following names: 11:27:17   Qt5MultimediaQuick_p 11:31:28 Is it installed ? 11:32:00 It sounds like a package called something like qt5multimedia or similar 11:34:28 if i remove "with_scanner" on makefile compile is ok 11:36:35 i'm trying from docker 11:36:58 https://github.com/monero-project/monero-gui/blob/master/Dockerfile.linux 11:39:42 We might not support it in docker builds yet 11:40:03 AT least, i didn't test this explicitly 11:40:55 Btw, what would be your use case? 11:42:44 is not compiling with scanner 11:43:08 and qrcode is very important... 11:43:17 Yep, is not guaranteed in docker builds 11:43:33 But you can build it locally 11:43:48 "and qrcode is very important..." -> Btw, what would be your use case? 11:44:46 i have linux on tablet 11:45:09 i want to pay someone that accept monero 11:45:21 why to bother copy paste 11:48:32 will probably add it *soon* 12:13:40 I try to compile for debugging. As per instruction, I use: "make debug". But neither the resulting 'monero-wallet-gui' binary nor any of the core binaries like 'monerod' produced seem to carry any debug info. What gives? 12:14:54 (compiled directly on a Debian Linux, without any Docker or similar) 12:16:08 rbrunner: https://github.com/monero-project/monero-gui/pull/3428 12:17:19 Thanks, will try. I was already thinking I was "holding it wrong" :) 12:39:38 Hmmm ... with that modified Makefile I get an error now that wasn't there before: 12:39:51 var/git/monero-core/src/main/filter.cpp:35:14: fatal error: private/qabstractanimation_p.h: No such file or directory 12:42:42 Seems to happen when compiling this: 12:42:43 [ 95%] Building CXX object src/CMakeFiles/monero-wallet-gui.dir/main/filter.cpp.o 13:28:08 Stip two #ifdef QT_DEBUG sections in that file 13:29:24 *strip 13:36:31 rbrunner: ^ 13:38:16 Thanks again, compiling. 14:00:04 monero-gui-wallet does not like me :( It finally compiled, but now at start it refuses with: 14:00:05 ./monero-wallet-gui: error while loading shared libraries: libblockchain_db.so: cannot open shared object file: No such file or directory 14:00:35 Something missing in the makefile when linking perhaps= 14:00:47 *perhaps? 14:11:55 If I put that into $LD_LIBRARY_PATH it complains about the next one, libhardforks.so ... 14:14:01 I guess a Linux crack would know immediately what to do, but alas ... 14:27:02 If I copy *all* .so files from the various Monero directories, the GUI starts but complains: 14:27:03 2021-04-23 14:24:48.998 W qrc:/main.qml:29 module "QtQml.Models" version 2.12 is not installed 14:38:52 rbrunner: which Qt version are you using? 14:39:03 Also make sure you use latest master 14:43:58 I try to debug some problem in Benevanoff's multisig PR: https://github.com/monero-project/monero-gui/pull/3319 14:44:27 A very strange problem where the multisig wallets change restore height. All I want is put a breakpoint at the relevant wallet2 method 14:44:42 and see who the hell is calling it, and for this I guess I need a debug version 14:45:00 But it also means probably that I have to stick to their code, and can't just take master 14:46:30 qmae --version gives: Using Qt version 5.11.3 in /usr/lib/x86_64-linux-gnu 14:46:41 Release version compiles and runs without problems, strangely 14:46:53 Or at least did 3 weeks ago or so 14:49:17 Never mind Qt, but any idea about that strange problem to miss Monero .so files? 14:51:14 Oooh, that could be the reason why so many peple end up with a wrong restore height and are missing txes... 14:51:32 https://github.com/monero-project/monero-gui/pull/3392 14:51:46 ^ rbrunner apply this 14:52:38 Not sure. I think I get a restore height *in the future* with that multisig PR code, which completely throws off tx processing 14:54:48 Thanks, xiphon. The longer the journey, the bigger the reward :) 14:55:54 the patch has already been merged into master :) 15:12:37 rbrunner: perhaps try merging my branch into master locally to include newer patches? 15:19:22 Yeah, I may try that if nothing else helps. Introduces other uncertainties perhaps.