From owner-freebsd-questions@freebsd.org Fri Aug 12 12:43:47 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 341E3BB6B6C for ; Fri, 12 Aug 2016 12:43:47 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1CBC1DA4; Fri, 12 Aug 2016 12:43:46 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id u7CChgN4021224; Fri, 12 Aug 2016 14:43:43 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: Build error (CGAL) To: "freebsd-questions@freebsd.org" , jylefort@freebsd.org References: <6f9b5641-a232-af6e-0e12-534f7d0fe613@bananmonarki.se> From: Bernt Hansson Message-ID: <3ee39839-0d5a-4765-c220-dbf5a29f0716@bananmonarki.se> Date: Fri, 12 Aug 2016 14:43:42 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6f9b5641-a232-af6e-0e12-534f7d0fe613@bananmonarki.se> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2016 12:43:47 -0000 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 > >