Bug #3188
closedlibc - implicit function "reallocarray"
0%
Description
Attempting to download RAW (CR2) files from camera, need DarkTable to convert files, but pkg install darktable (2.6.2) from Avalon complains about Wayland.
Compiling Darktable 2.6.2_1 via Synth causes graphics/giflib to fail, which is related to "reallocarray". Error log attached.
Did a search, found RedHat discussing issue, saying that "glibc now provides the reallocarray function prototype unless the user explicitly requires stricter conformance to a given standard."
This is not my area of expertise, but does issuing "cc -std=gnu99" during the compile cause this issue, and is there a way to resolve locally or does this need to be reported to the giflib maintainers?
Files
Updated by aswell over 5 years ago
Actually, during Synth just-build 103 packages are skipped, seems a number of graphics packages depend on giflib.
Freshports shows current version as 5.18, whereas DragonFly has 5.14, so this issue will likely resolve itself once DPorts catches up. Therefore, I am closing this report.