[RELEASE - head-default] Build failed for publicfile-0.52_2 during build
pkg-fallout at FreeBSD.org
pkg-fallout at FreeBSD.org
Thu Aug 1 09:39:20 UTC 2013
Maintainer: lx at FreeBSD.org
Last committer: bapt at FreeBSD.org
Ident: $FreeBSD: head/www/publicfile/Makefile 315076 2013-03-23 19:33:23Z bapt $
Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-08-01_04h04m49s/logs/publicfile-0.52_2.log
Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-08-01_04h04m49s
Log:
====>> Building www/publicfile
build started at Thu Aug 1 09:39:12 UTC 2013
port directory: /usr/ports/www/publicfile
building for: FreeBSD head-default-job-19 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: lx at FreeBSD.org
Makefile ident: $FreeBSD: head/www/publicfile/Makefile 315076 2013-03-23 19:33:23Z bapt $
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=27889
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=publicfile-0.52_2
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=0
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---
---Begin OPTIONS List---
===> The following configuration options are available for publicfile-0.52_2:
BASICAUTH=off: basic HTTP authentication support
COMMONLOG=off: support for Apache common log format
ENV_FILETYPES=off: get mime types from the environment
REDIRECT_SLASH=off: do not require trailing slash on directories
SSL=off: provide SSL support through ucspi-ssl
===> Use 'make config' to modify these settings
---End OPTIONS List---
--CONFIGURE_ARGS--
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--
--MAKE_ENV--
TMPDIR="/tmp" 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/publicfile
DOCSDIR=/usr/local/share/doc/publicfile
EXAMPLESDIR=/usr/local/share/examples/publicfile
WWWDIR=/usr/local/www/publicfile
ETCDIR=/usr/local/etc/publicfile
--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 publicfile-0.52_2
=======================<phase: check-config >============================
=========================================================================
=======================<phase: pkg-depends >============================
===> publicfile-0.52_2 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 publicfile-0.52_2
=========================================================================
=======================<phase: fetch-depends >============================
=========================================================================
=======================<phase: fetch >============================
===> Fetching all distfiles required by publicfile-0.52_2 for building
=========================================================================
=======================<phase: checksum >============================
===> Fetching all distfiles required by publicfile-0.52_2 for building
=> SHA256 Checksum OK for publicfile-0.52.tar.gz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract >============================
===> Fetching all distfiles required by publicfile-0.52_2 for building
===> Extracting for publicfile-0.52_2
=> SHA256 Checksum OK for publicfile-0.52.tar.gz.
=========================================================================
=======================<phase: patch-depends >============================
=========================================================================
=======================<phase: patch >============================
===> Patching for publicfile-0.52_2
===> Applying FreeBSD patches for publicfile-0.52_2
=========================================================================
=======================<phase: build-depends >============================
=========================================================================
=======================<phase: lib-depends >============================
=========================================================================
=======================<phase: configure >============================
===> Configuring for publicfile-0.52_2
=========================================================================
=======================<phase: build >============================
===> Building for publicfile-0.52_2
( cat warn-auto.sh; echo 'main="$1"; shift'; echo exec "`head -1 conf-ld`" '-o "$main" "$main".o ${1+"$@"}' ) > load
chmod 755 load
( cat warn-auto.sh; echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' ) > compile
chmod 755 compile
( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\'; cat find-systype.sh; ) | sh > systype
( case "`cat systype`" in sunos-5.*) cat hasdevtcp.h2 ;; *) cat hasdevtcp.h1 ;; esac ) > hasdevtcp.h
./compile configure.c
configure.c:55:7: warning: implicit declaration of function 'fsync' is invalid in C99 [-Wimplicit-function-declaration]
if (fsync(fd) == -1) fail();
^
configure.c:56:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close(fd);
^
configure.c:68:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(int argc,char **argv)
^~~~
configure.c:88:7: warning: implicit declaration of function 'chdir' is invalid in C99 [-Wimplicit-function-declaration]
if (chdir(dir) == -1)
^
configure.c:96:7: warning: implicit declaration of function 'chown' is invalid in C99 [-Wimplicit-function-declaration]
if (chown("httpd/log/main",pw->pw_uid,pw->pw_gid) == -1)
^
configure.c:174:9: warning: implicit declaration of function 'symlink' is invalid in C99 [-Wimplicit-function-declaration]
if (symlink("0",*argv) == -1)
^
6 warnings generated.
./compile auto-str.c
auto-str.c:14:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(argc,argv)
^~~~
auto-str.c:32:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (ch = *value++) {
~~~^~~~~~~~~~
auto-str.c:32:13: note: place parentheses around the assignment to silence this warning
while (ch = *value++) {
^
( )
auto-str.c:32:13: note: use '==' to turn this assignment into an equality comparison
while (ch = *value++) {
^
==
2 warnings generated.
( cat warn-auto.sh; echo 'main="$1"; shift'; echo 'rm -f "$main"'; echo 'ar cr "$main" ${1+"$@"}'; case "`cat systype`" in sunos-5.*) ;; unix_sv*) ;; irix64-*) ;; irix-*) ;; dgux-*) ;; hp-ux-*) ;; sco*) ;; *) echo 'ranlib "$main"' ;; esac ) > makelib
chmod 755 makelib
./compile substdio.c
./compile substdi.c
./compile substdo.c
substdo.c:20:17: warning: if statement has empty body [-Wempty-body]
if (w == 0) ; /* luser's fault */
^
substdo.c:20:17: note: put the semicolon on a separate line to silence this warning
1 warning generated.
./compile substdio_copy.c
./compile subfderr.c
./makelib substdio.a substdio.o substdi.o substdo.o substdio_copy.o subfderr.o
./compile error.c
./compile error_str.c
./compile error_temp.c
./makelib error.a error.o error_str.o error_temp.o
./compile byte_chr.c
./compile byte_copy.c
./compile byte_cr.c
./compile byte_diff.c
./compile byte_rchr.c
./compile byte_zero.c
./compile str_chr.c
./compile str_diff.c
./compile str_len.c
./compile str_rchr.c
./compile str_start.c
./makelib str.a byte_chr.o byte_copy.o byte_cr.o byte_diff.o byte_rchr.o byte_zero.o str_chr.o str_diff.o str_len.o str_rchr.o str_start.o
./load auto-str substdio.a error.a str.a
./auto-str auto_home `head -1 conf-home` > auto_home.c
./compile auto_home.c
./compile strerr_die.c
./compile strerr_sys.c
<snip>
More information about the freebsd-pkg-fallout
mailing list