swipl-devel
swipl-devel copied to clipboard
binary-or-shlib-calls-gethostbyname issues
trafficstars
When packaging for openSUSE, our rpmlinter is unhappy because of:
[ 126s] swipl.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib/swipl/lib/x86_64-linux/pl2xpce.so
[ 126s] swipl.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/lib/swipl/lib/x86_64-linux/socket.so
[ 126s] The binary calls gethostbyname. Please port the code to use getaddrinfo.
I am not sure whether it is a false positive or not, but search for gethostbyname through this organization finds couple of hits.