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 the following settings are changed in the spec file under %configure for libtool: %configur

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? E

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: >> symbol lookup error: >> /root/rpmbuild/BUILD/dovecot-2.2.18/src/lib-storage/.libs/lt-test-mail-search-args-imap: >> undefined symbol: fs_api_module_register >> >> I creat

Re: fs_api_module_register

2015-05-16 Thread Marcus Rueckert
imap: > symbol lookup error: > /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. > > C

fs_api_module_register

2015-05-15 Thread Eric Broch
bs/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? Eric