<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">The build for submission jsonnet <<a href="https://github.com/macports/macports-ports/pull/5862" class="">https://github.com/macports/macports-ports/pull/5862</a>> is failing with error:</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><pre class="linenums prettyprint" style="font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; margin-top: 0px; margin-bottom: 0px; padding: 20px; caret-color: rgb(85, 85, 85); color: rgb(85, 85, 85); font-size: 16px; background-color: rgb(248, 248, 248);">Undefined symbols for architecture x86_64</pre></blockquote><div class=""><br class=""></div></div><div class="">I don’t know how to address this and would appreciate any help—this is a necessary dependency in a larger NLP transformer port.</div><div class=""><br class=""></div><div class="">Casting around the internet, others are reporting similar errors, along with some hacky fixes that don’t work here:</div><div class=""><ul class=""><li class=""><a href="https://github.com/anguslees/rust-jsonnet/issues/2" class="">https://github.com/anguslees/rust-jsonnet/issues/2</a></li><li class=""><a href="https://github.com/nlohmann/json/issues/285#issuecomment-348090484" class="">https://github.com/nlohmann/json/issues/285#issuecomment-348090484</a></li></ul></div><div class="">My best guess now is that it’s some MacPorts compile- or link-time flag setting that’s causing this issue.</div><div class=""><br class=""></div><div class="">See the entire build log at: <a href="https://paste.macports.org/db560da152fd" class="">https://paste.macports.org/db560da152fd</a></div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">Undefined symbols for architecture x86_64:</div><div class="">  "_jsonnet_destroy", referenced from:</div><div class="">      jsonnet::Jsonnet::~Jsonnet() in libjsonnet++.cpp.o</div><div class="">      jsonnet::Jsonnet::~Jsonnet() in libjsonnet++.cpp.o</div><div class="">  "_jsonnet_evaluate_file", referenced from:</div><div class="">      jsonnet::Jsonnet::evaluateFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libjsonnet++.cpp.o</div>…</blockquote><br class=""></div><div class=""><br class=""></div></body></html>