Date: Thu, 3 Oct 2013 10:24:43 GMT From: pkg-fallout@FreeBSD.org To: slaven@rezic.de Cc: pkg-fallout@FreeBSD.org Subject: [REL - head-i386-default][astro/ephem] Failed for ephem-4.28 in build Message-ID: <201310031024.r93AOhDi042589@beefy1.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: slaven@rezic.de Last committer: bapt@FreeBSD.org Ident: $FreeBSD: head/astro/ephem/Makefile 327701 2013-09-20 13:14:04Z bapt $ Log URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-03_03h09m26s/logs/ephem-4.28.log Build URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-03_03h09m26s Log: ====>> Building astro/ephem build started at Thu Oct 3 10:24:40 UTC 2013 port directory: /usr/ports/astro/ephem building for: FreeBSD head-i386-default-job-19 10.0-CURRENT FreeBSD 10.0-CURRENT i386 maintained by: slaven@rezic.de Makefile ident: $FreeBSD: head/astro/ephem/Makefile 327701 2013-09-20 13:14:04Z bapt $ Poudriere version: 3.1-pre ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000055 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-i386-default/ref PKG_EXT=txz tpid=40231 POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=24 PKGNG=1 PKGNAME=ephem-4.28 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=head-i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version ---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 -Wno-implicit -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -Wno-implicit -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/ephem DOCSDIR=/usr/local/share/doc/ephem EXAMPLESDIR=/usr/local/share/examples/ephem WWWDIR=/usr/local/www/ephem ETCDIR=/usr/local/etc/ephem --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 ephem-4.28 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> ephem-4.28 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_6.txz Installing pkg-1.1.4_6... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of ephem-4.28 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by ephem-4.28 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by ephem-4.28 for building => SHA256 Checksum OK for ephem_4.28_unix.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by ephem-4.28 for building ===> Extracting for ephem-4.28 => SHA256 Checksum OK for ephem_4.28_unix.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for ephem-4.28 ===> Applying FreeBSD patches for ephem-4.28 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for ephem-4.28 =========================================================================== =======================<phase: build >============================ ===> Building for ephem-4.28 cc -O2 -pipe -Wno-implicit -fno-strict-aliasing -DPREFIX=\"/usr/local\" -c aa_hadec.c aa_hadec.c:17:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ aa_hadec.c:30:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ aa_hadec.c:85:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 3 warnings generated. cc -O2 -pipe -Wno-implicit -fno-strict-aliasing -DPREFIX=\"/usr/local\" -c altj.c altj.c:36:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altj.c:102:9: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' (void) sprintf (buf, "%*s", NC-1, ""); ^ altj.c:102:9: note: please include the header <stdio.h> or explicitly provide a declaration for 'sprintf' altj.c:115:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altj.c:213:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 4 warnings generated. cc -O2 -pipe -Wno-implicit -fno-strict-aliasing -DPREFIX=\"/usr/local\" -c altmenus.c altmenus.c:39:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:90:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:102:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:113:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:122:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:166:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:186:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:201:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:221:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:274:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ altmenus.c:292:6: error: non-void function 'alt2_body' should return a value [-Wreturn-type] return; ^ altmenus.c:299:6: error: non-void function 'alt2_body' should return a value [-Wreturn-type] return; ^ altmenus.c:313:6: error: non-void function 'alt2_body' should return a value [-Wreturn-type] return; ^ altmenus.c:319:6: error: non-void function 'alt2_body' should return a value [-Wreturn-type] return; ^ 10 warnings and 4 errors generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/astro/ephem/work *** Error code 1 Stop. make: stopped in /usr/ports/astro/ephem ===> Cleaning for ephem-4.28
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031024.r93AOhDi042589>