Please mark this version of gentoo-syntax stable. It has been in the tree for over a year with no open bugs. =app-xemacs/gentoo-syntax-1.18
Merge process is not died, but I see: While compiling toplevel forms in file /tmp/portage/app-xemacs/gentoo-syntax-1.18/work/gentoo-syntax-1.18/gentoo-syntax.el: !! File error (("Cannot open load file" "ebuild-mode-keywords")) >>Error occurred processing gentoo-syntax.el: Cannot open load file: ebuild-mode-keywords Done Should I file a new bug or is expected?
(In reply to comment #1) > Merge process is not died, but I see: > > While compiling toplevel forms in file > /tmp/portage/app-xemacs/gentoo-syntax-1.18/work/gentoo-syntax-1.18/gentoo-syntax.el: > !! File error (("Cannot open load file" "ebuild-mode-keywords")) > >>Error occurred processing gentoo-syntax.el: Cannot open load file: ebuild-mode-keywords > > Done > > Should I file a new bug or is expected? As far as I can tell this is to be expected when gentoo-syntax is not installed yet. Lisp is pretty flexible to recover from such issues.
amd64 stable, thanks
x86 stable, closing
(In reply to Hans de Graaff from comment #2) > > While compiling toplevel forms in file > > /tmp/portage/app-xemacs/gentoo-syntax-1.18/work/gentoo-syntax-1.18/gentoo-syntax.el: > > !! File error (("Cannot open load file" "ebuild-mode-keywords")) > > >>Error occurred processing gentoo-syntax.el: Cannot open load file: ebuild-mode-keywords > > > > Done > > > > Should I file a new bug or is expected? > > As far as I can tell this is to be expected when gentoo-syntax is not > installed yet. Not really... I've fixed this now (missing load-path), but I needed a custom src_compile: src_compile() { ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \ -f batch-byte-compile gentoo-syntax.el || die xemacs-elisp-make-autoload-file *.el || die } Maybe xemacs eclasses should be updated to account for such cases?