From owner-freebsd-ports-bugs@freebsd.org Mon Jun 26 15:59:11 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 106CBD8AB00 for ; Mon, 26 Jun 2017 15:59:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9C967E481 for ; Mon, 26 Jun 2017 15:59:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v5QFxAIq020276 for ; Mon, 26 Jun 2017 15:59:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220182] math/saga: Fails to package, libio_shapes_las.so: No such file or directory Date: Mon, 26 Jun 2017 15:59:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjachuf@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 15:59:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220182 --- Comment #7 from jjachuf@gmail.com --- Hi Rainer # make MAKE_JOBS_UNSAFE=3Dyes After almost 1 hour of compiling this error occurs: ... ... libtool: compile: clang++40 -DHAVE_CONFIG_H -I. -I../../../.. -I/usr/local/include -isystem /usr/local/include -fPIC -I../../../../src/saga_core -D_SAGA_LINUX -D_TYPEDEF_BYTE -D_TYPEDEF_WORD -D_SAGA_UNICODE -fopenmp -lgomp -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=3D= c++11 -MT las_export.lo -MD -MP -MF .deps/las_export.Tpo -c las_export.cpp -fPIC -DPIC -o .libs/las_export.o clang-4.0: warning: -lgomp: 'linker' input unused [-Wunused-command-line-argument] las_export.cpp:340:12: error: non-pointer operand type 'double' incompatible with nullptr x < xmin ? xmin =3D x : NULL; ^ ~~~~~~~~ las_export.cpp:341:12: error: non-pointer operand type 'double' incompatible with nullptr x > xmax ? xmax =3D x : NULL; ^ ~~~~~~~~ las_export.cpp:342:12: error: non-pointer operand type 'double' incompatible with nullptr y < ymin ? ymin =3D y : NULL; ^ ~~~~~~~~ las_export.cpp:343:12: error: non-pointer operand type 'double' incompatible with nullptr y > ymax ? ymax =3D y : NULL; ^ ~~~~~~~~ las_export.cpp:344:12: error: non-pointer operand type 'double' incompatible with nullptr z < zmin ? zmin =3D z : NULL; ^ ~~~~~~~~ las_export.cpp:345:12: error: non-pointer operand type 'double' incompatible with nullptr z > zmax ? zmax =3D z : NULL; ^ ~~~~~~~~ 6 errors generated. *** Error code 1 Stop. make[7]: stopped in /usr/ports/math/saga/work/saga-4.1.0/src/tools/io/io_shapes_las *** Error code 1 Stop. make[6]: stopped in /usr/ports/math/saga/work/saga-4.1.0/src/tools/io *** Error code 1 Stop. make[5]: stopped in /usr/ports/math/saga/work/saga-4.1.0/src/tools *** Error code 1 Stop. make[4]: stopped in /usr/ports/math/saga/work/saga-4.1.0/src *** Error code 1 Stop. make[3]: stopped in /usr/ports/math/saga/work/saga-4.1.0 *** Error code 1 Stop. make[2]: stopped in /usr/ports/math/saga/work/saga-4.1.0 *** Error code 1 Stop. make[1]: stopped in /usr/ports/math/saga *** Error code 1 Stop. make: stopped in /usr/ports/math/saga --=20 You are receiving this mail because: You are the assignee for the bug.=