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:     po...@freebsd.org
Last committer: b...@freebsd.org
Ident:          $FreeBSD: branches/2014Q1/japanese/prn/Makefile 327737 
2013-09-20 18:47:54Z bapt $
Log URL:        
http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2013-12-16_15h18m43s/logs/ja-prn-1.0.log
Build URL:      
http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2013-12-16_15h18m43s
Log:

====>> Building japanese/prn
build started at Mon Dec 16 23:28:30 UTC 2013
port directory: /usr/ports/japanese/prn
building for: FreeBSD 10amd64-quarterly-job-04 10.0-RC1 FreeBSD 10.0-RC1 amd64
maintained by: po...@freebsd.org
Makefile ident:      $FreeBSD: branches/2014Q1/japanese/prn/Makefile 327737 
2013-09-20 18:47:54Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=1000510
UNAME_v=FreeBSD 10.0-RC1
UNAME_r=10.0-RC1
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/10amd64-quarterly/ref
PKG_EXT=txz
tpid=83568
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=ja-prn-1.0
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=10amd64-quarterly
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/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
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 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.2.4_1.txz
Installing pkg-1.2.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>
            (                  )
cmt.c:537:11: note: use '==' to turn this assignment into an equality comparison
        if (pkwd = getstr("pw"))
                 ^
                 ==
cmt.c:915:13: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
    if (str = getstr(name)) {
        ~~~~^~~~~~~~~~~~~~
cmt.c:915:13: note: place parentheses around the assignment to silence this 
warning
    if (str = getstr(name)) {
            ^
        (                 )
cmt.c:915:13: note: use '==' to turn this assignment into an equality comparison
    if (str = getstr(name)) {
            ^
            ==
cmt.c:916:8: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
        if (r = regcomp(str, oc)) {
            ~~^~~~~~~~~~~~~~~~~~
cmt.c:916:8: note: place parentheses around the assignment to silence this 
warning
        if (r = regcomp(str, oc)) {
              ^
            (                   )
cmt.c:916:8: note: use '==' to turn this assignment into an equality comparison
        if (r = regcomp(str, oc)) {
              ^
              ==
12 warnings generated.
cc -O  -DKCCPATH=\"/usr/local/bin/kcc\"  -DCMTPATH=\"/usr/local/bin/cmt\"  
-DPSPATH=\"/usr/local/bin/psconv\" -c defs.c
defs.c:79:3: warning: implicitly declaring library function 'malloc' with type 
'void *(unsigned long)'
                malloc(sizeof (char_t) * (entsize = BUFSIZ))) == NULL)
                ^
defs.c:79:3: note: please include the header <stdlib.h> or explicitly provide a 
declaration for 'malloc'
defs.c:94:27: warning: implicitly declaring library function 'realloc' with 
type 'void *(void *, unsigned long)'
                if ((entry = (char_t *) realloc(entry,
                                        ^
defs.c:94:27: note: please include the header <stdlib.h> or explicitly provide 
a declaration for 'realloc'
2 warnings generated.
yacc -d reg.y
mv y.tab.c reg.c
cc -O  -DKCCPATH=\"/usr/local/bin/kcc\"  -DCMTPATH=\"/usr/local/bin/cmt\"  
-DPSPATH=\"/usr/local/bin/psconv\" -c reg.c
reg.y:278:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
yyerror(s)
^~~~~~~
reg.y:282:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
reg.y:300:31: warning: implicitly declaring library function 'malloc' with type 
'void *(unsigned long)'
    if ((n = (union regexp *) malloc(sizeof (struct node))) == NULL)
                              ^
reg.y:300:31: note: please include the header <stdlib.h> or explicitly provide 
a declaration for 'malloc'
reg.y:546:13: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
            if (ss = match(s, p->closure.expr))
                ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:546:13: note: place parentheses around the assignment to silence this 
warning
            if (ss = match(s, p->closure.expr))
                   ^
                (                             )
reg.y:546:13: note: use '==' to turn this assignment into an equality comparison
            if (ss = match(s, p->closure.expr))
                   ^
                   ==
reg.y:547:10: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
                if (ss = iteration(ss, p))
                    ~~~^~~~~~~~~~~~~~~~~~
reg.y:547:10: note: place parentheses around the assignment to silence this 
warning
                if (ss = iteration(ss, p))
                       ^
                    (                    )
reg.y:547:10: note: use '==' to turn this assignment into an equality comparison
                if (ss = iteration(ss, p))
                       ^
                       ==
reg.y:551:13: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
            if (ss = iteration(s, p))
                ~~~^~~~~~~~~~~~~~~~~
reg.y:551:13: note: place parentheses around the assignment to silence this 
warning
            if (ss = iteration(s, p))
                   ^
                (                   )
reg.y:551:13: note: use '==' to turn this assignment into an equality comparison
            if (ss = iteration(s, p))
                   ^
                   ==
reg.y:555:13: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
            if (ss = match(s, p->closure.expr))
                ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:555:13: note: place parentheses around the assignment to silence this 
warning
            if (ss = match(s, p->closure.expr))
                   ^
                (                             )
reg.y:555:13: note: use '==' to turn this assignment into an equality comparison
            if (ss = match(s, p->closure.expr))
                   ^
                   ==
reg.y:556:10: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
                if (ss = match(ss, p->node.next))
                    ~~~^~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:556:10: note: place parentheses around the assignment to silence this 
warning
                if (ss = match(ss, p->node.next))
                       ^
                    (                           )
reg.y:556:10: note: use '==' to turn this assignment into an equality comparison
                if (ss = match(ss, p->node.next))
                       ^
                       ==
reg.y:563:13: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
            if (ss = match(s, p->alter.expr[0]))
                ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:563:13: note: place parentheses around the assignment to silence this 
warning
            if (ss = match(s, p->alter.expr[0]))
                   ^
                (                              )
reg.y:563:13: note: use '==' to turn this assignment into an equality comparison
            if (ss = match(s, p->alter.expr[0]))
                   ^
                   ==
reg.y:564:10: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
                if (ss = match(ss, p->node.next))
                    ~~~^~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:564:10: note: place parentheses around the assignment to silence this 
warning
                if (ss = match(ss, p->node.next))
                       ^
                    (                           )
reg.y:564:10: note: use '==' to turn this assignment into an equality comparison
                if (ss = match(ss, p->node.next))
                       ^
                       ==
reg.y:566:13: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
            if (ss = match(s, p->alter.expr[1])) {
                ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:566:13: note: place parentheses around the assignment to silence this 
warning
            if (ss = match(s, p->alter.expr[1])) {
                   ^
                (                              )
reg.y:566:13: note: use '==' to turn this assignment into an equality comparison
            if (ss = match(s, p->alter.expr[1])) {
                   ^
                   ==
reg.y:575:6: warning: implicitly declaring library function 'exit' with type 
'void (int) __attribute__((noreturn))'
            exit(1);
            ^
reg.y:575:6: note: please include the header <stdlib.h> or explicitly provide a 
declaration for 'exit'
reg.y:593:11: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
    if (s = match(str, p->closure.expr))
        ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:593:11: note: place parentheses around the assignment to silence this 
warning
    if (s = match(str, p->closure.expr))
          ^
        (                              )
reg.y:593:11: note: use '==' to turn this assignment into an equality comparison
    if (s = match(str, p->closure.expr))
          ^
          ==
reg.y:594:8: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
        if (s = iteration(s, p))
            ~~^~~~~~~~~~~~~~~~~
reg.y:594:8: note: place parentheses around the assignment to silence this 
warning
        if (s = iteration(s, p))
              ^
            (                  )
reg.y:594:8: note: use '==' to turn this assignment into an equality comparison
        if (s = iteration(s, p))
              ^
              ==
reg.y:596:11: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
    if (s = match(str, p->closure.next))
        ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
reg.y:596:11: note: place parentheses around the assignment to silence this 
warning
    if (s = match(str, p->closure.next))
          ^
        (                              )
reg.y:596:11: note: use '==' to turn this assignment into an equality comparison
    if (s = match(str, p->closure.next))
          ^
          ==
reg.y:641:3: warning: implicit declaration of function 'free' is invalid in C99 
[-Wimplicit-function-declaration]
                free(p->class.list);
                ^
In file included from y.tab.c:819:
/usr/include/stdlib.h:93:7: error: conflicting types for 'free'
void     free(void *);
         ^
reg.y:641:3: note: previous implicit declaration is here
                free(p->class.list);
                ^
16 warnings and 1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/japanese/prn/work/prn
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/japanese/prn
*** Error code 1

Stop.
make: stopped in /usr/ports/japanese/prn
===>  Cleaning for ja-prn-1.0
_______________________________________________
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"

Reply via email to