Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Error while building with Intel MKL #2

Closed
manojgopal opened this issue Sep 6, 2016 · 9 comments
Closed

Error while building with Intel MKL #2

manojgopal opened this issue Sep 6, 2016 · 9 comments

Comments

@manojgopal
Copy link

I got below errors when I tried to build Intel Caffe with Ubuntu 14.04.

CPU_ONLY := 1
BLAS := mkl

/usr/bin/ld: .build_release/src/caffe/internode/guaranteed_comm.o: relocation R_X86_64_TPOFF32 against `boost::asio::detail::keyword_tss_ptr<boost::asio::detail::call_stack<boost::asio::detail::task_io_service, boost::asio::detail::task_io_service_thread_info>::context>::value_' can not be used when making a shared object; recompile with -fPIC
.build_release/src/caffe/internode/guaranteed_comm.o: error adding symbols: Bad value
collect2: ld returned 1 exit status
make: *** [.build_release/lib/libcaffe.so.1.0.0-rc3] Error 1

@jczaja
Copy link
Contributor

jczaja commented Sep 8, 2016

Thanks very much for reporting the problem. It is caused by legacy code of Multi Node that we are working on to be removed. We will let you know as soon as it is fixed.

@jashwantraj92
Copy link

is this problem fixed.? i have the same issue as well. can I install it by forcing to single node?

@jdukat
Copy link

jdukat commented Oct 3, 2016

ETA for fix release is next week.

@cloudswenable
Copy link

I found this issue is still not been fixed? do u have any plan to fixed it?

@jczaja
Copy link
Contributor

jczaja commented Oct 13, 2016

We have just pushed some changes, so Please sync and try again. Let us know if issue is gone.

@jdukat
Copy link

jdukat commented Oct 21, 2016

@manojgopal we will close this issue within next few days unless we hear from you that the problem still exists.

@pnoga
Copy link
Contributor

pnoga commented Oct 25, 2016

closing issue as fixed

@pnoga pnoga closed this as completed Oct 25, 2016
@lz1313
Copy link

lz1313 commented Nov 14, 2016

/usr/bin/ld: .build_release/src/caffe/multinode/SynchronousNode.o: relocation R_X86_64_TPOFF32 against `boost::asio::detail::keyword_tss_ptr<boost::asio::detail::call_stack<boost::asio::detail::task_io_service, boost::asio::detail::task_io_service_thread_info>::context>::value_' can not be used when making a shared object; recompile with -fPIC
.build_release/src/caffe/multinode/SynchronousNode.o: could not read symbols: Bad value

Updated, reset, re-compiled, same story

@mblokker
Copy link

/usr/bin/ld: .build_release/src/caffe/multinode/DataServer.o: relocation R_X86_64_TPOFF32 against `_ZN5boost4asio6detail15keyword_tss_ptrINS1_10call_stackINS1_15task_io_serviceENS1_27task_io_service_thread_infoEE7contextEE6value_E' can not be used when making a shared object; recompile with -fPIC
.build_release/src/caffe/multinode/DataServer.o: could not read symbols: Bad value

Having similar troubles :)

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

No branches or pull requests

8 participants