cvs commit: ports/math/freemat Makefile

QAT at FreeBSD.org QAT at FreeBSD.org
Sat Feb 7 08:15:56 PST 2009


Hi,



Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/FreeMat-3.6_3.log :


building FreeMat-3.6_3 in directory /usr/local/tinderbox/7-STABLE-FPT-NPD
maintained by: ports at FreeBSD.org
building for:  7.1-STABLE amd64
Makefile ident: $FreeBSD: ports/math/freemat/Makefile,v 1.25 2009/02/07 15:28:39 gerald Exp $
port directory: /usr/ports/math/freemat

.................................<Last 40 lines of the log>..................

config.status: creating libs/libFN/Makefile
config.status: creating libs/libMex/Makefile
config.status: creating libs/libXP/Makefile
config.status: creating libs/libGraphics/Makefile
config.status: creating images/Makefile
config.status: creating libs/libMatC/Makefile
config.status: creating tools/Makefile
config.status: executing depfiles commands
# Avoid conflict with QT3
/usr/bin/find /work/a/ports/math/freemat/work/FreeMat-3.6 -name Makefile | /usr/bin/xargs	 /usr/bin/sed -i.bak -e '/^QT_CFLAGS/s|-I/usr/local/include ||'
===>  Building for FreeMat-3.6_3
Making all in libs
gmake[1]: Entering directory `/work/a/ports/math/freemat/work/FreeMat-3.6/libs'
Making all in libFreeMat
gmake[2]: Entering directory `/work/a/ports/math/freemat/work/FreeMat-3.6/libs/libFreeMat'
moc-qt4 -o Interpreter.moc.cpp Interpreter.hpp
gmake  all-am
gmake[3]: Entering directory `/work/a/ports/math/freemat/work/FreeMat-3.6/libs/libFreeMat'
g++43 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"FreeMat\" -DVERSION=\"3.6\" -DHAVE_CURSES_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PORTAUDIO18=1 -DHAVE_PCRE=1 -DHAVE_AVCALL=1 -DHAVE_UMFPACK=1 -DHAVE_FFTWF=1 -DHAVE_FFTW=1 -DHAVE_ARPACK=1 -DHAVE_LIBINTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_DRAND48=1 -DHAVE_SQRT=1 -DHAVE_MEMSET=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_SYSCTL=1 -DHAVE_ABORT=1 -DHAVE_PROFILE=1 -DHAVE_CURSES_H=1 -I. -I../../libs/libXP -I../../libs/libMex -I../../libs/libMatC -DQT_SHARED -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtCore -I/usr/loc
 al/include/qt4/QtGui -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSvg    -O2 -fno-strict-aliasing -pipe -I/usr/local/include  -I/usr/local/include/suitesparse   -O2 -fno-strict-aliasing -pipe -MT Array.o -MD -MP -MF .deps/Array.Tpo -c -o Array.o Array.cpp
In file included from Context.hpp:24,
                 from Interpreter.hpp:24,
                 from Array.cpp:25:
Scope.hpp: In member function 'void Scope::deleteGlobalVariablePointer(std::string)':
Scope.hpp:208: error: no matching function for call to 'find(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::string&)'
Scope.hpp: In member function 'void Scope::deletePersistentVariablePointer(std::string)':
Scope.hpp:245: error: no matching function for call to 'find(__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::string&)'
Array.cpp: In member function 'std::string Array::getContentsAsStringUpper() const':
Array.cpp:3836: error: 'transform' is not a member of 'std'
gmake[3]: *** [Array.o] Error 1
gmake[3]: Leaving directory `/work/a/ports/math/freemat/work/FreeMat-3.6/libs/libFreeMat'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/work/a/ports/math/freemat/work/FreeMat-3.6/libs/libFreeMat'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/work/a/ports/math/freemat/work/FreeMat-3.6/libs'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /a/ports/math/freemat.
================================================================
build of /usr/ports/math/freemat ended at Sat Feb  7 16:07:45 UTC 2009

The tarballed WRKDIR can be found here:
http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/FreeMat-3.6_3.tbz

PortsMon page for the port:
http://portsmon.freebsd.org/portoverview.py?category=math&portname=freemat

The build which triggered this BotMail was done under
tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64
with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the
"official" up-to-date Ports Tree, with the following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.

A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> itetcu at FreeBSD.org, PGP Key ID 057E9F8B493A297B



More information about the freebsd-ports mailing list