`make check` failed for me, using the latest HEAD in the master branch.
See the logs: http://lpaste.net/3131976193323040768
Am 19.10.2016 um 05:30 schrieb Leo Famulari:
> On Wed, Oct 19, 2016 at 02:04:48AM +0200, Mekeor Melire wrote:
>> `make check` failed for me, using the latest HEAD in the master branch.
>> See the logs: http://lpaste.net/3131976193323040768
> Hi, thanks for the report!
>
&
I'm experiencing the same issue. I recently installed GuixSD freshly
and encountered this bug.
Adding an option to `search-path-specification' seems like a good idea.
Still, I wonder what this snippet from (gnu system) does:
(define (operating-system-environment-variables os)
"Return th
> > Adding an option to `search-path-specification' seems like a good idea.
> > Still, I wonder what this snippet from (gnu system) does:
> >
> > (define (operating-system-environment-variables os)
> > "Return the environment variables of OS for
> > @var{session-environment-service-ty
zathura is a document viewer:
synopsis: Lightweight keyboard-driven PDF viewer
description: Zathura is a customizable document viewer. It provides a
minimalistic interface and an interface that mainly focuses on keyboard
interaction.
Meanwhile, when you only install zathura its
The Guix package for the 'surf' browser (from suckless project) does not depend
on the packages 'xprop' and 'dmenu'.
Thus, when you only install 'surf' (and do not have 'xprop' and 'dmenu'
installed), you can only open a new URL, by re-running 'surf' with that new URL
as command-line argument,
Ben Sturmfels writes:
> When I click an embedded URL within Gajim or Pumpa, I'm expecting a
> browser window to pop up, but nothing happens and I get an error on the
> command line:
>
> /home/ben/.guix-profile/bin/xdg-open: line 341: gnome-open: command
> not found
>
> The same error shows u
Hello Guix!
Yesterday, I installed GuixSD on yet another device. (I did `guix pull`
before `guix system init ...`, so I guess I installed the latest version
from the master-branch of the Guix' Git-repository on the system.)
After rebooting, I ran `guix pull` (as root) but it didn't stop printing
Joshua Sierles writes:
> Since a couple days ago, many attempts to run 'guix package' or 'guix
> pack' lead to:
>
> substitute: updating list of substitutes from
> 'https://mirror.hydra.gnu.org'... 100.0%
> substitute: updating list of substitutes from
> 'https://mirror.hydra.gnu.org'... 100.0%
Following rekado's friendly advice, I was able to downgrade guix with:
guix pull
--url=https://git.savannah.gnu.org/cgit/guix.git/snapshot/01049bb0c1f3f69afb8d1782f99ca5c0adaed946.tar.gz
--no-substitutes
where both options (--url and --no-substitutes) were neccessary. Now,
everything seems
Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>> Mekeor Melire writes:
>>
>> I’m not sure but it may have been caused by a hung “guix publish”
>> process.
>
> Indeed, yesterday I realized ‘guix publish’ on hydra.gnu.org was stuck
> for unknown reasons
Joshua Sierles writes:
> Since a couple days ago, many attempts to run 'guix package' or 'guix
> pack' lead to:
> substitute: updating list of substitutes from
> 'https://mirror.hydra.gnu.org'... 100.0%
> This fetching stops after a few lines and never finishes, even after
> leaving it running
I added two printers through CUPS' web interface (localhost:631) using
the PPD driver file which I downloaded (from openprinting.org): one
called ljet4 (which calls Ghostscript) and one called Postscript (which
just calls `cat`)⁰. The latter worked.
But although I was expecting commit
1728c41171
Ludovic Courtès writes:
> Mekeor Melire skribis:
>> But although I was expecting commit
>> 1728c411718e3b358c06561d6e80b47d7b331617¹ to fix this issue, when I try
>> the ljet4² driver, I still get this error in /var/log/cups/error_log³:
>> sh: gs: command
2022-09-05 15:05 bug-guix@gnu.org:
> Jack, Yusuf, Ludo',
>
> Yusuf: you could try pulling, reconfiguring, hibernating, and resuming, if
> you're brave-ish.
I also use an X200 (but not with Libreboot, yet). I just tried out
hibernation (I didn't even know I had to be brave for that :D) and it
work
2019-05-14 06:17 sirga...@zoho.com:
I'm getting a "No prompt found!" error when I try to connect
Geiser to a Guile REPL like this:
1. In a terminal, run "$ guile --listen=/tmp/guile-socket"
2. In Emacs, "M-x geiser-connect-local", then "guile", and
finally "/tmp/guile-socket"
When the Guile
2023-04-07 14:42 l...@gnu.org:
Since my laptop’s battery died, I set up suspend-to-disk as
documented
in the manual (info "(guix) Swap Space"). I use a swap file on
top of
my LUKS-encrypted root partition, so I added:
"resume=/swap"
"resume_offset=OFFSET"
I use the following conf
The "gcc" package (as well as the "gcc-toolchain" package) (since
version 12?) lacks the librt.so file which some stuff links to.
As a consequence, in bug#63012, Josselin Poiret (CC) had to patch
Zig to not link to that file. Another consequence is that I had to
install gcc-toolchain:static in
2023-05-25 22:25 bug-guix@gnu.org:
Attempting to build a trivial Haskell program using ghc fails,
as the linker cannot find the rt library:
Does installing gcc-toolchain:static help as a work-around?
2023-05-25 22:25 bug-guix@gnu.org:
Attempting to build a trivial Haskell program using ghc fails,
as the linker cannot find the rt library:
```
~ $ ghc -O2 test.hs
Linking test ...
/home/a/.guix-profile/bin/ld: cannot find -lrt: No such file or
directory
collect2: error: ld returned 1 exit s
2023-05-26 15:44 ant...@mailbox.org:
The gcc-toolchain:static workaround fixes the rt problem, but
now the binaries aren't linked to libgmp and libffi, even though
gmp and libffi packages are installed in the profile:
Maybe there should be a ghc-toolchain package that has libgmp
and libffi a
Hello dear Guix community,
if I understand correctly, all Emacs-packages that are packaged in
Guix proper, are built with Emacs version 28 (or more precisely,
emacs-minimal@28, emacs@28, emacs-no-x@28, emacs-no-x-toolkit@28
or emacs-wide-int@28 (except emacs-jsdoc which is and needs to be
bui
Emacs can interpret/load at least four kinds of source files.
Listed with increasing performance:
- Emacs-Lisp source code: *.el
- Byte-compiled Emacs-Lisp: *.elc
- Native-compiled Emacs-Lisp: *.eln
- Shared-object files: *.so
Guix installs el- and elc-files into ~/.guix-profile/share/emacs/sit
BUG EXPLANATION
Emacs's natively-compiled .eln-files have a basename following the pattern
"{feature-name}-{path-hash}-{content-hash}.eln". [0]
Guix' emacs-build-system is used to build Emacs-related packages. By
default, it uses the "emacs-minimal" package during build, which
does not suppor
2023-11-01 12:52 liliana.prik...@gmail.com:
Am Dienstag, dem 31.10.2023 um 23:49 + schrieb Mekeor
Melire:
> To reproduce this bug follow the following steps. Please note
> that
> guix-shell seems to leak .eln-files. (This should be reported
> as
> another bug.)
What
2023-11-01 15:16 liliana.prik...@gmail.com:
I think Emacs might be calculating its own hash at runtime
rather than
baking in the value at build time.
Exactly. That's what I was trying to express.
Hello Maxime,
2023-11-20 13:39 maximede...@telenet.be:
Op 20-11-2023 om 11:22 schreef Simon Tournier:
> On Sun, 19 Nov 2023 at 23:44, Maxime Devos
>
> wrote:
>> Bug 1: emacs bundles emacs-transient.
>> (Likewise for quite a few other Emacs packages.)
> This is not a bug. transient.el
2023-11-28 01:58 maximede...@telenet.be:
[[PGP Signed Part:Undecided]]
Op 23-11-2023 om 15:17 schreef Mekeor Melire:
>> >> Bug 2: no collision handling.
> As far as I know, Guix does not provide a facility to
> prioritize a
> file from one package over the same file
2023-11-28 02:47 maximede...@telenet.be:
Op 22-11-2023 om 21:53 schreef Simon Tournier:
> On mar., 21 nov. 2023 at 19:01, Maxime Devos
> wrote:
For widget and woman, sure, I'll take your word for it is fully
merged
in Emacs (both the literal code & development (& maintenance)).
But
I'm talk
On Emacs' master-branch, the emacs-lisp function
comp-write-bytecode-file has been renamed to comp--write-bytecode-file
(i.e. to include a double dash) in this commit [1]:
faa46eb8667c11a0725500a50e957eb78021c99f
Author: Andrea Corallo
AuthorDate: Sun Feb 11 12:31:13 2024 +0100
34 matches
Mail list logo