bug#71641: Improving the ability to build packages only when a substitute is available

2024-06-18 Thread Richard Sent
Hi Guix! A question came up on IRC asking how to install package foo if and only if foo has a substitute available on any server (in this case, foo may be something like a web browser). This is different from the behavior of --fallback. From [1]: > Note that when substitutes are disabled or no

bug#71606: Info manuals don't appear in default profile despite correct(?) environment variables

2024-06-18 Thread Suhail Singh
Olivier Rojon writes: > now the problem is solved. Closing the issue. -- Suhail

bug#44887: openssh service creates DSA keys

2024-06-18 Thread Vincent Legoll
Hello, I've done some digging on that issue. Hope it'll help. It looks like the clients still support the DSA keys. This is on a Void linux desktop: [vince@destop ~]$ ssh -Q PubkeyAcceptedAlgorithms | grep -i dss ssh-dss ssh-dss-cert-...@openssh.com The following Guix VM has been created 2

bug#71606: Info manuals don't appear in default profile despite correct(?) environment variables

2024-06-18 Thread Olivier Rojon
Actually, I needed to source `${HOME}/.guix-profile/share/info` and now the problem is solved. Thanks a bunch! Suhail Singh writes: > Olivier Rojon writes: > >> Do you mind sharing the values of both your `INFOPATH` > >

bug#70456: Request for merging core-updates branch

2024-06-18 Thread Maxim Cournoyer
Hi, Guillaume Le Vaillant writes: > Maxim Cournoyer skribis: > >> Hi, >> >> Guillaume Le Vaillant writes: >> >>> Lars-Dominik Braun skribis: >>> Hi, it seems the core-updates branch is first in the merge-queue. haskell-team was successfully built by the CI and is ready to

bug#71627: Guix-packaged emacs does not work with alpha-background frame parameter

2024-06-18 Thread bdunahu via Bug reports for GNU Guix
Hi! I am running into an issue on most variants of the GNU Emacs package in that the alpha-background frame parameter, a feature of emacs 29.1 as described here: https://www.emacswiki.org/emacs/TransparentEmacs does nothing, rather than changing the frame transparency as intended. The (similar)

bug#71626: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed

2024-06-18 Thread Nicolas Goaziou via Bug reports for GNU Guix
Hello, danclm--- via Bug reports for GNU Guix writes: > After a few more attempts guix pull was successful. I don't know what > happened, I think it was still right to report it. An erroneous commit made "guix pull" fail. The problem was fixed a few hours after having been introduced.

bug#71462: Default ntp service configuration not working on IPv6 network

2024-06-18 Thread Guillaume Le Vaillant
Leo Famulari skribis: > On Mon, Jun 10, 2024 at 08:30:32AM +, Guillaume Le Vaillant wrote: >> On an IPv6-only network, the default configuration for ntp-service-type >> doesn't work, because the default pool used (<0.guix.pool.ntp.org>) >> doesn't have IPv6 addresses. >> >> In fact, the

bug#71626: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed

2024-06-18 Thread danclm--- via Bug reports for GNU Guix
After a few more attempts guix pull was successful. I don't know what happened, I think it was still right to report it. -- Jun 17, 2024, 23:41 by dan...@tutanota.com: > Hi Guix, > I'm getting this bug when attempting to guix pull (it persists with an older > generation): > > build of

bug#71625: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed

2024-06-18 Thread danclm--- via Bug reports for GNU Guix
Hi Guix, I'm getting this bug when attempting to guix pull (it persists with an older generation): build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed hint: This usually indicates a bug in one of the channels you are pulling from, or some incompatibility among

bug#70456: core-updates failed package: libfaketime for i686-linux

2024-06-18 Thread 宋文武 via Bug reports for GNU Guix
宋文武 writes: libfaketime (dependency of nss, poppler, cairo) failed for i686-linux https://ci.guix.gnu.org/build/4555668/log/raw out=1717606732 (secs since Epoch) expected=1 - bad out=1717606732 (secs since Epoch) expected=2 - bad out=1717606732 (secs since Epoch) expected=4 - bad that mean

bug#51646:

2024-06-18 Thread jgart
Closing due to staleness

bug#71606: Info manuals don't appear in default profile despite correct(?) environment variables

2024-06-18 Thread Suhail Singh
Olivier Rojon writes: > Do you mind sharing the values of both your `INFOPATH` "${HOME}/.guix-profile/share/info:${HOME}/.config/guix/current/share/info:" > and your `Info[-]?(additional|default)?-directory-list`? Info-additional-directory-list is nil. Info-default-directory-list is nil.