On 2017/07/28 19:02, Sebastien Marie wrote: > On Fri, Jul 28, 2017 at 01:58:06PM +0100, Stuart Henderson wrote: > > Excerpt from the logs below, URLs to full logs included next to the excerpt. > > > > textproc/ripgrep ld.so: rustc: can't load library > > 'libestdc++.so.17.1' > > > > It should be a missing RUN_DEPENDS on lang/rust to ${MODGCC4_CPPLIBDEP} > (lang/gcc/4.9,-libs>=4.9,<4.10) > > I will address it with the update of 1.19.0. > > Thanks. > -- > Sébastien Marie >
Ah, this will be because of my mistake with COMPILER_LIBCXX in rust WANTLIB so it should be fixed already. This dependency is already in LIB_DEPENDS (it doesn't need to come from RUN_DEPENDS), but that will have been stripped as there was no matching WANTLIB entry. Thanks!