Love this community. Another kindly guy on the libgccjit
page just instructs me on how to solve this too. Thanks to all of you.
Search Criteria
Package Details: emacs-git 30.0.50.169253-1
Package Actions
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: | 107 |
Popularity: | 1.93 |
First Submitted: | 2014-01-05 02:05 (UTC) |
Last Updated: | 2023-10-14 18:36 (UTC) |
Dependencies (23)
- cairo (cairo-gitAUR)
- giflib (giflib-gitAUR)
- gnutls (gnutls-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- harfbuzz (harfbuzz-gitAUR)
- jansson (jansson-gitAUR)
- libgccjit (libgccjit-gitAUR, libgccjit-snapshotAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libotf
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsm
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- libxcb (libxcb-gitAUR)
- libxi (libxi-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxpm (libxpm-gitAUR)
- sqlite3 (sqlite)
- tree-sitter (tree-sitter-gitAUR)
- xcb-util
- Show 3 more dependencies...
Required by (313)
- anthy-unicode (requires emacs) (make)
- anthy-unicode-git (requires emacs) (make)
- astroid-git (requires emacs) (optional)
- auctex (requires emacs)
- auctex-git (requires emacs)
- auto-complete-nxml-git (requires emacs)
- auto-complete-nxml-git (requires emacs) (make)
- bbdb (requires emacs)
- bigloo-devel (requires emacs) (make)
- bigloo-devel (requires emacs) (optional)
- carp (requires emacs) (make)
- cask (requires emacs)
- cask-git (requires emacs)
- cmake-git (requires emacs) (make)
- csvedepli (requires emacs) (make)
- dictionary (requires emacs)
- distel (requires emacs)
- dmscripts-git (requires emacs) (optional)
- eldev-git (requires emacs)
- eless (requires emacs)
- Show 293 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 39 Next › Last »
karloguidoni commented on 2022-02-15 14:58 (UTC)
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
- Install libgccjit via this pkgbuild: https://gist.github.com/VitalyAnkh/cfaaa103b5046c69c7b62eb313a6f4d4. Save it as a PKGBUILD and run
makepkg -si
in the same directory. - Install emacs-git from AUR.
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).
toropisco commented on 2022-01-05 13:15 (UTC)
@lyjdwh The only reason is that libgccjit is in the AUR. TBH, I enable it in my own builds. Perhaps I should enable it for everybody, shouldn't I?
lyjdwh commented on 2022-01-05 12:56 (UTC) (edited on 2022-01-05 12:57 (UTC) by lyjdwh)
I notice emacs-native-comp-git was deleted. I wonder why emacs-git doesn't turn on the JIT option as it can speed up emacs. @vorbote
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 theemacs-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.