Wednesday, September 28, 2022

Re: [update] net/synapse 1.68.0 | devel/matrix-common-1.3.0

On 2022/09/28 16:02, Sebastien Marie wrote:
> > > 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
> > >
> >
> > I think it specifically needs "c c++abi", on sparc64 COMPILER_LIBCXX
> > will point at GCC libs and we needs the clang ones here. Same for other
> > rust ports (bat, etc)
> >
>
> hum, it seems COMPILER_LIBCXX is right even for sparc64.
>
> on sparc64, devel/llvm is linked against estdc++. as rustc uses the devel/llvm
> libraries, it is using also estdc++. so COMPILER_LIBCXX is the right thing to
> use here.

Oh, perhaps it's the other ports which are wrong on sparc64 then...

No comments:

Post a Comment