[RELEASE - head-default] Build failed for sls-1.00 during build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Fri Jul 19 02:57:50 UTC 2013


Maintainer:     sec at 42.org
Last committer: beat at FreeBSD.org
Ident:          $FreeBSD: head/misc/sls/Makefile 300896 2012-07-14 13:54:48Z beat $
Log URL:        http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s/logs/sls-1.00.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s
Log:

====>> Building misc/sls
build started at Fri Jul 19 02:57:47 UTC 2013
port directory: /usr/ports/misc/sls
building for: FreeBSD head-default-job-12 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: sec at 42.org
Makefile ident:      $FreeBSD: head/misc/sls/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=53649
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=sls-1.00
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/sls
DOCSDIR=/usr/local/share/doc/sls
EXAMPLESDIR=/usr/local/share/examples/sls
WWWDIR=/usr/local/www/sls
ETCDIR=/usr/local/etc/sls
--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 sls-1.00
=======================<phase: check-config   >============================
=========================================================================
=======================<phase: pkg-depends    >============================
===>   sls-1.00 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 sls-1.00
=========================================================================
=======================<phase: fetch-depends  >============================
=========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by sls-1.00 for building
=========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by sls-1.00 for building
=> SHA256 Checksum OK for sls.tar.gz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by sls-1.00 for building
===>  Extracting for sls-1.00
=> SHA256 Checksum OK for sls.tar.gz.
=========================================================================
=======================<phase: patch-depends  >============================
=========================================================================
=======================<phase: patch          >============================
===>  Patching for sls-1.00
===>  Applying FreeBSD patches for sls-1.00
=========================================================================
=======================<phase: build-depends  >============================
=========================================================================
=======================<phase: lib-depends    >============================
=========================================================================
=======================<phase: configure      >============================
===>  Configuring for sls-1.00
=========================================================================
=======================<phase: build          >============================
===>  Building for sls-1.00
cc -O2 -pipe -fno-strict-aliasing  -c sls.c
In file included from sls.c:27:
/usr/include/sys/dir.h:39:2: warning: "The information in this file should be obtained from <dirent.h>" [-W#warnings]
#warning "The information in this file should be obtained from <dirent.h>"
 ^
/usr/include/sys/dir.h:40:2: warning: "and is provided solely (and temporarily) for backward compatibility." [-W#warnings]
#warning "and is provided solely (and temporarily) for backward compatibility."
 ^
sls.c:89:26: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
extern char  *getenv(), *malloc(), *realloc();
                         ^
sls.c:89:26: note: 'malloc' is a builtin with type 'void *(unsigned long)'
sls.c:89:37: warning: incompatible redeclaration of library function 'realloc' [-Wincompatible-library-redeclaration]
extern char  *getenv(), *malloc(), *realloc();
                                    ^
sls.c:89:37: note: 'realloc' is a builtin with type 'void *(void *, unsigned long)'
sls.c:95:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main (ac, av)
^~~~
sls.c:142:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
                    exit (1);
                    ^
sls.c:142:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
sls.c:173:6: warning: implicit declaration of function 'dofile' is invalid in C99 [-Wimplicit-function-declaration]
            dofile (pav, 1);
            ^
sls.c:183:2: warning: implicit declaration of function 'qsort' is invalid in C99 [-Wimplicit-function-declaration]
        qsort ((char *)Pfiles, Npfiles, sizeof(*Pfiles), sortfile);
        ^
sls.c:206:2: warning: implicit declaration of function 'display' is invalid in C99 [-Wimplicit-function-declaration]
        display (Psfiles+i);
        ^
sls.c:214:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
dofile (fname, cmdarg)
^~~~~~
sls.c:228:2: error: non-void function 'dofile' should return a value [-Wreturn-type]
        return;
        ^
sls.c:232:2: warning: implicit declaration of function 'selectf' is invalid in C99 [-Wimplicit-function-declaration]
        selectf (fname);        /* short version - file name only */
        ^
sls.c:233:2: error: non-void function 'dofile' should return a value [-Wreturn-type]
        return;
        ^
sls.c:241:2: error: non-void function 'dofile' should return a value [-Wreturn-type]
        return;
        ^
sls.c:250:3: warning: implicit declaration of function 'selectfs' is invalid in C99 [-Wimplicit-function-declaration]
                selectfs (fname, &sbuf);
                ^
sls.c:251:6: error: non-void function 'dofile' should return a value [-Wreturn-type]
            return;
            ^
sls.c:257:6: warning: implicit declaration of function 'dirread' is invalid in C99 [-Wimplicit-function-declaration]
            dirread (fname);
            ^
sls.c:258:2: error: non-void function 'dofile' should return a value [-Wreturn-type]
        return;
        ^
sls.c:270:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
dirread (dirname)
^~~~~~~
sls.c:284:2: error: non-void function 'dirread' should return a value [-Wreturn-type]
        return;
        ^
sls.c:317:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
selectf (fname)
^~~~~~~
sls.c:359:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
selectfs (fname, psbuf)
^~~~~~~~
sls.c:597:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
display (pf)
^~~~~~~
sls.c:870:12: warning: implicit declaration of function 'readlink' is invalid in C99 [-Wimplicit-function-declaration]
                        && (n = readlink (fname, lname, sizeof(lname))) >= 0)
                                ^
18 warnings and 6 errors generated.
*** Error code 1

Stop.
make: stopped in /wrkdirs/usr/ports/misc/sls/work/sls
*** Error code 1

Stop.
make: stopped in /usr/ports/misc/sls
===>  Cleaning for sls-1.00


More information about the freebsd-pkg-fallout mailing list