[RELEASE - head-default] Build failed for ja-ack-1.39_1 during build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Fri Jul 19 11:36:11 UTC 2013


Maintainer:     ports at FreeBSD.org
Last committer: crees at FreeBSD.org
Ident:          $FreeBSD: head/japanese/ack/Makefile 310049 2013-01-07 17:28:31Z crees $
Log URL:        http://beefy1.isc.freebsd.org/bulk/head-default/2013-07-18_22h43m19s/logs/ja-ack-1.39_1.log
Build URL:      http://beefy1.isc.freebsd.org/bulk/head-default/2013-07-18_22h43m19s
Log:

====>> Building japanese/ack
build started at Fri Jul 19 11:36:09 UTC 2013
port directory: /usr/ports/japanese/ack
building for: FreeBSD head-default-job-07 10.0-CURRENT FreeBSD 10.0-CURRENT i386
maintained by: ports at FreeBSD.org
Makefile ident:      $FreeBSD: head/japanese/ack/Makefile 310049 2013-01-07 17:28:31Z crees $
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
FORCE_PACKAGE=yes
tpid=19612
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-ack-1.39_1
PKG_DELETE=/usr/local/sbin/pkg delete -y -f
PKG_ADD=/usr/local/sbin/pkg add
PWD=/root
MASTERNAME=head-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
SKIPSANITY=1
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/ack
DOCSDIR=/usr/local/share/doc/ack
EXAMPLESDIR=/usr/local/share/examples/ack
WWWDIR=/usr/local/www/ack
ETCDIR=/usr/local/etc/ack
--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 ja-ack-1.39_1
=======================<phase: check-config   >============================
=========================================================================
=======================<phase: pkg-depends    >============================
===>   ja-ack-1.39_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 ja-ack-1.39_1
=========================================================================
=======================<phase: fetch-depends  >============================
=========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by ja-ack-1.39_1 for building
=========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by ja-ack-1.39_1 for building
=> SHA256 Checksum OK for ack139.tgz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by ja-ack-1.39_1 for building
===>  Extracting for ja-ack-1.39_1
===> Fetching all distfiles required by ja-ack-1.39_1 for building
=> SHA256 Checksum OK for ack139.tgz.
=========================================================================
=======================<phase: patch-depends  >============================
=========================================================================
=======================<phase: patch          >============================
===>  Patching for ja-ack-1.39_1
===>  Applying FreeBSD patches for ja-ack-1.39_1
=========================================================================
=======================<phase: build-depends  >============================
=========================================================================
=======================<phase: lib-depends    >============================
=========================================================================
=======================<phase: configure      >============================
===>  Configuring for ja-ack-1.39_1
=========================================================================
=======================<phase: build          >============================
===>  Building for ja-ack-1.39_1
cc -O2 -pipe -fno-strict-aliasing  -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c codetosjis.c
codetosjis.c:45:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
CodeToSjis( code )
^~~~~~~~~~
codetosjis.c:52:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if( code= sjismap2_h[hi] ){
                    ~~~~^~~~~~~~~~~~~~~~
codetosjis.c:52:11: note: place parentheses around the assignment to silence this warning
                if( code= sjismap2_h[hi] ){
                        ^
                    (                   )
codetosjis.c:52:11: note: use '==' to turn this assignment into an equality comparison
                if( code= sjismap2_h[hi] ){
                        ^
                        ==
codetosjis.c:55:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if( low= sjismap2_l[low] )
                            ~~~^~~~~~~~~~~~~~~~~
codetosjis.c:55:11: note: place parentheses around the assignment to silence this warning
                        if( low= sjismap2_l[low] )
                               ^
                            (                   )
codetosjis.c:55:11: note: use '==' to turn this assignment into an equality comparison
                        if( low= sjismap2_l[low] )
                               ^
                               ==
3 warnings generated.
cc -O2 -pipe -fno-strict-aliasing  -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c codetoeuc.c
codetoeuc.c:8:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
CodeToEuc( code )
^~~~~~~~~
1 warning generated.
cc -O2 -pipe -fno-strict-aliasing  -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c codetojis.c
codetojis.c:25:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
SetJisMode( mode )
^~~~~~~~~~
codetojis.c:32:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
codetojis.c:42:39: warning: implicit declaration of function 'putcode' is invalid in C99 [-Wimplicit-function-declaration]
                for( p= kinmode[ komode= km ]; *p ; putcode( *p++ ) );
                                                    ^
codetojis.c:46:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
CodeToJis( code )
^~~~~~~~~
codetojis.c:59:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
setjismode()
^~~~~~~~~~
codetojis.c:62:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
6 warnings generated.
cc -O2 -pipe -fno-strict-aliasing  -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c sjistocode.c
sjistocode.c:45:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
SjisToCode( code )
^~~~~~~~~~
sjistocode.c:50:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if( hi= code>>8 ){
            ~~^~~~~~~~~
sjistocode.c:50:8: note: place parentheses around the assignment to silence this warning
        if( hi= code>>8 ){
              ^
            (          )
sjistocode.c:50:8: note: use '==' to turn this assignment into an equality comparison
        if( hi= code>>8 ){
              ^
              ==
sjistocode.c:51:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if( hi= sjismap1_h[hi] ){
                    ~~^~~~~~~~~~~~~~~~
sjistocode.c:51:9: note: place parentheses around the assignment to silence this warning
                if( hi= sjismap1_h[hi] ){
                      ^
                    (                 )
sjistocode.c:51:9: note: use '==' to turn this assignment into an equality comparison
                if( hi= sjismap1_h[hi] ){
                      ^
                      ==
sjistocode.c:52:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if( low= sjismap1_l[code&0xff] ){
                            ~~~^~~~~~~~~~~~~~~~~~~~~~~
sjistocode.c:52:11: note: place parentheses around the assignment to silence this warning
                        if( low= sjismap1_l[code&0xff] ){
                               ^
                            (                         )
sjistocode.c:52:11: note: use '==' to turn this assignment into an equality comparison
                        if( low= sjismap1_l[code&0xff] ){
                               ^
                               ==
4 warnings generated.
cc -O2 -pipe -fno-strict-aliasing  -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c euctocode.c
euctocode.c:47:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
EucToCode( code )
^~~~~~~~~
euctocode.c:55:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                        if( low= eucmap_h[low] )
                            ~~~^~~~~~~~~~~~~~~
euctocode.c:55:11: note: place parentheses around the assignment to silence this warning
                        if( low= eucmap_h[low] )
                               ^
                            (                 )
euctocode.c:55:11: note: use '==' to turn this assignment into an equality comparison
                        if( low= eucmap_h[low] )
                               ^
                               ==
2 warnings generated.
cc -O2 -pipe -fno-strict-aliasing  -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c kanjicheck.c
kanjicheck.c:74:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
SjisEucConvert( cp )
^~~~~~~~~~~~~~
kanjicheck.c:84:10: warning: implicit declaration of function 'CodeCheckAll' is invalid in C99 [-Wimplicit-function-declaration]
                return  CodeCheckAll( cp );
                        ^
kanjicheck.c:86:12: warning: implicit declaration of function 'getcode' is invalid in C99 [-Wimplicit-function-declaration]
        for(; (i= getcode()) != -1 ;){
                  ^
kanjicheck.c:108:5: warning: implicit declaration of function 'putcode' is invalid in C99 [-Wimplicit-function-declaration]
                                putcode( code );
                                ^
kanjicheck.c:133:7: warning: implicit declaration of function 'ungetcode' is invalid in C99 [-Wimplicit-function-declaration]
                                                ungetcode( code2 );
                                                ^
kanjicheck.c:157:12: warning: implicit declaration of function 'CodeToZen' is invalid in C99 [-Wimplicit-function-declaration]
                                        code= CodeToZen( code );
                                              ^
kanjicheck.c:158:5: warning: implicit declaration of function 'putcodew' is invalid in C99 [-Wimplicit-function-declaration]
                                putcodew( (*cp->codetokanji)( code ) );
                                ^
kanjicheck.c:176:5: warning: implicit declaration of function 'setjismode' is invalid in C99 [-Wimplicit-function-declaration]
                                setjismode();
                                ^
kanjicheck.c:238:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
9 warnings generated.
cp kanjicheck.c kanjixcheck.c
cc -c -O2 -pipe -fno-strict-aliasing  -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -DKCCHECK kanjixcheck.c
kanjixcheck.c:72:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
CodeCheckAll( cp )
^~~~~~~~~~~~
kanjixcheck.c:86:12: warning: implicit declaration of function 'getcode' is invalid in C99 [-Wimplicit-function-declaration]
        for(; (i= getcode()) != -1 ;){
                  ^
kanjixcheck.c:133:7: warning: implicit declaration of function 'ungetcode' is invalid in C99 [-Wimplicit-function-declaration]
                                                ungetcode( code2 );
                                                ^
kanjixcheck.c:157:12: warning: implicit declaration of function 'CodeToZen' is invalid in C99 [-Wimplicit-function-declaration]
                                        code= CodeToZen( code );
                                              ^
kanjixcheck.c:215:3: error: non-void function 'CodeCheckAll' should return a value [-Wreturn-type]
                return;
                ^
4 warnings and 1 error generated.
*** Error code 1

Stop.
make: stopped in /wrkdirs/usr/ports/japanese/ack/work/ack139
*** Error code 1

Stop.
make: stopped in /usr/ports/japanese/ack
*** Error code 1

Stop.
make: stopped in /usr/ports/japanese/ack
===>  Cleaning for ja-ack-1.39_1


More information about the freebsd-pkg-fallout mailing list