Le Wed, Sep 28, 2022 at 01:26:29PM +0200, Renaud Allard a écrit :
> 
> 
> On 9/28/22 13:07, Stuart Henderson wrote:
> > As things stand, by having this RDEP you're pulling in the rust compiler
> > as a run dependency, as well as setuptools_rust itself, setuptools, and
> > a few others. (Maybe I can move setuptools_rust's RDEP on lang/rust
> > now that we're not trying to build cryptography on !rust archs, I'll
> > take a look).
> > 
> > Anyway I would try patching out that line in pyproject.toml, it shouldn't
> > affect anything else and will cut the run deps down by a reasonable amount.
> > 
> 
> Here it is with setuptools_rust removed from the runtime deps.
> It runs fine here so far.

since there's some binary being built WANTLIB needs updating:

synapse-1.68.0(net/synapse):
Missing: c++abi.6 
(/usr/local/lib/python3.9/site-packages/synapse/synapse_rust.abi3.so) (system 
lib)
Missing: c.96 
(/usr/local/lib/python3.9/site-packages/synapse/synapse_rust.abi3.so) (system 
lib)
WANTLIB += c c++abi

so WANTLIB +=   ${COMPILER_LIBCXX} ?

Landry

Reply via email to