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.001929
First Submitted: 2014-01-05 02:05 (UTC)
Last Updated: 2023-10-14 18:36 (UTC)

Required by (319)

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 2 3 4 5 6 7 8 9 10 11 .. 38 Next › Last »

xircon commented on 2022-03-22 19:32 (UTC)

Something is obviously wrong with my set-up, am investigating.

xircon commented on 2022-03-22 19:28 (UTC)

What? I just cloned the PKGBUILD!

toropisco commented on 2022-03-22 19:07 (UTC)

@xircon Why do you insist on using https for cloning? I updated the PKGBUILD to use the protocol at least six months ago.

xircon commented on 2022-03-22 18:56 (UTC) (edited on 2022-03-22 19:04 (UTC) by xircon)

I still have problems:

makepkg -si
==> Making package: emacs-git 29.0.50.154965-1 (Tue 22 Mar 2022 18:55:11 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning emacs-git git repo...
Cloning into bare repository '/home/xircon/git/emacs-git/emacs-git'...
fatal: repository 'https://git.savannah.gnu.org/emacs.git/' not found
==> ERROR: Failure while downloading emacs-git git repo
    Aborting...

This fixes it (for me!):

source=("emacs-git::git://git.savannah.gnu.org/git/emacs.git")

toropisco commented on 2022-03-22 14:13 (UTC) (edited on 2022-03-22 14:14 (UTC) by toropisco)

@xircon No, the PKGBUILD doesn't need updating. the git server works for me as of the time I'm posting this answer.

xircon commented on 2022-03-22 12:03 (UTC)

source=("emacs-git::git://git.savannah.gnu.org/emacs.git")

Then the PKGBUILD needs updating.

pancho commented on 2022-03-22 11:04 (UTC) (edited on 2022-03-25 11:57 (UTC) by pancho)

@xircon:

(With Palpatine's voice): "You are looking for this".

xircon commented on 2022-03-22 08:22 (UTC)

Am getting a 404 on https://git.savannah.gnu.org/emacs.git/.

toropisco commented on 2022-03-17 16:48 (UTC) (edited on 2022-03-17 16:55 (UTC) by toropisco)

@cvelteren I updated the PKGBUILD a couple of days ago. Shame on you! :-P

cvelteren commented on 2022-03-17 15:16 (UTC) (edited on 2022-03-17 16:11 (UTC) by cvelteren)

~~Hi, are the x11 dependencies required? I am running sway and I am getting configure: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing? when installing.~~ it was my python environment that messed with things, it is compiling now. Thanks!