[RELEASE - head-default] Build failed for fileshuffle-0.1 during build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Fri Jul 19 02:24:38 UTC 2013


Maintainer:     glarkin at FreeBSD.org
Last committer: beat at FreeBSD.org
Ident:          $FreeBSD: head/textproc/fileshuffle/Makefile 300897 2012-07-14 14:29:18Z beat $
Log URL:        http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s/logs/fileshuffle-0.1.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s
Log:

====>> Building textproc/fileshuffle
build started at Fri Jul 19 02:24:25 UTC 2013
port directory: /usr/ports/textproc/fileshuffle
building for: FreeBSD head-default-job-16 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: glarkin at FreeBSD.org
Makefile ident:      $FreeBSD: head/textproc/fileshuffle/Makefile 300897 2012-07-14 14:29:18Z beat $
Poudriere version: 3.1-pre

---Begin Environment---
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
FORCE_PACKAGE=yes
tpid=76860
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=/usr/local/poudriere/data/packages/head-default/All
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---
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          >============================
===> Fetching all distfiles required by fileshuffle-0.1 for building
=========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by fileshuffle-0.1 for building
=> SHA256 Checksum OK for shuffle.tar.gz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract        >============================
===> 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


More information about the freebsd-pkg-fallout mailing list