https://bugzilla.redhat.com/show_bug.cgi?id=2290636
Bojan Jovanovic bojov@fon.bg.ac.rs changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(bojov@fon.bg.ac.r | |s) |
--- Comment #15 from Bojan Jovanovic bojov@fon.bg.ac.rs --- (In reply to Michal Josef Spacek from comment #14)
@bojov@fon.bg.ac.rs Hi, how to reproduce this issue?
As I see pdf-tools-install is lisp code (this https://github.com/politza/pdf-tools one?). Is it installed from the package or how?
Could you describe the process?
Fedora 40, KDE Plasma 6, emacs from the Fedora repos, doom-emacs, pdf module enabled in the user's init.el file (after enabling the /path/to/doom sinc module). Since the pdf-tools package (http://github.com/vedang/pdf-tools/ also in the elpa.nongn repo) requires (re)building the epdfifno program then I have to call the M-k pdf-tools-install command. During command execution, it starts building the epdfinfo program and calls automake.
Epdfinfo is built and working as expected. Another note, F40 is installed with English language support, and I added Serbian and Serbian Latin keyboards and the glibc-langpack-sr package. I also copied the locale.conf (from the Gnome installation) with the following content : LANG="en_US.UTF-8" LC_NUMERIC="sr_RS.UTF-8@latin" LC_TIME="sr_RS.UTF-8@latin" LC_MONETARY="sr_RS.UTF-8@latin" LC_PAPER="sr_RS.UTF-8@latin" LC_MEASUREMENT="sr_RS.UTF-8@latin"
I suspect this may be a problem due to a bug in the freelocale function?
perl-devel@lists.fedoraproject.org