build started at Fri Nov 30 07:12:52 UTC 2012 port directory: /usr/ports/sysutils/vmdktool building for: 10.0-CURRENT amd64 maintained by: brian@FreeBSD.org Makefile ident: $FreeBSD: head/sysutils/vmdktool/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=5965 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--- ================================================= ===> vmdktool-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 vmdktool-1.1 ====================================================================== ===> Cleaning for vmdktool-1.1 ================================================= ====================================================================== ================================================= ===> License BSD accepted by the user ===> vmdktool-1.1 depends on file: /usr/local/sbin/pkg - found => vmdktool-1.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://www.Awfulhak.org/vmdktool/vmdktool-1.1.tar.gz vmdktool-1.1.tar.gz 0 B 0 Bps ====================================================================== ================================================= ===> License BSD accepted by the user ===> vmdktool-1.1 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for vmdktool-1.1.tar.gz. ====================================================================== ================================================= ===> License BSD accepted by the user ===> vmdktool-1.1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for vmdktool-1.1 => SHA256 Checksum OK for vmdktool-1.1.tar.gz. ====================================================================== ================================================= ===> Patching for vmdktool-1.1 ====================================================================== ================================================= ===> Configuring for vmdktool-1.1 ====================================================================== ================================================= ===> Building for vmdktool-1.1 cc -O2 -pipe -fno-strict-aliasing -Wsystem-headers -Wno-format-y2k -W -Werror -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wunused -g -O -pipe -c vmdktool.c vmdktool.c:352:16: error: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] strm.next_in = *buf; ^ ~~~~ vmdktool.c:354:17: error: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] strm.next_out = grain; ^ ~~~~~ vmdktool.c:615:15: error: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] strm.next_in = grain; ^ ~~~~~ vmdktool.c:617:16: error: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] strm.next_out = (char *)&m + 12; ^ ~~~~~~~~~~~~~~~ vmdktool.c:624:17: error: assigning to 'Bytef *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] strm.next_out = (char *)&m; ^ ~~~~~~~~~~ vmdktool.c:820:30: error: passing 'uint64_t *' (aka 'unsigned long *') to parameter of type 'int64_t *' (aka 'long *') converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] if (expand_number(optarg, &capacity)) { ^~~~~~~~~ ./expand_number.h:41:46: note: passing argument to parameter '_num' here int expand_number(const char *_buf, int64_t *_num); ^ 6 errors generated. *** [vmdktool.o] Error code 1 Stop in /wrkdirs/usr/ports/sysutils/vmdktool/work/vmdktool-1.1. *** [do-build] Error code 1 Stop in /usr/ports/sysutils/vmdktool. ===> Cleaning for vmdktool-1.1 build of /usr/ports/sysutils/vmdktool ended at Fri Nov 30 07:13:09 UTC 2012