Control: forwarded -1 https://gitlab.freedesktop.org/xorg/lib/libxpm/-/issues/5
On 04/12/2023 09:05, Paul Slootman wrote:
Source: libxpm Version: 1:3.5.17-1 Severity: important Tags: patch commit 7f60f3428aa21d5d643eb75bfd9417cfabf48970 on libxpm hides a number of symbols. However a couple of these symbols are used in pixmap, causing a FTBFS on pixmap. These symbols are xpmReadRgbNames and xpmGetRgbName, xpmFreeRgbNames is related. I have confirmed that applying this patch lets pixmap compile successfully.
Those symbols were not exposed in any header, so pixmap using those was rather hackish. See the upstream ticket.
Cheers, Emilio