Hi,
If I connect Geiser to a Guix REPL, like so:
$ guix repl --listen=tcp:37146 &
M-x geiser-connect RET RET
and enter the following into it:
,use (guix packages)
(package
(name "test")
(version "1.0.0")
(source #f)
(build-system #f)
(home-page #f)
(synopsis #f)
On 2023-04-25 08:38, Maxim Cournoyer wrote:
> Hi Andrew,
>
> Josselin Poiret via Bug reports for GNU Guix writes:
>
>> 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 gli
Hopefully really closing the bug this time.
Andreas
reopen 57402
thanks
Sorry, this was a mistake.
Andreas
Hello,
Daniel Meißner via Bug reports for GNU Guix writes:
> The following MWE does not compile with pdflatex using the modular
> texlive packages:
>
> --8<---cut here---start->8---
> \documentclass{article}
> \usepackage{acronym}
>
> \begin{document}
> \end{d
Hi,
When doing a guix-deploy on aarch64 with the following command in a
checked out guix git repository with the following command:
> guix time-machine --commit=$(git rev-parse HEAD) -- deploy -L
> rockpro64/ rockpro64/rockpro64.scm
I've got the following build failure:
> LD [M] net/openvswitc
Hi again,
For some reasons I didn't receive your last mail.
In the machine definition I have (system "aarch64-linux"). I've now
also added -s aarch64-linux as well just to be safe.
As for the patch, it is now in Guix (4dd33fc628 gnu: shepherd: Switch
back to Fibers 1.1 on Arm machines.), and aft
Hi,
Currently doing something like:
--8<---cut here---start->8---
$ mumi new
$ mumi send-email *.patch
(mumi queries new issue number from Debbugs)
(patches are sent)
$ mumi current
-> No current issue!
--8<---cut here---end--
Hello,
Attempting to use git-minimal in a --pure environment, I stumbled upon:
--8<---cut here---start->8---
/gnu/store/grc79ijx09nygvjh67cpk3g405nzr801-profile/libexec/git-core/git-submodule:
line 7: basename: command not found
/gnu/store/grc79ijx09nygvjh67cp
Hi,
wolf skribis:
> (define (time proc)
> (let* ((start (get-internal-run-time))
> (_ (proc))
> (end (get-internal-run-time)))
> (exact->inexact (* 1000 (/ (- end start)
> internal-time-units-per-second)
>
> (format #t "Guix: ~ams\nGit: ~ams\n"
> (time (λ
Hi,
IPython is a Python REPL and there is no direct dependencies on bluez or
jack. Why does it need unrelated tools as some Bluetooth or JACK audio?
--8<---cut here---start->8---
$ guix size python-ipython | grep -E '(jack|bluez)'
/gnu/store/kbvyzkxrpf8w9v64jv
Hi,
attached are patches to add helpers and package openjdk 20.0.2 and
21+35.
The 21+35 package skips the validation of the runpath, because that
fails. I don’t know why.
From e72a8ec42a4d4a199711c0abf7960f8caeab5c1e Mon Sep 17 00:00:00 2001
Message-ID:
From: Arne Babenhauserheide
Date: Wed, 1
Hi,
In guix 1.4.0 there are 2 locale.alias files from glibc on the disk:
$ ls -liL --sort=size `find / -name locale.alias 2>/dev/null | grep -v X11`
940417 -r--r--r-- 1 root root 2998 Jan 1 1970
/gnu/store/0dbscs8zq4bdg8vbn9jkdgynjcn3s01p-gcc-toolchain-12.2.0/share/locale/locale.alias
940417
Hi Denis,
Denis 'GNUtoo' Carikli skribis:
> And it booted fine. Thanks a lot.
Awesome, thanks for checking!
Ludo’.
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> Daniel Meißner via Bug reports for GNU Guix writes:
>
[...]
>> I can provide a patch if desired to add texlive-xstring and
>> texlive-bigfoot to texlive-acronym’s (propagated-)inputs. The suffix
>> package appears to be bundled with texlive-bi
Hi Maxim,
On Wed, 13 Sep 2023 at 14:00, Maxim Cournoyer wrote:
> The 'git' command should be wrapped to include these in its PATH.
--8<---cut here---start->8---
$ guix size git-minimal
[...]
total: 147.8 MiB
$ guix size git-minimal util-linux coreutils
[...]
Hi Ludo,
On Wed, 13 Sep 2023 at 20:10, Ludovic Courtès wrote:
> ‘get-internal-run-time’ returns “units of processor time” used by the
> current process (info "(guile) Time"). When shelling out, the process
> calls waitpid(2) and does nothing, so naturally its processor time is
> close to zero.
Hi,
Simon Tournier writes:
> Hi Maxim,
>
> On Wed, 13 Sep 2023 at 14:00, Maxim Cournoyer
> wrote:
>
>> The 'git' command should be wrapped to include these in its PATH.
>
> $ guix size git-minimal
> [...]
> total: 147.8 MiB
>
> $ guix size git-minimal util-linux coreutils
> [...]
> total: 195.
Hi,
On Thu, 14 Sept 2023 at 05:14, Maxim Cournoyer
wrote:
> > $ guix size git-minimal
> > [...]
> > total: 147.8 MiB
> >
> > $ guix size git-minimal util-linux coreutils
> > [...]
> > total: 195.4 MiB
> >
> > It increases the size by 33% which is not nothing. :-)
[...]
> > The question could b
19 matches
Mail list logo