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: po...@freebsd.org Last committer: jbe...@freebsd.org Ident: $FreeBSD: head/editors/textroom/Makefile 430796 2017-01-07 14:43:11Z jbeich $ Log URL: http://beefy10.nyi.freebsd.org/data/110i386-default/437677/logs/textroom-0.8.2_9.log Build URL: http://beefy10.nyi.freebsd.org/build.html?mastername=110i386-default&build=437677 Log: ====>> Building editors/textroom build started at Tue Apr 4 11:28:38 UTC 2017 port directory: /usr/ports/editors/textroom building for: FreeBSD 110i386-default-job-20 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 i386 maintained by: po...@freebsd.org Makefile ident: $FreeBSD: head/editors/textroom/Makefile 430796 2017-01-07 14:43:11Z jbeich $ Poudriere version: 3.1.17-3-g2420c0c3 Host OSVERSION: 1200020 Jail OSVERSION: 1100122 Job Id: 20 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1100122 UNAME_v=FreeBSD 11.0-RELEASE-p8 UNAME_r=11.0-RELEASE-p8 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/110i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=textroom-0.8.2_9 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/110i386-default/ref/.p/pool MASTERNAME=110i386-default SCRIPTPREFIX=/usr/local/share/poudriere USER=root HOME=/root POUDRIERE_VERSION=3.1.17-3-g2420c0c3 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-qt-includes=/usr/local/include/qt4 --with-qt-libraries=/usr/local/lib/qt4 --with-extra-includes=/usr/local/include --with-extra-libs=/usr/local/lib --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- QT_SELECT=qt4 SDL_CONFIG=/usr/local/bin/sdl-config PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/editors/textroom/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/editors/textroom/work HOME=/wrkdirs/usr/ports/editors/textroom/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh QTDIR="/usr/local/lib/qt4" QMAKE="/usr/local/lib/qt4/bin/qmake" MOC="/usr/local/lib/qt4/bin/moc" RCC="/usr/local/lib/qt4/bin/rcc" UIC="/usr/local/lib/qt4/bin/uic" QMAKESPEC="/usr/local/share/qt4/mkspecs/freebsd-$(ccver="$(c++ --version)"; case "$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac)" --End CONFIGURE_ENV-- --MAKE_ENV-- QT_SELECT=qt4 SDL_CONFIG=/usr/local/bin/sdl-config XDG_DATA_HOME=/wrkdirs/usr/ports/editors/textroom/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/editors/textroom/work HOME=/wrkdirs/usr/ports/editors/textroom/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- QT_BINDIR="lib/qt4/bin" QT_INCDIR="include/qt4" QT_LIBDIR="lib/qt4" QT_ARCHDIR="lib/qt4" QT_PLUGINDIR="lib/qt4/plugins" QT_LIBEXECDIR="libexec/qt4" QT_IMPORTDIR="lib/qt4/imports" QT_QMLDIR="lib/qt4/qml" QT_DATADIR="share/qt4" QT_DOCDIR="share/doc/qt4" QT_L10NDIR="share/qt4/translations" QT_EXAMPLEDIR="share/examples/qt4" QT_TESTDIR="share/qt4/tests" QT_MKSPECDIR="share/qt4/mkspecs" QT_QTCHOOSERDIR="etc/xdg/qtchooser" OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/textroom" EXAMPLESDIR="share/examples/textroom" DATADIR="share/textroom" WWWDIR="www/textroom" ETCDIR="etc/textroom" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/textroom DOCSDIR=/usr/local/share/doc/textroom EXAMPLESDIR=/usr/local/share/examples/textroom WWWDIR=/usr/local/www/textroom ETCDIR=/usr/local/etc/textroom --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### ARCH=i386 CONFIGURE_MAX_CMD_LEN=262144 OPSYS=FreeBSD OSREL=11.0 OSVERSION=1100122 PYTHONBASE=/usr/local UID=0 _JAVA_OS_LIST_REGEXP=native\|linux _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ _OSRELEASE=11.0-RELEASE-p8 #### Misc Poudriere #### GID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===> NOTICE: The textroom port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> License GPLv3 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> textroom-0.8.2_9 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.1.txz [110i386-default-job-20] Installing pkg-1.10.1... [110i386-default-job-20] Extracting pkg-1.10.1: .......... done ===> textroom-0.8.2_9 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of textroom-0.8.2_9 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> NOTICE: The textroom port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by textroom-0.8.2_9 for building =========================================================================== =======================<phase: checksum >============================ ===> NOTICE: The textroom port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port <snip> rm -f libflo.a ar cqs libflo.a obj-release/block.o obj-release/floparserobserver.o obj-release/blockpropertymodel.o obj-release/connector.o obj-release/copygroupcommand.o obj-release/createblockcommand.o obj-release/cutgroupcommand.o obj-release/deleteblockcommand.o obj-release/deletegroupcommand.o obj-release/editblockpropertycommand.o obj-release/mindmap.o obj-release/movecommand.o obj-release/movegroupcommand.o obj-release/pasteblockcommand.o obj-release/plaintextedit.o obj-release/reparentblockcommand.o obj-release/blockmimedata.o obj-release/blockremover.o obj-release/colorbutton.o obj-release/qscaledsvgitem.o obj-release/mindmapview.o obj-release/variantdompath.o obj-release/documentoptions.o obj-release/basicpropertyeditor.o obj-release/qscaledpixmapitem.o obj-release/pathshaped.o obj-release/positionitemscommand.o obj-release/changecolorgroupcommand.o obj-release/changefontgroupcommand.o obj-release/shapeselector.o obj-release/changeshapegroupcommand.o obj-rel ease/titleeditor.o obj-release/rotatedproxymodel.o obj-release/sxfile.o obj-release/sxdatafile.o obj-release/sxbinarydatafile.o obj-release/sxtextfile.o obj-release/getusername.o obj-release/node.o obj-release/elementtools.o obj-release/dompath.o obj-release/xmlwalker.o obj-release/browser.o obj-release/qdommodel.o obj-release/qadaptormanager.o obj-release/qadaptor.o obj-release/qadaptorfactory.o obj-release/moc_block.o obj-release/moc_blockpropertymodel.o obj-release/moc_mindmap.o obj-release/moc_plaintextedit.o obj-release/moc_blockmimedata.o obj-release/moc_colorbutton.o obj-release/moc_mindmapview.o obj-release/moc_documentoptions.o obj-release/moc_basicpropertyeditor.o obj-release/moc_shapeselector.o obj-release/moc_titleeditor.o obj-release/moc_rotatedproxymodel.o obj-release/moc_sxfile.o obj-release/moc_browser.o obj-release/moc_qdommodel.o obj-release/moc_qadaptormanager.o obj-release/moc_qadaptor.o obj-release/qrc_emblems.o obj-release/qrc_ images.o obj-release/qrc_icons.o rm -f ../lib/libflo.a mv -f libflo.a ../lib/ cd application/ && /usr/bin/make -f Makefile all /usr/local/lib/qt4/bin/uic src/ui/optionsdialog.ui -o ../uic/ui_optionsdialog.h /usr/local/lib/qt4/bin/uic src/ui/textroom.ui -o ../uic/ui_textroom.h /usr/local/lib/qt4/bin/uic src/ui/helpdialog.ui -o ../uic/ui_helpdialog.h /usr/local/lib/qt4/bin/uic src/ui/font.ui -o ../uic/ui_font.h /usr/local/lib/qt4/bin/uic src/ui/scratchpad.ui -o ../uic/ui_scratchpad.h /usr/local/lib/qt4/bin/uic src/ui/about.ui -o ../uic/ui_about.h /usr/local/lib/qt4/bin/uic src/ui/miniflo.ui -o ../uic/ui_miniflo.h /usr/local/lib/qt4/bin/uic src/ui/getaword.ui -o ../uic/ui_getaword.h /usr/local/lib/qt4/bin/uic src/ui/musicroom.ui -o ../uic/ui_musicroom.h /usr/local/lib/qt4/bin/uic src/ui/googledocs.ui -o ../uic/ui_googledocs.h /usr/local/lib/qt4/bin/uic src/ui/asciiexport.ui -o ../uic/ui_asciiexport.h c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/helpdialog.o src/helpdialog.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/main.o src/main.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/optionsdialog.o src/optionsdialog.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/textroom.o src/textroom.cpp src/textroom.cpp:1184:22: warning: 'spell' is deprecated [-Wdeprecated-declarations] int correct = pMS->spell(wordChar); ^ /usr/local/include/hunspell/hunspell.hxx:131:20: note: 'spell' has been explicitly marked deprecated here H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL); ^ 1 warning generated. c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/searchdialog.o src/searchdialog.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/font.o src/font.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/scratchpad.o src/scratchpad.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/about.o src/about.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/miniflo.o src/miniflo.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/asciiexportdialog.o src/asciiexportdialog.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/getaword.o src/getaword.cpp c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/musicroom.o src/musicroom.cpp src/musicroom.cpp:80:40: warning: unused parameter 'event' [-Wunused-parameter] void MusicRoom::hideEvent(QHideEvent * event) ^ 1 warning generated. c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -pthread -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4 -I../library -I../library/qmodeladaptor -I../library/qdomutils -I../library/extra/creole -I../library/sxfile -Isrc/include -Isrc -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/hunspell -I/wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application/usr/include/SDL -I. -Isrc -Isrc/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/hunspell -I/usr/local/include/libxm l++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/SDL -I/usr/local/include -I../moc -I../uic -I/usr/local/include/qt4 -I/usr/local/include -o obj-release/googledocs.o src/googledocs.cpp In file included from src/googledocs.cpp:39: In file included from src/gdata/client/doc_list_service.h:31: In file included from src/gdata/client/../client/service.h:32: In file included from src/gdata/client/../atom_helper.h:27: In file included from /usr/local/include/libxml++-2.6/libxml++/libxml++.h:50: In file included from /usr/local/include/libxml++-2.6/libxml++/exceptions/internal_error.h:25: In file included from /usr/local/include/libxml++-2.6/libxml++/exceptions/exception.h:26: /usr/local/include/glibmm-2.4/glibmm/ustring.h:102:29: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using iterator_category = std::bidirectional_iterator_tag; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:103:22: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using value_type = gunichar; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:104:27: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using difference_type = std::string::difference_type; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:105:21: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using reference = value_type; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:106:19: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using pointer = void; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:217:21: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using size_type = std::string::size_type; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:218:27: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using difference_type = std::string::difference_type; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:220:22: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using value_type = gunichar; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:221:21: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using reference = gunichar&; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:222:27: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using const_reference = const gunichar&; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:224:20: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using iterator = ustring_Iterator<std::string::iterator>; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:225:26: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using const_iterator = ustring_Iterator<std::string::const_iterator>; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:229:28: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using reverse_iterator = std::reverse_iterator<iterator>; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:230:34: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using const_reverse_iterator = std::reverse_iterator<const_iterator>; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list ~ustring() noexcept; ^ ; /usr/local/include/glibmm-2.4/glibmm/ustring.h:266:18: warning: rvalue references are a C++11 extension [-Wc++11-extensions] ustring(ustring&& other); ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:276:29: warning: rvalue references are a C++11 extension [-Wc++11-extensions] ustring& operator=(ustring&& other); ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:291:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions] ustring(std::string&& src); ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:334:33: warning: rvalue references are a C++11 extension [-Wc++11-extensions] ustring& operator=(std::string&& src); ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:340:26: warning: rvalue references are a C++11 extension [-Wc++11-extensions] ustring& assign(ustring&& src); ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:861:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] FormatStream(const ustring::FormatStream&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:862:59: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] FormatStream& operator=(const ustring::FormatStream&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:866:22: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using StreamType = std::wostringstream; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:874:18: error: expected ';' at end of declaration list ~FormatStream() noexcept; ^ ; /usr/local/include/glibmm-2.4/glibmm/ustring.h:1260:45: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify(const ustring::Stringify<T>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1261:59: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify<T>& operator=(const ustring::Stringify<T>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1277:51: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify(const ustring::Stringify<ustring>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1278:71: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify<ustring>& operator=(const ustring::Stringify<ustring>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1296:55: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify(const ustring::Stringify<const char*>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1297:75: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify<ustring>& operator=(const ustring::Stringify<const char*>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1315:51: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify(const ustring::Stringify<char[N]>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1316:71: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify<ustring>& operator=(const ustring::Stringify<char[N]>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1335:57: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify(const ustring::Stringify<const char[N]>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1336:77: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Stringify<ustring>& operator=(const ustring::Stringify<const char[N]>&) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1634:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator==(const ustring& lhs, int rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1635:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator==(int lhs, const ustring& rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1636:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator!=(const ustring& lhs, int rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1637:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator!=(int lhs, const ustring& rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1638:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator<(const ustring& lhs, int rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1639:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator<(int lhs, const ustring& rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1640:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator>(const ustring& lhs, int rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1641:47: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator>(int lhs, const ustring& rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1642:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator<=(const ustring& lhs, int rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1643:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator<=(int lhs, const ustring& rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1644:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator>=(const ustring& lhs, int rhs) = delete; ^ /usr/local/include/glibmm-2.4/glibmm/ustring.h:1645:48: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] bool operator>=(int lhs, const ustring& rhs) = delete; ^ 44 warnings and 2 errors generated. *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2/application *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/editors/textroom/work/textroom-0.8.2 *** Error code 1 Stop. make: stopped in /usr/ports/editors/textroom _______________________________________________ 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"