You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The pl2xpce.so should be fixed now by SWI-Prolog/packages-xpce@c78a75d. For socket.so (from packages/clib), I cannot find a reference to gethostbyname() in the sources, nor using nm socket.so. I have no clue.
When packaging for openSUSE, our rpmlinter is unhappy because of:
I am not sure whether it is a false positive or not, but search for
gethostbyname
through this organization finds couple of hits.The text was updated successfully, but these errors were encountered: