Date: Fri, 12 Aug 2016 14:07:49 +0200 From: Bernt Hansson <bah@bananmonarki.se> To: "freebsd-questions@freebsd.org" <freebsd-questions@FreeBSD.org>, jylefort@FreeBSD.org Subject: Build error (CGAL) Message-ID: <6f9b5641-a232-af6e-0e12-534f7d0fe613@bananmonarki.se>
index | next in thread | raw e-mail
Hello list!
Getting this error building math/cgal
-- Build files have been written to: /usr/ports/math/cgal/work/CGAL-4.8.1
===> Building for cgal-4.8.1
Scanning dependencies of target CGAL
[ 16%] Building CXX object src/CGAL/CMakeFiles/CGAL.dir/all_files.cpp.o
[ 33%] Linking CXX shared library ../../lib/libCGAL.so
[ 33%] Built target CGAL
Scanning dependencies of target CGAL_Core
[ 50%] Building CXX object
src/CGAL_Core/CMakeFiles/CGAL_Core.dir/all_files.cpp.o
Scanning dependencies of target CGAL_ImageIO
[ 66%] Building CXX object
src/CGAL_ImageIO/CMakeFiles/CGAL_ImageIO.dir/all_files.cpp.o
In file included from
/usr/ports/math/cgal/work/CGAL-4.8.1/src/CGAL_ImageIO/all_files.cpp:1:
In file included from
/usr/ports/math/cgal/work/CGAL-4.8.1/src/CGAL_ImageIO/ImageIO.cpp:25:
/usr/ports/math/cgal/work/CGAL-4.8.1/include/CGAL/ImageIO_impl.h:1479:9:
error: use of undeclared identifier 'createPgmFormat'
f = createPgmFormat();
^
/usr/ports/math/cgal/work/CGAL-4.8.1/include/CGAL/ImageIO_impl.h:1481:9:
error: use of undeclared identifier 'createPgmAscIIFormat'
f = createPgmAscIIFormat();
^
/usr/ports/math/cgal/work/CGAL-4.8.1/include/CGAL/ImageIO_impl.h:1483:9:
error: use of undeclared identifier 'createPpmFormat'
f = createPpmFormat();
^
3 errors generated.
--- src/CGAL_ImageIO/CMakeFiles/CGAL_ImageIO.dir/all_files.cpp.o ---
*** [src/CGAL_ImageIO/CMakeFiles/CGAL_ImageIO.dir/all_files.cpp.o] Error
code 1
make[4]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
1 error
make[4]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
--- src/CGAL_ImageIO/CMakeFiles/CGAL_ImageIO.dir/all ---
*** [src/CGAL_ImageIO/CMakeFiles/CGAL_ImageIO.dir/all] Error code 2
make[3]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
A failure has been detected in another branch of the parallel make
make[4]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
--- src/CGAL_Core/CMakeFiles/CGAL_Core.dir/all ---
*** [src/CGAL_Core/CMakeFiles/CGAL_Core.dir/all] Error code 2
make[3]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
2 errors
make[3]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
*** [all] Error code 2
make[2]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
1 error
make[2]: stopped in /usr/ports/math/cgal/work/CGAL-4.8.1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/math/cgal
*** Error code 1
Stop.
make: stopped in /usr/ports/math/cgal
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6f9b5641-a232-af6e-0e12-534f7d0fe613>
