bug#64509: Guile packages should install versioned aliases for binaries (guile-X.Y, guild-X.Y, etc.)

2023-08-21 Thread Janneke Nieuwenhuizen
Ludovic Courtès writes: Hello! > "Zack Weinberg" skribis: > >> The Guile packages currently install all their binaries under their >> basic name only, e.g. >> >> $ ls /gnu/store/4gvgcfdiz67wv04ihqfa8pqwzsb0qpv5-guile-3.0.9/bin >> /gnu/store/4gvgcfdiz67wv04ihqfa8pqwzsb0qpv5-guile-3.0.9/bin: >> gu

bug#65417: i686-linux installation medium on Pentium II fails on boot

2023-08-21 Thread Skylar "The Cobra" Widulski
I've got an old Pentium II machine that I want to install Guix on. Booting up the i686-linux installation medium, I'm dropped into a guile REPL with this output visible on the 640x480 rectangle because NeoMagic framebuffer seems unsupported: setting up setuid programs in '/run/setuid-programs'

bug#65419: [Shepherd] Non-reponding service control fiber

2023-08-21 Thread Ludovic Courtès
Hello, On milano-guix-1 (a build machine behind bayfront, running shepherd 0.10.2), ‘herd status’ and ‘herd status guix-build-coordinator-agent’ would hang (there’s no ‘guix-build-coordinator’ process running). ‘herd stop childhurd2’ hangs and has no effect. Conversely, ‘herd status nscd’ and si

bug#65424: Guix doesn't use positional arguments in translated formatted messages

2023-08-21 Thread Maxime Devos
Consider, e.g., (format #t (G_ "~0@*~a should be set to ~1@*~a instead of ~2@*~a~%") "CC" "(cc-for-target)" "gcc") -> CC should be set to (cc-for-target) instead of gcc By using positional arguments like this, translators can reorder the sentence to: (format #t (G_ "It's not ~2@*~a that ~0@

bug#65427: "guix style" messes up parameterize forms

2023-08-21 Thread Maxime Devos
It turns (parameterize ((var val)) code) into (parameterize ((var val)) code). Instead it should be formatted the same way as a 'let' form. OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#65424: Guix doesn't use positional arguments in translated formatted messages

2023-08-21 Thread Julien Lepiller
Le 21 août 2023 14:09:14 GMT+02:00, Maxime Devos a écrit : >Consider, e.g., > >(format #t (G_ "~0@*~a should be set to ~1@*~a instead of ~2@*~a~%") "CC" >"(cc-for-target)" "gcc") >-> >CC should be set to (cc-for-target) instead of gcc > >By using positional arguments like this, translators can r

bug#64691: use https:// instead of git:// in shepherd www

2023-08-21 Thread Ludovic Courtès
Hi, Simon Josefsson skribis: > - Anonymous checkout: git clone > git://git.savannah.gnu.org/shepherd.git > + Anonymous checkout: git clone > https://git.savannah.gnu.org/git/shepherd.git >You can also browse the Git repository with your web browser: > href="https://git.savannah.gn

bug#64762: Guix sometimes doesn't support most packages for i686-linux and armhf-linux

2023-08-21 Thread Ludovic Courtès
Christopher Baines skribis: > I think this could be because %final-inputs is cached based on system, > but doesn't seem to use system. Setting %current-system to system seems > to help, so I've sent a patch for that [1]. > > 1: https://issues.guix.gnu.org/64763 Fixed in 560cb51e7b37e2c6f6fe4b72a

bug#64966: Rockpro64 SBC not booting anymore after "gnu: shepherd@0.10: Use guile-fibers 1.3.1."

2023-08-21 Thread Ludovic Courtès
Hi Denis, Apologies for the delay. Denis 'GNUtoo' Carikli skribis: > With the commit right before c219c22cbd[1], my rockpro64 (ARM 64bit > SBC) boots fine and I get a login prompt both on the attached display > and serial port. > > With c219c22cbd[1] instead it blocks here (see the attached boo

bug#65424: Guix doesn't use positional arguments in translated formatted messages

2023-08-21 Thread Maxime Devos
Op 21-08-2023 om 16:20 schreef Julien Lepiller: Le 21 août 2023 14:09:14 GMT+02:00, Maxime Devos a écrit : Consider, e.g., (format #t (G_ "~0@*~a should be set to ~1@*~a instead of ~2@*~a~%") "CC" "(cc-for-target)" "gcc") -> CC should be set to (cc-for-target) instead of gcc By using posi

bug#65434: https://data.guix.gnu.org/statistics is bogus

2023-08-21 Thread Maxime Devos
That page contains: Guix revisions # Derivations # I think some code forgot to actually call these procedures. OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#65434: https://data.guix.gnu.org/statistics is bogus

2023-08-21 Thread Christopher Baines
Maxime Devos writes: > That page contains: > > Guix revisions > # > Derivations > # > > I think some code forgot to actually call these procedures. Haha, that's a werid issue. I haven't looked at that page for a long while as I don't think it was performing well when you have any more than a f

bug#65424: Guix doesn't use positional arguments in translated formatted messages

2023-08-21 Thread Maxime Devos
Proposed new documentation: * 22.5.5 Translatable messages When constructing translatable messages with 'format' (guile manual>), it is important to use positional arguments.  For example, instead of writing   (format #t (G_ "The package '~a' is newer than '~a'.~%") '("foo" "

bug#65436: kimap 22.08.1 loginjobtest non-deterministic test failure

2023-08-21 Thread Maxim Cournoyer
Hi, Seen on Cuirass: --8<---cut here---start->8--- 97% tests passed, 1 tests failed out of 29 Total Test time (real) = 9.94 sec The following tests FAILED: 4 - loginjobtest (Failed) Errors while running CTest make: *** [Makefile:74: test] Error 8

bug#65437: bloomberg-bde 3.98.0 non-determistic test failure

2023-08-21 Thread Maxim Cournoyer
Hello, Seen on Cuirass: --8<---cut here---start->8--- 41%] Built target bslmf_ismemberpointer.t [ 41%] Linking CXX executable bslmf_ismemberfunctionpointer.t /gnu/store/ygab8v4ci9iklaykapq52bfsshpvi8pw-cmake-minimal-3.24.2/bin/cmake -E cmake_link_script CMake

bug#65440: maliit-framework 2.3.0 ft_mimpluginmanager test failure

2023-08-21 Thread Maxim Cournoyer
Hello, >From Cuirass: --8<---cut here---start->8--- QDEBUG : Ft_MIMPluginManager::testPluginDescriptions() virtual QString DummyInputMethod::activeSubView(Maliit::HandlerState) const QDEBUG : Ft_MIMPluginManager::testPluginDescriptions() virtual void DummyInp

bug#65441: leptonica 1.83.1 ioformats_reg test failure

2023-08-21 Thread Maxim Cournoyer
Hello, This package's test suite sometimes fail; here's the test output for the failed test: --8<---cut here---start->8--- ioformats_reg /// //

bug#65282: guix-1.3 on Ubuntu-22.04 is broken because of outdated datefudge.

2023-08-21 Thread Maxim Cournoyer
Hello, 宋文武 writes: > Dmitry Nikolaev writes: > >> The problem with guix-1.3 on Ubuntu-22.04 is not with datefudge. The >> problem is ci.guix.gnu.org connectivity from Russia. > > Hello, you could try follow substitute mirrors if ci doesn't works: > > ci mirror: https://mirror.sjtu.edu.cn/

bug#65304: refresh can't update profanity

2023-08-21 Thread Maxim Cournoyer
Hi Jack, Jack Hill writes: > I'm using ./pre-inst-env guix from commit > 19a7a824c35eae56ce56e2a460042fb7e2129234. `guix refresh -u profanity` > doesn't seem to be able to find the new tarball for download. However, > if I do the update by hand, `guix build` knows how to download the > tarball.

bug#65446: [cuirass] guix gc throws: "error: build daemon out of memory"

2023-08-21 Thread Maxim Cournoyer
Hi, Since a few days on Berlin, the following appears in /var/log/mcron.log: --8<---cut here---start->8--- 2023-08-22 04:00:29 28215 /gnu/store/4lmpqf8dnk86avq5xa2l6bznxnmrz27x-guix-1.4.0-7.44bbfc2/bin/guix gc: guix gc: error: build daemon out of memory --8<-

bug#54447: cuirass: missing derivation error

2023-08-21 Thread Maxim Cournoyer
Hello, Mathieu Othacehe writes: > Hello, > > A lot of builds, among them ~20 system tests[1], are failing with: > "cannot build missing derivation > ?/gnu/store/hs6kp1lqgymhyp3jndc0dsp0pn4psgv0-gui-installed-desktop-os-encrypted.drv?" > errors. > > Those derivations are present on the CI head no