Summary: | app-emacs/elib-1.0-r1 : cp: cannot stat stack-m.elc : No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | GNU Emacs project <gnu-emacs> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-emacs:elib-1.0-r1:20191125-172723.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 597518 [details]
emerge-info.txt
Created attachment 597520 [details]
app-emacs:elib-1.0-r1:20191125-172723.log
Created attachment 597522 [details]
emerge-history.txt
Created attachment 597524 [details]
environment
Created attachment 597526 [details]
etc.portage.tbz2
Created attachment 597528 [details]
temp.tbz2
Hm, this should already have failed in the compile phase: > >>> Compiling source in /var/tmp/portage/app-emacs/elib-1.0-r1/work/elib-1.0 ... > make -j1 > emacs -batch -l elib-compile-all.el -f compile-elib > Byte-compiling stack-f.el... > Byte-compiling stack-m.el... > > In toplevel form: > stack-m.el:52:1:Error: Old-style backquotes detected! Apparently the upstream build system doesn't do proper error checking. It then fails during the install phase due to missing *.elc files. https://www.gnu.org/software/elib/ says: "Elib has been decommissioned as a separate package since its useful functions have long since been included in Emacs." So, this looks like a candidate for removal. There is one reverse dependency, app-emacs/jde-2.4.1, but AFAICS the only thing it requires from elib is avltree, which has been replaced by avl-tree in Emacs proper. Chances are that we can drop elib as a dependency there. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21e4c74285c8dd5fa00243c3ad136085bf9a675 commit b21e4c74285c8dd5fa00243c3ad136085bf9a675 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2019-11-26 10:10:49 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2019-11-26 10:38:59 +0000 app-emacs/jde: Drop dependency on app-emacs/elib. avltree.el from elib was only required for compatibility with old Emacs versions. All versions >=emacs-23 include avl-tree.el, which will be properly detected in jde-parse.el. Other minor fixes to make repoman happy. Bug: https://bugs.gentoo.org/701160 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org> .../jde/{jde-2.4.1.ebuild => jde-2.4.1-r1.ebuild} | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) # Ulrich Müller <ulm@gentoo.org> (2019-11-26) # Upstream says: "Elib has been decommissioned as a separate package # since its useful functions have long since been included in Emacs." # Last release in 1995. Byte-compilation fails with Emacs 27. # Masked for removal in 30 days. Bug #701160. app-emacs/elib The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc1fcf27290493ec5adb14994913fe39da06eb6 commit bdc1fcf27290493ec5adb14994913fe39da06eb6 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2019-12-25 12:15:21 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2019-12-25 12:15:21 +0000 app-emacs/elib: Remove package. Bug: https://bugs.gentoo.org/701160 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-emacs/elib/Manifest | 1 - app-emacs/elib/elib-1.0-r1.ebuild | 33 --------------------------- app-emacs/elib/files/50elib-gentoo.el | 1 - app-emacs/elib/files/elib-1.0-texinfo-5.patch | 14 ------------ app-emacs/elib/metadata.xml | 12 ---------- 5 files changed, 61 deletions(-) |