FS#77666 - [fltk] Please force rebuild

Attached to Project: Community Packages
Opened by M. Scholz (srtlg) - Monday, 27 February 2023, 22:11 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 23 May 2023, 06:15 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The currently available packet 1.3.8-1 from 28 Dec 2021 05:14:33 PM CET contains
an unfulfilled dependency in the cmake files.

grep libdl /usr/share/fltk/FLTK-Targets.cmake
INTERFACE_LINK_LIBRARIES "/usr/lib/libdl.so;-lpthread;/usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXinerama.so;/usr/lib/libXfixes.so;/usr/lib/libXcursor.so;/usr/lib/libXrender.so;/usr/lib/libXft.so;/usr/lib/libfontconfig.so"
INTERFACE_LINK_LIBRARIES "/usr/lib/libdl.so;-lpthread;/usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXinerama.so;/usr/lib/libXfixes.so;/usr/lib/libXcursor.so;/usr/lib/libXrender.so;/usr/lib/libXft.so;/usr/lib/libfontconfig.so"

but libdl.so doesn't exist anymore. A simple rebuild, e.g. increment pkgrel, fixed that to

INTERFACE_LINK_LIBRARIES "/usr/lib/libdl.a;/usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXinerama.so;/usr/lib/libXfixes.so;/usr/lib/libXcursor.so;/usr/lib/libXrender.so;/usr/lib/libXft.so;/usr/lib/libfontconfig.so"
INTERFACE_LINK_LIBRARIES "/usr/lib/libdl.a;/usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXinerama.so;/usr/lib/libXfixes.so;/usr/lib/libXcursor.so;/usr/lib/libXrender.so;/usr/lib/libXft.so;/usr/lib/libfontconfig.so"

I don't know how many people need FLTK 1.3 with CMake, but it seems a simple fix.
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 23 May 2023, 06:15 GMT
Reason for closing:  Fixed
Additional comments about closing:  fltk 1.3.8-2
Comment by Toolybird (Toolybird) - Tuesday, 28 February 2023, 20:05 GMT
Yeah, the existing pkg was compiled against glibc-2.33. Things changed in glibc-2.34 [1]

[1] https://sourceware.org/pipermail/libc-alpha/2021-July/129356.html

Loading...