00:05:05 Here is a copy/paste from the terminal: https://paste.debian.net/1206194 I also have a CMakeOutput.log if that would help. 00:18:58 You're missing X11 headers. Not sure why it needs them though. 00:19:09 Or libs. 00:20:15 Seems to be a dep of a dep. 00:22:55 I see. That does make sense though, I noticed that error just wasn't entirely sure what it meant. Perhaps the dependency list could be updated on the readme? Either way, I appreciate the help I will install it and see how it goes! 00:23:49 If the dep proves actually not spurious, yes. Would be nice to track down what needs X11 first. 00:58:51 after installing X11 headers I'm now getting a dependency error based on not having qt5 installed and unfortunately I can not find a viable way to install qt 5.9.7 on Fedora 34 :( 01:00:26 What version of qt do you have? 01:09:07 goinroguein10[m]: you can use qt 5.15 01:09:23 you need 5.9 or newer 01:15:43 is there a process to requestng PR reviews? fixed https://github.com/monero-project/monero/pull/7823, the tests all pass now and it should be ready for one 01:22:24 I do have qt 5.15 installed. Here is the new error message: https://paste.debian.net/1206200 I'm at a loss on this one. I don't think it's a dependency error more of some missing directory 01:26:52 goinroguein10[m]: maybe it's installed in an unusual location 01:26:55 find /usr -name "Qt5CoreConfig.cmake" 01:26:59 add the location to CMAKE_PREFIX_PATH 01:44:55 DangrOnTheRangr: it should get reviewed once someone has time, if it isn't reviewed for a while you can ask here 01:46:56 I honestly searched my entire computer directory and cannot find "Qt5CoreConfig.cmake" 01:53:14 selsta: gotcha, thank you 01:55:12 goinroguein10[m]: Do you have qt5-devel installed? 01:57:18 That I do not, but "sudo dnf install qt5-devel" will not work for some reason. Says it can not be found 01:59:17 I believe the main issue is that I have to set a prefix path for cmake to qt5, but I honestly do not know how to do that in the terminal 01:59:51 If Qt5CoreConfig.cmake does not exists you're missing development libraries 02:03:22 Try qt5-qtbase-devel instead 02:03:46 hmm, well I don't know what repository I can download qt5-devel from :/ 02:03:57 see ^ 02:03:59 It got renamed 02:09:24 genghis_git: If this is the Village Workgroup Meeting, then #monero-events (see https://github.com/monero-project/meta/issues/593). I am not sure though if this is the clubhouse. 02:19:31 @tobtoht That totally worked! You don't happen to know the updated names for the rest of the qt5 libraries do you? Or a list where I can find them? I can't seem to find them online anywhere. It's missing Qt5Quick now 02:20:04 goinroguein10[m]: pkgs.org search for the file name in the search box 02:22:22 it was monero-gui compilation ? 02:28:21 Awesome, I will install these then and let you guys know if it works! The Qt installs were definitely listed in the readme but there was not a spot for Fedora. Just Ubuntu and Gentoo, so I wasn't sure I needed them 02:31:30 "but there was not a spot for Fedora" -> Seems like a good idea for a PR 02:32:20 Also, we're technically in the wrong room here. Let's move further discussion to #monero-gui. 02:41:57 Fair enough. I have encountered another compiling error, I don't think I have access to #monero-gui though 02:42:25 Oh, in that case here's fine too. 02:45:21 This one seems to be related to qt itself, I believe I've downloaded all the dependencies now: https://paste.debian.net/1206203 02:48:38 dnf install qt5-linguist 03:06:08 That did it! It's officially compiled. The biggest takeaway was just that extra dep of a dep X11 headers. I wish I could show my appreciation more than just continuing to support this incredible idea! You all are incredible! Keep doing what you're doing, I'm sure XMR will pay off triple-fold when the government soon cracks down on other non-privacy base crypto coins. 03:12:16 Always happy to help ^^ 13:11:42 so excited for the clubhouse meeting today 13:22:49 We need a second review of https://github.com/monero-project/monero/pull/7821 before we can put out a release. 13:30:58 Looks ok. 16:58:00 hey guys so when's the group call 17:00:55 I suspect people in #monero-community will know about this. 17:02:58 moneromoooo: so this isn't #monero-community 17:03:34 Someone above mentioned possibly #monero-events too. 18:50:16 genghis_git: apparently (monero) clubhouse is in website clubhouse.com. Sorry T_T... btw 1) we are outside monero-dev's scope, 2) where did you find that there's clubhouse this time?, and 3) hope you can contribute! 18:55:52 Hello Guys 18:56:41 can someone help me to insert the XMr Cashin in laravel project? 19:58:02 Is there any particular reason that wallet's default behaviour is still to skip scanning all coinbase outputs? 19:58:06 https://github.com/monero-project/monero/blob/master/src/simplewallet/simplewallet.cpp#L3942 19:58:30 default refresh type for all new wallets is set to RefreshOptimizeCoinbase 19:58:49 it can be changed in CLI, but not GUI as far as I can see 19:59:02 it's a bit annoying for what I'm experimenting with 19:59:14 moneromooo ^ 20:00:11 It's a bug. It's supposed to skip coinbase outputs with index > 0 if the one with index 0 is not for the wallet. 20:00:27 it shouldn't skip anymore 20:00:37 because amount splitting is long gone 20:01:05 I'm a bit surprised tbh because I don't remember missing coinbases and I test that a lot (on TF though, but that should not matter). 20:01:25 well, it doesn't miss coinbases because they have only 1 output (for now) 20:01:30 Feel free to make it scan all after vsomething. And fix the bug if you're really sure there is one. 20:01:44 it's not a bug, it's how it works 20:01:50 it made sense before, but not now 20:01:54 OK. You said "all", so I assumed all. nvm then. 20:02:10 I'll make a PR for the next point release (not the current coming one) 20:02:41 By "all I meant all outputs in each coinbase transaction 20:03:39 But then "it doesn't miss coinbases because they have only 1 output", so clearly it scans the first one (the only one typically), no ? 20:03:50 Am I missing your point ? 20:03:55 it scans the first output and skips other outputs, yes 20:04:06 which is not a problem until you have more than output there 20:04:11 *1 output 20:05:04 which is what I'm testing now 20:08:57 sech1: fwiw, setting it to RefreshFull in CLI should persist if you open the wallet with GUI afterwards 20:09:00 not sure if that helps for what you're trying to do 20:09:11 I know, it's a variable in the wallet file 20:09:16 you can change it in CLI 20:09:42 I got a bit stuck until I found that code and figured out what was happening 20:09:56 ah ok