bug#64365: [Shepherd] Export deregister-service.

2023-06-30 Thread Bruno Victal
Although 'register-services' is exported its counterpart 'deregister-service' is not. Some notes: * 'register-services' is in its plural form while its counterpart is not, maybe one of them should be renamed for consistency sake? * From the docstring and code the interface of 'deregister-service'

bug#64014: guix pack regression

2023-06-30 Thread André A . Gomes
Ludovic Courtès writes: > Yes, that’d be great. If you still have that older pack that didn’t > have the problem, you could also run it under ‘strace -f -o > /tmp/log.strace’ to see what happens before the failure. Ludovic, I didn't reach any meaningful conclusion. Please close this issue. Th

bug#63608: UTF-8 support absent within guix shell --pure less

2023-06-30 Thread Bruno Victal
On 2023-05-22 15:25, Maxim Cournoyer wrote:> So GUIX_LOCPATH is *not* set, right? Could you try adding 'glibc' to > the environment as well? It's the one providing the GUIX_LOCPATH search > path. The issue still remains (with and without glibc-locales): --8<---cut here-

bug#64350: python-wand-0.6.11 fails in check phase

2023-06-30 Thread Csepp
Thorsten Wilms writes: > Hi, python-wand 0.6.11 fails to install. I found this in the log: > > phase `add-install-to-path' succeeded after 0.0 seconds > starting phase `wrap' > find-files: > /gnu/store/8y1vnzs66bnfgiaxdxhmc7wd9ggkcpy6-python-wand-0.6.11/bin: No such > file or directory > find

bug#64297: [Cuirass] Remote server not picking up job, losing workers

2023-06-30 Thread Ludovic Courtès
Ludovic Courtès skribis: > As of cuirass@1.1.0-16.b825967, ‘cuirass remote-server’ appears to not > pick jobs as quickly as it should and to lose sight of workers (you can > see them come and go on ). > > /var/log/cuirass-remote-worker.log shows that it does build

bug#64369: Request for merging "mesa-updates" branch

2023-06-30 Thread John Kehayias via Bug reports for GNU Guix
Hello all, This is a request to merge the recently created "mesa-updates" branch. Currently there are just 2 patches on there, fixing/updating mesa only. The main thing to see is how substitute building goes in case anything breaks, but I'm hoping there isn't anything caused by this update. I

bug#64271: libasr is unmaintained upstream

2023-06-30 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Omar Polo 写道: I'm not a guix user so can't send patches, hope this is the correct way to report issues however. Yep. The upstream libasr-portable repository was archived, as the project was unmaintained (and unmaintenable in some sense) for some time: https://github.com/OpenSMTPD/

bug#64271: libasr is unmaintained upstream

2023-06-30 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Tobias Geerinckx-Rice via Bug reports for GNU Guix 写道: OpenSMTPd temporarily(…) builds with openssl with commit 023ff651462f70004c7a92b19fd072ee3138e5a2, so the comment is gone. Heh. I see you released -p1 literally while I was typing that :-) Thanks! T G-R signature.asc Description: PGP

bug#64389: java: stripping timestamps breaks jmods.

2023-06-30 Thread Ricardo Wurmus
The 'strip-archive-timestamps phase in our openjdk packages breaks the jmod feature because it invalidates the content hashes. Here I try to extend the JDK with modules from openjfx: --8<---cut here---start->8--- jlink --add-modules java.desktop,javafx.swing,j

bug#64297: [Cuirass] Remote server not picking up job, losing workers

2023-06-30 Thread Ludovic Courtès
Ludovic Courtès skribis: > The problem is most likely with the connection-to-port caching in > squee’s ‘connection-socket-port’, as can be seen in this other trace > where I added ‘pk’ calls in ‘connection-socket-port’: Confirmed, with a fix! https://notabug.org/cwebber/guile-squee/pulls/8 L

bug#63797: [PATCH 0/2] fix python-matrix-nio build

2023-06-30 Thread Andrew Tropin
On 2023-06-11 22:54, Arjan Adriaanse wrote: > This updates python-matrix-nio which fixes the python-h11 dependency > problem. It also requires updating python-aiofiles. Tested by > successfully building dependent packages. > > Arjan Adriaanse (2): > gnu: python-aiofiles: Update to 23.1.0. >