Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 890642

Summary: dev-lisp/abcl-1.9.0 doesn't install abcl-contrib.jar
Product: Gentoo Linux Reporter: Sebastian Melzer <bugzilla>
Component: Current packagesAssignee: Common Lisp Bugs <common-lisp>
Status: RESOLVED FIXED    
Severity: normal CC: java
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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(-)