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: 107
Popularity: 1.93
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 39 Next › Last »

haawda commented on 2016-06-23 09:23 (UTC)

I now treiedin clean chroots for [testing] and [extra], and it is the same.

toropisco commented on 2016-06-23 01:02 (UTC) (edited on 2016-06-23 01:14 (UTC) by toropisco)

""" I had to add an explicite rm "$pkgdir"/usr/share/info/dir """ Update your PKGBUILD checkout. It is apparently incompatible with pacman 5.0 hooks. It means it is several months old. """ And make pdf seems not to work, at least with texlive 2016 """ That usually is a problem with how you set up TexLive's PATH. In particular if you also have installed Arch's TexLive version. Won't be able to test that myself with 2016 for a while, but my experience with previous versions of TeXLive and TeTeX has been so.

haawda commented on 2016-06-22 23:28 (UTC)

I had to add an explicite rm "$pkgdir"/usr/share/info/dir Otherwse I get a file conflict. And make pdf seems not to work, at least with texlive 2016 GEN elisp.pdf /usr/bin/texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its log file make[1]: *** [Makefile:159: elisp.pdf] Fehler 1

bandali commented on 2016-04-26 18:50 (UTC) (edited on 2016-04-26 18:51 (UTC) by bandali)

PKDBUILD has a typo in build(): On line 105, the -- for 'with-xtoolkit=gtk2' is missing.

toropisco commented on 2016-04-03 20:50 (UTC)

Yes. Sorry for the typo; already fixed.

esrevinu commented on 2016-04-03 20:29 (UTC)

[[ -x configure ]] || $( ./autogen.sh git && ./autogen.sh autoconf ) This code failed. Do you mean this? [[ -x configure ]] || ( ./autogen.sh git && ./autogen.sh autoconf )

toropisco commented on 2016-03-15 18:05 (UTC)

Those who can't compile emacs git master nor emacs 25 git branch, please try with the emacs-pretest package at <https://aur.archlinux.org/packages/emacs-pretest/>. Thank you.

toropisco commented on 2016-03-04 13:37 (UTC)

The emacs25-git package is mine. But, if you can't compile the master branch, you won't be able to compile the emacs-25 branch. I'll spell it clearly pandeiro: The problem is in your setup or a PEBCAK. I can install a fresh copy of Arch Linux and compile both packages with no problems at all. And I compile them under chroot to make sure that all the dependencies required are correct. In fact, pro-tip, I only keep one copy of the upstream git repo and symlink the directory to the build/development directories.

ryuslash commented on 2016-03-04 11:24 (UTC)

haawda: certainly, it seems there is an emacs25-git package in the aur, I was just trying to help point pandeiro in the right direction. Personally I just appended "#branch=emacs-25" to the SOURCE of this package.

haawda commented on 2016-03-04 10:34 (UTC)

ryulash: it is not forbidden to provide an emacs25(-git) package.