Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685978 - app-emacs/ess-18.10.2 - Cannot open load file: No such file or directory, ess-rd.el
Summary: app-emacs/ess-18.10.2 - Cannot open load file: No such file or directory, ess...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-14 19:21 UTC by Juergen Rose
Modified: 2019-05-19 19:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2019-05-14 19:21:01 UTC
After installation of ess-18.10.2 emacs-26.2 fails to open files with the message:
Cannot open load file: No such file or directory, ess-rd.el.

There are similar error description at 
https://github.com/emacs-ess/ESS/issues/742 
and
https://aur.archlinux.org/packages/emacs-ess/ .
Comment 1 Juergen Rose 2019-05-14 19:26:32 UTC
It happens with
(require 'ess-site)
and with
;;(require 'ess-site)

in init.el .
Comment 2 Ulrich Müller gentoo-dev 2019-05-15 07:46:10 UTC
Interesting, the build system of ess-18.10.2 doesn't install the *.el files any more (while 17.11 did).
Comment 3 Juergen Rose 2019-05-15 08:12:42 UTC
As a workaround I masked >=app-emacs/ess-18.10.2 in my /etc/portage/packages.mask .
Comment 4 Larry the Git Cow gentoo-dev 2019-05-15 09:09:59 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2336b28ef4397ac3de6c7a27516d6b5a48901c

commit ba2336b28ef4397ac3de6c7a27516d6b5a48901c
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-05-15 09:01:09 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-05-15 09:09:37 +0000

    app-emacs/ess: Install elisp source files.
    
    Bug: https://bugs.gentoo.org/685978
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-emacs/ess/{ess-18.10.2.ebuild => ess-18.10.2-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)
Comment 5 Ulrich Müller gentoo-dev 2019-05-15 09:10:55 UTC
(In reply to Juergen Rose from comment #3)
> As a workaround I masked >=app-emacs/ess-18.10.2 in my
> /etc/portage/packages.mask .

Don't be so impatient. :-)

Please test ess-18.10.2-r1.
Comment 6 O. William McClung 2019-05-15 13:11:53 UTC
I can confirm that ess-18.10.2-r1 does not produce any error messages and appears to work normally.
Comment 7 Juergen Rose 2019-05-19 15:42:58 UTC
Life without emacs was impossible. Now it works also with ess-18.10.2-r1.