Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941096 - app-emacs/ert-runner-0.8.0-r1 fails tests: Error: file-error (Cannot open load file ert-runner.el)
Summary: app-emacs/ert-runner-0.8.0-r1 fails tests: Error: file-error (Cannot open loa...
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-10-07 06:57 UTC by Agostino Sarubbo
Modified: 2024-10-07 07:47 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,111.47 KB, text/plain)
2024-10-07 06:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-10-07 06:57:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emacs/ert-runner-0.8.0-r1 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-07 06:57:45 UTC
Created attachment 905028 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-07 06:57:46 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


      Error: file-error (\"Cannot open load file\" \"/usr/share/emacs/site-lisp/ert-runner/ert-runner.el\")
Error: file-error ("Cannot open load file" "/usr/share/emacs/site-lisp/ert-runner/ert-runner.el")
      Test failed: ((should (s-contains? expected ert-runner-error)) :form (s-contains? "/missing-test.el` does not exist" "Cannot open load file: /usr/share/emacs/site-lisp/ert-runner/ert-runner.el
    Then I should see error "/missing-test.el` does not exist"
Comment 3 Larry the Git Cow gentoo-dev 2024-10-07 07:45:58 UTC
The bug has been closed via the following commit(s):

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

commit 8ccdea6752be5e1e8948c3c6274389a811ae3888
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2024-10-07 07:43:05 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-10-07 07:45:55 +0000

    app-emacs/ert-runner: fix ert-runner test launcher
    
    Closes: https://bugs.gentoo.org/941096
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 app-emacs/ert-runner/ert-runner-0.8.0-r1.ebuild | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)
Comment 4 Maciej Barć gentoo-dev 2024-10-07 07:47:37 UTC
Passed with pkg already installed that's why I did not see it. Fix was to create a launcher A for install and B for tests.