Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
Opened by M. Scholz (srtlg) - Monday, 27 February 2023, 22:11 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 23 May 2023, 06:15 GMT
|
DetailsDescription:
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
Tuesday, 23 May 2023, 06:15 GMT
Reason for closing: Fixed
Additional comments about closing: fltk 1.3.8-2
[1] https://sourceware.org/pipermail/libc-alpha/2021-July/129356.html