[RELEASE - head-default] Build failed for ish-2.01a5 during build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Thu Jul 25 09:00:59 UTC 2013


Maintainer:     ports at FreeBSD.org
Last committer: beat at FreeBSD.org
Ident:          $FreeBSD: head/converters/ish/Makefile 300895 2012-07-14 12:56:14Z beat $
Log URL:        http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-25_07h07m51s/logs/ish-2.01a5.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-25_07h07m51s
Log:

====>> Building converters/ish
build started at Thu Jul 25 09:00:55 UTC 2013
port directory: /usr/ports/converters/ish
building for: FreeBSD head-default-job-15 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: ports at FreeBSD.org
Makefile ident:      $FreeBSD: head/converters/ish/Makefile 300895 2012-07-14 12:56:14Z 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=36128
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=ish-2.01a5
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/ish
DOCSDIR=/usr/local/share/doc/ish
EXAMPLESDIR=/usr/local/share/examples/ish
WWWDIR=/usr/local/www/ish
ETCDIR=/usr/local/etc/ish
--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 ish-2.01a5
=======================<phase: check-config   >============================
=========================================================================
=======================<phase: pkg-depends    >============================
===>   ish-2.01a5 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 ish-2.01a5
=========================================================================
=======================<phase: fetch-depends  >============================
=========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by ish-2.01a5 for building
=========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by ish-2.01a5 for building
=> SHA256 Checksum OK for ish201a5.tar.gz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by ish-2.01a5 for building
===>  Extracting for ish-2.01a5
=> SHA256 Checksum OK for ish201a5.tar.gz.
=========================================================================
=======================<phase: patch-depends  >============================
=========================================================================
=======================<phase: patch          >============================
===>  Patching for ish-2.01a5
===>  Applying FreeBSD patches for ish-2.01a5
=========================================================================
=======================<phase: build-depends  >============================
=========================================================================
=======================<phase: lib-depends    >============================
=========================================================================
=======================<phase: configure      >============================
===>  Configuring for ish-2.01a5
=========================================================================
=======================<phase: build          >============================
===>  Building for ish-2.01a5
cc -O2 -pipe -fno-strict-aliasing -c crc.c
cc -O2 -pipe -fno-strict-aliasing -c crc32.c
cc -O2 -pipe -fno-strict-aliasing -c decode.c
decode.c:66:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
decode()
^~~~~~
decode.c:74:16: warning: implicit declaration of function 'readln' is invalid in C99 [-Wimplicit-function-declaration]
    while((l = readln(ipath, buff, LBUFLEN)) > 0) {
               ^
decode.c:78:7: warning: implicit declaration of function 'dec_jis7' is invalid in C99 [-Wimplicit-function-declaration]
                l = dec_jis7(buff, l);
                    ^
decode.c:81:7: warning: implicit declaration of function 'dec_jis8' is invalid in C99 [-Wimplicit-function-declaration]
                l = dec_jis8(buff, l);
                    ^
decode.c:95:7: warning: implicit declaration of function 'calcrc' is invalid in C99 [-Wimplicit-function-declaration]
                if (chkcrc(obuf, l)) {
                    ^
./ish.h:38:35: note: expanded from macro 'chkcrc'
#define chkcrc(argv,len)        (0x1d0f==calcrc(argv,len,0xffff))
                                         ^
decode.c:98:21: warning: passing 'unsigned char [81]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                            strcpy(l3buf,buff);
                                         ^~~~
/usr/include/string.h:82:56: note: passing argument to parameter here
char    *strcpy(char * __restrict, const char * __restrict);
                                                          ^
decode.c:102:15: warning: implicit declaration of function 'decish' is invalid in C99 [-Wimplicit-function-declaration]
                            skip = decish();
                                   ^
decode.c:308:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
decish()
^~~~~~
decode.c:316:12: warning: implicit declaration of function 'mvol_name' is invalid in C99 [-Wimplicit-function-declaration]
        if ((fp = mvol_name(tname)) == -1) {
                  ^
decode.c:323:6: warning: implicit declaration of function 'access' is invalid in C99 [-Wimplicit-function-declaration]
        if (access(name,0) == 0) {
            ^
decode.c:328:7: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
                if (read(0, buff, LBUFLEN) <= 0)
                    ^
decode.c:332:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
                    exit(0);
                    ^
decode.c:332:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
decode.c:334:10: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration]
                    if(unlink(name) != ERR)
                       ^
decode.c:345:10: warning: passing 'unsigned char [81]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                strcpy(buff, name);
                       ^~~~
/usr/include/string.h:82:31: note: passing argument to parameter here
char    *strcpy(char * __restrict, const char * __restrict);
                                 ^
decode.c:347:10: warning: incompatible pointer to integer conversion assigning to 'unsigned char' from 'void *' [-Wint-conversion]
                    *p = NULL;
                       ^ ~~~~
decode.c:349:15: warning: passing 'unsigned char [81]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                    sprintf(buff, "%s.%03d", name, i++);
                            ^~~~
/usr/include/stdio.h:267:31: note: passing argument to parameter here
int      sprintf(char * __restrict, const char * __restrict, ...);
                                  ^
decode.c:352:16: warning: passing 'unsigned char [81]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                strcpy(name, buff);
                             ^~~~
/usr/include/string.h:82:56: note: passing argument to parameter here
char    *strcpy(char * __restrict, const char * __restrict);
                                                          ^
decode.c:379:6: warning: implicit declaration of function 'decblk' is invalid in C99 [-Wimplicit-function-declaration]
        if (decblk() != 0)
            ^
decode.c:386:6: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
            close(fp);
            ^
decode.c:405:3: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
                write(fp, &decbuf[i][1], j);
                ^
decode.c:432:10: warning: implicit declaration of function 'mvol_ok' is invalid in C99 [-Wimplicit-function-declaration]
            if (mvol_ok(fp, this_vol) != 0)
                ^
decode.c:433:3: warning: implicit declaration of function 'utime' is invalid in C99 [-Wimplicit-function-declaration]
<snip>


More information about the freebsd-pkg-fallout mailing list