gugus

ipsec-tools with clang 3.4

Feb 17th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Trying to compile security/ipsec-tools on -head (that include clang 3.4):
  2.  
  3. checking whether to enable ipv6... yes
  4. checking for advanced API support... yes
  5. checking getaddrinfo bug... buggy
  6. configure: error: Broken getaddrinfo() is no longer supported. Aborting.
  7. ===> Script "configure" failed unexpectedly.
  8. Please report the problem to [email protected] [maintainer] and attach the
  9. "/usr/workdir/usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.1/config.log"
  10. including the output of the failure of your make command. Also, it might be
  11. a good idea to provide an overview of all packages installed on your system
  12. (e.g. a /usr/local/sbin/pkg-static info -g -Ea).
  13. *** Error code 1
  14.  
  15. Stop.
  16. make: stopped in /usr/ports/security/ipsec-tools
  17.  
  18. Now regarding the config.log:
  19.  
  20. configure:14372: checking getaddrinfo bug
  21. configure:14472: cc -o conftest -Wall -O2 -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector conftest.c -lradius -lcrypto -lreadline -lcrypt -lcrypt -L/lib -R/lib -lradius -L/usr/local/lib -R/usr/local/lib -lldap >&5
  22. cc: error: unknown argument: '-R/lib'
  23. cc: error: unknown argument: '-R/usr/local/lib'
  24. configure:14472: $? = 1
  25. configure: program exited with status 1
Advertisement
Add Comment
Please, Sign In to add comment