Created attachment 554850 [details] auto-complete-1.5.1.ebuild Hi, current version of app-emacs/auto-complete is outdated and won't work with emacs >= 24.3. The project also moved to a different github repo. I've attached a working ebuild for auto-complete-1.5.1. Thomas Simon
That needs more work: * Compiling GNU Emacs Elisp files ... In toplevel form: auto-complete-config.el:29:1:Error: Cannot open load file: No such file or directory, popup In toplevel form: auto-complete.el:57:1:Error: Cannot open load file: No such file or directory, popup It needs popup from https://github.com/auto-complete/popup-el as a dependency (which isn't in the tree yet, but looks like a trivial package). I'll try to find some time next week for resolving this.
Created attachment 555582 [details] Ebuild for popup
Sorry, looks like my environment was interfering. The popup-el ebuild is indeed trivial, I added it to the attachments and updated the auto-complete ebuild.
Created attachment 555584 [details] auto-complete-1.5.1.ebuild with popup dependency
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65a65fe4cac854ecfbf5fcbd6591459810e4cda commit a65a65fe4cac854ecfbf5fcbd6591459810e4cda Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2018-11-24 10:17:03 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2018-11-24 10:18:09 +0000 app-emacs/auto-complete: Version bump. Thanks to <thomas@famsim.de>. Closes: https://bugs.gentoo.org/670926 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-emacs/auto-complete/Manifest | 1 + app-emacs/auto-complete/auto-complete-1.5.1.ebuild | 40 ++++++++++++++++++++++ app-emacs/auto-complete/metadata.xml | 7 +++- 3 files changed, 47 insertions(+), 1 deletion(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fa9fa397b19a4ff70e92ee533a130168c3d02f commit 03fa9fa397b19a4ff70e92ee533a130168c3d02f Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2018-11-24 09:51:53 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2018-11-24 10:18:08 +0000 app-emacs/popup: Initial import. Ebuild based on a contribution by <thomas@famsim.de>, with modifications by me. Bug: https://bugs.gentoo.org/670926 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-emacs/popup/Manifest | 1 + app-emacs/popup/metadata.xml | 17 +++++++++++++++++ app-emacs/popup/popup-0.5.3.ebuild | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+)