Bugzilla – Bug 1223978
Package 4store does not build with gcc14 because of implicit function declarations
Last modified: 2024-05-23 10:00:09 UTC
Package 4store does not build with gcc because of its new errors, see bug#1220571 for more details on these. What is really missing is definition of feature macro _DEFAULT_SOURCE in src/frontend/filter-datatypes.c so that glibc declares functions strdup and timegm. Whqt is needed is backport of upstream patch 53e5c8f2ed512c2f4c45cea4e991e0c1fee01a35 (Steven Chamberlain: use _GNU_SOURCE instead of __USE_MISC).
With https://build.opensuse.org/request/show/1172391 a fixed version has reached 4store in the server:database OBS project.
Hi Martin, you already submit request for the bug report, so I assign it to you, please feel free to reassign whenever necessary, thanks.
This has been fixed also in Factory with https://build.opensuse.org/request/show/1172392 (or so I think).