khizmax/libcds

Can't build on FreeBSD 10

Closed this issue · 6 comments

Hello, again!

There we have multiple issues with original FreeBSD's make.

bash build.sh -c clang -x clang
compiler version=clang 4.2.1
Building with the following options ...
Processor: amd64
Platform: freebsd
C Compiler: clang
C++ Compiler: clang
C++ Compiler version: 4.2.1
Bits to build: 0
Compile options:  -m64 -fPIC -march=native  -I 
Link options:  -m64 -fPIC 
Link options (for test cds-unit app):  -m64 -fPIC 
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
LD_LIBRARY_PATH=
BIN_PATH=../bin/clang-amd64-freebsd-0
OBJ_PATH=../obj/clang-amd64-freebsd-0
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Build started
---------------------------------
Make debug library
make: "/usr/local/src/libcds/build/Makefile" line 14: Missing dependency operator
make: "/usr/local/src/libcds/build/Makefile" line 20: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 21: Missing dependency operator
make: "/usr/local/src/libcds/build/Makefile" line 24: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 27: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 30: Need an operator
make: "../projects/../projects/source.libcds.mk" line 2: Need an operator
make: "../projects/../projects/source.libcds.mk" line 3: Need an operator
make: "../projects/../projects/source.libcds.mk" line 4: Need an operator
make: "../projects/../projects/source.libcds.mk" line 5: Need an operator
make: "../projects/../projects/source.libcds.mk" line 6: Need an operator
make: "../projects/../projects/source.libcds.mk" line 7: Need an operator
make: "../projects/../projects/source.libcds.mk" line 8: Need an operator
make: "../projects/../projects/source.libcds.mk" line 9: Need an operator
make: "../projects/../projects/source.libcds.mk" line 10: Need an operator
make: "../projects/../projects/source.libcds.mk" line 11: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 49: Missing dependency operator
make: "/usr/local/src/libcds/build/Makefile" line 52: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 53: Missing dependency operator
make: "/usr/local/src/libcds/build/Makefile" line 56: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 59: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 60: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 65: Missing dependency operator
make: "/usr/local/src/libcds/build/Makefile" line 78: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 92: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 175: Missing dependency operator
make: "/usr/local/src/libcds/build/Makefile" line 179: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 181: warning: duplicate script for target "make_test" ignored
make: "/usr/local/src/libcds/build/Makefile" line 178: warning: using previous script for "make_test" defined here
make: "/usr/local/src/libcds/build/Makefile" line 182: warning: duplicate script for target "make_test" ignored
make: "/usr/local/src/libcds/build/Makefile" line 178: warning: using previous script for "make_test" defined here
make: "/usr/local/src/libcds/build/Makefile" line 183: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 224: Missing dependency operator
make: "/usr/local/src/libcds/build/Makefile" line 228: Need an operator
make: "/usr/local/src/libcds/build/Makefile" line 230: warning: duplicate script for target "make_debug_test" ignored
make: "/usr/local/src/libcds/build/Makefile" line 227: warning: using previous script for "make_debug_test" defined here
make: "/usr/local/src/libcds/build/Makefile" line 231: warning: duplicate script for target "make_debug_test" ignored
make: "/usr/local/src/libcds/build/Makefile" line 227: warning: using previous script for "make_debug_test" defined here
make: "/usr/local/src/libcds/build/Makefile" line 232: Need an operator
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/local/src/libcds/build

Please, try to use gmake instead of make on FreeBSD:
./build.sh --with-make gmake

btw, please add exec flag for build.sh.

ls -la build.sh 
-rw-r--r--  1 root  wheel  14881 Mar  5 23:07 build.sh

Yes, already in master repo

Thanks, I run following:

bash build.sh -c clang -x clang --with-boost /usr/local/include -j 8 -l "-L/usr/local/lib" -b 64 --with-make gmake

Wait for compilation...

Finished with new error:

bash build.sh -c clang -x clang --with-boost /usr/local/include -j 8 -l "-L/usr/local/lib" -b 64 --with-make gmake
compiler version=clang 4.2.1
Building with the following options ...
Processor: amd64
Platform: freebsd
C Compiler: clang
C++ Compiler: clang
C++ Compiler version: 4.2.1
Bits to build: 64
Compile options:  -m64 -fPIC -march=native  -I/usr/local/include 
Link options:  -L/usr/local/lib -m64 -fPIC 
Link options (for test cds-unit app):  -L/usr/local/lib -m64 -fPIC 
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
LD_LIBRARY_PATH=
BIN_PATH=../bin/clang-amd64-freebsd-64
OBJ_PATH=../obj/clang-amd64-freebsd-64
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Build started
---------------------------------
Make debug library
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/hp_gc.o ../src/hp_gc.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/init.o ../src/init.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/dhp_gc.o ../src/dhp_gc.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/urcu_gp.o ../src/urcu_gp.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/urcu_sh.o ../src/urcu_sh.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/michael_heap.o ../src/michael_heap.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/topology_hpux.o ../src/topology_hpux.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/topology_linux.o ../src/topology_linux.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/topology_osx.o ../src/topology_osx.cpp
clang -std=c++11 -c  -D_DEBUG -O0 -g  -m64 -fPIC -march=native  -I/usr/local/include  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 -I..  -o ../obj/clang-amd64-freebsd-64/debug/dllmain.o ../src/dllmain.cpp
clang  -L/usr/local/lib -shared  -m64 -fPIC    ../obj/clang-amd64-freebsd-64/debug/hp_gc.o ../obj/clang-amd64-freebsd-64/debug/init.o ../obj/clang-amd64-freebsd-64/debug/dhp_gc.o ../obj/clang-amd64-freebsd-64/debug/urcu_gp.o ../obj/clang-amd64-freebsd-64/debug/urcu_sh.o ../obj/clang-amd64-freebsd-64/debug/michael_heap.o ../obj/clang-amd64-freebsd-64/debug/topology_hpux.o ../obj/clang-amd64-freebsd-64/debug/topology_linux.o ../obj/clang-amd64-freebsd-64/debug/topology_osx.o ../obj/clang-amd64-freebsd-64/debug/dllmain.o -o libcds-debug.so.2.1.0 -lpthread -ldl -lstdc++
/usr/bin/ld: cannot find -ldl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:80: recipe for target 'libcds-debug.so.2.1.0' failed
gmake: *** [libcds-debug.so.2.1.0] Error 1

Looks like -ldl is useless for FreeBSD (according to this https://forums.freebsd.org/threads/usr-bin-ld-cannot-find-ldl.5799/). I tried to remove it from build.sh and build proceed without errors.

Win! Compiled correctly! Thank you!

 ls -la bin/clang-amd64-freebsd-64/
total 299088
drwxr-xr-x  2 root  wheel        512 Mar 17 18:54 .
drwxr-xr-x  5 root  wheel        512 Mar  5 23:57 ..
-rwxr-xr-x  1 root  wheel   70411510 Mar 17 18:54 cdsu-map
-rwxr-xr-x  1 root  wheel     717205 Mar 17 18:54 cdsu-misc
-rwxr-xr-x  1 root  wheel    4040810 Mar 17 18:54 cdsu-pqueue
-rwxr-xr-x  1 root  wheel    9260364 Mar 17 18:54 cdsu-queue
-rwxr-xr-x  1 root  wheel   28914836 Mar 17 18:54 cdsu-set
-rwxr-xr-x  1 root  wheel    3410257 Mar 17 18:54 cdsu-stack
lrwxr-xr-x  1 root  wheel         56 Mar 17 18:54 dictionary.txt -> /usr/local/src/libcds/build/../tests/data/dictionary.txt
lrwxr-xr-x  1 root  wheel         21 Mar 17 18:42 libcds-debug.so -> libcds-debug.so.2.1.0
-rwxr-xr-x  1 root  wheel     467939 Mar 17 18:42 libcds-debug.so.2.1.0
lrwxr-xr-x  1 root  wheel         15 Mar 17 18:42 libcds.so -> libcds.so.2.1.0
-rwxr-xr-x  1 root  wheel      37852 Mar 17 18:42 libcds.so.2.1.0
lrwxr-xr-x  1 root  wheel         57 Mar 17 18:54 test-debug.conf -> /usr/local/src/libcds/build/../tests/data/test-debug.conf
-rwxr-xr-x  1 root  wheel  188529565 Mar 17 17:57 test-hdr
lrwxr-xr-x  1 root  wheel         51 Mar 17 18:54 test.conf -> /usr/local/src/libcds/build/../tests/data/test.conf