Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-27 Thread Markiyan Kushnir
Until it settles down, you can make your own build of ports-mgmt/pkg?

--
Markiyan

чт, 25 жовт. 2018 о 20:05 Pieper, Jeffrey E 
пише:

> This was build this morning and includes:
>
> commit f37256a01fe12fe4d65128c82c6804d47dd511c1
> Author: kib 
> Date:   Thu Oct 25 13:37:57 2018 +
>
> Bump base OpenSSL libraries versions to avoid conflict with port's
> libraries.
>
> Reported by:many
> Reviewed by:gjb
> Sponsored by:   The FreeBSD Foundation
> MFC after:  3 hours
>
> Jeff
> 
>
> On 10/25/18, 9:52 AM, "Sean Bruno"  wrote:
>
>
>
> On 10/25/18 10:29 AM, Pieper, Jeffrey E wrote:
> > I'm seeing:
> >
> > Installing pkg-1.10.5_5...
> > Extracting pkg-1.10.5_5: 100%
> > ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg"
> >
> > Thanks,
> > Jeff
>
> Is this before or after the move of libssl.so.9 -> libssl.so.111 ?
>
> https://svnweb.freebsd.org/changeset/base/339709
>
> sean
>
>
>
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Pieper, Jeffrey E
This was build this morning and includes: 

commit f37256a01fe12fe4d65128c82c6804d47dd511c1
Author: kib 
Date:   Thu Oct 25 13:37:57 2018 +

Bump base OpenSSL libraries versions to avoid conflict with port's 
libraries.

Reported by:many
Reviewed by:gjb
Sponsored by:   The FreeBSD Foundation
MFC after:  3 hours

Jeff


On 10/25/18, 9:52 AM, "Sean Bruno"  wrote:



On 10/25/18 10:29 AM, Pieper, Jeffrey E wrote:
> I'm seeing:
> 
> Installing pkg-1.10.5_5...
> Extracting pkg-1.10.5_5: 100%
> ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg"
> 
> Thanks,
> Jeff

Is this before or after the move of libssl.so.9 -> libssl.so.111 ?

https://svnweb.freebsd.org/changeset/base/339709

sean



___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Per Gunnarsson
I rebuilt pkg from ports and it seems to work now. When I think about it
there was a note in UPDATING that I maybe should have read.

20181009:
    OpenSSL has been updated to version 1.1.1.  This update included
    additional various API changes througout the base system.  It is
    important to rebuild third-party software after upgrading.  The
value
    of __FreeBSD_version has been bumped accordingly.

On 10/25/18 6:29 PM, Pieper, Jeffrey E wrote:
> I'm seeing:
>
> Installing pkg-1.10.5_5...
> Extracting pkg-1.10.5_5: 100%
> ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg"
>
> Thanks,
> Jeff
>
> On 10/25/18, 9:18 AM, "owner-freebsd-curr...@freebsd.org on behalf of Kurt 
> Jaeger"  
> wrote:
>
> Hi!
> 
> > On 10/25/18 5:19 PM, Sean Bruno wrote:
> > > pkg-static install -f pkg
> > 
> > It works better now, but there are some complaints.
> 
> If it's only the certificate issue, try this:
> 
> cd /usr/local/etc
> cp pkg.conf.sample pkg.conf
> vi pkg.conf
> -
> PKG_ENV : {
> SSL_NO_VERIFY_PEER: 1
> }
> -
> 
> -- 
> p...@freebsd.org +49 171 3101372  2 years to go !
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 
>

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Pieper, Jeffrey E
This a new build from distfiles (generated from src) with no packages installed.

Thanks,
Jeff

On 10/25/18, 9:48 AM, "Ben Widawsky"  wrote:

You'll need to update base first, and ideally update all your packages 
before
make delete-old and make delete-old-libs

On 18-10-25 16:29:59, Pieper, Jeffrey E wrote:
> I'm seeing:
> 
> Installing pkg-1.10.5_5...
> Extracting pkg-1.10.5_5: 100%
> ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg"
> 
> Thanks,
> Jeff
> 
> On 10/25/18, 9:18 AM, "owner-freebsd-curr...@freebsd.org on behalf of 
Kurt Jaeger"  
wrote:
> 
> Hi!
> 
> > On 10/25/18 5:19 PM, Sean Bruno wrote:
> > > pkg-static install -f pkg
> > 
> > It works better now, but there are some complaints.
> 
> If it's only the certificate issue, try this:
> 
> cd /usr/local/etc
> cp pkg.conf.sample pkg.conf
> vi pkg.conf
> -
> PKG_ENV : {
> SSL_NO_VERIFY_PEER: 1
> }
> -
> 
> -- 
> p...@freebsd.org +49 171 3101372  2 years to go !
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
"freebsd-current-unsubscr...@freebsd.org"
> 
> 
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Ben Widawsky
You'll need to update base first, and ideally update all your packages before
make delete-old and make delete-old-libs

On 18-10-25 16:29:59, Pieper, Jeffrey E wrote:
> I'm seeing:
> 
> Installing pkg-1.10.5_5...
> Extracting pkg-1.10.5_5: 100%
> ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg"
> 
> Thanks,
> Jeff
> 
> On 10/25/18, 9:18 AM, "owner-freebsd-curr...@freebsd.org on behalf of Kurt 
> Jaeger"  
> wrote:
> 
> Hi!
> 
> > On 10/25/18 5:19 PM, Sean Bruno wrote:
> > > pkg-static install -f pkg
> > 
> > It works better now, but there are some complaints.
> 
> If it's only the certificate issue, try this:
> 
> cd /usr/local/etc
> cp pkg.conf.sample pkg.conf
> vi pkg.conf
> -
> PKG_ENV : {
> SSL_NO_VERIFY_PEER: 1
> }
> -
> 
> -- 
> p...@freebsd.org +49 171 3101372  2 years to go !
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 
> 
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Sean Bruno


On 10/25/18 10:29 AM, Pieper, Jeffrey E wrote:
> I'm seeing:
> 
> Installing pkg-1.10.5_5...
> Extracting pkg-1.10.5_5: 100%
> ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg"
> 
> Thanks,
> Jeff

Is this before or after the move of libssl.so.9 -> libssl.so.111 ?

https://svnweb.freebsd.org/changeset/base/339709

sean



signature.asc
Description: OpenPGP digital signature


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Warner Losh
On Thu, Oct 25, 2018 at 10:17 AM Kurt Jaeger  wrote:

> Hi!
>
> > On 10/25/18 5:19 PM, Sean Bruno wrote:
> > > pkg-static install -f pkg
> >
> > It works better now, but there are some complaints.
>
> If it's only the certificate issue, try this:
>
> cd /usr/local/etc
> cp pkg.conf.sample pkg.conf
> vi pkg.conf
> -
> PKG_ENV : {
> SSL_NO_VERIFY_PEER: 1
> }
> -
>

The issues I've hit needing pkg-static to power through are all
shared-library issues.

Warner
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Pieper, Jeffrey E
I'm seeing:

Installing pkg-1.10.5_5...
Extracting pkg-1.10.5_5: 100%
ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg"

Thanks,
Jeff

On 10/25/18, 9:18 AM, "owner-freebsd-curr...@freebsd.org on behalf of Kurt 
Jaeger"  wrote:

Hi!

> On 10/25/18 5:19 PM, Sean Bruno wrote:
> > pkg-static install -f pkg
> 
> It works better now, but there are some complaints.

If it's only the certificate issue, try this:

cd /usr/local/etc
cp pkg.conf.sample pkg.conf
vi pkg.conf
-
PKG_ENV : {
SSL_NO_VERIFY_PEER: 1
}
-

-- 
p...@freebsd.org +49 171 3101372  2 years to go !
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Kurt Jaeger
Hi!

> On 10/25/18 5:19 PM, Sean Bruno wrote:
> > pkg-static install -f pkg
> 
> It works better now, but there are some complaints.

If it's only the certificate issue, try this:

cd /usr/local/etc
cp pkg.conf.sample pkg.conf
vi pkg.conf
-
PKG_ENV : {
SSL_NO_VERIFY_PEER: 1
}
-

-- 
p...@freebsd.org +49 171 3101372  2 years to go !
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Per Gunnarsson


On 10/25/18 5:19 PM, Sean Bruno wrote:
> pkg-static install -f pkg

It works better now, but there are some complaints.


root@konjak:/usr # pkg-static install -f pkg
pkg-static: Warning: Major OS version upgrade detected.  Running
"pkg-static install -f pkg" recommended
Updating FreeBSD repository catalogue...
pkg-static: Repository FreeBSD load error: access repo
file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory
Fetching meta.txz: 100%    944 B   0.9kB/s    00:01   
pkg-static: error reading public key:
error::lib(0):func(0):reason(0)
pkg-static: No trusted certificate has been used to sign the repository
repository FreeBSD has no meta file, using default settings
Fetching packagesite.txz: 100%    6 MiB   2.2MB/s    00:03   
pkg-static: error reading public key:
error::lib(0):func(0):reason(0)
pkg-static: No trusted certificate has been used to sign the repository
Unable to update repository FreeBSD
Error updating repositories!



signature.asc
Description: OpenPGP digital signature


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Sean Bruno


On 10/25/18 6:57 AM, Kurt Jaeger wrote:
> Hi!
> 
>> FreeBSD konjak 13.0-CURRENT FreeBSD 13.0-CURRENT r339705 GENERIC  amd64
>>
>> pkg-static install -f pkg
>> pkg-static: Warning: Major OS version upgrade detected.  Running
>> "pkg-static install -f pkg" recommended
>> Updating FreeBSD repository catalogue...
>> pkg-static: Repository FreeBSD load error: access repo
>> file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory
>> pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest/meta.txz: Not
>> Found
> 
> The package builders are not yet providing packages for 13.0-CURRENT.
> 
> It's being worked on, but will take a little more time.
> 


Portmgr has pushed out packages for 13, give 'em a spin and see what
happens.

sean



signature.asc
Description: OpenPGP digital signature


Re: pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Kurt Jaeger
Hi!

> FreeBSD konjak 13.0-CURRENT FreeBSD 13.0-CURRENT r339705 GENERIC  amd64
> 
> pkg-static install -f pkg
> pkg-static: Warning: Major OS version upgrade detected.  Running
> "pkg-static install -f pkg" recommended
> Updating FreeBSD repository catalogue...
> pkg-static: Repository FreeBSD load error: access repo
> file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory
> pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest/meta.txz: Not
> Found

The package builders are not yet providing packages for 13.0-CURRENT.

It's being worked on, but will take a little more time.

-- 
p...@freebsd.org +49 171 3101372  2 years to go !
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


pkg problem on FreeBSD 13.0-CURRENT

2018-10-25 Thread Per Gunnarsson
FreeBSD konjak 13.0-CURRENT FreeBSD 13.0-CURRENT r339705 GENERIC  amd64

pkg-static install -f pkg
pkg-static: Warning: Major OS version upgrade detected.  Running
"pkg-static install -f pkg" recommended
Updating FreeBSD repository catalogue...
pkg-static: Repository FreeBSD load error: access repo
file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory
pkg-static: http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest/meta.txz: Not
Found
repository FreeBSD has no meta file, using default settings
pkg-static:
http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest/packagesite.txz: Not Found
Unable to update repository FreeBSD
Error updating repositories!

Regards,

Per Gunnarsson

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"