#1057376 symbols marked as hidden causes FTBFS in pixmap

Package:
src:libxpm
Source:
src:libxpm
Submitter:
Paul Slootman
Date:
2023-12-04 11:12:05 UTC
Severity:
normal
Tags:
#1057376#5
Date:
2023-12-04 09:05:22 UTC
From:
To:
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.

Thanks,
Paul

#1057376#10
Date:
2023-12-04 11:08:51 UTC
From:
To:
Control: forwarded -1 https://gitlab.freedesktop.org/xorg/lib/libxpm/-/issues/5

Those symbols were not exposed in any header, so pixmap using those was rather
hackish. See the upstream ticket.

Cheers,
Emilio