-
gingeropolous
when did message type get shrunk to a single letter?
-
xmr-pr
iamamyth opened pull request #9809: logging: Fix easylogging++ init with blank config
-
xmr-pr
-
m-relay
<jeffro256:monero.social> what do you mean "message type"?
-
gingeropolous
i mean the info messages in the console. its nothing, nevermind.
-
gingeropolous
im seeing these in my logs again: start_outer_call failed . I remember them from a while back
-
m-relay
<syntheticbird:monero.social> Regarding Rust dependency in monero:
blog.rust-lang.org/2025/02/20/Rust-1.85.0.html
-
m-relay
<kayabanerve:matrix.org> SyntheticBird: What's the claimed relevance? Not every Rust update will be relevant. While this is major, I don't see it as relevant.
-
m-relay
<syntheticbird:monero.social> I was just going to say: I don't know how Rust update are going to work with monero codebase, but it could update requirement to 1.85 and Rust edition 2024.
-
m-relay
<tobtoht:monero.social> SyntheticBird: For release builds, we will use whichever version is available to us in Guix (which is currently 1.82). See also:
monero-project/monero #9801
-
m-relay
<preland:monero.social> Speaking of builds….when is the miniupnp issue going to be fixed
-
m-relay
<syntheticbird:monero.social> I pray everyday for miniupnp to be removed
-
m-relay
<syntheticbird:monero.social> no one use it
-
sech1
what issue
-
m-relay
<preland:monero.social> Build fails because of gcc changes
-
sech1
fails because of miniupnp? I use it in P2Pool and it doesn't give me any issues with a wide range of compilers
-
m-relay
<preland:monero.social> Using env vars to change the compiler used to fix it, but it stopped working for some reason last night
-
m-relay
<preland:monero.social> It only threw the error after clean building it
-
m-relay
<preland:monero.social> I was able to fix it by doing the manual su module cmake thingy and forwarding miniupnp to a newer version…..sorta
-
m-relay
<preland:monero.social> Still throws some cryptic errors
-
m-relay
<ofrnxmr:xmr.mx> sounds like user error ?
-
m-relay
<preland:monero.social> Could be
-
m-relay
<preland:monero.social> I can check it again today and see if it magically gets fixed (as these things tend to work out)
-
m-relay
<syntheticbird:monero.social> bro literally dropped a "sjill issue"
-
m-relay
<syntheticbird:monero.social> "skill issue"*
-
m-relay
<ofrnxmr:xmr.mx> What os/distro are you using to build, and what steps are you taking
-
m-relay
<monero.arbo:matrix.org> I just built master today with guix fwiw
-
m-relay
<monero.arbo:matrix.org> very sexy very working
-
m-relay
<kayabanerve:matrix.org> The Monero Rust libs wouldn't benefit from the 2024 edition AFAIK.
-
m-relay
<kayabanerve:matrix.org> I'm not saying some niche features from it couldn't be used, but it's not like we have async code or anything with crazy borrow rules.
-
m-relay
<kayabanerve:matrix.org> So there isn't reason to update to that requirement due to how much work it'd be.
-
m-relay
<aremor:matrix.org> I’ve seen this when attempting to cross compile. That’s your use case?