Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=458054





--- Comment #10 from Jon Ciesla <[EMAIL PROTECTED]>  2008-10-31 11:37:16 EDT ---
rpmlint clean, except for some things above that we've come to an
understanding, and these:

arm4.i386: W: shared-lib-calls-exit /usr/lib/libarm4db_bdb.so.1.0.0
[EMAIL PROTECTED]
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.

arm4.i386: W: shared-lib-calls-exit /usr/lib/libarm4db_common.so.1.0.0
[EMAIL PROTECTED]
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.

arm4.i386: W: shared-lib-calls-exit /usr/lib/libarm4db.so.1.0.0 [EMAIL 
PROTECTED]
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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to