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.001481
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 .. 33 34 35 36 37 38

tavianator commented on 2010-07-12 05:49 (UTC)

Yes indeed (I believe -2 pulled in the fix). However, the configure script stupidly checks gcc --version, instead of testing for the actual bug (which is easy; see the testcase attached to the GCC bug, or the two committed). So you'll have to either keep the workaround or patch ./configure.

nsantos commented on 2010-07-11 04:56 (UTC)

@tavianator You mean gcc-4.5.0-6 in core? If so, I'll take out the workaround later today.

tavianator commented on 2010-07-10 16:12 (UTC)

The bug reported below (which I actually reported) is fixed in Arch's latest gcc-4.5.0 snapshot.

nsantos commented on 2010-07-07 13:02 (UTC)

Fixed path names in clean up, removed unnecessary gzip'ping of info files in PKGBUILD.

roy_hu commented on 2010-07-07 06:58 (UTC)

info and man pages are already gzip'ed. Please fix them.

nsantos commented on 2010-05-19 04:07 (UTC)

Took out the md5sum line for the install script, plus added CFLAGS line as recommended.

<deleted-account> commented on 2010-05-03 15:51 (UTC)

Configure scripts complains about gcc-4.5.0. """ configure: error: GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'. """ And in the file 'etc/PROBLEMS': ** Emacs crashes when running in a terminal, if compiled with GCC 4.5.0 This version of GCC is buggy: see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6031 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904 You can work around this error in gcc-4.5 by omitting sibling call optimization. To do this, configure Emacs with CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure