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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 39 Next › Last »

toropisco commented on 2014-11-14 01:16 (UTC)

My apologies for the travel back in time but you may have already discovered that the final bzr to git conversion and transition weeded out about 20000 bogus comits.

toropisco commented on 2014-11-06 01:39 (UTC)

A quick heads up to the users of emacs-bzr. Emacs' source repository will switch to Git on November 11 and bzr will be out of the picture according to ESR[1] who did the actual repository conversion. You may want to start switching to the emacs-git package. Cheers. [1] https://plus.google.com/+EricRaymond/posts/agdbxccbxGu

toropisco commented on 2014-10-10 23:13 (UTC)

@alexandernst Perhaps because you are using yaourt? ;-) It compiles fine here as of *now*. Joking aside (and the fact that yaourt is a poor way to handle your aur packages and a great way to hose your system, I'd sell you on packer and cower if I could), this is the development trunk; it can break and unbreak at any moment and when it happens you get to keep the pieces. Try again downloading the pkgbuild and using makepkg; you don't want to compile a package this big in RAM (that's what tmpfs is after all) unless you have at least 8GB RAM. The git repo is about 1.2G and add to that another 1G from source compile object, package binaries and packaging and compresson space.

alexandernst commented on 2014-10-10 16:30 (UTC)

I'm getting this: Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name emacs /bin/sh: line 7: 7849 Segmentation fault (core dumped) ./temacs --batch --load loadup bootstrap Makefile:832: recipe for target 'bootstrap-emacs' failed make[1]: *** [bootstrap-emacs] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-alexandernst/aur-emacs-git/src/emacs-git/src' Makefile:379: recipe for target 'src' failed make: *** [src] Error 2 Why is this happening?

thiagowfx commented on 2014-08-01 01:14 (UTC)

Please add missing dependency: libotf (from the 'extra' repository). Otherwise, one gets the following error after executing emacs: emacs: error while loading shared libraries: libotf.so.0: cannot open shared object file: No such file or directory

toropisco commented on 2014-06-21 14:06 (UTC)

It seems we may need to wait for a while. In the meantime, I've uploaded a PKGBUILD that includes the fixes already present in the stable branch. If you get patching failures, let me know and I'll drop the patch; it means the problem would be fixed already in trunk.

toropisco commented on 2014-06-19 17:48 (UTC)

As it is not needed anymore, I'm dropping the gist.

toropisco commented on 2014-06-19 17:43 (UTC)

@nicolasavru Good to know. It is just a matter of waiting for a few days I guess.

nicolasavru commented on 2014-06-19 17:34 (UTC)

I tried the emacs-24 branch and it has the same issue. The reporter of the bug [1] also reports the same results. The current assumption is that it is a bug with something in the toolchain (gcc/binutils mentioned) related to link time optimization [2]. Compiling without link time optimization does indeed fix it. As fir the giflib patch, it was already committed to the emacs-24 branch and should be merged into trunk soon. Conclusion: the emacs-24 branch currently compiles without link time optimization. trunk does not yet have the giflib patch, but it will probably also only compile without link time optimization. [1] http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-06/msg00692.html [2] http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-06/msg00697.html

toropisco commented on 2014-06-19 13:42 (UTC)

Make that $pkgname::git://git.savannah.gnu.org/emacs.git#branch=emacs-24 I am uploading the giflib patch as part of the PKGBUILD because there will be a fix integrated sometime soon. In the meantime I'll point you guys to this gist: https://gist.github.com/palopezv/a88a038ba8c1473bfef5