New comment by klarasm on void-packages repository https://github.com/void-linux/void-packages/pull/41948#issuecomment-1533585853 Comment: For local build testing (x86_64-glibc) , distfiles for apache are not available so it and packages that depend on it fail. Additionally one test of anjuta fails. There also seems to be a new cross-compilation issue. For example, the syncprov module is not detected properly on the crossbuilt version (tested x86_64-glibc host to x86_64-musl). The native version is ok. The crossbuilt version fails with: ``` 2023-05-05T16:30:02.24463 local4.debug: May 5 16:30:02 slapd[728]: @(#) $OpenLDAP: slapd 2.6.4 (May 5 2023 16:13:43) $ 2023-05-05T16:30:02.25438 local4.debug: May 5 16:30:02 slapd[728]: PROXIED attributeDescription "DC" inserted. 2023-05-05T16:30:02.25492 local4.debug: May 5 16:30:02 slapd[728]: lt_dlopenext failed: (syncprov) file not found 2023-05-05T16:30:02.25507 local4.debug: May 5 16:30:02 slapd[728]: olcModuleLoad: value #0: handler exited with 1! 2023-05-05T16:30:02.25518 local4.debug: May 5 16:30:02 slapd[728]: config error processing cn=module{0},cn=config: handler exited with 1 2023-05-05T16:30:02.25536 auth.debug: slapd[728]: DIGEST-MD5 common mech free 2023-05-05T16:30:02.25586 auth.debug: slapd[728]: DIGEST-MD5 common mech free 2023-05-05T16:30:02.25608 local4.debug: May 5 16:30:02 slapd[728]: slapd stopped. 2023-05-05T16:30:02.25623 local4.debug: May 5 16:30:02 slapd[728]: connections_destroy: nothing to destroy. ``` Looking at the function `lt_dlopenext`, libtool may be the issue this time as well, though openldap seems to be using its own version of libtool. Will have to look closer though. I also tried crossbuilding openldap with syncprov built in which works as expected.