FS#77592 - [lib32-libcurl-gnutls] missing version-less .so symlink

Attached to Project: Community Packages
Opened by Melvyn (melvyn2) - Tuesday, 21 February 2023, 02:23 GMT
Last edited by Christian Hesse (eworm) - Tuesday, 21 February 2023, 07:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Christian Hesse (eworm)
Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
The package is missing a symlink to the unversioned path `/usr/lib32/libcurl-gnutls.so`. This makes it so that libraries linked with `-lcurl-gnutls` cannot find the library.

Additional info:
* package version: lib32-libcurl-gnutls 7.88.1-1

Steps to reproduce:
1. Install lib32-libcurl-gnutls
2. Attempt to link any i386 executable/so with `-lcurl-gnutls`
3. See:
```
/usr/bin/ld: skipping incompatible /usr/lib/libcurl-gnutls.so when searching for -lcurl-gnutls
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/../../../libcurl-gnutls.so when searching for -lcurl-gnutls
/usr/bin/ld: skipping incompatible /usr/lib/libcurl-gnutls.so when searching for -lcurl-gnutls
/usr/bin/ld: cannot find -lcurl-gnutls: No such file or directory
```
This task depends upon

Closed by  Christian Hesse (eworm)
Tuesday, 21 February 2023, 07:49 GMT
Reason for closing:  Fixed
Additional comments about closing:  lib32-curl-7.88.1-2
Comment by Toolybird (Toolybird) - Tuesday, 21 February 2023, 04:19 GMT Comment by Christian Hesse (eworm) - Tuesday, 21 February 2023, 07:42 GMT
Probably, yes... Had not expected anybody to build against that library.

Loading...