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
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
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
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
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='
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
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
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
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