tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: libreoffice gcc build issue
On Mon, Mar 11, 2024 at 08:20:06AM +0100, Martin Husemann wrote:
> Sounds like various gcc versions are involved and that sounds bad. Any ideas?
Worse: it is pkgsrc' gcc10/gcc12 colliding with base gcc (and older base gcc
libs still present in the installed system).
Why do the shared lib version numbers not match (or are otherwise better
isolated?)
/usr/pkg/gcc12/lib/libstdc++.la as well as /usr/pkg/gcc10/lib/libstdc++.la
have dlname='libstdc++.so.7'
This can't be right itself, or are they really binary compatible?
Base gcc 10 uses libstdc++.so.9. libstdc++.so.7 was used in base in netbsd-8
times (gcc 4.8).
Martin
Home |
Main Index |
Thread Index |
Old Index