Build of ptex with vanilla toolchain

The build took 00h 00m 47s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
15,569 cpp
144 makefile
34 python
15,747 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ptex 2.0.62-2 (Wed Aug 24 12:56:18 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# make -C ptex INSTALLDIR=../../install LIBDIR=lib
# make[1]: Entering directory '/tmp/ptex/src/ptex-2.0.62/src/ptex'
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexCache.o PtexCache.cpp
# ar rv libPtex.a PtexCache.o
# ar: creating libPtex.a
# a - PtexCache.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexFilters.o PtexFilters.cpp
# ar rv libPtex.a PtexFilters.o
# a - PtexFilters.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexHalf.o PtexHalf.cpp
# ar rv libPtex.a PtexHalf.o
# a - PtexHalf.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexReader.o PtexReader.cpp
# ar rv libPtex.a PtexReader.o
# a - PtexReader.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexSeparableFilter.o PtexSeparableFilter.cpp
# ar rv libPtex.a PtexSeparableFilter.o
# a - PtexSeparableFilter.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexSeparableKernel.o PtexSeparableKernel.cpp
# ar rv libPtex.a PtexSeparableKernel.o
# a - PtexSeparableKernel.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexTriangleFilter.o PtexTriangleFilter.cpp
# ar rv libPtex.a PtexTriangleFilter.o
# a - PtexTriangleFilter.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexTriangleKernel.o PtexTriangleKernel.cpp
# ar rv libPtex.a PtexTriangleKernel.o
# a - PtexTriangleKernel.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexUtils.o PtexUtils.cpp
# ar rv libPtex.a PtexUtils.o
# a - PtexUtils.o
# g++ -Wall -pedantic -W -std=c++98 -O2 -DNDEBUG -I. -fPIC -c -o PtexWriter.o PtexWriter.cpp
# ar rv libPtex.a PtexWriter.o
# a - PtexWriter.o
# g++ -shared -o libPtex.so PtexCache.o PtexFilters.o PtexHalf.o PtexReader.o PtexSeparableFilter.o PtexSeparableKernel.o PtexTriangleFilter.o PtexTriangleKernel.o PtexUtils.o PtexWriter.o -lm -lz -lpthread
# cp libPtex.a ../../install/lib/libPtex.a
# cp Ptexture.h ../../install/include/Ptexture.h
# cp PtexHalf.h ../../install/include/PtexHalf.h
# cp PtexInt.h ../../install/include/PtexInt.h
# cp PtexUtils.h ../../install/include/PtexUtils.h
# cp libPtex.so ../../install/lib/libPtex.so
# make[1]: Leaving directory '/tmp/ptex/src/ptex-2.0.62/src/ptex'
# make -C utils INSTALLDIR=../../install LIBDIR=lib
# make[1]: Entering directory '/tmp/ptex/src/ptex-2.0.62/src/utils'
# fatal: Not a git repository (or any of the parent directories): .git
# fatal: Not a git repository (or any of the parent directories): .git
# fatal: Not a git repository (or any of the parent directories): .git
# g++ -Wall -W -pedantic -std=c++98 -O2 -DNDEBUG -I../ptex -fPIC -DPTEX_VER='" ()"' ptxinfo.cpp ../ptex/libPtex.a -o ptxinfo -lm -lz -lpthread
# cp ptxinfo ../../install/bin/ptxinfo
# make[1]: Leaving directory '/tmp/ptex/src/ptex-2.0.62/src/utils'
# make -C tests INSTALLDIR=../../install LIBDIR=lib
# make[1]: Entering directory '/tmp/ptex/src/ptex-2.0.62/src/tests'
# g++ -Wall -W -pedantic -std=c++98 -O2 -DNDEBUG -I../ptex -fPIC halftest.cpp ../ptex/libPtex.a -o halftest -lm -lz -lpthread
# g++ -Wall -W -pedantic -std=c++98 -O2 -DNDEBUG -I../ptex -fPIC wtest.cpp ../ptex/libPtex.a -o wtest -lm -lz -lpthread
# g++ -Wall -W -pedantic -std=c++98 -O2 -DNDEBUG -I../ptex -fPIC rtest.cpp ../ptex/libPtex.a -o rtest -lm -lz -lpthread
# g++ -Wall -W -pedantic -std=c++98 -O2 -DNDEBUG -I../ptex -fPIC ftest.cpp ../ptex/libPtex.a -o ftest -lm -lz -lpthread
# ./run_tests.py
# File "./run_tests.py", line 22
# print 'Running:', cmd
# ^
# SyntaxError: Missing parentheses in call to 'print'
# make[1]: *** [Makefile:24: tests] Error 1
# make[1]: Leaving directory '/tmp/ptex/src/ptex-2.0.62/src/tests'
# make: *** [Makefile:15: tests] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...