FS#76706 - [axel] Needs to be Rebuilt Against OpenSSL 3

Attached to Project: Community Packages
Opened by Neko-san (Neko-san) - Thursday, 01 December 2022, 00:52 GMT
Last edited by Toolybird (Toolybird) - Thursday, 01 December 2022, 01:38 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Axel was never rebuilt with openssl 3, thus it fails to function when invoked:
"error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory"

Additional info:
* package version(s): 2.17.11-2
* config and/or log files etc. - N/A
* link to upstream bug report, if any - N/A

Steps to reproduce:
1) Install axel (# pacman -Syu axel)
2) Use axel to download any file from the internet like you would with wget or curl
This task depends upon

Closed by  Toolybird (Toolybird)
Thursday, 01 December 2022, 01:38 GMT
Reason for closing:  Works for me
Comment by Toolybird (Toolybird) - Thursday, 01 December 2022, 01:38 GMT
Cannot repro. You probably have some "foreign" and/or AUR shite installed, or maybe your mirror is out of date. Please take more care when reporting bugs otherwise you are wasting valuable resources [1].

$ readelf -d axel | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [libssl.so.3]
0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.3]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]

[1] https://wiki.archlinux.org/title/Bug_reporting_guidelines

Loading...