[Bug 220182] math/saga: Fails to package, libio_shapes_las.so: No such file or directory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 26 15:59:11 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220182

--- Comment #7 from jjachuf at gmail.com ---
Hi Rainer

# make MAKE_JOBS_UNSAFE=yes

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=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 = x : NULL;
                         ^ ~~~~~~~~
las_export.cpp:341:12: error: non-pointer operand type 'double' incompatible
      with nullptr
                x > xmax ? xmax = x : NULL;
                         ^ ~~~~~~~~
las_export.cpp:342:12: error: non-pointer operand type 'double' incompatible
      with nullptr
                y < ymin ? ymin = y : NULL;
                         ^ ~~~~~~~~
las_export.cpp:343:12: error: non-pointer operand type 'double' incompatible
      with nullptr
                y > ymax ? ymax = y : NULL;
                         ^ ~~~~~~~~
las_export.cpp:344:12: error: non-pointer operand type 'double' incompatible
      with nullptr
                z < zmin ? zmin = z : NULL;
                         ^ ~~~~~~~~
las_export.cpp:345:12: error: non-pointer operand type 'double' incompatible
      with nullptr
                z > zmax ? zmax = 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list