You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: obr...@freebsd.org Last committer: b...@freebsd.org Ident: $FreeBSD: head/ftp/ncftp1/Makefile 327729 2013-09-20 17:23:18Z bapt $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-11-07_15h05m07s/logs/ncftp-1.9.5.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-11-07_15h05m07s Log: ====>> Building ftp/ncftp1 build started at Fri Nov 8 06:14:33 UTC 2013 port directory: /usr/ports/ftp/ncftp1 building for: FreeBSD head-amd64-default-job-05 11.0-CURRENT FreeBSD 11.0-CURRENT r256430 amd64 maintained by: obr...@freebsd.org Makefile ident: $FreeBSD: head/ftp/ncftp1/Makefile 327729 2013-09-20 17:23:18Z bapt $ Poudriere version: 3.1-pre ---Begin Environment--- OSVERSION=1100000 UNAME_v=FreeBSD 11.0-CURRENT r256430 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-amd64-default/ref PKG_EXT=txz tpid=61864 POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKGNAME=ncftp-1.9.5 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=head-amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version PKG_BIN=/usr/local/sbin/pkg-static ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/ncftp DOCSDIR=/usr/local/share/doc/ncftp EXAMPLESDIR=/usr/local/share/examples/ncftp WWWDIR=/usr/local/www/ncftp ETCDIR=/usr/local/etc/ncftp --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ===> Cleaning for ncftp-1.9.5 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> ncftp-1.9.5 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 /packages/All/pkg-1.1.4_8.txz Installing pkg-1.1.4_8... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of ncftp-1.9.5 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ Use INSTALL_AS_NCFTP=yes to install ncftp1 as /usr/local/bin/ncftp ===> Fetching all distfiles required by ncftp-1.9.5 for building =========================================================================== =======================<phase: checksum >============================ Use INSTALL_AS_NCFTP=yes to install ncftp1 as /usr/local/bin/ncftp ===> Fetching all distfiles required by ncftp-1.9.5 for building => SHA256 Checksum OK for ncftp-1.9.5.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ Use INSTALL_AS_NCFTP=yes to install ncftp1 as /usr/local/bin/ncftp ===> Fetching all distfiles required by ncftp-1.9.5 for building ===> Extracting for ncftp-1.9.5 => SHA256 Checksum OK for ncftp-1.9.5.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for ncftp-1.9.5 ===> Applying FreeBSD patches for ncftp-1.9.5 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for ncftp-1.9.5 =========================================================================== =======================<phase: build >============================ ===> Building for ncftp-1.9.5 cc -O2 -pipe -fno-strict-aliasing -DREADLINE -DMK='"cc -O2 -pipe -fno-strict-aliasing -DREADLINE -s -lreadline"' cmds.c -c cmds.c:93:31: error: redefinition of 'logf' as different kind of symbol extern FILE *cin, *cout, *logf; ^ cmds.c:93:31: note: previous definition is here cmds.c:997:62: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] (void) strncat(lsflags, (argv[i] + (lsflags[0] == '-')), sizeof(lsflags)); ^~~~~~~~~~~~~~~ cmds.c:997:62: note: change the argument to be the free space in the destination buffer minus the terminating null byte (void) strncat(lsflags, (argv[i] + (lsflags[0] == '-')), sizeof(lsflags)); ^~~~~~~~~~~~~~~ sizeof(lsflags) - strlen(lsflags) - 1 cmds.c:1356:17: warning: incompatible pointer types passing 'float (float)' to parameter of type 'FILE *' (aka 'struct __sFILE *') [-Wincompatible-pointer-types] (void) fclose(logf); ^~~~ /usr/include/stdio.h:235:19: note: passing argument to parameter here int fclose(FILE *); ^ cmds.c:1357:8: error: non-object type 'float (float)' is not assignable logf = NULL; ~~~~ ^ 2 warnings and 2 errors generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/ftp/ncftp1/work/ncftp-1.9.5 *** Error code 1 Stop. make: stopped in /usr/ports/ftp/ncftp1 ===> Cleaning for ncftp-1.9.5 _______________________________________________ freebsd-pkg-fallout@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"