Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890642 - dev-lisp/abcl-1.9.0 doesn't install abcl-contrib.jar
Summary: dev-lisp/abcl-1.9.0 doesn't install abcl-contrib.jar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-13 10:00 UTC by Sebastian Melzer
Modified: 2023-01-13 10:54 UTC (History)
1 user (show)

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 Sebastian Melzer 2023-01-13 10:00:59 UTC
Although during the build, I see
[...]
abcl.contrib:
      [jar] Building jar: /var/tmp/portage/dev-lisp/abcl-1.9.0/work/abcl-src-1.9.0/dist/abcl-contrib.jar
     [echo]
     [echo] Packaged contribs in /var/tmp/portage/dev-lisp/abcl-1.9.0/work/abcl-src-1.9.0/dist/abcl-contrib.jar. To use contribs, ensure that
     [echo] this file is in the same directory as 'abcl.jar', and then
[...],
it appears that ultimately only abcl.jar is installed to /usr/share/abcl/lib/, rendering the contrib modules unusable.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-01-13 10:54:29 UTC
The bug has been closed via the following commit(s):

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

commit a2b6b5a59677033aab0075b1cbf27ef7f55d7d41
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2023-01-13 10:53:07 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-01-13 10:53:30 +0000

    dev-lisp/abcl: also install abcl-contrib.jar
    
    Closes: https://bugs.gentoo.org/890642
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 dev-lisp/abcl/{abcl-1.9.0.ebuild => abcl-1.9.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)