Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2016 14:43:42 +0200
From:      Bernt Hansson <bah@bananmonarki.se>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, jylefort@freebsd.org
Subject:   Re: Build error (CGAL)
Message-ID:  <3ee39839-0d5a-4765-c220-dbf5a29f0716@bananmonarki.se>
In-Reply-To: <6f9b5641-a232-af6e-0e12-534f7d0fe613@bananmonarki.se>
References:  <6f9b5641-a232-af6e-0e12-534f7d0fe613@bananmonarki.se>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, this is the uname -a

FreeBSD testbox.news4all.se 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 #0: 
Sat May 28 12:23:44 UTC 2016 
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

On 2016-08-12 14:07, Bernt Hansson wrote:
> 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
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ee39839-0d5a-4765-c220-dbf5a29f0716>