Re: Looking for libraries

2017-10-14 Thread Stuart Henderson
On 2017-10-14, Nigel Taylor  wrote:
> On 10/13/17 22:09, Per-Olov Sjöholm wrote:
>> Hi
>> 
>> I just upgraded to 6.2…
>> 
>> Anyone that knows what packages I can find the following libs in:
>> libpthread.so.22.0
>> libc.so.88.0
>> libm.so.9.0
>> 
>> I used this https://beta1.bredbandskollen.se/download/bbk_cli_openbsd 
>>  on 6.0, but 
>> don’t have a copy of the “pkg_info” output from 6.0 that I used.
>> 
>> 
>> 
>> Tnx in advance
>> /Peo
>> 
>
> Any references to those libraries means the packages 
> haven't been upgraded to 6.2

bbk_cli_openbsd isn't a package, it's a third-party binary built for
OpenBSD 6.0. The people providing it should re-build for a current version
of OpenBSD, or provide source so you can build yourself (and build it for
arches other than amd64).

> $ tar -tzvf 6.0/amd64/base60.tgz ./usr/lib/lib{c,pthread,m}.so.*  
> -r--r--r--  1 root bin3355741 Mar  4  2017 ./usr/lib/libc.so.89.2

That's a later snapshot, 6.0 release was from summer 2016 and used libc.so.88.0.




Re: Looking for libraries

2017-10-13 Thread Nigel Taylor
On 10/13/17 22:09, Per-Olov Sjöholm wrote:
> Hi
> 
> I just upgraded to 6.2…
> 
> Anyone that knows what packages I can find the following libs in:
> libpthread.so.22.0
> libc.so.88.0
> libm.so.9.0
> 
> I used this https://beta1.bredbandskollen.se/download/bbk_cli_openbsd 
>  on 6.0, but don’t 
> have a copy of the “pkg_info” output from 6.0 that I used.
> 
> 
> 
> Tnx in advance
> /Peo
> 

Any references to those libraries means the packages 
haven't been upgraded to 6.2

Those libraries are not packages but part of the base install for OpenBSD,

>From my snapshots

$ tar -tzvf 6.2/amd64/base62.tgz ./usr/lib/lib{c,pthread,m}.so.*


 
-r--r--r--  1 root bin3429941 Oct  7 13:42 ./usr/lib/libc.so.90.0
-r--r--r--  1 root bin7917716 Oct  7 13:42 ./usr/lib/libc.so.90.0.a
-r--r--r--  1 root bin 589974 Oct  7 13:42 ./usr/lib/libm.so.10.0
-r--r--r--  1 root bin 119192 Oct  7 13:42 
./usr/lib/libpthread.so.24.0

$ tar -tzvf 5.9/amd64/base59.tgz ./usr/lib/lib{c,pthread,m}.so.*  
-r--r--r--  1 root bin3342333 May 10  2016 ./usr/lib/libc.so.87.0
-r--r--r--  1 root bin7851102 May 10  2016 ./usr/lib/libc.so.87.0.a
-r--r--r--  1 root bin 586370 May 10  2016 ./usr/lib/libm.so.9.0
-r--r--r--  1 root bin 168849 May 10  2016 
./usr/lib/libpthread.so.22.0

$ tar -tzvf 6.0/amd64/base60.tgz ./usr/lib/lib{c,pthread,m}.so.*  
-r--r--r--  1 root bin3355741 Mar  4  2017 ./usr/lib/libc.so.89.2
-r--r--r--  1 root bin7852606 Mar  4  2017 ./usr/lib/libc.so.89.2.a
-r--r--r--  1 root bin 588752 Mar  4  2017 ./usr/lib/libm.so.10.0
-r--r--r--  1 root bin 171878 Mar  4  2017 
./usr/lib/libpthread.so.23.0



Looking for libraries

2017-10-13 Thread Per-Olov Sjöholm
Hi

I just upgraded to 6.2…

Anyone that knows what packages I can find the following libs in:
libpthread.so.22.0
libc.so.88.0
libm.so.9.0

I used this https://beta1.bredbandskollen.se/download/bbk_cli_openbsd 
 on 6.0, but don’t 
have a copy of the “pkg_info” output from 6.0 that I used.



Tnx in advance
/Peo