Package Details: emacs-git 30.0.50.169253-1

Git Clone URL: https://aur.archlinux.org/emacs-git.git (read-only, click to copy)
Package Base: emacs-git
Description: GNU Emacs. Development master branch.
Upstream URL: http://www.gnu.org/software/emacs/
Keywords: development editor IDE text
Licenses: GPL3
Conflicts: emacs
Provides: emacs
Submitter: toropisco
Maintainer: toropisco
Last Packager: toropisco
Votes: 104
Popularity: 0.001183
First Submitted: 2014-01-05 02:05 (UTC)
Last Updated: 2023-10-14 18:36 (UTC)

Required by (313)

Sources (2)

Pinned Comments

toropisco commented on 2017-06-30 19:14 (UTC) (edited on 2022-05-15 13:26 (UTC) by toropisco)

This PKGBUILD is a work in progress. If you find PACKAGING bugs, please let me know ASAP.

Upstream bugs are to be reported upstream. Check out the emacs-devel archives to confirm if this is an already known bug. In fact... Why are you not subscribed to emacs-devel?. Also check the emacs-bug-tracker archives.

Reporting bugs: Write to the Emacs Bug Tracker and report it there. Or, better yet, use the debbugs client included with the text editor. You will find instructions at https://debbugs.gnu.org/. Good luck!

If you confirm it is a packaging bug, you are welcome to report it here.

Yaourt and other automated tools users BEWARE! This PKGBUILD is written with hand updating in mind and I won't fix bugs arising from such use. Besides, cloning the same repository time and time again from a non-profit such as the GNU Project/FSF gives out a very low image of you.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 38 Next › Last »

piater commented on 2022-03-13 10:19 (UTC)

FWIW, I just rebuilt emacs-git with PGTK, and I did not observe any broken menus (under sway).

VitalyR commented on 2022-03-06 02:15 (UTC)

@fosskers It's not true. libgccjit is provided as a standalone package in the core repo: https://archlinux.org/packages/core/x86_64/libgccjit/

fosskers commented on 2022-03-05 21:48 (UTC)

libgccjit is now provided by the official gcc package.

karloguidoni commented on 2022-02-15 14:58 (UTC)

Love this community. Another kindly guy on the libgccjit page just instructs me on how to solve this too. Thanks to all of you.

VitalyR commented on 2022-02-15 14:28 (UTC) (edited on 2022-02-15 14:44 (UTC) by VitalyR)

If you met the libgccjit requires gcc-libs=11.1.0 problem and you don't know how to handle this, here is a quick solution for you:

  • Uninstall libgccjit and emacs-git:
sudo pacman -R libgccjit emacs-git
  • Roll your arch linux, just
sudo pacman -Syyu

Hopefully Arch will enable jit in the gcc package then we don't need to install libgccjit any more. Someone is working on that: https://bugs.archlinux.org/task/70280.

titaniumbones commented on 2022-02-15 14:15 (UTC)

I believe the whole toolchain is in the process of upgrading. I would expect it to take a while to shake out.

karloguidoni commented on 2022-02-15 13:41 (UTC)

I'm getting the same error reported by @kuba-orlik. Apparently, the problem is the upgrade of gcc-libs, which libgccjit depends on.

kuba-orlik commented on 2022-02-15 12:45 (UTC)

I get this error when trying to install emacs-git:

 -> Could not find all required packages:
    gcc-libs=11.1.0 (Wanted by: emacs-git -> libgccjit)

When trying to install libgccjit I get this error:

 -> Could not find all required packages:
    gcc-libs=11.1.0 (Wanted by: libgccjit

pancho commented on 2022-01-14 06:13 (UTC)

There is an open issue¹ for producing a libgccjit official package, so I suggest putting a vote on it (couldn't hurt).

1: https://bugs.archlinux.org/task/70280