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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 39 Next › Last »

toropisco commented on 2018-01-23 00:28 (UTC)

@maxxcan read the PKGBUILD. I don't support yaourt nor similar curds.

maxxcan commented on 2018-01-21 20:03 (UTC)

This version is compiled without libxml2 support.

TatriX commented on 2018-01-11 06:36 (UTC)

I'm experiencing slowdown in some aspects with both emacs-26 and master as compared with emacs 25.1 For example "C-x C-f" and "C-h k C-x C-f" works with a noticeable delay.

Does anyone experience something similar?

haawda commented on 2018-01-05 20:54 (UTC) (edited on 2018-01-05 23:33 (UTC) by haawda)

For me imagemagick6 can be used if you change the related section in the PKGBUILD to this:

[[ $MAGICK = "YES" ]]; then

depends+=( 'libmagic6' );

depends+=( 'libjpeg-turbo' 'giflib' );

export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"

elif [[ ! $NOX = "YES" ]]; then

depends+=( 'libjpeg-turbo' 'giflib' ); else

depends+=();

fi

and include a patch for detection: http://dpaste.com/1SC9DQB

So the whole PKGBUILD with which I tested the pictures automatically fit into a buffer looks like this: http://dpaste.com/10VFGR9

haawda commented on 2017-12-16 21:42 (UTC) (edited on 2017-12-16 21:48 (UTC) by haawda)

Line 88 looks strange. Shouldn't it be CXXFLAGS?

And after Arch's update to imagemagick 7 emacs' imagemagick support is broken. The build system does not find libmagick6 even if it is there. Edit: Sorry, I overlooked your comment in the PKGBUILD.

titaniumbones commented on 2017-10-17 21:07 (UTC)

hmm, fails for me with: Making package: remacs-git 26.0.50.128380-1 (Tue Oct 17 17:02:14 EDT 2017) ==> Retrieving sources... -> Updating remacs-git git repo... Fetching origin ==> Validating source files with md5sums... remacs-git ... Skipped :: Building remacs-git package(s)... ==> Making package: remacs-git 26.0.50.128380-1 (Tue Oct 17 17:02:16 EDT 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting pkgver()... ==> Updated version: remacs-git 27.0.50.131382-1 ==> Removing existing $pkgdir/ directory... ==> Starting build()... /home/matt/.cache/pacaur/remacs-git/PKGBUILD: line 141: ./configure: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... :: failed to build remacs-git package(s) Not quite sure what's going on?

LindyBalboa commented on 2017-10-12 14:05 (UTC)

Currently failing with: /usr/bin/ld: warning: libjpeg.so.8, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkit2gtk-4.0.so, may conflict with libjpeg.so.9 /usr/lib/libpangoft2-1.0.so.0: undefined reference to `hb_font_funcs_set_nominal_glyph_func' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkit2gtk-4.0.so: undefined reference to `hb_ot_math_has_data' /usr/lib/libraqm.so.0: undefined reference to `hb_ft_font_set_load_flags' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkit2gtk-4.0.so: undefined reference to `__divmodti4@GCC_7.0.0' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkit2gtk-4.0.so: undefined reference to `hb_ot_math_get_glyph_italics_correction' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkit2gtk-4.0.so: undefined reference to `hb_ot_math_get_glyph_assembly' /usr/lib/libpangoft2-1.0.so.0: undefined reference to `hb_buffer_set_cluster_level' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkit2gtk-4.0.so: undefined reference to `hb_ot_math_get_constant' /usr/lib/libpangoft2-1.0.so.0: undefined reference to `hb_font_funcs_set_variation_glyph_func' /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkit2gtk-4.0.so: undefined reference to `hb_ot_math_get_glyph_variants' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:600: temacs] Error 1 make[1]: Leaving directory '/home/LindyBalboa/.cache/pacaur/emacs-git/src/emacs-git/src' make: *** [Makefile:416: src] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

toropisco commented on 2017-09-29 16:50 (UTC)

@bennya And? Didn't your PKGBUILD updated to HEAD version automatically? Please do not report gratitious out of date problems with VCS packages. I'm talking about ANY VCS package in AUR, not one of mine in particular. Now, if you find a bug in the PKGBUILD, you are more than welcome to send a report and I'll act on it.

toropisco commented on 2017-09-29 16:47 (UTC)

@tad I haven't come across such hard dependencies myself. On the other hand, emacs handles bytecode compiled with older versions of itself just fine.

tad commented on 2017-09-14 19:35 (UTC)

Can you change 'emacs' to "emacs=$pkgver" in the provides=() array? Often packages that depend on emacs specify a version. See https://wiki.archlinux.org/index.php/PKGBUILD#provides for more info.