Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 15:59:11 +0000
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
Message-ID:  <bug-220182-13-Sjx4Ftig5T@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220182-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220182-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220182-13-Sjx4Ftig5T>