-
m-relay
<syntheticbird:monero.social> Anything blocking merge of #9135 ?
-
m-relay
<ofrnxmr:xmr.mx> The test failure
-
m-relay
-
m-relay
<ofrnxmr:xmr.mx> > The failing functional test is a problem with the commit (it replicates old, broken patterns in new places), rather than an old merge base, see comments here: #9740.
-
m-relay
<jeffro256:monero.social> j-berman also did a review and made some good requests for changes
-
m-relay
<tobtoht:monero.social> preland: the miniupnpc issue got fixed:
monero-project/monero #9685
-
m-relay
<tobtoht:monero.social> Lyza: ooo nice
-
m-relay
<darkhappyman:monero.social> hello, do you advice to run monero node and webapp+wallet-cli on different servers ?
-
m-relay
<darkhappyman:monero.social> Hello, would you recommend running a Monero node and a web application with wallet-cli on separate servers?
-
m-relay
<ofrnxmr:xmr.mx> Monero
-
xmr-pr
taivlam opened pull request #9810: readme: Fix subsection fragment, remove outdated Debian info
-
xmr-pr
-
JackW
hi,anyone here ?
-
rbrunner
Maybe
-
rbrunner
For dev questions
-
JackW
I'am a newer to monero,i just want a good xmr mine pool.any ideas ?
-
m-relay
<rottenwheel:unredacted.org> Ask in #monero or #monero-community!
-
NorrinRadd
Hi guys. I have a linker error. it seems libpqm dir is not being added to target linker directories once the libzqm target is run.
paste.debian.net/1353569
-
selsta
NorrinRadd: which OS are you using
-
NorrinRadd
linux x86_64
-
NorrinRadd
selsta:
-
selsta
yes but which distro
-
NorrinRadd
ubuntu 20.04
-
selsta
what command did you enter to build?
-
NorrinRadd
make release-static
-
NorrinRadd
yeah nothing special
-
NorrinRadd
building HEAD of master
-
NorrinRadd
both libzmq and libpqm are installed
-
NorrinRadd
the dev packages
-
sech1
libpgm-dev and libgss-dev?
-
NorrinRadd
ah apple build is running right now. i'll check gss once it finishes
-
NorrinRadd
a/ah/an
-
NorrinRadd
s/ah/an
-
sech1
try to delete the build folder, and run the build again. Then grep the cmake output for "pgm" and/or "gss"
-
sech1
maybe you got some errors in the cmake step
-
m-relay
<anon_contributor_xmr:monero.social> Hey. I would like to submit a CCS proposal for part-time maintenance & further development of Monfluo (a fork of Mysu, Android wallet:
codeberg.org/acx/monfluo), but seeing that the latest "wallet proposal" (for Unstoppable Wallet) was rejected I want to ask here beforehand if such a proposal would have a chance (just testing the waters here, obviously I am not expecting a<clipped mess
-
m-relay
<anon_contributor_xmr:monero.social> ny sort of confirmation that a proposal would be accepted)? There was a lot of criticism for that proposal which (hopefully) would not be applicable here, but one of the points was that it would be a "yet another wallet" and I am wondering whether it would also be the case here? Monfluo is explicitly non-commercial (no in-app swapping, no converting to other cryptos, no fiat on/of<clipped mess
-
m-relay
<anon_contributor_xmr:monero.social> f-ramps, so I make no money from that, and such simplicity is the core idea behind the wallet), if that makes a difference. Any opinions on that?
-
selsta
anon_contributor_xmr: #monero-community might be a better place to ask about CCS proposals
-
selsta
NorrinRadd: `make depends` is preferred for static builds
-
selsta
-
m-relay
<anon_contributor_xmr:monero.social> thanks, I will repost my message there in that case :)
-
NorrinRadd
selsta: yup i'm using depends
-
NorrinRadd
actually didn't use depends on that run. will look into it. gss wasn't installe... however i don't see it mentioned in the README...
-
NorrinRadd
i installed libunbound from source due to an issue I had, and maybe that's how it got uninstalled.
-
NorrinRadd
libunbound from apt wasn't able to link against some nettle symbols and installing from source fixed that. but now i see installed gss manually installed a nettle package.
-
selsta
`make release-static` is not really supported, we kept it because some people are using it but we don't have CI builds for it and it's not recommended
-
NorrinRadd
so there were no pgm or gss errors in the log, but i did see gss nor pgm were mentioned in build/release/src/daemon/CMakeFiles/daemon.dir/link.txt. installed libgss and still get the same build error (undefined references to pgm and gss symbols). uninstalled my build of libunbound, then reistalled libgss and libunbound, and not i'm back to the undefined references to nettle symbols.
-
NorrinRadd
ok, i'll abandom make release-static
-
NorrinRadd
will try it all with depends
-
NorrinRadd
s/and\ not/and\ now/