bug#74014: Reporting as instructed

2024-10-25 Thread Vert La Foret via Bug reports for GNU Guix
18:18 RAINBOW ~ > guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git a1714de Computing Guix derivation for 'x86_64-linux'... |ice-9/read.scm:126:4: In procedure read-st

bug#73980: GNU Shepherd download link broken in savannah

2024-10-25 Thread Nikolaos Chatzikonstantinou
Hello, After the rename of shepherd, the links are now broken in savannah. For example in https://savannah.gnu.org/git/?group=shepherd the Download link is broken as well as the cvs links. Regards, Nikolaos Chatzikonstantinou

bug#74015: 'guix shell --export-manifest' fails for some transformations

2024-10-25 Thread Simon Tournier
Hi, I notice this: --8<---cut here---start->8--- $ cat manifest.scm (use-modules (guix transformations) (guix packages) (guix download) (guix build-system r)) (define r-knitr (specification->package "r-knitr")) (define r-knitr-other (package

bug#74010: openmpi@5 requires propagated libraries

2024-10-25 Thread Ludovic Courtès
Andreas Enge skribis: > Am Fri, Oct 25, 2024 at 12:31:29PM +0200 schrieb Ludovic Courtès: >> Note that ‘cm’ as currently packaged does not depend on openmpi. > > No, because I did not add the "--enable-mpi" configuration option. > This is just an example; I think the problem would occur with any

bug#74010: openmpi@5 requires propagated libraries

2024-10-25 Thread Andreas Enge
Am Fri, Oct 25, 2024 at 12:31:29PM +0200 schrieb Ludovic Courtès: > It looks like the culprit is not pkg-config but Libtool: > --8<---cut here---start->8--- > $ cat $(guix build openmpi@5 |grep -v debug)/lib/libmpi.la |grep > ^dependency_libs > dependency_libs='

bug#74010: openmpi@5 requires propagated libraries

2024-10-25 Thread Andreas Enge
Am Fri, Oct 25, 2024 at 12:31:29PM +0200 schrieb Ludovic Courtès: > Note that ‘cm’ as currently packaged does not depend on openmpi. No, because I did not add the "--enable-mpi" configuration option. This is just an example; I think the problem would occur with any software using openmpi@5. Andre

bug#74010: openmpi@5 requires propagated libraries

2024-10-25 Thread Ludovic Courtès
Hello, Andreas Enge skribis: > when updating openmpi from @4 to @5, my code does not link any more with the > messages: > ld: cannot find -lrdmacm: No such file or directory > ld: cannot find -lefa: No such file or directory > ld: cannot find -libverbs: No such file or directory > ld: cannot fin

bug#74010: openmpi@5 requires propagated libraries

2024-10-25 Thread Andreas Enge
Hello, when updating openmpi from @4 to @5, my code does not link any more with the messages: ld: cannot find -lrdmacm: No such file or directory ld: cannot find -lefa: No such file or directory ld: cannot find -libverbs: No such file or directory ld: cannot find -lpsm2: No such file or directory

bug#73859: lightdm

2024-10-25 Thread Feng Shu
I have tested and found that: In lightdm-gtk-greeter, the following line run success and return no session. items = lightdm_get_sessions (); But, in lightdm, the following function in liblightdm-gobject/session.c is not called: /** * lightdm_get_sessions: * * Get the available sessio