[netperf-talk] netperf for fedora package
Linux Linux
linuxed_fedora at yahoo.fr
Thu Aug 2 01:16:34 PDT 2012
Hi,
I'm packaging netperf for fedora. It is in good way.
Could someone help me fix the libs problem ?
netperf.x86_64: W: shared-lib-calls-exit /usr/lib64/nettest_bsd.so.0.0.0 exit at 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.
netperf.x86_64: W: shared-lib-calls-exit /usr/lib64/nettest_dns.so.0.0.0 exit at 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.
netperf.x86_64: W: shared-lib-calls-exit /usr/lib64/nettest_vst.so.0.0.0 exit at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.netperf.org/pipermail/netperf-talk/attachments/20120802/678c7b21/attachment.html>
More information about the netperf-talk
mailing list