Hi, when trying to build imv package on openSUSE/Tumbleweed
(current version 4.4.0), I get tons of undefined references erros
when linking while files
/usr/lib64/libfreeimage-3.19.0.so
/usr/lib64/libfreeimage.so.3
/usr/lib64/libfreeimage.so
are clearly present in the build system.
Any idea what’s going on, please?
Matěj
--
https://matej.ceplovi.cz/blog/, Jabber: mcepl@ceplovi.cz
GPG Finger: 3C76 A027 CA45 AD70 98B5 BC1D 7920 5802 880B C9D8
Youth is happy because it has the capacity to see beauty. Anyone
who keeps the ability to see beauty never grows old.
-- Franz Kafka
On Thu, Oct 19, 2023 at 8:19 AM Matěj Cepl <mcepl@cepl.eu> wrote:
>> Hi, when trying to build imv package on openSUSE/Tumbleweed> (current version 4.4.0), I get tons of undefined references erros> when linking while files>> /usr/lib64/libfreeimage-3.19.0.so> /usr/lib64/libfreeimage.so.3> /usr/lib64/libfreeimage.so>> are clearly present in the build system.>> Any idea what’s going on, please?
It seems like this build of freeimage in Tumbleweed is completely broken:
06ae28aecd5e:/ # objdump -T /usr/lib64/libfreeimage-3.19.0.so
/usr/lib64/libfreeimage-3.19.0.so: file format elf64-x86-64
DYNAMIC SYMBOL TABLE:
0000000000000000 w D *UND* 0000000000000000 __cxa_finalize
0000000000000000 w D *UND* 0000000000000000 _ITM_registerTMCloneTable
0000000000000000 w D *UND* 0000000000000000 _ITM_deregisterTMCloneTable
0000000000000000 w D *UND* 0000000000000000 __gmon_start__
https://bugzilla.opensuse.org/show_bug.cgi?id=1216332
--
With best regards,
Aleksei Bavshin
On Thu Oct 19, 2023 at 6:29 PM CEST, Aleksei Bavshin wrote:
> 06ae28aecd5e:/ # objdump -T /usr/lib64/libfreeimage-3.19.0.so>> /usr/lib64/libfreeimage-3.19.0.so: file format elf64-x86-64>> DYNAMIC SYMBOL TABLE:> 0000000000000000 w D *UND* 0000000000000000 __cxa_finalize> 0000000000000000 w D *UND* 0000000000000000 _ITM_registerTMCloneTable> 0000000000000000 w D *UND* 0000000000000000 _ITM_deregisterTMCloneTable> 0000000000000000 w D *UND* 0000000000000000 __gmon_start__>> https://bugzilla.opensuse.org/show_bug.cgi?id=1216332
Yes, thank you. When I include fixed freeimage to my project, it builds.
https://build.opensuse.org/project/show/home:mcepl:branches:X11:Utilities
Thank you,
Matěj
--
https://matej.ceplovi.cz/blog/, Jabber: mcepl@ceplovi.cz
GPG Finger: 3C76 A027 CA45 AD70 98B5 BC1D 7920 5802 880B C9D8
This conversation can serve no purpose anymore. Good bye.
-- HAL9000 in 2001: Space Odyssea