bug#69201: Emacs master-branch renamed comp-write-bytecode-file which emacs-utils depends on

2024-02-18 Thread Mekeor Melire
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

bug#67292: emacs / emacs-transient collisions and bundling

2023-11-28 Thread Mekeor Melire
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

bug#67292: emacs / emacs-transient collisions and bundling

2023-11-28 Thread Mekeor Melire
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

bug#67292: emacs / emacs-transient collisions and bundling

2023-11-23 Thread Mekeor Melire
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

bug#66864: emacs-build-system builds .eln-files with mismatching path-hashes

2023-11-02 Thread Mekeor Melire
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.

bug#66864: emacs-build-system builds .eln-files with mismatching path-hashes

2023-11-01 Thread Mekeor Melire
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

bug#66864: emacs-build-system builds .eln-files with mismatching path-hashes

2023-10-31 Thread Mekeor Melire
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

bug#64586: Emacs-Packages should contain native-compiled files

2023-07-12 Thread Mekeor Melire
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#63920: Emacs Packages should have an output built with emacs-next(-minimal)

2023-06-06 Thread Mekeor Melire
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

bug#63728: GHC cannot find lrt

2023-05-29 Thread Mekeor Melire
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

bug#63728: GHC cannot find lrt

2023-05-26 Thread Mekeor Melire
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

bug#63728: GHC cannot find lrt

2023-05-26 Thread Mekeor Melire
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?

bug#63258: GCC package lacks librt.so (and instead only provides versioned librt.so.1)

2023-05-04 Thread Mekeor Melire
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

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-07 Thread Mekeor Melire
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

bug#31642: closed in plenum at guix days 2023

2023-02-02 Thread Mekeor Melire

bug#35727: Connecting Geiser to Guile listening to a socket: No prompt found! (.guile to blame)

2022-12-12 Thread Mekeor Melire
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

bug#57583: Guix cannot resume after hibernation

2022-12-10 Thread Mekeor Melire
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

bug#29219: CUPS filter still can't access Ghostscript (gs)

2017-11-09 Thread Mekeor Melire
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

bug#25758: (no subject)

2017-11-08 Thread Mekeor Melire

bug#25759: (no subject)

2017-11-08 Thread Mekeor Melire

bug#29219: CUPS filter still can't access Ghostscript (gs)

2017-11-08 Thread Mekeor Melire
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

bug#27425: closing

2017-06-21 Thread Mekeor Melire

bug#27425: substitute queries never finish

2017-06-21 Thread Mekeor Melire
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

bug#27418: `guix pull` gets stuck at "updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%"

2017-06-21 Thread Mekeor Melire
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

bug#27418: `guix pull` gets stuck at "updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%"

2017-06-19 Thread Mekeor Melire
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

bug#27425: substitute queries never finish

2017-06-19 Thread Mekeor Melire
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%

bug#27418: `guix pull` gets stuck at "updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%"

2017-06-18 Thread Mekeor Melire
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

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-19 Thread Mekeor Melire
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

bug#25759: Should 'surf' depend on 'xprop' and 'dmenu'?

2017-02-16 Thread Mekeor Melire
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,

bug#25758: Should zathura depend on zathura-pdf-poppler?

2017-02-16 Thread Mekeor Melire
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

bug#25422: GIT_SSL_CAINFO set incorrectly

2017-02-10 Thread Mekeor Melire
> > 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

bug#25422: GIT_SSL_CAINFO set incorrectly

2017-01-19 Thread Mekeor Melire
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

bug#24736: `make check` fails in tests/scripts-build.scm

2016-10-19 Thread Mekeor Melire
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! > &

bug#24736: `make check` fails in tests/scripts-build.scm

2016-10-18 Thread Mekeor Melire
`make check` failed for me, using the latest HEAD in the master branch. See the logs: http://lpaste.net/3131976193323040768