| Summary: | app-xemacs/gentoo-syntax-1.18 stable request | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Hans de Graaff <graaff> |
| Component: | [OLD] Keywording and Stabilization | Assignee: | XEmacs team <xemacs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ulm |
| Priority: | Normal | Keywords: | STABLEREQ |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Hans de Graaff
2011-12-24 13:57:20 UTC
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? |