All pkgbuild can be corrected, ffmpeg variants are usually correct and there are many, can't see why can't do the same
Search Criteria
Package Details: emacs-git 30.0.50.169253-1
Package Actions
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: | 109 |
Popularity: | 1.93 |
First Submitted: | 2014-01-05 02:05 (UTC) |
Last Updated: | 2023-10-14 18:36 (UTC) |
Dependencies (23)
- cairo (cairo-gitAUR)
- giflib (giflib-gitAUR)
- gnutls (gnutls-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- harfbuzz (harfbuzz-gitAUR)
- jansson (jansson-gitAUR)
- libgccjit (libgccjit-gitAUR, libgccjit-snapshotAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libotf
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsm
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- libxcb (libxcb-gitAUR)
- libxi (libxi-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxpm (libxpm-gitAUR)
- sqlite3 (sqlite)
- tree-sitter (tree-sitter-gitAUR)
- xcb-util
- Show 3 more dependencies...
Required by (315)
- anthy-unicode (requires emacs) (make)
- anthy-unicode-git (requires emacs) (make)
- anubis (requires emacs) (make)
- astroid-git (requires emacs) (optional)
- auctex (requires emacs)
- auctex-git (requires emacs)
- auto-complete-nxml-git (requires emacs)
- auto-complete-nxml-git (requires emacs) (make)
- bbdb (requires emacs)
- bigloo-devel (requires emacs) (make)
- bigloo-devel (requires emacs) (optional)
- carp (requires emacs) (make)
- cask (requires emacs)
- cask-git (requires emacs)
- cmake-git (requires emacs) (make)
- csvedepli (requires emacs) (make)
- dictionary (requires emacs)
- distel (requires emacs)
- dmscripts-git (requires emacs) (optional)
- eldev-git (requires emacs)
- Show 295 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 39 Next › Last »
FabioLolix commented on 2022-05-28 16:59 (UTC)
toropisco commented on 2022-05-28 16:48 (UTC)
This pkgbuild (and all the emacs variants) only need to provides and conflicts emacs, not provide, conflicts and replace every variant
Exactly. Your statement applies to a perfect world but I don't work with ideal monads.
FabioLolix commented on 2022-05-28 16:34 (UTC)
This pkgbuild (and all the emacs variants) only need to provides and conflicts emacs, not provide, conflicts and replace every variant
toropisco commented on 2022-05-15 22:04 (UTC)
Thaodan, why do you think you have the right answer?
Thaodan commented on 2022-05-15 21:55 (UTC)
Why is gsettings disabled in any case? It only requires glib and doesn't have any gnome dependency necessarily. GSettings is supposed to replace XRessources for pgtk.
toropisco commented on 2022-05-15 16:43 (UTC)
I've added a temporary fix to the PKGBUILD but it royally screws those who, like myself, do not like having the editor font depend on a desktop global setting. At least it works, for now.
snackattack commented on 2022-05-15 16:40 (UTC)
It looks like they are addressing this problem upstream now:
https://lists.gnu.org/archive/html/emacs-devel/2022-05/msg00713.html
Apologies for the noise of reporting it here -- this appears to be an upstream problem, not a packaging problem.
snackattack commented on 2022-05-15 13:31 (UTC)
@Rogach thanks, you're right -- I accidentally copy-pasted the most recent commit in my log instead of 526e9758, which was the most recent one to touch xsettings.c.
Rogach commented on 2022-05-15 06:53 (UTC)
@snackattack I've bisected the issue, and it seems it was introduced in commit 526e9758 (bd464297bd seems unrelated, it's just some lisp code tweaks).
snackattack commented on 2022-05-15 00:11 (UTC)
I'm getting an error in xsettings.c (error: 'font_options' undeclared
) when trying to build this.
Pastebin: https://bpa.st/SKGQ
This may be related to the recent commit bd464297bd in the emacs master branch.
If I remove --without-gsettings
from the PKGBUILD then the package builds successfully:
diff --git a/PKGBUILD b/PKGBUILD
index 89cece3..c6e4b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -239,7 +239,6 @@ build() {
# If you insist you'll need to read that bug report in *full*.
# Good luck!
--without-gconf
- --without-gsettings
)
################################################################################
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 theemacs-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.