I try to run emacs in gdb with debug symbols for some libs available, I
succeed with gtk+, but it doesn't work for glib and glibc. It looks
strange to me, but maybe I am doing something wrong.
Reproducer:
guix shell gdb emacs-next-pgtk glibc:debug gtk+:debug glib:debug \
--with-debug-info=g
Hi Andrew,
Andrew Tropin writes:
> I try to run emacs in gdb with debug symbols for some libs available, I
> succeed with gtk+, but it doesn't work for glib and glibc. It looks
> strange to me, but maybe I am doing something wrong.
>
> Reproducer:
>
> guix shell gdb emacs-next-pgtk glibc:debug
Hi!
As Ekaitz reported on Mastodon, shell alias values are not properly
quoted, which causes problem when an alias value contains double-quotes
for instance:
--8<---cut here---start->8---
(define (bash-serialize-aliases field-name val)
#~(string-append
#
This has been resolved with the 1.22.2 update.
close
quit
Hello everyone,
Brian Cully via Bug reports for GNU Guix writes:
> I did a full rebuild before submitting this bug: bootstrap -> configure
> -> make clean -> make.
>
> FWIW, I still have the issue with ‘pre-inst-env’ when not run from
> within ‘guix shell -D guix’, which is a step I have never p
Hi,
On Fri, 24 Mar 2023 at 08:19, Maxim Cournoyer wrote:
> I can't reproduce it either, so it seems a genuine network error on your
> side.
As I report in #62765 [1], it seems a regression on our side:
which passes with 29efa27. And indeed, using 86d580c, “guix import pypi
num
Hi,
On Sat, 22 Apr 2023 at 21:59, "Timo Wilken" wrote:
> 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:
Thanks for the report. I am merging with #62334
Hi,
On Sat, 22 Apr 2023 at 06:25, "bdju" via Bug reports for GNU Guix
wrote:
> Another day, another build failure. Python-related again.
> guix (GNU Guix) 040d35f088e0f1c856f3f5a9b6bf889b17bd68b3
Well, I have merge with the duplicated #62956 [1].
Note that #62956 [1] also contains a patch prob
Am Mon, Apr 24, 2023 at 10:51:31AM +0200 schrieb Simon Tournier:
> Please note #62956 reporting the failure and proposing a patch.
Thanks for the notice! On core-updates, the current gajim requires
python-gssapi, which fails to build; so this would have to be repaired
additionally to the above pat
As an extra note:
The problem I encountered was when the alias was defined using single quote
marks:
alias ls='ls blabla "problem"'
this is parsed to:
("ls" . "blabla \"problem\"")
Which is written as:
alias ls="blabla "problem""
Which is wrong.
So the problem relies on the fact that the q
While trying out a "guix pull" on an aarch64 machine, for which many
packages are currently not available as substitutes, I notice an extra-
ordinary amount of dependencies, see below (and since I interrupted and
restarted it, there are even more dependencies in reality; I remember
X11 libraries su
done
quit
Hello,
Marcel van der Boom writes:
> This has been resolved with the 1.22.2 update.
>
> close
> quit
I think to get these Debbugs control commands to work, you need to CC
cont...@debbugs.gnu.org and have the commands appear at the top of the
email body :-).
Otherwise, you can also r
Hi Liliana,
Liliana Marie Prikler writes:
> Am Sonntag, dem 23.04.2023 um 22:29 -0400 schrieb Maxim Cournoyer:
>> This means we do not need to worry anymore about manually syncing the
>> pre-push git hook or the Guix-provided git configuration.
> IIUC we still need to invoke 'make .git/whatever
Kjartan Óli Águstsson skribis:
> I just started experiencing an issue with stumpwm where it fails to
> start, complaining about a read only file system. A web search for the
> error message leads me to
> https://lists.gnu.org/archive/html/help-guix/2021-02/msg00080.html,
> which sounds exactly l
close 57134
quit
2nd close attempt :-)
--
Thanks,
Maxim
reopen 57134
quit
Apologies for the noise. I had a manifest in place working around
the bug, but unfortunately the bug is still there.
Josselin Poiret writes:
Ran into this problem myself, here's the reason and the fix:
We build a modified `guile` executable in the source tree (for
reasons),
and use that to run guix. Note that it is only added to PATH by
./pre-inst-env! That guile executable is linked against glibc,
an
I made something like this instead of reusing the code you suggested, Ludo.
But it doesn't work. I don't really know why:
diff --git a/guix/scripts/home/import.scm b/guix/scripts/home/import.scm
index fd263c0699..2d7a7abbf2 100644
--- a/guix/scripts/home/import.scm
+++ b/guix/scripts/home/import
Hi Nicolas,
Nicolas Graves skribis:
> * gnu/packages/machine-learning.scm (nerd-dictation):
> Avoid inputs pulseaudio and ydotool when not necessary.
> Factor out wrapper make-nerd-dictation-package.
> Add package variants :
> - nerd-dictation/xdotool
> - nerd-dictation/sox-xdotool
> - nerd-dict
Hello!
Maxim Cournoyer skribis:
> Ludovic Courtès writes:
>
>> Hi!
>>
>> (Cc: Maxim who may be familiar with the ‘texlive-font-maps’ hook.)
>
> Did you checked with Ricardo? They were the author of that hook, per
> git blame :-).
I didn’t even look at ‘git blame’, I thought you were the one b
Hi Ludovic,
Ludovic Courtès writes:
> Hello!
>
> Maxim Cournoyer skribis:
>
>> Ludovic Courtès writes:
>>
>>> Hi!
>>>
>>> (Cc: Maxim who may be familiar with the ‘texlive-font-maps’ hook.)
>>
>> Did you checked with Ricardo? They were the author of that hook, per
>> git blame :-).
>
> I didn’
Am Montag, dem 17.04.2023 um 15:33 + schrieb
christophe.pist...@posteo.net:
> evolution-data-server@3.44.4 or above don't connect with Nextcloud
> online account
>
> ## Steps to reproduce
>
> The following steps assume you are using Guix System x86_64 with
> GNOME desktop/X11
>
> 1. fresh i
22 matches
Mail list logo