Advertisement
kpa

aiccu build log

kpa
Oct 3rd, 2012
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.11 KB | None | 0 0
  1. Script started on Tue Oct 2 19:48:55 2012
  2. make
  3. ===> License BSD accepted by the user
  4. ===> sixxs-aiccu-20070115_2 depends on file: /usr/local/sbin/pkg - found
  5. ===> Extracting for sixxs-aiccu-20070115_2
  6. => SHA256 Checksum OK for aiccu_20070115.tar.gz.
  7. ===> Patching for sixxs-aiccu-20070115_2
  8. ===> sixxs-aiccu-20070115_2 depends on executable: gmake - found
  9. ===> sixxs-aiccu-20070115_2 depends on shared library: gnutls-openssl.27 - found
  10. ===> Configuring for sixxs-aiccu-20070115_2
  11. ===> Building for sixxs-aiccu-20070115_2
  12. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o main.o main.c
  13. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/tun.o ../common/tun.c
  14. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/aiccu.o ../common/aiccu.c
  15. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/hash_md5.o ../common/hash_md5.c
  16. ../common/hash_md5.c:134:24: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you
  17. mean to dereference it? [-Wsizeof-pointer-memaccess]
  18. memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
  19. ~~~ ^~~
  20. 1 warning generated.
  21. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/hash_sha1.o ../common/hash_sha1.c
  22. ../common/hash_sha1.c:64:10: warning: cast from 'const sha1_byte *' (aka 'const unsigned char *') to 'BYTE64QUAD16 *'
  23. (aka 'union _BYTE64QUAD16 *') increases required alignment from 1 to 4 [-Wcast-align]
  24. block = (BYTE64QUAD16*)buffer;
  25. ^~~~~~~~~~~~~~~~~~~~~
  26. 1 warning generated.
  27. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/common.o ../common/common.c
  28. ../common/common.c:194:58: warning: for loop has empty body [-Wempty-body]
  29. for (i=0; (i < (*filled-1)) && (rbuf[i] != '\n'); i++);
  30. ^
  31. ../common/common.c:194:58: note: put the semicolon on a separate line to silence this warning [-Wempty-body]
  32. ../common/common.c:303:2: warning: 'gnutls_certificate_type_set_priority' is deprecated [-Wdeprecated-declarations]
  33. gnutls_certificate_type_set_priority(sock->session, cert_type_priority);
  34. ^
  35. 2 warnings generated.
  36. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/heartbeat.o ../common/heartbeat.c
  37. ../common/heartbeat.c:90:17: warning: explicitly assigning a variable of type 'const char *' to itself [-Wself-assign]
  38. sIPv4Interface = sIPv4Interface;
  39. ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
  40. 1 warning generated.
  41. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/tic.o ../common/tic.c
  42. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/ayiya.o ../common/ayiya.c
  43. ../common/ayiya.c:84:25: warning: cast from 'char *' to 'struct pseudo_ayh *' increases required alignment from 1 to 4
  44. [-Wcast-align]
  45. struct pseudo_ayh *s = (struct pseudo_ayh *)buf, s2;
  46. ^~~~~~~~~~~~~~~~~~~~~~~~
  47. ../common/ayiya.c:159:25: warning: cast from 'unsigned char *' to 'struct pseudo_ayh *' increases required alignment from 1 to 4
  48. [-Wcast-align]
  49. struct pseudo_ayh *s = (struct pseudo_ayh *)buf;
  50. ^~~~~~~~~~~~~~~~~~~~~~~~
  51. ../common/ayiya.c:377:29: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in *' increases required alignment from 1
  52. to 4 [-Wcast-align]
  53. memcpy(&ayiya_ipv4_pop, &((struct sockaddr_in *)res->ai_addr)->sin_addr, 4);
  54. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. ../common/ayiya.c:402:31: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in6 *' increases required alignment from 1
  56. to 4 [-Wcast-align]
  57. memcpy(&ayiya_ipv6_local, &((struct sockaddr_in6 *)res->ai_addr)->sin6_addr, 16);
  58. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  59. ../common/ayiya.c:427:29: warning: cast from 'struct sockaddr *' to 'struct sockaddr_in6 *' increases required alignment from 1
  60. to 4 [-Wcast-align]
  61. memcpy(&ayiya_ipv6_pop, &((struct sockaddr_in6 *)res->ai_addr)->sin6_addr, 16);
  62. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. 5 warnings generated.
  64. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/aiccu_test.o ../common/aiccu_test.c
  65. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/resolver.o ../common/resolver.c
  66. ../common/resolver.c:33:21: warning: cast from 'unsigned char *' to 'HEADER *' increases required alignment from 1 to 4
  67. [-Wcast-align]
  68. HEADER *header = (HEADER *)answer;
  69. ^~~~~~~~~~~~~~~~
  70. 1 warning generated.
  71. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -c -o ../common/aiccu_kame.o ../common/aiccu_kame.c
  72. ../common/aiccu_kame.c:85:10: warning: explicitly assigning a variable of type 'struct TIC_Tunnel *' to itself [-Wself-assign]
  73. hTunnel = hTunnel;
  74. ~~~~~~~ ^ ~~~~~~~
  75. 1 warning generated.
  76. clang -O2 -pipe -march=core2 -fno-color-diagnostics -Wall -D_REENTRANT -DAICCU_GNUTLS -I/usr/local/include -fno-strict-aliasing -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -D AICCU_CONSOLE -D_FREEBSD -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" -pthread -L/usr/local/lib -lgnutls -o aiccu main.o ../common/tun.o ../common/aiccu.o ../common/hash_md5.o ../common/hash_sha1.o ../common/common.o ../common/heartbeat.o ../common/tic.o ../common/ayiya.o ../common/aiccu_test.o ../common/resolver.o ../common/aiccu_kame.o
  77.  
  78. Script done on Tue Oct 2 19:49:01 2012
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement