FS#79596 - [sbcl] zstd should be in depends

Attached to Project: Arch Linux
Opened by Xeonacid (Xeonacid) - Thursday, 07 September 2023, 02:50 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jürgen Hötzel (juergen)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

sbcl E: Dependency zstd detected and not included (libraries ['usr/lib/libzstd.so.1'] needed in files ['usr/bin/sbcl'])

$ ldd /usr/bin/sbcl
linux-vdso.so.1 (0x00007ffc9937a000)
libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007f833f17c000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f833f08f000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f833ee42000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f833f302000)
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:19 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/sbcl/issues/1
Comment by Toolybird (Toolybird) - Thursday, 07 September 2023, 07:40 GMT
Technically correct...but zstd always pulled in by base pkgs.

Loading...