=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for gnunet-0.21.1nb2
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1'
Making all in m4
gmake[2]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/m4'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/m4'
Making all in scripts
gmake[2]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/scripts'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/scripts'
Making all in src
gmake[2]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src'
Making all in include
gmake[3]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/include'
Making all in .
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/include'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/include'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/include'
Making all in lib
gmake[3]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib'
Making all in util
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/util'
  CC       test_common_logging_dummy.o
  CC       libgnunetutil_la-bandwidth.lo
  CC       libgnunetutil_la-bio.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from test_common_logging_dummy.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from bio.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-buffer.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from buffer.c:23:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from bandwidth.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-child_management.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from child_management.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-client.lo
  CC       libgnunetutil_la-common_allocation.lo
  CC       libgnunetutil_la-common_endian.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from client.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from common_allocation.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from common_endian.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-common_logging.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from common_logging.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-compress.lo
  CC       libgnunetutil_la-configuration.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from compress.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from configuration.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-configuration_helper.lo
  CC       libgnunetutil_la-consttime_memcmp.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from configuration_helper.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-container_bloomfilter.lo
  CC       libgnunetutil_la-container_heap.lo
  CC       libgnunetutil_la-container_multihashmap.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from container_bloomfilter.c:44:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from container_heap.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from container_multihashmap.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-container_multishortmap.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from container_multishortmap.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-container_multiuuidmap.lo
  CC       libgnunetutil_la-container_multipeermap.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from container_multiuuidmap.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from container_multipeermap.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-container_multihashmap32.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from container_multihashmap32.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_blind_sign.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_blind_sign.c:22:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_crc.lo
  CC       libgnunetutil_la-crypto_cs.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_crc.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_ecc.lo
  CC       libgnunetutil_la-crypto_ecc_gnsrecord.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_cs.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_ecc.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_ecc_gnsrecord.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_ecc_dlog.lo
  CC       libgnunetutil_la-crypto_ecc_setup.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_ecc_dlog.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_ecc_setup.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_edx25519.lo
  CC       libgnunetutil_la-crypto_elligator.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_edx25519.c:33:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_hash.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_elligator.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_hash.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_hash_file.lo
  CC       libgnunetutil_la-crypto_hkdf.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_hash_file.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_hkdf.c:55:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_kdf.lo
  CC       libgnunetutil_la-crypto_mpi.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_kdf.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_paillier.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_mpi.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_paillier.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_pkey.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_pkey.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_pow.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_pow.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-crypto_random.lo
  CC       libgnunetutil_la-crypto_rsa.lo
  CC       libgnunetutil_la-crypto_symmetric.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_random.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_symmetric.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from crypto_rsa.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-disk.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from disk.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-dnsparser.lo
  CC       libgnunetutil_la-dnsstub.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from dnsparser.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from dnsstub.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-getopt.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from getopt.c:42:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-getopt_helpers.lo
  CC       libgnunetutil_la-helper.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from getopt_helpers.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-load.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from helper.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from load.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-mst.lo
  CC       libgnunetutil_la-mq.lo
  CC       libgnunetutil_la-nc.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from mst.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from mq.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from nc.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-network.lo
In file included from network.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-op.lo
  CC       libgnunetutil_la-nt.lo
  CC       libgnunetutil_la-os_installation.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from op.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from os_installation.c:39:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from nt.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-os_network.lo
  CC       libgnunetutil_la-os_priority.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from os_network.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from os_priority.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-peer.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from peer.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-plugin.lo
  CC       libgnunetutil_la-program.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-regex.lo
  CC       libgnunetutil_la-resolver_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from program.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from resolver_api.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-scheduler.lo
  CC       libgnunetutil_la-service.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from scheduler.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-signal.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from service.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from signal.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-strings.lo
  CC       libgnunetutil_la-time.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from strings.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-tun.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from time.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from tun.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetutil_la-uri.lo
  CC       libgnunetutil_la-speedup.lo
  CC       libgnunetutil_la-proc_compat.lo
  CC       libgnunetutil_la-gnunet_error_codes.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from speedup.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       test_plugin_plug.lo
  CCLD     libgnunetutil.la
  CCLD     libgnunet_plugin_utiltest.la
  CCLD     test_common_logging_dummy
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/util'
Making all in hello
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/hello'
  CC       hello-uri.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_hello_uri_lib.h:46,
                 from hello-uri.c:39:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
hello-uri.c: In function 'GNUNET_HELLO_builder_to_dht_hello_msg':
hello-uri.c:689:10: warning: argument to variable-length array may be too large [-Wvla-larger-than=]
  CCLD     libgnunethello.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/hello'
Making all in block
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/block'
  CC       block.lo
  CC       bg_bf.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from bg_bf.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from block.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetblock.la
  CCLD     libgnunetblockgroup.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/block'
Making all in gnsrecord
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/gnsrecord'
  CC       gnunet-gnsrecord-tvg.o
  CC       gnsrecord_serialization.lo
  CC       gnsrecord.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-gnsrecord-tvg.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnsrecord_serialization.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnsrecord.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnsrecord_crypto.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnsrecord_crypto.h:29,
                 from gnsrecord_crypto.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnsrecord_pow.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnsrecord_pow.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnsrecord_misc.lo
  CC       json_gnsrecord.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnsrecord_misc.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from json_gnsrecord.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetgnsrecord.la
  CCLD     libgnunetgnsrecordjson.la
  CCLD     gnunet-gnsrecord-tvg
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/gnsrecord'
Making all in curl
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/curl'
  CC       libgnunetcurl_la-curl.lo
  CC       libgnunetcurl_la-curl_reschedule.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_curl_lib.h:37,
                 from curl.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_curl_lib.h:37,
                 from curl_reschedule.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetcurl.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/curl'
Making all in json
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/json'
  CC       libgnunetjson_la-json.lo
  CC       libgnunetjson_la-json_generator.lo
  CC       libgnunetjson_la-json_helper.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from json_generator.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_json_lib.h:31,
                 from json_helper.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_json_lib.h:31,
                 from json.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetjson_la-json_mhd.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_json_lib.h:31,
                 from json_mhd.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       libgnunetjson_la-json_pack.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_json_lib.h:31,
                 from json_pack.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetjson.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/json'
Making all in sq
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/sq'
  CC       sq.lo
  CC       sq_prepare.lo
  CC       sq_exec.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_sq_lib.h:30,
                 from sq_exec.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_sq_lib.h:30,
                 from sq_prepare.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_sq_lib.h:30,
                 from sq.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       sq_query_helper.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_sq_lib.h:30,
                 from sq_query_helper.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       sq_result_helper.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_sq_lib.h:30,
                 from sq_result_helper.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetsq.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib/sq'
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/lib'
Making all in plugin
gmake[3]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin'
Making all in block
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/block'
  CC       plugin_block_template.lo
  CC       plugin_block_test.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_test.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_template.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_block_template.la
  CCLD     libgnunet_plugin_block_test.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/block'
Making all in dns
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/dns'
  CC       plugin_block_dns.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_dns.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_block_dns.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/dns'
Making all in gnsrecord
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/gnsrecord'
  CC       plugin_gnsrecord_dns.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_gnsrecord_dns.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_gnsrecord_dns.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/gnsrecord'
Making all in peerstore
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/peerstore'
  CC       plugin_peerstore_sqlite.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_peerstore_plugin.h:38,
                 from plugin_peerstore_sqlite.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_peerstore_sqlite.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/peerstore'
Making all in datacache
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/datacache'
  CC       plugin_datacache_template.lo
  CC       plugin_datacache_sqlite.lo
  CC       plugin_datacache_heap.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_datacache_heap.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_datacache_template.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_datacache_sqlite.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_datacache_template.la
  CCLD     libgnunet_plugin_datacache_heap.la
  CCLD     libgnunet_plugin_datacache_sqlite.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/datacache'
Making all in datastore
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/datastore'
  CC       plugin_datastore_sqlite.lo
  CC       plugin_datastore_template.lo
  CC       plugin_datastore_heap.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_lib.h:38,
                 from ../../../src/include/gnunet_datastore_plugin.h:38,
                 from plugin_datastore_heap.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_lib.h:38,
                 from ../../../src/include/gnunet_datastore_plugin.h:38,
                 from plugin_datastore_sqlite.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_lib.h:38,
                 from ../../../src/include/gnunet_datastore_plugin.h:38,
                 from plugin_datastore_template.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_datastore_heap.la
  CCLD     libgnunet_plugin_datastore_template.la
  CCLD     libgnunet_plugin_datastore_sqlite.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/datastore'
Making all in namecache
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/namecache'
  CC       plugin_namecache_sqlite.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_sq_lib.h:30,
                 from plugin_namecache_sqlite.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_namecache_sqlite.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/namecache'
Making all in namestore
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/namestore'
  CC       plugin_namestore_sqlite.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_namestore_plugin.h:38,
                 from plugin_namestore_sqlite.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_namestore_sqlite.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/namestore'
Making all in dht
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/dht'
  CC       plugin_block_dht.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_hello_uri_lib.h:46,
                 from plugin_block_dht.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_block_dht.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/dht'
Making all in setu
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/setu'
  CC       plugin_block_setu_test.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_setu_test.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_block_setu_test.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/setu'
Making all in seti
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/seti'
  CC       plugin_block_seti_test.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_seti_test.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_block_seti_test.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/seti'
Making all in revocation
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/revocation'
  CC       plugin_block_revocation.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_revocation.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_block_revocation.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/revocation'
Making all in regex
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/regex'
  CC       regex_block_lib.lo
  CC       plugin_block_regex.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/block_regex.h:40,
                 from regex_block_lib.h:40,
                 from regex_block_lib.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_regex.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetregexblock.la
  CCLD     libgnunet_plugin_block_regex.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/regex'
Making all in gns
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/gns'
  CC       plugin_block_gns.lo
  CC       plugin_gnsrecord_gns.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_gnsrecord_gns.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_group_lib.h:35,
                 from plugin_block_gns.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_gnsrecord_gns.la
  CCLD     libgnunet_plugin_block_gns.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/gns'
Making all in fs
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/fs'
  CC       plugin_block_fs.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_block_plugin.h:42,
                 from plugin_block_fs.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_block_fs.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/fs'
Making all in reclaim
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/reclaim'
  CC       plugin_gnsrecord_reclaim.lo
  CC       plugin_reclaim_attribute_basic.lo
  CC       plugin_reclaim_credential_jwt.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_reclaim_credential_jwt.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_gnsrecord_reclaim.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_reclaim_attribute_basic.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       reclaim_attribute.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/service/reclaim/reclaim_attribute.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       reclaim_credential.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/service/reclaim/reclaim_credential.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_gnsrecord_reclaim.la
  CCLD     libgnunet_plugin_reclaim_attribute_basic.la
  CCLD     libgnunet_plugin_reclaim_credential_jwt.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/reclaim'
Making all in messenger
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/messenger'
  CC       plugin_gnsrecord_messenger.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from plugin_gnsrecord_messenger.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunet_plugin_gnsrecord_messenger.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin/messenger'
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin'
gmake[3]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/plugin'
Making all in service
gmake[3]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service'
Making all in util
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/util'
  CC       gnunet-service-resolver.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-resolver.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-resolver
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/util'
Making all in statistics
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/statistics'
  CC       gnunet-service-statistics.o
  CC       statistics_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-statistics.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from statistics_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetstatistics.la
  CCLD     gnunet-service-statistics
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/statistics'
Making all in arm
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/arm'
  CC       gnunet-service-arm.o
  CC       mockup-service.o
  CC       arm_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-arm.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from mockup-service.c:23:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from arm_api.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       arm_monitor_api.lo
  CCLD     mockup-service
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_arm_service.h:47,
                 from arm_monitor_api.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-arm
  CCLD     libgnunetarm.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/arm'
Making all in peerstore
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/peerstore'
  CC       gnunet_service_peerstore-gnunet-service-peerstore.o
  CC       gnunet_service_peerstore-peerstore_common.o
  CC       peerstore_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_peerstore_service.h:40,
                 from gnunet-service-peerstore.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_peerstore_service.h:40,
                 from peerstore.h:29,
                 from peerstore_common.h:27,
                 from peerstore_common.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/platform.h:37,
                 from gnunet-service-peerstore.c:28:
../../../gnunet_private_config.h:47: warning: "GNUNET_EXTRA_LOGGING" redefined
   47 | #define GNUNET_EXTRA_LOGGING GNUNET_NO
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_peerstore_service.h:40,
                 from gnunet-service-peerstore.c:26:
../../../src/include/gnunet_common.h:154: note: this is the location of the previous definition
  154 | #define GNUNET_EXTRA_LOGGING 1
      | 
In file included from ../../../src/include/gnunet_time_lib.h:48,
                 from peerstore_api.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/platform.h:37,
                 from peerstore_api.c:27:
../../../gnunet_private_config.h:47: warning: "GNUNET_EXTRA_LOGGING" redefined
   47 | #define GNUNET_EXTRA_LOGGING GNUNET_NO
      | 
In file included from ../../../src/include/gnunet_time_lib.h:48,
                 from peerstore_api.c:26:
../../../src/include/gnunet_common.h:154: note: this is the location of the previous definition
  154 | #define GNUNET_EXTRA_LOGGING 1
      | 
  CC       peerstore_api_monitor.lo
In file included from peerstore_api_monitor.c:25:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/platform.h:37,
                 from peerstore_api_monitor.c:27:
../../../gnunet_private_config.h:47: warning: "GNUNET_EXTRA_LOGGING" redefined
   47 | #define GNUNET_EXTRA_LOGGING GNUNET_NO
      | 
In file included from peerstore_api_monitor.c:25:
../../../src/include/gnunet_common.h:154: note: this is the location of the previous definition
  154 | #define GNUNET_EXTRA_LOGGING 1
      | 
  CC       peerstore_common.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_peerstore_service.h:40,
                 from peerstore.h:29,
                 from peerstore_common.h:27,
                 from peerstore_common.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-peerstore
  CCLD     libgnunetpeerstore.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/peerstore'
Making all in testing
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/testing'
  CC       gnunet-testing.o
  CC       testing_api_cmd_exec_bash_script.lo
  CC       testing_api_cmd_barrier.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-testing.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_barrier_reached.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_lib.h:48,
                 from testing_api_cmd_barrier_reached.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing.h:26,
                 from testing_api_cmd_barrier.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_exec_bash_script.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_finish.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_finish.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_local_test_prepared.lo
  CC       testing_api_cmd_send_peer_ready.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_local_test_prepared.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_block_until_external_trigger.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_send_peer_ready.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_block_until_external_trigger.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_netjail_start.lo
  CC       testing_api_cmd_netjail_start_cmds_helper.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_netjail_start.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from testing_api_cmd_netjail_start_cmds_helper.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_netjail_stop_cmds_helper.lo
  CC       testing_api_cmd_netjail_stop.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from testing_api_cmd_netjail_stop_cmds_helper.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_netjail_stop.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing.c:33:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_system_create.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_system_create.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_system_destroy.lo
  CC       testing_api_cmd_batch.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_system_destroy.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_loop.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from testing_api_cmd_batch.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_traits.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_loop.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       test_testing_start_with_config.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from testing_api_traits.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from test_testing_start_with_config.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-cmds-helper.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-cmds-helper.c:40:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       list-keys.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from list-keys.c:2:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     list-keys
  CCLD     libgnunettesting.la
  CCLD     gnunet-testing
  CCLD     test_testing_start_with_config
  CCLD     gnunet-cmds-helper
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/testing'
Making all in nat
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/nat'
  CC       gnunet-service-nat.o
  CC       gnunet-service-nat_externalip.o
  CC       gnunet-service-nat_stun.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-nat.c:39:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-nat_externalip.c:38:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-nat_stun.c:40:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-nat_mini.o
  CC       gnunet-service-nat_helper.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-nat_mini.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-nat_helper.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       nat_api.lo
  CC       nat_api_stun.lo
  CCLD     gnunet-service-nat
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_nat_service.h:40,
                 from nat_api.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from nat_api_stun.c:39:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetnatnew.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/nat'
Making all in nat-auto
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/nat-auto'
  CC       gnunet-service-nat-auto.o
  CC       nat_auto_api.lo
  CC       nat_auto_api_test.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-nat-auto.c:35:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_nat_service.h:40,
                 from nat_auto_api.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from nat_auto_api_test.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-nat-auto
  CCLD     libgnunetnatauto.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/nat-auto'
Making all in transport
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/transport'
  CC       gnunet-service-transport.o
  CC       gnunet-communicator-unix.o
  CC       transport_api2_communication.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-communicator-unix.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-transport.c:76:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-communicator-udp.o
In file included from gnunet-communicator-udp.c:41:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api2_communication.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport_api2_application.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_transport_application_service.h:38,
                 from transport_api2_application.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-communicator-tcp.o
In file included from gnunet-communicator-tcp.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/platform.h:37,
                 from gnunet-communicator-tcp.c:31:
../../../gnunet_private_config.h:47: warning: "GNUNET_EXTRA_LOGGING" redefined
   47 | #define GNUNET_EXTRA_LOGGING GNUNET_NO
      | 
In file included from gnunet-communicator-tcp.c:30:
../../../src/include/gnunet_common.h:154: note: this is the location of the previous definition
  154 | #define GNUNET_EXTRA_LOGGING 1
      | 
  CC       test_transport_start_with_config.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from test_transport_start_with_config.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport_api2_core.lo
  CC       transport_api_traits.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api2_core.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from transport_api_traits.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_stop_peer.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_stop_peer.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       testing_api_cmd_start_peer.lo
  CC       transport_api_cmd_connecting_peers.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from testing_api_cmd_start_peer.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api_cmd_connecting_peers.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport_api_cmd_backchannel_check.lo
In file included from transport_api_cmd_backchannel_check.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport_api_cmd_start_peer.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api_cmd_start_peer.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport_api_cmd_stop_peer.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api_cmd_stop_peer.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport_api_cmd_send_simple.lo
  CC       transport_api_cmd_send_simple_performance.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api_cmd_send_simple.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api_cmd_send_simple_performance.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport-testing2.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport-testing2.h:30,
                 from transport-testing2.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport-testing-filenames2.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport-testing2.h:30,
                 from transport-testing-filenames2.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
distcc[23310] (dcc_select_for_write) ERROR: IO timeout
distcc[23310] ERROR: timeout while connecting to 10.0.20.122:3742
distcc[23310] Warning: failed to distribute transport_api_cmd_send_simple.c to 10.0.20.122:3742, running locally instead
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api_cmd_send_simple.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport-testing-loggers2.lo
  CC       transport-testing-main2.lo
  CC       transport-testing-send2.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport-testing2.h:30,
                 from transport-testing-loggers2.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport-testing2.h:30,
                 from transport-testing-main2.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport-testing2.h:30,
                 from transport-testing-send2.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport-testing-communicator.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport-testing-communicator.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       transport_api2_monitor.lo
  CC       test_transport_plugin_cmd_simple_send_performance.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from transport_api2_monitor.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_transport_plugin_cmd_simple_send_performance.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       test_transport_plugin_cmd_nat_upnp.lo
  CC       test_transport_plugin_cmd_simple_send.lo
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_transport_plugin_cmd_nat_upnp.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       test_transport_plugin_cmd_simple_send_broadcast.lo
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_transport_plugin_cmd_simple_send.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_transport_plugin_cmd_simple_send_broadcast.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       test_transport_plugin_cmd_simple_send_dv.lo
  CC       test_transport_plugin_cmd_udp_backchannel.lo
/usr/bin/awk -v bdir="/usr/pkg/bin" -v py="/usr/pkg/bin/python3.12" -v awkay="/usr/bin/awk" -v pfx="/usr/pkg" -v prl="/tmp/pkgbuild/net/gnunet/work.sparc64/.tools/bin/perl" -v sysconfdirectory="/usr/pkg/etc/gnunet" -v pkgdatadirectory="/usr/pkg/share/gnunet" -f ../../../scripts/dosubst.awk < ./gnunet-transport-certificate-creation.in > gnunet-transport-certificate-creation
  CCLD     gnunet-service-transport
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_transport_plugin_cmd_simple_send_dv.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_transport_plugin_cmd_udp_backchannel.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunettransportcommunicator.la
  CCLD     libgnunettransportapplication.la
  CCLD     libgnunettransportcore.la
  CCLD     libgnunettransportmonitor.la
  CCLD     gnunet-communicator-unix
  CCLD     gnunet-communicator-udp
  CCLD     gnunet-communicator-tcp
  CCLD     libgnunettransporttesting2.la
  CCLD     libgnunet_test_transport_plugin_cmd_simple_send_performance.la
  CCLD     test_transport_start_with_config
  CCLD     libgnunet_test_transport_plugin_cmd_nat_upnp.la
  CCLD     libgnunet_test_transport_plugin_cmd_simple_send.la
  CCLD     libgnunet_test_transport_plugin_cmd_simple_send_broadcast.la
  CCLD     libgnunet_test_transport_plugin_cmd_simple_send_dv.la
  CCLD     libgnunet_test_transport_plugin_cmd_udp_backchannel.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/transport'
Making all in core
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/core'
  CC       gnunet-service-core_kx.o
  CC       gnunet-service-core.o
  CC       gnunet-service-core_sessions.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-core.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-core_kx.h:29,
                 from gnunet-service-core_kx.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_statistics_service.h:54,
                 from gnunet-service-core.h:29,
                 from gnunet-service-core_sessions.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-core_typemap.o
  CC       core_api.lo
  CC       core_api_monitor_peers.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-core_typemap.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from core_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_core_service.h:47,
                 from core_api_monitor_peers.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       core_api_cmd_connecting_peers.lo
  CC       test_core_plugin_cmd_just_run.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from core_api_cmd_connecting_peers.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_core_plugin_cmd_just_run.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-core
  CCLD     libgnunetcore.la
  CCLD     libgnunetcoretesting.la
  CCLD     libgnunet_test_core_plugin_cmd_just_run.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/core'
Making all in nse
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/nse'
  CC       nse_api.lo
  CC       gnunet-service-nse.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-nse.c:40:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_arm_service.h:47,
                 from nse_api.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetnse.la
  CCLD     gnunet-service-nse
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/nse'
Making all in hostlist
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/hostlist'
  CC       gnunet_daemon_hostlist-gnunet-daemon-hostlist.o
  CC       gnunet_daemon_hostlist-gnunet-daemon-hostlist_client.o
  CC       gnunet_daemon_hostlist-gnunet-daemon-hostlist_server.o
In file included from gnunet-daemon-hostlist_server.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/platform.h:37,
                 from gnunet-daemon-hostlist_server.c:29:
../../../gnunet_private_config.h:47: warning: "GNUNET_EXTRA_LOGGING" redefined
   47 | #define GNUNET_EXTRA_LOGGING GNUNET_NO
      | 
In file included from gnunet-daemon-hostlist_server.c:28:
../../../src/include/gnunet_common.h:154: note: this is the location of the previous definition
  154 | #define GNUNET_EXTRA_LOGGING 1
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_core_service.h:47,
                 from gnunet-daemon-hostlist_client.h:28,
                 from gnunet-daemon-hostlist_client.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_core_service.h:47,
                 from gnunet-daemon-hostlist_client.h:28,
                 from gnunet-daemon-hostlist.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-daemon-hostlist
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/hostlist'
Making all in topology
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/topology'
  CC       gnunet-daemon-topology.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-daemon-topology.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-daemon-topology
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/topology'
Making all in dns
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/dns'
  CC       gnunet-service-dns.o
  CC       gnunet-dns-monitor.o
  CC       dns_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-dns-monitor.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-dns.c:40:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-dns-redirector.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-dns-redirector.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_dns_service.h:40,
                 from dns_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-zonewalk.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-zonewalk.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-zonewalk
  CCLD     gnunet-service-dns
  CCLD     libgnunetdns.la
  CCLD     gnunet-dns-monitor
  CCLD     gnunet-dns-redirector
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/dns'
Making all in identity
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/identity'
  CC       gnunet-service-identity.o
  CC       identity_api.lo
  CC       identity_api_lookup.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-identity.c:34:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from identity_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from identity_api_lookup.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       identity_api_suffix_lookup.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from identity_api_suffix_lookup.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetidentity.la
  CCLD     gnunet-service-identity
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/identity'
Making all in datacache
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/datacache'
  CC       datacache.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from datacache.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetdatacache.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/datacache'
Making all in datastore
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/datastore'
  CC       gnunet-service-datastore.o
  CC       datastore_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-datastore.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_arm_service.h:47,
                 from datastore_api.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-datastore
  CCLD     libgnunetdatastore.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/datastore'
Making all in dht
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/dht'
  CC       gnunet-service-dht.o
In file included from gnunet-service-dht.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       plugin_dhtu_ip.o
  CC       plugin_dhtu_gnunet.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_dhtu_plugin.h:31,
                 from plugin_dhtu_gnunet.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_dhtu_plugin.h:31,
                 from plugin_dhtu_ip.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-dht_datacache.o
  CC       gnunet-service-dht_neighbours.o
  CC       gnunet-service-dht_routing.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_datacache_lib.h:44,
                 from gnunet-service-dht_datacache.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-dht_neighbours.h:30,
                 from gnunet-service-dht_routing.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_hello_uri_lib.h:46,
                 from gnunet-service-dht_neighbours.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       dht_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_arm_service.h:47,
                 from dht_api.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetdht.la
  CCLD     gnunet-service-dht
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/dht'
Making all in namecache
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/namecache'
  CC       gnunet-service-namecache.o
  CC       namecache_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-namecache.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from namecache_api.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetnamecache.la
  CCLD     gnunet-service-namecache
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/namecache'
Making all in namestore
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/namestore'
  CC       gnunet-service-namestore.o
  CC       namestore_api_monitor.lo
  CC       namestore_api.lo
In file included from ../../../src/include/gnunet_gnsrecord_lib.h:41,
                 from gnunet-service-namestore.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from namestore_api_monitor.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from namestore_api.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetnamestore.la
  CCLD     gnunet-service-namestore
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/namestore'
Making all in cadet
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/cadet'
  CC       gnunet-service-cadet.o
  CC       gnunet-service-cadet_channel.o
  CC       gnunet-service-cadet_connection.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-cadet_connection.h:33,
                 from gnunet-service-cadet_connection.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-cadet.c:36:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet.h:57,
                 from gnunet-service-cadet_channel.c:37:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-cadet_core.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-cadet_core.h:41,
                 from gnunet-service-cadet_core.c:33:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-cadet_dht.o
  CC       gnunet-service-cadet_hello.o
In file included from gnunet-service-cadet_hello.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/platform.h:37,
                 from gnunet-service-cadet_hello.c:28:
../../../gnunet_private_config.h:47: warning: "GNUNET_EXTRA_LOGGING" redefined
   47 | #define GNUNET_EXTRA_LOGGING GNUNET_NO
      | 
In file included from gnunet-service-cadet_hello.c:27:
../../../src/include/gnunet_common.h:154: note: this is the location of the previous definition
  154 | #define GNUNET_EXTRA_LOGGING 1
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-cadet_dht.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-cadet_tunnels.o
  CC       gnunet-service-cadet_paths.o
  CC       gnunet-service-cadet_peer.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-cadet_connection.h:33,
                 from gnunet-service-cadet_paths.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_time_lib.h:48,
                 from gnunet-service-cadet_peer.c:34:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-cadet_tunnels.c:34:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       cadet_api.lo
  CC       cadet_api_drop_message.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       cadet_api_get_channel.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet.h:57,
                 from cadet_api_drop_message.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet_api_get_channel.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       cadet_api_get_path.lo
  CC       cadet_api_list_peers.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet_api_get_path.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       cadet_api_list_tunnels.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet_api_list_peers.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       cadet_api_helper.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet_api_list_tunnels.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from cadet_api_helper.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-cadet
  CCLD     libgnunetcadet.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/cadet'
Making all in seti
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/seti'
  CC       gnunet-service-seti.o
  CC       seti_api.lo
In file included from gnunet-service-seti_protocol.h:30,
                 from gnunet-service-seti.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from seti_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetseti.la
  CCLD     gnunet-service-seti
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/seti'
Making all in setu
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/setu'
  CC       gnunet-service-setu.o
  CC       gnunet-service-setu_strata_estimator.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-setu.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       ibf.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ibf.h:32,
                 from ibf.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-setu_strata_estimator.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       setu_api.lo
  CC       gnunet-setu-ibf-profiler.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-setu-ibf-profiler.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from setu_api.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-setu-ibf-profiler
  CCLD     libgnunetsetu.la
  CCLD     gnunet-service-setu
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/setu'
Making all in regex
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/regex'
  CC       regex_internal.o
  CC       regex_internal_dht.o
  CC       gnunet-service-regex.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-regex.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_internal.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_internal_lib.h:29,
                 from regex_internal_dht.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       regex_test_lib.o
  CC       regex_test_graph.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_test_lib.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       regex_test_random.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_internal_lib.h:29,
                 from regex_test_graph.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_internal_lib.h:29,
                 from regex_test_lib.h:31,
                 from regex_test_random.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-daemon-regexprofiler.o
  CC       perf-regex.o
  CC       regex_api_announce.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-daemon-regexprofiler.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_internal_lib.h:29,
                 from perf-regex.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_api_announce.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       regex_api_search.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from regex_api_search.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-regex
  CCLD     gnunet-daemon-regexprofiler
  CCLD     perf-regex
  CCLD     libgnunetregex.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/regex'
Making all in revocation
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/revocation'
  CC       gnunet-service-revocation.o
  CC       revocation_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-revocation.c:40:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_gnsrecord_lib.h:41,
                 from ../../../src/include/gnunet_revocation_service.h:25,
                 from revocation_api.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetrevocation.la
  CCLD     gnunet-service-revocation
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/revocation'
Making all in vpn
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/vpn'
  CC       gnunet_service_vpn-gnunet-service-vpn.o
  CC       vpn_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-vpn.c:34:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_vpn_service.h:38,
                 from vpn_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-vpn
  CCLD     libgnunetvpn.la
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/vpn'
Making all in gns
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/gns'
Making all in .
gmake[5]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/gns'
  CC       gnunet-service-gns.o
  CC       gnunet-service-gns_interceptor.o
  CC       gnunet-service-gns_resolver.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-gns_interceptor.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-gns.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-gns_resolver.c:41:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-dns2gns.o
  CC       gns_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-dns2gns.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gns_tld_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gns_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gns_tld_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet_bcd-gnunet-bcd.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-bcd.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet_gns_proxy-gnunet-gns-proxy.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_curl_lib.h:37,
                 from gnunet-gns-proxy.c:33:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-gns-benchmark.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-gns-benchmark.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-gns
  CCLD     libgnunetgns.la
gnunet-gns-proxy.c: In function 'create_mhd_response_from_s5r':
gnunet-gns-proxy.c:1346:251: warning: call to '_curl_easy_getinfo_err_curl_off_t' declared with attribute warning: curl_easy_getinfo expects a pointer to curl_off_t for this info [-Wattribute-warning]
  CCLD     gnunet-bcd
  CCLD     gnunet-gns-proxy
  CCLD     gnunet-dns2gns
  CCLD     gnunet-gns-benchmark
gmake[5]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/gns'
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/gns'
Making all in zonemaster
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/zonemaster'
  CC       gnunet-service-zonemaster.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-zonemaster.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-service-zonemaster
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/zonemaster'
Making all in fs
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/fs'
  CC       gnunet-helper-fs-publish.o
  CC       fs_api.lo
  CC       fs_directory.lo
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from gnunet-helper-fs-publish.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from fs_api.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_directory.c:37:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_dirmetascan.lo
  CC       fs_download.lo
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_dirmetascan.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_download.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_file_information.lo
  CC       fs_getopt.lo
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_file_information.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_getopt.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_list_indexed.lo
  CC       fs_publish.lo
  CC       fs_publish_ksk.lo
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_list_indexed.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from fs_publish.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from fs_publish_ksk.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_publish_ublock.lo
  CC       fs_misc.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from fs_publish_ublock.h:31,
                 from fs_publish_ublock.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_misc.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_namespace.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from fs_namespace.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_search.lo
  CC       fs_sharetree.lo
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_search.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_sharetree.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_tree.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_datastore_service.h:46,
                 from fs_api.h:30,
                 from fs_tree.h:35,
                 from fs_tree.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       fs_unindex.lo
  CC       fs_uri.lo
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_uri.c:85:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       meta_data.lo
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from fs_unindex.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from meta_data.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-fs.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_core_service.h:47,
                 from gnunet-service-fs.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-fs_cp.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-fs_cp.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-fs_indexing.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_core_service.h:47,
                 from gnunet-service-fs_indexing.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-fs_pe.o
  CC       gnunet-service-fs_pr.o
  CC       gnunet-service-fs_push.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-fs.h:29,
                 from gnunet-service-fs_pe.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-fs.h:29,
                 from gnunet-service-fs_push.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-fs_pr.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-fs_put.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-fs.h:29,
                 from gnunet-service-fs_put.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-fs_cadet_client.o
  CC       gnunet-service-fs_cadet_server.o
  CC       gnunet-daemon-fsprofiler.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-fs_cadet_client.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_fs_service.h:40,
                 from gnunet-daemon-fsprofiler.c:31:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-fs_cadet_server.c:32:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetfs.la
  CCLD     gnunet-service-fs
  CCLD     gnunet-helper-fs-publish
  CCLD     gnunet-daemon-fsprofiler
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/fs'
Making all in exit
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/exit'
  CC       gnunet-daemon-exit.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-daemon-exit.c:38:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-daemon-exit
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/exit'
Making all in pt
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/pt'
  CC       gnunet-daemon-pt.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-daemon-pt.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     gnunet-daemon-pt
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/pt'
Making all in reclaim
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/reclaim'
  CC       gnunet-service-reclaim.o
  CC       gnunet-service-reclaim_tickets.o
  CC       reclaim_api.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-reclaim.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-reclaim_tickets.h:33,
                 from gnunet-service-reclaim_tickets.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from reclaim_api.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       reclaim_attribute.lo
  CC       reclaim_credential.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from reclaim_credential.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from reclaim_attribute.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       did_helper.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from did_helper.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       did_core.lo
  CCLD     libgnunetreclaim.la
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from did_core.h:28,
                 from did_core.c:30:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetdid.la
  CCLD     gnunet-service-reclaim
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/reclaim'
Making all in messenger
gmake[4]: Entering directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/messenger'
  CC       gnunet-service-messenger.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger.h:29,
                 from gnunet-service-messenger.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_list_handles.o
  CC       gnunet-service-messenger_service.o
In file included from gnunet-service-messenger_list_handles.h:29,
                 from gnunet-service-messenger_list_handles.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from gnunet-service-messenger_service.h:29,
                 from gnunet-service-messenger_service.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_list_messages.o
In file included from gnunet-service-messenger_list_messages.h:29,
                 from gnunet-service-messenger_list_messages.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_member_session.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_member_session.h:29,
                 from gnunet-service-messenger_member_session.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_member.o
  CC       gnunet-service-messenger_member_store.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_member_store.h:29,
                 from gnunet-service-messenger_member.h:29,
                 from gnunet-service-messenger_member.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_member_store.h:29,
                 from gnunet-service-messenger_member_store.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_message_handle.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_sender_session.h:29,
                 from gnunet-service-messenger_message_handle.h:29,
                 from gnunet-service-messenger_message_handle.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_message_kind.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_message_kind.h:29,
                 from gnunet-service-messenger_message_kind.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_message_recv.o
  CC       gnunet-service-messenger_message_send.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_cadet_service.h:49,
                 from gnunet-service-messenger_room.h:29,
                 from gnunet-service-messenger_message_send.h:29,
                 from gnunet-service-messenger_message_send.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_cadet_service.h:49,
                 from gnunet-service-messenger_tunnel.h:29,
                 from gnunet-service-messenger_message_recv.h:29,
                 from gnunet-service-messenger_message_recv.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
distcc[11043] (dcc_select_for_write) ERROR: IO timeout
distcc[11043] ERROR: timeout while connecting to 10.0.20.122:3742
distcc[11043] Warning: failed to distribute gnunet-service-messenger_member_session.c to 10.0.20.122:3742, running locally instead
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_member_session.h:29,
                 from gnunet-service-messenger_member_session.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_message_state.o
  CC       gnunet-service-messenger_message_store.o
In file included from ../../../src/include/gnunet_messenger_service.h:42,
                 from gnunet-service-messenger_message_state.h:29,
                 from gnunet-service-messenger_message_state.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_message_store.h:29,
                 from gnunet-service-messenger_message_store.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_operation_store.o
  CC       gnunet-service-messenger_operation.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_operation.h:29,
                 from gnunet-service-messenger_operation.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_operation_store.h:29,
                 from gnunet-service-messenger_operation_store.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_peer_store.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from gnunet-service-messenger_peer_store.h:29,
                 from gnunet-service-messenger_peer_store.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_basement.o
In file included from ../../../src/include/gnunet_messenger_service.h:42,
                 from messenger_api_list_tunnels.h:29,
                 from gnunet-service-messenger_basement.h:29,
                 from gnunet-service-messenger_basement.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_handle.o
  CC       gnunet-service-messenger_room.o
In file included from ../../../src/include/gnunet_messenger_service.h:42,
                 from gnunet-service-messenger_handle.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_cadet_service.h:49,
                 from gnunet-service-messenger_room.h:29,
                 from gnunet-service-messenger_room.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       gnunet-service-messenger_tunnel.o
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_cadet_service.h:49,
                 from gnunet-service-messenger_tunnel.h:29,
                 from gnunet-service-messenger_tunnel.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api.lo
  CC       messenger_api_contact.lo
  CC       messenger_api_contact_store.lo
In file included from messenger_api.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_contact_store.h:29,
                 from messenger_api_contact_store.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_contact.h:29,
                 from messenger_api_contact.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_message.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_message.h:29,
                 from messenger_api_message.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_message_control.lo
In file included from messenger_api_message_control.h:29,
                 from messenger_api_message_control.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_message_kind.lo
In file included from ../../../src/include/gnunet_messenger_service.h:42,
                 from messenger_api_message_kind.h:29,
                 from messenger_api_message_kind.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_list_tunnels.lo
  CC       messenger_api_queue_messages.lo
In file included from ../../../src/include/gnunet_messenger_service.h:42,
                 from messenger_api_list_tunnels.h:29,
                 from messenger_api_list_tunnels.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_util.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_queue_messages.h:29,
                 from messenger_api_queue_messages.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_cadet_service.h:49,
                 from messenger_api_util.h:29,
                 from messenger_api_util.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_handle.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_handle.h:29,
                 from messenger_api_handle.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_room.lo
In file included from messenger_api_room.h:29,
                 from messenger_api_room.c:26:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
messenger_api_util.c: In function 'convert_messenger_key_to_port':
messenger_api_util.c:116:21: warning: implicit declaration of function '__bswap_32'; did you mean 'bswap32'? [-Wimplicit-function-declaration]
  CC       messenger_api_cmd_join_room.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_cmd_join_room.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger_api_cmd_start_service.lo
  CC       messenger_api_cmd_stop_service.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_cmd_start_service.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger_api_cmd_stop_service.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CC       messenger-testing.lo
  CC       messenger_api_traits.lo
  CC       test_messenger_plugin_cmd_simple_join.lo
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from ../../../src/include/gnunet_testing_ng_lib.h:31,
                 from messenger-testing-cmds.h:29,
                 from messenger_api_traits.c:27:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_util_lib.h:69,
                 from messenger-testing.c:29:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
In file included from ../../../src/include/gnunet_testing_plugin.h:31,
                 from ../../../src/include/gnunet_testing_barrier.h:30,
                 from test_messenger_plugin_cmd_simple_join.c:28:
../../../src/include/gnunet_common.h:202: warning: "BYTE_SWAP_16" redefined
  202 | #define BYTE_SWAP_16(x) __bswap_16 (x)
      | 
../../../src/include/gnunet_common.h:166: note: this is the location of the previous definition
  166 | #define BYTE_SWAP_16(x) ((((x) & 0x00ff) << 8) | (((x) & 0xff00) >> 8))
      | 
../../../src/include/gnunet_common.h:203: warning: "BYTE_SWAP_32" redefined
  203 | #define BYTE_SWAP_32(x) __bswap_32 (x)
      | 
../../../src/include/gnunet_common.h:168: note: this is the location of the previous definition
  168 | #define BYTE_SWAP_32(x)                                   \
      | 
../../../src/include/gnunet_common.h:204: warning: "BYTE_SWAP_64" redefined
  204 | #define BYTE_SWAP_64(x) __bswap_64 (x)
      | 
../../../src/include/gnunet_common.h:172: note: this is the location of the previous definition
  172 | #define BYTE_SWAP_64(x)                                                      \
      | 
  CCLD     libgnunetmessenger.la
ld: .libs/messenger_api_util.o: in function `convert_messenger_key_to_port':
messenger_api_util.c:(.text+0x308): undefined reference to `__bswap_32'
distcc[22507] ERROR: compile (null) on localhost failed
gmake[4]: *** [Makefile:1089: libgnunetmessenger.la] Error 1
gmake[4]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service/messenger'
gmake[3]: *** [Makefile:493: all-recursive] Error 1
gmake[3]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src/service'
gmake[2]: *** [Makefile:468: all-recursive] Error 1
gmake[2]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1/src'
gmake[1]: *** [Makefile:593: all-recursive] Error 1
gmake[1]: Leaving directory '/tmp/pkgbuild/net/gnunet/work.sparc64/gnunet-0.21.1'
gmake: *** [Makefile:504: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/net/gnunet
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/gnunet