You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to compile marianMT on a docker container with this nvcr image nvcr.io/nvidia/pytorch:21.12-py3
and it seems the 3rd party pathie library is making all marian executables fail to link because of the following error:
/usr/bin/ld: ../libmarian.a(pathie.cpp.o): in function `Pathie::convert_encodings(char const*, char const*, std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)':
/marian/src/3rd_party/pathie-cpp/src/pathie.cpp:121: undefined reference to `libiconv_open'
/usr/bin/ld: /marian/src/3rd_party/pathie-cpp/src/pathie.cpp:152: undefined reference to `libiconv'
/usr/bin/ld: /marian/src/3rd_party/pathie-cpp/src/pathie.cpp:161: undefined reference to `libiconv_close'
How to reproduce
Pull the nvcr image nvcr.io/nvidia/pytorch:21.12-py3 and install all dependencies.
Bug description
I have been trying to compile marianMT on a docker container with this nvcr image
nvcr.io/nvidia/pytorch:21.12-py3
and it seems the 3rd party pathie library is making all marian executables fail to link because of the following error:
How to reproduce
Pull the nvcr image
nvcr.io/nvidia/pytorch:21.12-py3
and install all dependencies.Context
--build-info all
The dependency install for docker is based strongly on this repo
The text was updated successfully, but these errors were encountered: