Re: [oi-dev] libstdc++.so version

2022-09-14 Thread Joshua M. Clulow via oi-dev
On Wed, 14 Sept 2022 at 09:29, Andreas Wacknitz  wrote:
> > # pkg contents -r system/library/g++-4-runtime | grep libstdc++
> > usr/lib/amd64/libstdc++.so
> > usr/lib/amd64/libstdc++.so.6
> > usr/lib/amd64/libstdc++.so.6.0.20
> > usr/lib/libstdc++.so
> > usr/lib/libstdc++.so.6
> > usr/lib/libstdc++.so.6.0.20
> > #
> >
> Yes, I sometimes forget about this old version. I want to get rid of it
> but alas rustup is using this version.

Rustup does not use the dynamic libstdc++, it uses these:

/usr/lib/64/libssp.so.0
/usr/lib/64/libgcc_s.so.1

As far as I know, libgcc_s.so.1 and libssp.so.0 are generally
backwards compatible, so it seems like it would be fine to ship a
mediated symlink for those paths into /usr/gcc/7/lib/amd64 or
whatever.

The only reason we use the "system/library/g++-4-runtime" package at
all for Rustup is that libssp.so.0 is shipped in that package by
mistake, rather than in "gcc-4-runtime", even though it's not really a
C++ thing.


Cheers.

-- 
Joshua M. Clulow
http://blog.sysmgr.org

___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] libstdc++.so version

2022-09-14 Thread Andreas Wacknitz



Am 14.09.22 um 17:34 schrieb Marcel Telka:

On Wed, Sep 14, 2022 at 05:17:05PM +0200, Andreas Wacknitz wrote:

Am 14.09.22 um 16:49 schrieb Alexander Jung:

Hello,

what version of libstdc++.so should be in current OI under
/usr/lib/amd64 ?


None. libstdc++.so are under /usr/gcc//lib/ (32 bit) and
/usr/gcc//lib/amd64/ (64 bit), eg.
/usr/gcc/10/lib/amd64/libstdc++.so.

... with one exception: system/library/g++-4-runtime

# pkg contents -r system/library/g++-4-runtime | grep libstdc++
usr/lib/amd64/libstdc++.so
usr/lib/amd64/libstdc++.so.6
usr/lib/amd64/libstdc++.so.6.0.20
usr/lib/libstdc++.so
usr/lib/libstdc++.so.6
usr/lib/libstdc++.so.6.0.20
#


Yes, I sometimes forget about this old version. I want to get rid of it
but alas rustup is using this version.

___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] libstdc++.so version

2022-09-14 Thread Marcel Telka
On Wed, Sep 14, 2022 at 05:17:05PM +0200, Andreas Wacknitz wrote:
> 
> Am 14.09.22 um 16:49 schrieb Alexander Jung:
> > 
> > Hello,
> > 
> > what version of libstdc++.so should be in current OI under
> > /usr/lib/amd64 ?
> > 
> None. libstdc++.so are under /usr/gcc//lib/ (32 bit) and
> /usr/gcc//lib/amd64/ (64 bit), eg.
> /usr/gcc/10/lib/amd64/libstdc++.so.

... with one exception: system/library/g++-4-runtime

# pkg contents -r system/library/g++-4-runtime | grep libstdc++
usr/lib/amd64/libstdc++.so
usr/lib/amd64/libstdc++.so.6
usr/lib/amd64/libstdc++.so.6.0.20
usr/lib/libstdc++.so
usr/lib/libstdc++.so.6
usr/lib/libstdc++.so.6.0.20
#

-- 
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|homepage: http://telka.sk/ |
+---+

___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] libstdc++.so version

2022-09-14 Thread Andreas Wacknitz


Am 14.09.22 um 16:49 schrieb Alexander Jung:


Hello,

what version of libstdc++.so should be in current OI under
/usr/lib/amd64 ?


None. libstdc++.so are under /usr/gcc//lib/ (32 bit) and
/usr/gcc//lib/amd64/ (64 bit), eg.
/usr/gcc/10/lib/amd64/libstdc++.so.

Andreas



Best regards,
Alex

--
*s c i ls e t*
Alexander Jung
Sohlberg 5
77883 Ottenhöfen

*MOBIL:* (0 17 6) 47 16 6195
*E-MAIL:* a.j...@scilset.de 
*INTERNET:* www.scilset.de 

___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


[oi-dev] libstdc++.so version

2022-09-14 Thread Alexander Jung

Hello,

what version of libstdc++.so should be in current OI under /usr/lib/amd64 ?

Best regards,
Alex

--
*s c i ls e t*
Alexander Jung
Sohlberg 5
77883 Ottenhöfen

*MOBIL:* (0 17 6) 47 16 6195
*E-MAIL:* a.j...@scilset.de 
*INTERNET:* www.scilset.de ___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev