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:     b...@volki.at
Last committer: b...@freebsd.org
Ident:          $FreeBSD: head/games/scid/Makefile 327730 2013-09-20 17:36:33Z 
bapt $
Log URL:        
http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/scid-4.3.log
Build URL:      
http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
Log:

====>> Building games/scid
build started at Thu Oct 17 21:58:16 UTC 2013
port directory: /usr/ports/games/scid
building for: FreeBSD 10amd64-default-job-13 10.0-BETA1 FreeBSD 10.0-BETA1 
r256420 amd64
maintained by: b...@volki.at
Makefile ident:      $FreeBSD: head/games/scid/Makefile 327730 2013-09-20 
17:36:33Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=1000500
UNAME_v=FreeBSD 10.0-BETA1 r256420
UNAME_r=10.0-BETA1
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/10amd64-default/ref
PKG_EXT=txz
tpid=23049
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=scid-4.3
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=10amd64-default
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--
BINDIR="/usr/local/bin"  SHAREDIR="/usr/local/share/scid"  TCL_VERSION="8.5"  
TCL_INCLUDE="-I/usr/local/include/tcl8.5 -I/usr/local/include/tk8.5 
-I/usr/local/include"  TCL_LIBRARY="-L/usr/local/lib -ltcl85"  
TK_LIBRARY="-L/usr/local/lib -ltcl85 -ltk85 -lX11"  OPTIMIZE="-O2 -pipe 
-fno-strict-aliasing -fno-rtti -fno-exceptions"  WARNINGS=""
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" MAKE=gmake 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/scid
DOCSDIR=/usr/local/share/doc/scid
EXAMPLESDIR=/usr/local/share/examples/scid
WWWDIR=/usr/local/www/scid
ETCDIR=/usr/local/etc/scid
--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 scid-4.3
=======================<phase: check-config   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   scid-4.3 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_8.txz
Installing pkg-1.1.4_8... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   Returning to build of scid-4.3
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by scid-4.3 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by scid-4.3 for building
=> SHA256 Checksum OK for scid-4.3.tar.bz2.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by scid-4.3 for building
===>  Extracting for scid-4.3
=> SHA256 Checksum OK for scid-4.3.tar.bz2.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for scid-4.3
===>  Applying FreeBSD patches for scid-4.3
===========================================================================
=======================<phase: build-depends  >============================
===>   scid-4.3 depends on file: /usr/local/bin/python2.7 - not found
===>    Verifying install for /usr/local/bin/python2.7 in 
/usr/ports/lang/python27
===>   Installing existing package /packages/All/python27-2.7.5_3.txz
Installing python27-2.7.5_3...Installing gettext-0.18.3.1... done
 done
====
Note that some of the standard modules are provided as separate
ports since they require extra dependencies:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

Install them as needed.
====
===>   Returning to build of scid-4.3
===>   scid-4.3 depends on executable: python - not found
===>    Verifying install for python in /usr/ports/lang/python
===>   Installing existing package /packages/All/python-2.7_1,2.txz
Installing python-2.7_1,2...Installing python2-2_1... done
 done
===>   Returning to build of scid-4.3
===>   scid-4.3 depends on executable: gmake - not found
===>    Verifying install for gmake in /usr/ports/devel/gmake
===>   Installing existing package /packages/All/gmake-3.82_1.txz
Installing gmake-3.82_1... done
===>   Returning to build of scid-4.3
===========================================================================
=======================<phase: lib-depends    >============================
===>   scid-4.3 depends on shared library: tk85 - not found
===>    Verifying install for tk85 in /usr/ports/x11-toolkits/tk85
===>   Installing existing package /packages/All/tk85-8.5.15.txz
Installing tk85-8.5.15...Installing xproto-7.0.24... done
Installing xextproto-7.2.1... done
Installing scrnsaverproto-1.2.2... done
Installing renderproto-0.11.1... done
Installing libxcb-1.9.1...Installing libXdmcp-1.1.1... done
Installing libXau-1.0.8... done
Installing libxml2-2.8.0_2... done
Installing libpthread-stubs-0.3_3... done
 done
Installing libXrender-0.9.8...Installing kbproto-1.0.6... done
Installing libX11-1.6.2,1... done
 done
Installing libXext-1.3.2,1... done
Installing libXScrnSaver-1.2.2... done
Installing libXft-2.3.1...Installing fontconfig-2.10.95,1...Installing 
expat-2.1.0... done
Installing freetype2-2.5.0.1... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 1 dirs
/usr/local/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dirs
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
 done
 done
Installing tcl85-8.5.15_2... done
 done
===>   Returning to build of scid-4.3
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for scid-4.3
===>   FreeBSD 10 autotools fix applied to 
/wrkdirs/usr/ports/games/scid/work/scid/configure
===>   FreeBSD 10 autotools fix applied to 
/wrkdirs/usr/ports/games/scid/work/scid/src/zlib/configure
configure: Makefile configuration program for Scid
    Tcl/Tk version: 8.5
    Your operating system is: FreeBSD 10.0-BETA1
    Checking if your system already has zlib installed: no.
    Using Makefile.conf.
The Makefile configured for your system was written.
Now just type "make" to compile Scid.
===========================================================================
=======================<phase: build          >============================
===>  Building for scid-4.3
gmake[1]: Entering directory `/wrkdirs/usr/ports/games/scid/work/scid'
rm -f ./scid
cat tcl/start.tcl tcl/config.tcl tcl/bitmaps.tcl tcl/language.tcl tcl/utils.tcl 
tcl/misc/flags.tcl tcl/utils/date.tcl tcl/utils/font.tcl tcl/utils/graph.tcl 
tcl/utils/history.tcl tcl/utils/pane.tcl tcl/utils/sound.tcl 
tcl/utils/string.tcl tcl/utils/tooltip.tcl tcl/utils/validate.tcl 
tcl/utils/win.tcl tcl/misc/misc.tcl tcl/htext.tcl tcl/file.tcl 
tcl/file/finder.tcl tcl/file/bookmark.tcl tcl/file/recent.tcl tcl/file/epd.tcl 
tcl/file/spellchk.tcl tcl/file/maint.tcl tcl/edit.tcl tcl/game.tcl 
tcl/game/browser.tcl tcl/windows.tcl tcl/windows/gamelist.tcl 
tcl/windows/pgn.tcl tcl/windows/book.tcl tcl/windows/comment.tcl 
tcl/windows/eco.tcl tcl/windows/stats.tcl tcl/windows/tree.tcl 
tcl/windows/crosstab.tcl tcl/windows/pfinder.tcl tcl/windows/tourney.tcl 
tcl/windows/switcher.tcl tcl/search/search.tcl tcl/search/board.tcl 
tcl/search/header.tcl tcl/search/material.tcl tcl/contrib/ezsmtp/ezsmtp.tcl 
tcl/tools/email.tcl tcl/tools/import.tcl tcl/tools/optable.tcl 
tcl/tools/preport.tcl tcl/t
 ools/pin
 fo.tcl tcl/tools/analysis.tcl tcl/tools/wbdetect.tcl tcl/tools/reper.tcl 
tcl/tools/graphs.tcl tcl/tools/tablebase.tcl tcl/tools/ptracker.tcl 
tcl/help/help.tcl tcl/help/tips.tcl tcl/menus.tcl tcl/board.tcl tcl/move.tcl 
tcl/main.tcl tcl/tools/correspondence.tcl tcl/lang/english.tcl 
tcl/lang/catalan.tcl tcl/lang/czech.tcl tcl/lang/deutsch.tcl 
tcl/lang/francais.tcl tcl/lang/greek.tcl tcl/lang/hungary.tcl 
tcl/lang/italian.tcl tcl/lang/nederlan.tcl tcl/lang/norsk.tcl 
tcl/lang/polish.tcl tcl/lang/portbr.tcl tcl/lang/russian.tcl 
tcl/lang/serbian.tcl tcl/lang/spanish.tcl tcl/lang/suomi.tcl 
tcl/lang/swedish.tcl tcl/tools/uci.tcl tcl/end.tcl tcl/tools/tacgame.tcl 
tcl/tools/sergame.tcl tcl/tools/calvar.tcl tcl/tools/fics.tcl 
tcl/tools/opening.tcl tcl/tools/tactics.tcl tcl/tools/reviewgame.tcl 
tcl/utils/metadata.tcl  tcl/tools/inputengine.tcl tcl/tools/novag.tcl 
tcl/utils/bibliography.tcl  > ./scid
chmod +x scid
cp scripts/sc_addmove.tcl ./sc_addmove
chmod +x sc_addmove
cp scripts/sc_epgn.tcl ./sc_epgn
chmod +x sc_epgn
cp scripts/sc_spell.tcl ./sc_spell
chmod +x sc_spell
cp scripts/sc_eco.tcl ./sc_eco
chmod +x sc_eco
cp scripts/sc_import.tcl ./sc_import
chmod +x sc_import
cp scripts/sc_remote.tk ./sc_remote
chmod +x sc_remote
cp scripts/sc_tree.tcl ./sc_tree
chmod +x sc_tree
cp scripts/scidpgn.tcl ./scidpgn
chmod +x scidpgn
cp scripts/pgnfix.py ./pgnfix
chmod +x pgnfix
cp scripts/spliteco.tcl ./spliteco
chmod +x spliteco
cp scripts/spf2spi.tcl ./spf2spi
chmod +x spf2spi
g++  -O2 -pipe -fno-strict-aliasing -fno-rtti -fno-exceptions   -DZLIB 
-I/usr/local/include/tcl8.5 -I/usr/local/include/tk8.5 -I/usr/local/include -o 
src/pgnscid.o -c src/pgnscid.cpp
gmake[1]: g++: Command not found
gmake[1]: *** [src/pgnscid.o] Error 127
gmake[1]: Leaving directory `/wrkdirs/usr/ports/games/scid/work/scid'
*** Error code 1

Stop.
make: stopped in /usr/ports/games/scid
===>  Cleaning for scid-4.3
_______________________________________________
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