Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runme.sh fails with missing libraries errors #1

Closed
vnd opened this issue Aug 27, 2019 · 4 comments
Closed

runme.sh fails with missing libraries errors #1

vnd opened this issue Aug 27, 2019 · 4 comments

Comments

@vnd
Copy link
Contributor

vnd commented Aug 27, 2019

I've tried to execute runme.sh and it fails with the same errors on Ubuntu 16.04 and Ubuntu 18.04 (if host system matters at all).
Note: I supposed that runme.sh is what is supposed to be executed, would be nice to add it to README if that's the case.

/home/pycat
/home/pycat/.abuild
/home/pycat/.abuild/pycat-5d64fa91.rsa
/home/pycat/.abuild/abuild.conf
/home/pycat/.abuild/pycat-5d64fa91.rsa.pub
/home/pycat/packages
/home/pycat/packages/pycat
/home/pycat/packages/pycat/x86_64
/home/pycat/packages/pycat/x86_64/APKINDEX.tar.gz
/home/pycat/packages/pycat/x86_64/rlwrap-doc-0.43-r0.apk
/home/pycat/packages/pycat/x86_64/rlwrap-0.43-r0.apk
/home/pycat/rlwrap
/home/pycat/rlwrap/APKBUILD
/home/pycat/pycat
(1/1) Installing rlwrap (0.43-r0)
Executing busybox-1.30.1-r2.trigger
OK: 527 MiB in 102 packages
Removing intermediate container 4cd0ab33579e
 ---> 98bfdc32e770
Step 17/17 : CMD cd pycat/mapper && make test && cd .. && ./start_client.sh
 ---> Running in 37380cfd1509
Removing intermediate container 37380cfd1509
 ---> e247208f40f1
Successfully built e247208f40f1
Successfully tagged pycat:latest
g++ -isystem /usr/include/python3.6m -c -std=c++14 -fPIC -Wall -Wextra -g -O0 -fmax-errors=1 -Winvalid-pch -o test_pch.hpp.gch test_pch.hpp
g++ -isystem /usr/include/python3.6m -c -std=c++14 -fPIC -Wall -Wextra -g -O0 -fmax-errors=1 -Winvalid-pch -o test.o test.cpp
g++ -isystem /usr/include/python3.6m -c -std=c++14 -fPIC -Wall -Wextra -g -O0 -fmax-errors=1 -Winvalid-pch -o mapper_pch.hpp.gch mapper_pch.hpp
g++ -isystem /usr/include/python3.6m -c -std=c++14 -fPIC -Wall -Wextra -g -O0 -fmax-errors=1 -Winvalid-pch -o mapper.o mapper.cpp
g++ -shared -o libmapper.so mapper.o
g++ -o unittest test.o -Wl,-rpath=`pwd` -L`pwd` -lmapper -lboost_unit_test_framework -lboost_serialization -lboost_python3 -lpython3.6m
**/usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lboost_python3
/usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lpython3.6m**
collect2: error: ld returned 1 exit status
make: *** [Makefile:35: unittest] Error 1

@cizra
Copy link
Owner

cizra commented Aug 27, 2019 via email

@vnd
Copy link
Contributor Author

vnd commented Aug 27, 2019

~ $ ls -al /usr/lib/libboost_python*
lrwxrwxrwx    1 root     root            27 Aug 27 09:36 /usr/lib/libboost_python27.so -> libboost_python27.so.1.69.0
-rwxr-xr-x    1 root     root        267728 May  3 21:13 /usr/lib/libboost_python27.so.1.69.0
lrwxrwxrwx    1 root     root            27 Aug 27 09:36 /usr/lib/libboost_python37.so -> libboost_python37.so.1.69.0
-rwxr-xr-x    1 root     root        259536 May  3 21:13 /usr/lib/libboost_python37.so.1.69.0

@cizra
Copy link
Owner

cizra commented Aug 27, 2019 via email

@vnd vnd mentioned this issue Sep 7, 2019
@vnd vnd closed this as completed Sep 16, 2019
@cizra
Copy link
Owner

cizra commented Mar 17, 2020

@vnd removed the C++ bits. I suppose pathfinding now takes 2µs instead of 2ns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants