@nowayman I had that ~same bug since 5 Nov 2025 (latest successful local build). i'm building it under a bare archlinux install, so the reasoning in the mailing-list (the windows C:... path being lowercased) seems weird.. but I'll try messing with loaddefs and startup.el to see if i can debug it on my side
ps: I kinda hacked the loaddefs source this way, see here: https://pastebin.com/ZQ2qa1uT
This is simply patching the path strings to insert the missing "emacs-git/" folder), it was enough to build a functionning emacs.
(directory-files (string-replace "src/lisp" "src/emacs-git/lisp" (expand-file-name d)) t files-re))
Could run in graphical mode, test eww and magit, with no weird errors so far).
WARNING: I needed to patch loaddefs-gen.el while makepkg -Csf was running.. really a crude hack. don't expect much more :)
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-trackerarchives.Reporting bugs: Write to the Emacs Bug Tracker and report it there. Or, better yet, use the
debbugsclient 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.