IRC channel logs
2026-06-24.log
back to list of logs
<Guest24>hi. is it possible to configure home-dbus-service like dbus-root-service? as in specifying which packages can use dbus? <switchy>jlicht: that could indeed be it, thanks! maybe the #101 pull to use RTC would fix it? <switchy>apteryx: is it because the change-id is no longer necessary with codeberg? <apteryx>With the move to Codeberg there are other ways to tackle this (such as adding support for 'Merges: !XXX') trailers to forgejo to do just that. <YARs2>Can guix run on a rasbery pi 5? <YARs2>Nice! I don't have to deal with that debian stuff <jlicht>switchy: I don't understand a thing about these issues, I was just perusing them some time ago and what you said reminded me of this issue :-) <csantosb>`guix shell rust rust:cargo -- cargo audit` is incorrect, right ? <jlicht>Any guix CI gurus around? Am I correct in assuming these builds were cancelled somehow? <csantosb>`guix shell rust rust:cargo -- cargo --list` shows no `audit`, same for `license` <csantosb>You have a: "59:29.74 E error: could not compile `gkrust` (lib)" <csantosb>Followed by a "59:29.75 E process didn't exit successfully: ..." <efraim>csantosb: you need cargo-audit and cargo-license in your guix shell also <csantosb>jlicht: Interesting enough, I think you can relaunch the job if it fails before it times out after one hour <jlicht>csantosb: I get a 403 if I try to relaunch the job sadly; afaik the gkrust thing is caused by a SIGTERM coming from "above", so that's why I thought the build may have been cancelled <jlicht>a change to build/node-build-system.scm seems to have been pushed to master, leading to a lot of big rebuilds :/ <efraim>9d3861b8904bc73e7290ad8412d6e667b9d0b35a is more likely <jlicht>what's done is done, I guess :-) <m4xxed>Heya, did a bunch of emacs packages get updates and their hashes are wrong? I just noticed that e.g. emacs-evil-numbers' update was reverted and now also emacs-vui is having a hash mismatch when I try to run `guix shell emacs-vui` <m4xxed>csantosb So far I found only those two, but I will quickly go through my packages and try them quickly <sneek>moksh, thanosapollo says: that if you have more than one matching remote, forgejo-vc will dynamically add `forgejo-vc-select-remote` as an option, by default bound on `r` on the popup buffer. Use that to switch between guix proper and a different remote <csantosb>m4xxed: the two package have been fixed and build now, thanks for noticing ! <csantosb>Ok, now `./pre-inst-env guix build -P1 --no-grafts -m etc/teams/emacs/emacs-manifest.scm` builds all packages <sham1>Some of the emacs builds have been broken for me when I've tried to do `package-input-rewriting/spec` to substitute an emacs-next for the emacs-minimal that the packages are normally built with. I wonder if that's related to anything the emacs team has been doing <futurile>ACTION runs away from untrusem and hides <csantosb>sham1: let us know it there is any emacs package which fails to build; I have just fixed a few of them. <dariqq>Is there a recommended way to deal with pkgconfigs Requires.Private (the package already has --disable-shared) <dariqq>I can just propagate the package but it does not feel right <moksh>ACTION finds futurile and bind them so they can't run <eikcaz>I see lots of examples of gexps using (getpw "user") throughout the codebase, but I can't seem to (mixed-text-file "foo" #~(getwp "root")). I always get "In procedure getpw: entry not found". <eikcaz>If I unquote getpw like #~(passwd:uid #$(getpw "user")), then my mixed-text-file builds, but it has the uid of that user on the current system, and I need to guix deploy it to another machine with a different uid. <eikcaz>Heck, now that I think about it, probably it'd build the file locally before sending it anyway. I need a new approach... <lavandula>Running into an issue installing packages (boost-1.83 patch hash mismatch). This is fixed in misc-world-rebuild -- does anyone know what the plan for that is, and if it would be possible to cherry-pick the specific commits to master? pr#8382, cc: cnx <lavandula>(the specific issue is rust depends on gdb which depends on source-highlight which depends on boost-1.83)