Hello Denis, On Thursday 17 July 2014 ` 04:26, Denis Fateyev wrote: > Hello there, > > Builds fine on RHEL6 and Fedora 19 - Fedora "devel" scope, both 32- and > 64bit. Some side notes: > > 1) The library `libasr-5.5.0.so.0.0.0` hasn't got executable bit after > "make install". I need to chown it to 0755 to get it working; > > 2) Rpmlint (a package diagnostic tool) reports a warning: > > libasr.x86_64: W: shared-lib-calls-exit /usr/lib64/libasr-5.5.0.so.0.0.0 > exit@GLIBC_2.2.5 > This library package calls exit() or _exit(), probably in a non-fork() > context. Doing so from a library is strongly discouraged - when a library > function calls exit(), it prevents the calling program from handling the > error, reporting it to the user, closing files properly, and cleaning up any > state that the program has. It is preferred for the library to return an > actual error code and let the calling program decide how to handle the > situation. > > It can be bogus depends on the specific implementation - but at least I > leave it here for consideration;
Regarding notes 1 and 2, I'll check with eric@ > 3) Opensmtpd is mentioned in configure instead of libasr. Also, I am not > sure if bsd auth is actual here: Yes, I took the configure.ac script from OpenSMTPD to create the libasr one. So I probably missed some cleanup. It will be fixed for the next scanpshot. Thanks for the report! Charles Longeau -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
