bug#60927: gPodder database version field different when built using --with-latest

2023-01-18 Thread Csepp
Haven't completely debugged this, but the symptoms are: * running the packaged version doesn't work, blank scree, failed assert on console about differing database schema version * running the --with-latest version works, but Guix says it's already on the latest version I think it might be storing

bug#25235: [PATCH 1/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-18 Thread Efraim Flashner
I'm still on my first cup of coffee... If a python input is in inputs and in native-inputs would it be included in the wrapper or not? At first glance I'd say no. Does the search path do deduplication? If it doesn't then it'd work to only remove the first instance matching from native-input-dirs.

bug#25235: [PATCH 1/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-18 Thread Maxim Cournoyer
Hi Efraim, Efraim Flashner writes: > I'm still on my first cup of coffee... > > If a python input is in inputs and in native-inputs would it be included > in the wrapper or not? At first glance I'd say no. Does the search path > do deduplication? If it doesn't then it'd work to only remove the f

bug#25235: [PATCH v2 0/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-18 Thread Maxim Cournoyer
This fixes a longstanding issue. The fix is made trivial by the changes made in #60847 adding cross-compilation support for the pyproject build system. Additionally, it's based on #60868, which touches the wrap phase to use wrap-script instead of wrap-program. Changes in v2: - Add missing copyrig

bug#25235: [PATCH v2 1/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-18 Thread Maxim Cournoyer
Fixes . * guix/build/pyproject-build-system.scm (wrap) [native-inputs]: New argument. Filter out native inputs from the values in GUIX_PYTHONPATH. --- Changes in v2: - Add missing copyright line - Rework wrap phase to avoid removing inputs found in both native-

bug#60927: gPodder database version field different when built using --with-latest

2023-01-18 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hullo, On 2023-01-18 9:13, Csepp wrote: Haven't completely debugged this, but the symptoms are: * running the packaged version doesn't work, blank scree, failed assert on console about differing database schema version I can't reproduce this, in either direction. However, I didn't have an ex

bug#56709: Channel opening failure with guix deploy

2023-01-18 Thread Thompson, David
Hello, This problem is strangely transient. I've seen it happen to others when it wasn't happening to me with the same remote machine. Now I am having this problem again on 2 different servers that I manage. I dug around a bit and found that calls to 'open-remote-pipe*' from guile-ssh have some