build started at Fri Nov 30 14:02:16 UTC 2012 port directory: /usr/ports/net/ipa_ipfw building for: 10.0-CURRENT amd64 maintained by: simon@comsys.ntu-kpi.kiev.ua Makefile ident: $FreeBSD: head/net/ipa_ipfw/Makefile 300897 2012-07-14 14:29:18Z beat $ ---Begin Environment--- OSVERSION=1000025 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HTTP_PROXY=http://10.56.1.1:8080 PKG_EXT=txz FORCE_PACKAGE=yes http_proxy=http://10.56.1.1:8080 tpid=48463 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/usr/local/etc/poudriere.d LOGS=/pdata/logs HOME=/root USER=root SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- ================================================= ===> ipa_ipfw-1.1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /usr/ports/packages/All/pkg-1.0.2.txz Installing pkg-1.0.2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of ipa_ipfw-1.1 ===> ipa_ipfw-1.1 depends on file: /usr/local/include/ipa_mod.h - not found ===> Verifying install for /usr/local/include/ipa_mod.h in /usr/ports/sysutils/ipa ===> Installing existing package /usr/ports/packages/All/ipa-2.1.2.txz Installing ipa-2.1.2... done ===> Returning to build of ipa_ipfw-1.1 ====================================================================== ===> Cleaning for ipa_ipfw-1.1 ================================================= ====================================================================== ================================================= ===> License BSD accepted by the user ===> ipa_ipfw-1.1 depends on file: /usr/local/sbin/pkg - found => ipa_ipfw-1.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://heanet.dl.sourceforge.net/project/ipa-system/modules/ipa_ipfw/ipa_ipfw-1.1.tar.bz2 ipa_ipfw-1.1.tar.bz2 0 B 0 Bps ====================================================================== ================================================= ===> License BSD accepted by the user ===> ipa_ipfw-1.1 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for ipa_ipfw-1.1.tar.bz2. ====================================================================== ================================================= ===> License BSD accepted by the user ===> ipa_ipfw-1.1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for ipa_ipfw-1.1 => SHA256 Checksum OK for ipa_ipfw-1.1.tar.bz2. ====================================================================== ================================================= ===> Patching for ipa_ipfw-1.1 ====================================================================== ================================================= ===> ipa_ipfw-1.1 depends on file: /usr/local/include/ipa_mod.h - found ===> Configuring for ipa_ipfw-1.1 ====================================================================== ================================================= ===> Building for ipa_ipfw-1.1 Warning: Object directory not changed from original /wrkdirs/usr/ports/net/ipa_ipfw/work/ipa_ipfw-1.1 echo "#define IPA_IPFW_VERSION \"`cat Version`\"" > version.h cc -fpic -DPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -c ipa_ipfw.c -o ipa_ipfw.So cc -fpic -DPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -c kipfw.c -o kipfw.So kipfw.c:147:26: error: cast from 'char *' to 'struct ip_fw *' increases required alignment from 1 to 8 [-Werror,-Wcast-align] for (fw = fw_buf;; fw = IPFW_RULE_NEXT(fw)) { ^~~~~~~~~~~~~~~~~~ ./kipfw.h:62:29: note: expanded from macro 'IPFW_RULE_NEXT' # define IPFW_RULE_NEXT(p) ((struct ip_fw *)((char *)(p) + RULESIZE(p))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kipfw.c:278:14: error: cast from 'char *' to 'struct ip_fw *' increases required alignment from 1 to 8 [-Werror,-Wcast-align] for (fw = IPFW_RULE_NEXT(fw); ^~~~~~~~~~~~~~~~~~ ./kipfw.h:62:29: note: expanded from macro 'IPFW_RULE_NEXT' # define IPFW_RULE_NEXT(p) ((struct ip_fw *)((char *)(p) + RULESIZE(p))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kipfw.c:280:13: error: cast from 'char *' to 'struct ip_fw *' increases required alignment from 1 to 8 [-Werror,-Wcast-align] fw = IPFW_RULE_NEXT(fw)) ^~~~~~~~~~~~~~~~~~ ./kipfw.h:62:29: note: expanded from macro 'IPFW_RULE_NEXT' # define IPFW_RULE_NEXT(p) ((struct ip_fw *)((char *)(p) + RULESIZE(p))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kipfw.c:318:8: error: cast from 'char *' to 'struct ip_fw *' increases required alignment from 1 to 8 [-Werror,-Wcast-align] fw = IPFW_RULE_NEXT(fw); ^~~~~~~~~~~~~~~~~~ ./kipfw.h:62:29: note: expanded from macro 'IPFW_RULE_NEXT' # define IPFW_RULE_NEXT(p) ((struct ip_fw *)((char *)(p) + RULESIZE(p))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kipfw.c:343:10: error: cast from 'char *' to 'struct ip_fw *' increases required alignment from 1 to 8 [-Werror,-Wcast-align] fw = IPFW_RULE_NEXT(fw); ^~~~~~~~~~~~~~~~~~ ./kipfw.h:62:29: note: expanded from macro 'IPFW_RULE_NEXT' # define IPFW_RULE_NEXT(p) ((struct ip_fw *)((char *)(p) + RULESIZE(p))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 errors generated. *** [kipfw.So] Error code 1 Stop in /wrkdirs/usr/ports/net/ipa_ipfw/work/ipa_ipfw-1.1. *** [do-build] Error code 1 Stop in /usr/ports/net/ipa_ipfw. ===> Cleaning for ipa_ipfw-1.1 build of /usr/ports/net/ipa_ipfw ended at Fri Nov 30 14:02:39 UTC 2012