HP Printer setup with Cups & hplip

2024-10-23 Thread Development of GNU Guix and the GNU System distribution.
Hello, I’m trying to get my HP LaserJet P1108 to work with Guix. It previously worked well with hplip and some some plugin I believe. Currently there’s several issues, when I do `lsusb' I get P1102, not P1108. I don’t know how that is happening. Next, when I print something by selecting the pri

Re: Reconfigure fails after merge of core-updates

2024-10-23 Thread Ludovic Courtès
Hi, Felix Lechner skribis: > Why do failures tend to occur in the same packages over time? Sometimes there are non-deterministic test failures. Commit b5303183ef865a243f7746a7c19c1a98ad0fa242 fixed one in Guix’s ‘tests/print.scm’ recently. Ludo’.

Re: emacs-guix

2024-10-23 Thread Ludovic Courtès
Hi Christopher, Alex Kost wrote in the past that they no longer want to be involved. As you know, the “official” repo is now at . If you would like to give a hand or take over maintenance, you’ve very much welcome to do so: it’s a great piece

Re: HP Printer setup with Cups & hplip

2024-10-23 Thread Kaelyn
Hi, On Wednesday, October 23rd, 2024 at 4:13 AM, Divya Ranjan via "Development of GNU Guix and the GNU System distribution." wrote: > > > Hello, > > I’m trying to get my HP LaserJet P1108 to work with Guix. It previously > worked well with hplip and some some plugin I believe. Currently the

Re: HP Printer setup with Cups & hplip

2024-10-23 Thread Development of GNU Guix and the GNU System distribution.
Hi Divya, On Wed, Oct 23 2024, Divya Ranjan via "Development of GNU Guix and the GNU System distribution." wrote: > I’ve tried the hp-setup to setup the printer again, nothing > changes. I’ve tried other hp scripts like hp-check, hp-doctor, > hp-diagnose_plugin etc. they don’t work either. I've

Limiting resource usage on ci.guix.gnu.org

2024-10-23 Thread Ludovic Courtès
Hello Guix, Lately ci.guix has regularly been bubbling around 100,000 pending builds, which cannot be absorbed in a timely fashion: https://ci.guix.gnu.org/metrics Currently there are several jobsets producing many builds: ‘mesa-updates’, ‘meson-parallel-tests’, ‘rust-team’, ‘python-team’. Tha

emacs-elpher upgrade request

2024-10-23 Thread Christopher Howard
Hi, I was just wondering if somebody is able to bump emacs-elpher package to 3.6.4, which was just released. It fixes a bug I reported. We have been stuck at 3.6.0 because for some reason the last few releases were not tagged in the repo. But the developer has now fixed this and pushed out the

Re: [PATCH v1] shepherd: add support for kexec

2024-10-23 Thread Ludovic Courtès
Hi Jakob, Jakob Kirsch skribis: > This patch adds preliminary support for rebooting into kexec using `reboot > -k` or `reboot --do-kexec`. Nice! That sounds useful. Some comments inline below. In the future, could you send patches to guix-patc...@gnu.org, with “Shepherd” in the subject? >

Re: HP Printer setup with Cups & hplip

2024-10-23 Thread Tobias Geerinckx-Rice
Hi, On 23 October 2024 11:13:36 UTC, "Divya Ranjan via Development of GNU Guix and the GNU System distribution." wrote: > Currently there’s several issues, when I do `lsusb' I get P1102, not P1108. I > don’t know how that is happening. Devices and/or databases sometimes lie^Wcontain errors.

Re: Upgrading NumPy and friends

2024-10-23 Thread jgart
Hi, I like the idea of audio/video confs for the Python team. My availability is limited these days but I can participate in an hour discussion if we can coordinate it around my work schedule and if the branches can be kept small and topic-oriented in order to not let them go stale/long-lived.

Re: Language-specific guides for using "guix shell"

2024-10-23 Thread Ludovic Courtès
Hi, Suhail Singh skribis: > "jgart" writes: > >> what do people think of having language specific guides for using >> `guix shell` with particular programming languages? >> >> not unlike this Nix guide that shows how to use Python in a `nix >> shell` to develop on a flask application: >> >> htt

Re: shepherd: failing test: should `herd stop` stop a respawning process?

2024-10-23 Thread Ludovic Courtès
Hi, Attila Lendvai skribis: > i have a daemon process that quits soon after it starts (when it has some > issue with its configurations). > > then i usually fix the config, and do a guix system reconfigure. but i have > noticed from the logs that this process often remains in a resawn loop, ev

Re: Upgrading NumPy and friends

2024-10-23 Thread Ludovic Courtès
Hello, Sharlatan Hellseher skribis: > I would like to open a conversation on upgrading NumPy, Pandas, Numba > and SciPY. Cc’ing members of the Python team, to make sure the right people are in the loop. > It would be reasonable to refresh that core scientific packages for > Python after mergin

Re: Question regarding gexp->script and program-file.

2024-10-23 Thread Ludovic Courtès
Hi, Arnaud Daby-Seesaram skribis: > I have just one quick question regarding `gexp->script' and > `program-file' procedures: why is the `--no-auto-compile' flag added to > the shebangs of produced files? That’s primarily because auto-compilation would print messages the first time you run these

Re: guix shell: error: symlink: File exists: "/bin/cc"

2024-10-23 Thread Ludovic Courtès
Hi, Marco Fortina skribis: > I have this issue when with guix time-machine shell when using --emulate-fhs > option and having gcc-toolset and clang-toolset in my manifest.scm. I tried, and for those reading along, the problem is: --8<---cut here---start->8-

Re: CI idle for aarch64?

2024-10-23 Thread Ludovic Courtès
Hi, "Brennan Vincent" skribis: > While trying to understand why I can't build Skia on aarch64 (see > https://issues.guix.gnu.org/issue/73659) , I tried looking at the logs > in CI. The Skia build is listed as "Scheduled": > http://ci.guix.gnu.org/build/5915482/details . But nothing is being > bu

Re: Limiting resource usage on ci.guix.gnu.org

2024-10-23 Thread Greg Hogan
On Wed, Oct 23, 2024 at 12:14 PM Ludovic Courtès wrote: > > Hello Guix, [...] > 2. When rebasing on top of ‘master’, please cancel pending builds from > previous evaluations that have become irrelevant. How is this issue limited to rebasing to 'master'? For example, if the rust team push

Re: emacs-guix

2024-10-23 Thread Christopher Howard
Ludovic Courtès writes: > For now, you can send patches to guix-patc...@gnu.org with “Emacs-Guix” > in the subject and I and other committers would be happy to apply them. > Thank you. I have now cloned the repository. My spare time is very limited in this stage of my life, but I am hoping over

Re: `map-derivation' is too slow for meaningful usage

2024-10-23 Thread Ludovic Courtès
Hi, Sergio Pastor Pérez skribis: > On 06-09-2024 12:17, Ludovic Courtès wrote: >> Perhaps we could try and address those performance issues, and then see >> if we could come up maybe with a “derivation transformation” framework >> to make it more approachable? > > That sound good to me. Do you h

Re: Seemingly unintentional near-world rebuild

2024-10-23 Thread Ludovic Courtès
Hello, Andreas Enge skribis: > Am Sat, Oct 19, 2024 at 09:53:06AM -0700 schrieb Ian Eure: >> > When my Cuirass pulled commit 5794926bed6fad4598bb565fb7f49be4205b11a1 >> > this morning, it started rebuilding every package in my channel. This >> > includes a package with zero inputs other than wha