waarmond

Results 17 comments of waarmond

@Jontyshaw libstdc++.so.6 is part of gcc-libs

Error still present: ``` [ 76%] Building CXX object src/formats/CMakeFiles/cdxmlformat.dir/xml/cdxmlformat.cpp.o [ 76%] Linking CXX shared module ../../lib/xtcformat.so mold: error: undefined symbol: xdr_opaque >>> referenced by xtcformat.cpp >>> CMakeFiles/xtcformat.dir/xtcformat.cpp.o:(OpenBabel::XTCFormat::xdr3dfcoord(__rpc_xdr*, float*, int*,...

I've actually been executing _bash autogen.sh_, just omitted it in my post: ``` ./autogen.sh ./configure \ --prefix='/usr' \ --disable-static \ --with-icu-config='/usr/bin/icu-config' LC_ALL=C make ``` ``` Raptor build summary: RDF parsers...

autogen output: https://pastebin.com/MbUuzqZs adding _--enable-maintainer-mode_ to ./configure fixed my problem!

Ninja build. How sad: `[1872/1872] Linking CXX executable motis` ``` [..] /usr/bin/ld: deps/nigiri/libnigiri.a(init_finish.cc.o): in function `tbb::detail::d1::task_group_context::~task_group_context()': init_finish.cc:(.text._ZN3tbb6detail2d118task_group_contextD2Ev[_ZN3tbb6detail2d118task_group_contextD5Ev]+0x16): undefined reference to `tbb::detail::r1::destroy(tbb::detail::d1::task_group_context&)' ``` Could this be a OneTBB 2019 [vs](https://gitlab.archlinux.org/archlinux/packaging/packages/usd/-/blob/main/usd-tbb.patch?ref_type=heads) 2021...

You are using TBB 2020 Update 2; there have been breaking changes to task_group_context since. Sorry for asking so much: Is motis doing a static build?

What about looking in the current directory if GSTORE_HOME is unset? I've got another question: Where may I find the testing data? * Generate LUBM500M from https://github.com/wouterbeek/lubm ? * for...