Re: fs_api_module_register

2015-05-18 Thread Eric Broch
I found the reason for this build error. It has to do with the rpath setting. Under Fedora packaging guidelines https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#AlternativeRpath the following settings are changed in the spec file under %configure for libtool: %configure

Re: fs_api_module_register

2015-05-17 Thread Eric Broch
Marcus, Thanks for the spec file. I'm fairly new to creating RPM's and I just found out that the issue is taking place during the 'make check' portion of the spec file. I'm not sure what 'make check' does after having googled it, although, I think it checks for run-time errors. Any hints?

Re: fs_api_module_register

2015-05-16 Thread Eric Broch
: /root/rpmbuild/BUILD/dovecot-2.2.18/src/lib-storage/.libs/lt-test-mail-search-args-imap: undefined symbol: fs_api_module_register I created a binary rpm from dovecot sources 2.2.16 and pigeonhole sources 0.4.7 and all went well. Can anyone give me any hints as to the problem? I built rpms

Re: fs_api_module_register

2015-05-16 Thread Marcus Rueckert
/dovecot-2.2.18/src/lib-storage/.libs/lt-test-mail-search-args-imap: undefined symbol: fs_api_module_register I created a binary rpm from dovecot sources 2.2.16 and pigeonhole sources 0.4.7 and all went well. Can anyone give me any hints as to the problem? I built rpms for this just fine. you

fs_api_module_register

2015-05-15 Thread Eric Broch
-search-args-imap: undefined symbol: fs_api_module_register I created a binary rpm from dovecot sources 2.2.16 and pigeonhole sources 0.4.7 and all went well. Can anyone give me any hints as to the problem? Eric