Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 858428 - dev-lisp/sbcl: missing sys-libs/zlib, app-arch/zstd dependencies
Summary: dev-lisp/sbcl: missing sys-libs/zlib, app-arch/zstd dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-16 17:36 UTC by alfr0451
Modified: 2022-11-30 14:40 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 alfr0451 2022-07-16 17:36:56 UTC
SBCL's corecompression feature hides behind the zlib use flag, it depends on
  - sys-libs/zlib for <dev-lisp/sbcl-2.2.6 or
  - app-arch/zstd for >=dev-lisp/sbcl-2.2.6.

These dependencies are not declared in the respective ebuilds, e.g. running `lddtree /usr/bin/sbcl' (w/ 2.2.6 installed) yields:

/usr/bin/sbcl (interpreter => /lib64/ld-linux-x86-64.so.2)
    libzstd.so.1 => /usr/lib64/libzstd.so.1
        libpthread.so.0 => /lib64/libpthread.so.0
    libm.so.6 => /lib64/libm.so.6
    libc.so.6 => /lib64/libc.so.6

Reproducible: always
Comment 1 Andrey Grozin gentoo-dev 2022-11-30 14:40:32 UTC
This is fixed I think