Search Criteria
Package Details: remacs-git 26.2.90.135291-1
Git Clone URL: | https://aur.archlinux.org/remacs-git.git (read-only, click to copy) |
---|---|
Package Base: | remacs-git |
Description: | Development branch of REmacs, a fork of GNU Emacs with components rewritten in Rust |
Upstream URL: | https://github.com/remacs/remacs.git |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sigma |
Maintainer: | sigma |
Last Packager: | sigma |
Votes: | 8 |
Popularity: | 0.78 |
First Submitted: | 2017-01-19 09:23 |
Last Updated: | 2020-03-02 11:04 |
Dependencies (9)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- giflib
- gpm (gpm-vm, gpm-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw)
- m17n-lib
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git, clang-rc) (make)
- git (git-git) (make)
- rustup (rustup-git) (make)
Latest Comments
VitalyR commented on 2020-06-18 17:13
After compiling, when packaging there is an error:
Copying ./etc to /home/vitalyr/.cache/rua/build/remacs-git/pkg/remacs-git//usr/share/remacs/26.2.90/etc... ./ ./publicsuffix.txt tar: ./publicsuffix.txt: Cannot change ownership to uid 0, gid 0: Invalid argument ./NEXTSTEP tar: ./NEXTSTEP: Cannot change ownership to uid 0, gid 0: Invalid argument ./ORG-NEWS tar: ./ORG-NEWS: Cannot change ownership to uid 0, gid 0: Invalid argument ./GNU tar: ./GNU: Cannot change ownership to uid 0, gid 0: Invalid argument ./remacs.desktop tar: ./remacs.desktop: Cannot change ownership to uid 0, gid 0: Invalid argument ./TERMS
How to fix that?brainplot commented on 2020-03-01 13:57
The Upstream URL has changed. It's now
https://github.com/remacs/remacs
.haawda commented on 2019-11-26 15:40
I need rustup to compile, normal rust won't do it. And it should conflict to and provide remacs.
MarcusE1W commented on 2019-08-02 20:42
The package installs successfully on aarch64 architecture, maybe that could be added as architecture?
MarcusE1W commented on 2019-08-02 20:40
Could it be that clang, rustup and pkgconf should be build dependencies ?
Hi-Angel commented on 2019-03-01 12:54
@karcher sounds like the package needs libclang to be added to dependencies. Try installing clang.
karcher commented on 2019-03-01 12:51
Hi all. I'm getting following error during installation:
Hi-Angel commented on 2018-07-27 08:14
Okay, so it's a bug in package: you need to remove the line below from PKGBUILD
Hi-Angel commented on 2018-07-23 21:46
Unsure whether it's a packaging issue, but for me build fails at some point with:
izahn commented on 2017-07-21 16:44
There seems to be some conflicts with the emacs package now. Here are the changes I made to get it to install successfully:
diff --git a/PKGBUILD b/PKGBUILD
index bcfbbea..ccd0952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -170,7 +170,11 @@ package() {
# remove conflict with ctags package
mv "$pkgdir"/usr/bin/{ctags,ctags.remacs}
- mv "$pkgdir"/usr/share/man/man2/{ctags.1.gz,ctags.remacs.1.gz}
+ mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.remacs.1.gz}
+ mv "$pkgdir"/usr/share/man/man1/{etags.1.gz,etags.remacs.1.gz}
+ mv "$pkgdir"/usr/share/man/man1/{ebrowse.1.gz,ebrowse.remacs.1.gz}
+ mv "$pkgdir"/usr/share/man/man1/{emacs.1.gz,remacs.1.gz}
+ mv "$pkgdir"/usr/share/man/man1/{emacsclient.1.gz,remacsclient.1.gz}
mv "$pkgdir"/usr/bin/{etags,etags.remacs}
mv "$pkgdir"/usr/bin/{ebrowse,ebrowse.remacs}