IRC channel logs

2024-12-17.log

back to list of logs

<Rutherther>klm: that's wrong manual, append /devel after manual
<rekado>goggles-bot: welcome back
<Rutherther>klm: yes, there is shepherd-root-service-type that you extend with your services, it should also be in the guix manual, section about shepherd services
<rekado>ACTION restarted goggles bot on bayfront. No idea what went wrong.
<klm`>Rutherther: oh I see, the wrong manual. So the other one is an outdated one? The new parameters work, so at least I'm know I'm on "devel". Thanks!
<klm`>Now let's see if I manage to put together this shepherd service ...
<rekado>klm`: the other one is for the latest release, which is a bit old
<klm`>rekado: yeah, it seems. I tend to avoid "bleeding edge" because it brings troubles, but clearly that's not the right strategy for Guix
<unmush>finally got far enough on guix master to build mono 5.10.0 sources, it seems that git automangled the line endings either when committing the patch or when formatting the patch to add the patch
<rekado>ACTION tries to fix python-rdflib on master
<klm`>Rutherther: got it! for reference: (simple-service 'br0 shepherd-root-service-type (list (shepherd-service ...))) that took a while. maybe the manual could wrap the example in the simple-service?
<klm`>Maybe it's just me, but I found my way around by looking at some test files in guix.git/gnu/tests/networking.scm, and not the manual. Should it have been obvious? I certainly haven't read the manuals (guix and shepherd) well enough
<klm`>Rutherther: Now I've got a place to put my script. Thanks for your help, much appreciated.
<mfg>since quiet some time i can;t view man pages anymore; i just get some binary output that makes no sense and there is a warning saying that mandoc.db is out of date. What am i missing here?
<mfg>I thought the man pages db gets rebuild automatically upon profile reconfiguration
<janneke>how weird, clang-13 builds with (the default) gcc-14, but clang-18 fails
<jsbiff>I've been doing some guix searches and it seems like there's no package for the eclipse java IDE, even though there are some eclipse java library and tool packages, is that correct?