for some days now building emacs fails for me (revision 108144 was the last one i built successfully) with
/bin/sh: line 1: ../src/emacs: No such file or directory
make[1]: *** [leim-list.el] Error 127
make[1]: Leaving directory `/tmp/emacs/emacs-bzr/src/emacs-build/leim'
make: *** [install-leim] Error 2
i found that using
make DESTDIR=${pkgdir} -j1 install
seems to avoid the issue, so it's likely some upstream dependency issues (i've got MAKEFLAGS="-j3" in makepkg.conf).
i'm just wondering if i'm the only one experiencing this problem and whether anyone knows something more about it.
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: | 107 |
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-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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
- git (git-gitAUR, git-glAUR) (make)
- libxi (libxi-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (313)
- anthy-unicode (requires emacs) (make)
- anthy-unicode-git (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)
- eless (requires emacs)
- Show 293 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 Next › Last »
<deleted-account> commented on 2012-05-21 11:12 (UTC)
nsantos commented on 2012-05-16 08:22 (UTC)
Generated info files were renamed in a recent merge; previously, Emacs' info files ended up as just <x>.gz so the conflict went unnoticed. When the generated files were re-targeted to <x>.info.gz, the problem reared its head. desktop-file-utils are now included in the requires= line (thanks, jongrocho).
<deleted-account> commented on 2012-05-16 06:00 (UTC)
Dependency on 'desktop-file-utils' should be added to this package.
<deleted-account> commented on 2012-05-14 19:02 (UTC)
The PKGBUILD needs a "cd .." before the else on line 37 (if you are rebuilding, it's in the emacs directory already, so need to go up one level).
kkl2401 commented on 2012-05-07 18:47 (UTC)
For a couple of days now, the package creates the file /usr/share/info/info.info.gz which then conflicts with texinfo package.
nsantos commented on 2012-05-05 04:24 (UTC)
I think that, at this point--unless you *absolutely* have to have it--I recommend that emacs-bzr be compiled *without* ImageMagick support. I'd likely look into what the problem is, and (if I do) definitely file a bug report upstream if it's the Emacs devs that are screwing up. Except I've quite a bit on my plate at the moment.
donpicoro commented on 2012-05-03 23:24 (UTC)
I am not sure why you guys have problems compiling this package. I was using the GIT one and suddenly today it started complaining about assoc being obsolete so I compiled this one and it was perfectly fine.
emacs-bzr 108116-1
The 'assoc' being obsolete still puzzles me though.
Let me know if I can provide you with a list of installed packages or anything in order for you to succeed compiling this.
Note: I am not using [testing]
ngz commented on 2012-05-03 13:38 (UTC)
I still encounter the problem reported by myuhe and I don't follow [testing] either.
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.