[RELEASE - head-default] Build failed for ja-prn-1.0 during build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Thu Jul 18 20:22:55 UTC 2013


Maintainer:     ports at FreeBSD.org
Last committer: beat at FreeBSD.org
Ident:          $FreeBSD: head/japanese/prn/Makefile 300896 2012-07-14 13:54:48Z beat $
Log URL:        http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s/logs/ja-prn-1.0.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s
Log:

====>> Building japanese/prn
build started at Thu Jul 18 20:22:51 UTC 2013
port directory: /usr/ports/japanese/prn
building for: FreeBSD head-default-job-01 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: ports at FreeBSD.org
Makefile ident:      $FreeBSD: head/japanese/prn/Makefile 300896 2012-07-14 13:54:48Z 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=79799
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=ja-prn-1.0
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/prn
DOCSDIR=/usr/local/share/doc/prn
EXAMPLESDIR=/usr/local/share/examples/prn
WWWDIR=/usr/local/www/prn
ETCDIR=/usr/local/etc/prn
--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 ja-prn-1.0
=======================<phase: check-config   >============================
=========================================================================
=======================<phase: pkg-depends    >============================
===>   ja-prn-1.0 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 ja-prn-1.0
=========================================================================
=======================<phase: fetch-depends  >============================
=========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by ja-prn-1.0 for building
=========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by ja-prn-1.0 for building
=> SHA256 Checksum OK for prn.tar.gz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by ja-prn-1.0 for building
===>  Extracting for ja-prn-1.0
===> Fetching all distfiles required by ja-prn-1.0 for building
=> SHA256 Checksum OK for prn.tar.gz.
=========================================================================
=======================<phase: patch-depends  >============================
=========================================================================
=======================<phase: patch          >============================
===>  Patching for ja-prn-1.0
===>  Applying FreeBSD patches for ja-prn-1.0
=========================================================================
=======================<phase: build-depends  >============================
=========================================================================
=======================<phase: lib-depends    >============================
=========================================================================
=======================<phase: configure      >============================
===>  Configuring for ja-prn-1.0
=========================================================================
=======================<phase: build          >============================
===>  Building for ja-prn-1.0
cc -O  -DKCCPATH=\"/usr/local/bin/kcc\"  -DCMTPATH=\"/usr/local/bin/cmt\"  -DPSPATH=\"/usr/local/bin/psconv\" -c prn.c
prn.c:269:21: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration]
            if ((tabstop = atoi(*v + 1)) < 1)
                           ^
prn.c:381:33: warning: implicit declaration of function 'dup' is invalid in C99 [-Wimplicit-function-declaration]
        if ((outp = fdopen(outd == 1 ? dup(outd) : outd, "w"))
                                       ^
prn.c:418:6: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
            exit(1);
            ^
prn.c:418:6: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
prn.c:425:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
                close(ind);
                ^
prn.c:481:17: warning: implicit declaration of function 'wait' is invalid in C99 [-Wimplicit-function-declaration]
            if ((pid = wait(&ret)) > 0) {
                       ^
prn.c:577:26: warning: '&&' within '||' [-Wlogical-op-parentheses]
    if (*s || width == 0 && length == 0)
           ~~ ~~~~~~~~~~~^~~~~~~~~~~~~~
prn.c:577:26: note: place parentheses around the '&&' expression to silence this warning
    if (*s || width == 0 && length == 0)
                         ^
              (                        )
prn.c:599:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
    if (col == 2 && str[1] == 'H' || col > 2)
        ~~~~~~~~~^~~~~~~~~~~~~~~~ ~~
prn.c:599:18: note: place parentheses around the '&&' expression to silence this warning
    if (col == 2 && str[1] == 'H' || col > 2)
                 ^
        (                        )
prn.c:646:9: warning: implicit declaration of function 'pipe' is invalid in C99 [-Wimplicit-function-declaration]
    if (pipe(piped)) {
        ^
prn.c:650:16: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration]
    if ((pid = fork()) < 0) {
               ^
prn.c:666:2: warning: implicit declaration of function 'execv' is invalid in C99 [-Wimplicit-function-declaration]
        execv(filter[0], filter);
        ^
prn.c:933:2: warning: add explicit braces to avoid dangling else [-Wdangling-else]
        else
        ^
11 warnings generated.
cc -O  -DKCCPATH=\"/usr/local/bin/kcc\"  -DCMTPATH=\"/usr/local/bin/cmt\"  -DPSPATH=\"/usr/local/bin/psconv\" -c euc.c
euc.c:59:43: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    return c1 << 8 | *(u_char *) (*s)++ & 0x7f;
                                   ~ ~~~~~~~~~~~~~~~~~~~^~~~~~
euc.c:59:43: note: place parentheses around the '&' expression to silence this warning
                    return c1 << 8 | *(u_char *) (*s)++ & 0x7f;
                                                        ^
                                     (                        )
euc.c:89:21: warning: '&' within '|' [-Wbitwise-op-parentheses]
        return cc << 8 | c & 0x7f;
                       ~ ~~^~~~~~
euc.c:89:21: note: place parentheses around the '&' expression to silence this warning
        return cc << 8 | c & 0x7f;
                           ^
                         (       )
euc.c:142:14: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
    register c;
    ~~~~~~~~ ^
euc.c:167:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    while (c = *s++)
           ~~^~~~~~
euc.c:167:14: note: place parentheses around the assignment to silence this warning
    while (c = *s++)
             ^
           (       )
euc.c:167:14: note: use '==' to turn this assignment into an equality comparison
    while (c = *s++)
             ^
             ==
euc.c:208:31: warning: implicit declaration of function 'toupper' is invalid in C99 [-Wimplicit-function-declaration]
    for (; (c = (*s1 < 0x80 ? toupper(*s1) : *s1)
                              ^
euc.c:225:27: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)'
    if ((euc = (char_t *) malloc(sizeof (char_t) * (strlen(s) + 1)))
                          ^
euc.c:225:27: note: please include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
euc.c:225:53: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)'
    if ((euc = (char_t *) malloc(sizeof (char_t) * (strlen(s) + 1)))
<snip>


More information about the freebsd-pkg-fallout mailing list