This bug was fixed in the package libexttextcat - 3.4.7-1ubuntu1 --------------- libexttextcat (3.4.7-1ubuntu1) plucky; urgency=medium
* Add proposed patch to fix build with LTO (lp: #2104926) -- Alessandro Astone <alessandro.ast...@canonical.com> Mon, 31 Mar 2025 15:26:07 +0200 ** Changed in: libexttextcat (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libexttextcat in Ubuntu. https://bugs.launchpad.net/bugs/2104926 Title: libexttextcat FTBFS with LTO due to type mismatch Status in libexttextcat package in Ubuntu: Fix Released Bug description: wg_mempool.h:91:18: error: type of 'wgmempool_Init' does not match original declaration [-Werror=lto-type-mismatch] 91 | extern void *wgmempool_Init(uint4 blocksize, size_t maxstrsize); | ^ wg_mempool.c:86:14: note: type mismatch in parameter 1 86 | extern void *wgmempool_Init(size_t blocksize, size_t maxstrsize) | ^ wg_mempool.c:86:14: note: type 'size_t' should match type 'uint4' wg_mempool.c:86:14: note: 'wgmempool_Init' was previously declared here wg_mempool.c:86:14: note: code may be misoptimized unless '-fno-strict-aliasing' is used https://launchpadlibrarian.net/783619270/buildlog_ubuntu-plucky- amd64.libexttextcat_3.4.7-1build1_BUILDING.txt.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libexttextcat/+bug/2104926/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp