Date: Thu, 22 Aug 2013 18:02:51 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for fileshuffle-0.1 during build Message-ID: <201308221802.r7MI2pOu050693@beefy1.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
Maintainer: ports@FreeBSD.org Last committer: glarkin@FreeBSD.org Ident: $FreeBSD: head/textproc/fileshuffle/Makefile 323535 2013-07-23 15:41:48Z glarkin $ Log URL: http://beefy1.isc.freebsd.org/bulk/head-default/2013-08-22_13h20m32s/logs/fileshuffle-0.1.log Build URL: http://beefy1.isc.freebsd.org/bulk/head-default/2013-08-22_13h20m32s Log: ====>> Building textproc/fileshuffle build started at Thu Aug 22 18:02:43 UTC 2013 port directory: /usr/ports/textproc/fileshuffle building for: FreeBSD head-default-job-08 10.0-CURRENT FreeBSD 10.0-CURRENT i386 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/textproc/fileshuffle/Makefile 323535 2013-07-23 15:41:48Z glarkin $ Poudriere version: 3.1-pre ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000035 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-default/ref PKG_EXT=txz tpid=45769 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=24 PKGNG=1 PKGNAME=fileshuffle-0.1 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/root/poudriere MASTERNAME=head-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---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/fileshuffle DOCSDIR=/usr/local/share/doc/fileshuffle EXAMPLESDIR=/usr/local/share/examples/fileshuffle WWWDIR=/usr/local/www/fileshuffle ETCDIR=/usr/local/etc/fileshuffle --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=yes ---End make.conf--- ===> Cleaning for fileshuffle-0.1 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> fileshuffle-0.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 /packages/All/pkg-1.1.4_1.txz Installing pkg-1.1.4_1... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of fileshuffle-0.1 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Does not work, use gshuf from sysutils/coreutils instead. It is scheduled to be removed on or after 2013-09-23. ===> Fetching all distfiles required by fileshuffle-0.1 for building =========================================================================== =======================<phase: checksum >============================ ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Does not work, use gshuf from sysutils/coreutils instead. It is scheduled to be removed on or after 2013-09-23. ===> Fetching all distfiles required by fileshuffle-0.1 for building => SHA256 Checksum OK for shuffle.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Does not work, use gshuf from sysutils/coreutils instead. It is scheduled to be removed on or after 2013-09-23. ===> Fetching all distfiles required by fileshuffle-0.1 for building ===> Extracting for fileshuffle-0.1 => SHA256 Checksum OK for shuffle.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for fileshuffle-0.1 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for fileshuffle-0.1 =========================================================================== =======================<phase: build >============================ ===> Building for fileshuffle-0.1 cc -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DSHUFFLE -c -o shuffmain.o main.c In file included from main.c:111: ./sortmain.h:44:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern stashalloc(void); ~~~~~~ ^ ./sortmain.h:45:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern stashfree(void); ~~~~~~ ^ ./sortmain.h:46:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern input( ~~~~~~ ^ ./sortmain.h:53:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern split(char *str, char *[], int [], int); ~~~~~~ ^ ./sortmain.h:54:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern anothertemp(void); ~~~~~~ ^ ./sortmain.h:55:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern compare(char *, char *); ~~~~~~ ^ ./sortmain.h:61:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern dosort(void); ~~~~~~ ^ ./sortmain.h:62:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern merge(FILE *, char *); ~~~~~~ ^ ./sortmain.h:63:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern output(FILE *, char *); ~~~~~~ ^ In file included from main.c:112: ./tmpfile.h:50:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern mktmpname(char *, int); ~~~~~~ ^ main.c:200:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ main.c:607:2: warning: implicit declaration of function 'initialize' is invalid in C99 [-Wimplicit-function-declaration] initialize(); ^ main.c:707:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] initialize() ^~~~~~~~~~ main.c:717:2: warning: implicit declaration of function 'randomize' is invalid in C99 [-Wimplicit-function-declaration] randomize(); ^ main.c:721:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c:775:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] dosort() ^~~~~~ main.c:791:1: warning: implicit declaration of function 'shuffle' is invalid in C99 [-Wimplicit-function-declaration] shuffle((char *)array, nlines, elsize); ^ main.c:797:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c:799:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] output(fd, name) ^~~~~~ main.c:827:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ main.c:839:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] stashalloc() ^~~~~~~~~~ main.c:843:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c:845:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] stashfree() ^~~~~~~~~ main.c:852:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c:856:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] randomize() ^~~~~~~~~ main.c:866:2: error: non-void function 'randomize' should return a value [-Wreturn-type] return; ^ main.c:879:4: error: non-void function 'randomize' should return a value [-Wreturn-type] return; ^ main.c:901:9: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] seed ^= getpid() << 8; ^ 26 warnings and 2 errors generated. *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/textproc/fileshuffle/work/shuffle *** Error code 1 Stop. make: stopped in /usr/ports/textproc/fileshuffle ===> Cleaning for fileshuffle-0.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221802.r7MI2pOu050693>