-
goinroguein10[m]
Here is a copy/paste from the terminal:
paste.debian.net/1206194 I also have a CMakeOutput.log if that would help.
-
moneromoooo
You're missing X11 headers. Not sure why it needs them though.
-
moneromoooo
Or libs.
-
moneromoooo
Seems to be a dep of a dep.
-
goinroguein10[m]
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!
-
moneromoooo
If the dep proves actually not spurious, yes. Would be nice to track down what needs X11 first.
-
goinroguein10[m]
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 :(
-
tobtoht
What version of qt do you have?
-
selsta
goinroguein10[m]: you can use qt 5.15
-
selsta
you need 5.9 or newer
-
DangrOnTheRangr
is there a process to requestng PR reviews? fixed
monero-project/monero #7823, the tests all pass now and it should be ready for one
-
goinroguein10[m]
I do have qt 5.15 installed. Here is the new error message:
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
-
tobtoht
goinroguein10[m]: maybe it's installed in an unusual location
-
tobtoht
find /usr -name "Qt5CoreConfig.cmake"
-
tobtoht
add the location to CMAKE_PREFIX_PATH
-
selsta
DangrOnTheRangr: it should get reviewed once someone has time, if it isn't reviewed for a while you can ask here
-
goinroguein10[m]
I honestly searched my entire computer directory and cannot find "Qt5CoreConfig.cmake"
-
DangrOnTheRangr
selsta: gotcha, thank you
-
tobtoht
goinroguein10[m]: Do you have qt5-devel installed?
-
goinroguein10[m]
That I do not, but "sudo dnf install qt5-devel" will not work for some reason. Says it can not be found
-
goinroguein10[m]
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
-
tobtoht
If Qt5CoreConfig.cmake does not exists you're missing development libraries
-
tobtoht
Try qt5-qtbase-devel instead
-
goinroguein10[m]
hmm, well I don't know what repository I can download qt5-devel from :/
-
tobtoht
see ^
-
tobtoht
It got renamed
-
coinstudent2048[
genghis_git: If this is the Village Workgroup Meeting, then #monero-events (see
monero-project/meta #593). I am not sure though if this is the clubhouse.
-
goinroguein10[m]
@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
-
tobtoht
goinroguein10[m]: pkgs.org search for the file name in the search box
-
wfaressuissia[m]
it was monero-gui compilation ?
-
goinroguein10[m]
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
-
tobtoht
"but there was not a spot for Fedora" -> Seems like a good idea for a PR
-
tobtoht
Also, we're technically in the wrong room here. Let's move further discussion to #monero-gui.
-
goinroguein10[m]
Fair enough. I have encountered another compiling error, I don't think I have access to #monero-gui though
-
tobtoht
Oh, in that case here's fine too.
-
goinroguein10[m]
This one seems to be related to qt itself, I believe I've downloaded all the dependencies now:
paste.debian.net/1206203
-
tobtoht
dnf install qt5-linguist
-
goinroguein10[m]
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.
-
tobtoht
Always happy to help ^^
-
genghis_git[m]
so excited for the clubhouse meeting today
-
selsta
We need a second review of
monero-project/monero #7821 before we can put out a release.
-
moneromoooo
Looks ok.
-
genghis_git[m]
hey guys so when's the group call
-
moneromoooo
I suspect people in #monero-community will know about this.
-
genghis_git[m]
moneromoooo: so this isn't #monero-community
-
moneromoooo
Someone above mentioned possibly #monero-events too.
-
coinstudent2048[
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!
-
drexep[m]
Hello Guys
-
drexep[m]
can someone help me to insert the XMr Cashin in laravel project?
-
sech1
Is there any particular reason that wallet's default behaviour is still to skip scanning all coinbase outputs?
-
sech1
-
sech1
default refresh type for all new wallets is set to RefreshOptimizeCoinbase
-
sech1
it can be changed in CLI, but not GUI as far as I can see
-
sech1
it's a bit annoying for what I'm experimenting with
-
sech1
moneromooo ^
-
moneromoooo
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.
-
sech1
it shouldn't skip anymore
-
sech1
because amount splitting is long gone
-
moneromoooo
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).
-
sech1
well, it doesn't miss coinbases because they have only 1 output (for now)
-
moneromoooo
Feel free to make it scan all after vsomething. And fix the bug if you're really sure there is one.
-
sech1
it's not a bug, it's how it works
-
sech1
it made sense before, but not now
-
moneromoooo
OK. You said "all", so I assumed all. nvm then.
-
sech1
I'll make a PR for the next point release (not the current coming one)
-
sech1
By "all I meant all outputs in each coinbase transaction
-
moneromoooo
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 ?
-
moneromoooo
Am I missing your point ?
-
sech1
it scans the first output and skips other outputs, yes
-
sech1
which is not a problem until you have more than output there
-
sech1
*1 output
-
sech1
which is what I'm testing now
-
tobtoht
sech1: fwiw, setting it to RefreshFull in CLI should persist if you open the wallet with GUI afterwards
-
tobtoht
not sure if that helps for what you're trying to do
-
sech1
I know, it's a variable in the wallet file
-
sech1
you can change it in CLI
-
sech1
I got a bit stuck until I found that code and figured out what was happening
-
tobtoht
ah ok