I cannot start IceCat with a non-C locale. It opens an almost-blank
window, and I cannot open new tabs or navigate to any URL.
If I run `LANG=C icecat', then it works fine.
I use `guix system' and `guix home', and have IceCat installed in my
`guix home' profile.
I have my operating-system config
Hi Maxim,
Thanks for your reply!
What finally worked for me was the following:
$ sed -i.bak
's|/gnu/store/hhfcn8viysyz2qz9rvvqkj91i5nxzd9s|/gnu/store/bwcrfgfrri9bpglgb5raih167jaxibkv|g'
\
~/.mozilla/icecat/vfc41hol.default/extensions.json \
~/.mozilla/icecat/vfc41hol.default/addonS
Some Golang repositories apparently use a tagging scheme where each
submodule in the repo gets its own tags.
In this case, the example is cloud.google.com/go and its submodules
(hosted at https://github.com/googleapis/google-cloud-go).
For example, for the cloud.google.com/go/longrunning submodul
The `guix import pypi -r ...' command frequently crashes for me. When
it does, it always crashes on the third download, the one for the
first dependency's source distribution, like so:
--8<---cut here---start->8---
$ guix import pypi -r calcure
Starting downloa
Copyright © 2021 Xinglu Chen
;;; Copyright © 2021 Sarah Morgensen
;;; Copyright © 2021 Simon Tournier
+;;; Copyright © 2023 Timo Wilken
;;;
;;; This file is part of GNU Guix.
;;;
@@ -89,6 +90,7 @@ (define-module (guix import go)
;;; TODO list
;;; - get correct hash in vcs->origin
Hi wolf,
On Sun May 21, 2023 at 11:54 PM CEST, wolf wrote:
> Please give the github.com/Azure/go-autorest/tracing@v0.6.0 a go. My code
> failed on it, and (assuming I applied the patch correctly) your does as well.
> Here are reproduction steps to make it easier for you (please tell me if I did
>
Hi Ludo', (hi everyone,)
On Wed Jun 14, 2023 at 11:09 PM CEST, Ludovic Courtès wrote:
> Timo Wilken skribis:
> > Here's a patch that fixes the reported issue (bug#54097) for me. I've only
> > tested this on the github.com/googleapis/google-cloud-go/compute package
This issue does not occur any more for me. Closing.
I run Guix System on a remote server, and I've just had Shepherd hang itself
completely during a "guix system reconfigure" -- see the terminal log below.
This is the system Shepherd, i.e. PID 1, so it hanging is obviously not good.
I was debugging some nginx/certbot-related issues, which is the r
After a bit of searching, it looks like 67538, 67230 and 65178 may be the same
issue.
Attila Lendvai wrote:
> > > my suspicion is that it's due to some error coming from a start
> > > GEXP that somehow derails shepherd's event loop.
> >
> > iirc I once managed to get a debugger out when it happene
On Fri Dec 15, 2023 at 8:47 PM CET, Attila Lendvai wrote:
> i think i have found the root cause of this, as documented here:
> https://issues.guix.gnu.org/67839
>
> that issue contains patches for shepherd to reproduce it in its test suite.
Thank you very much for this, Attila!
Are the patch in
Since my last "guix pull", the rofi-calc package now fails to build with an
error saying:
> Package 'pango', required by 'rofi', not found
Full log attached.
I pulled from here:
Generation 79 Feb 04 2025 18:44:44
guix 9366217
repository URL: https://git.savannah.gnu.org/git/guix.git
Hi, unfortunately I frequently get the following error when Guix is looking
for substitutes:
substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'...
0.0%guix substitute: error: TLS error in procedure
'write_to_session_record_port': Error in the push function.
(Formatting as
Hi, I've just had a crash while downloading substitutes, which I haven't seen
before:
--8<---cut here---start->8---
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
bdb-6.2.32-doc 16.6MiB 4.54GiB/s 00:00 |##|
33.
Sometimes, apparently randomly, `guix substitute' crashes as follows for me:
substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'...
0.0%guix substitute: error: TLS error in procedure
'write_to_session_record_port': Error in the push function.
guix system: error:
`/gnu/store
Hi Ludo’,
Thank you very much for your effort in tracking this down!
Just to be clear, in case this is server-related: I reported this issue when
it happened to me with bordeaux, but I have a (nonfree) substitute server
before it in the list, which fails more frequently (and which I'm happy to
na
Hi,
Since I ran into this problem with guile-yamlpp today, I went ahead and
implemented Z572's suggestion.
It still feels wrong to do this on a per-package basis (shouldn't
`with-extension' take care of setting up the path?), but hey ho.
I needed the fallback (as suggested by Z572), else tests w
* gnu/packages/guile-xyz.scm (guile-yamlpp) [arguments] :
Add 'set-extension-file-name.
Change-Id: I49a7199b4e0fe4053822374bae59c6e1d0b7ead0
---
gnu/packages/guile-xyz.scm | 13 +
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
* gnu/packages/guile-xyz.scm (guile-yamlpp) [arguments] :
Add 'set-extension-file-name and move 'check after 'install.
Change-Id: I49a7199b4e0fe4053822374bae59c6e1d0b7ead0
---
gnu/packages/guile-xyz.scm | 17 +
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/guile-xy
Hi Tomas, hi Ludo', hi Z572,
On Tue 25 Mar 2025 at 11:10 am CET, Ludovic Courtès wrote:
> Tomas Volf <~@wolfsden.cz> skribis:
>> Timo Wilken writes:
>> I am not sure it is optimal to hide *all* errors from load-extension.
>> Maybe check if file exists and then
20 matches
Mail list logo