Thursday, 2026-07-23

*** n2klb_ is now known as n2klb01:52
nephrosIs there a good way to make sb2 logging quieter on OBS? I know I can export SBOX_MAPPING_LOGLEVEL and SBOX_QUIET in a spec file, but is there a way to configure it per repo/project?07:22
Ketois it missing this commit https://github.com/sailfishos/scratchbox2/commit/c6db4da8ec235f6a4a2599256c06bd7606e8649a ?09:07
poetasternephros: collections.abc.MutableMapping byte you yet?10:51
nephrosKeto: deduplication is fine, but if you look at e.g. qt6-qtdeclearative   build log, there's still a LOT of these messages.12:01
nephrosI'd like to reduce them to ERROR level.12:02
nephrospoetaster: Not that I'd remember. Where?12:02
poetasterIt was an issue with Fibonnaci. I put a workaround (python >=3.10) in place which aliases12:03
poetasterFor some reason, although the import had a correct form, in the setup.py context, it doesn't work. So I added12:04
poetastersetattr(collections, "MutableMapping", collections.abc.MutableMapping)12:04
poetasterwhich is an ugly hack, but works12:05
nephrosKeto: I mean I have this: https://github.com/sailfishos-chum/qt6/pull/21/files12:05
nephrospoetaster: I know some of these words. :)12:05
poetasternephros, me too :)12:06
poetastersigh. building variants of fibonacci are really slow because of exprtk (massive c math library in a header)12:07
poetasterKeto, althoug, well, chum was fast! faster than my gaming PC12:08
nephrosKeto: do you by chanve know how the RSS feed url for "user notifications" (build.sailfishos.org/user/feed/<<SOME-HASH>>) is generated?13:18
Ketonephros: I think it's a random token13:57

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!