OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: marjohn56 on June 15, 2018, 11:15:48 am

Title: Upgrade error?
Post by: marjohn56 on June 15, 2018, 11:15:48 am
Getting this...


I'm currently at b300 on my live system.


Code: [Select]
root@gateway:/usr/core # make upgrade
pkg: No package(s) matching isc-dhcp44-relay
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'isc-dhcp44-relay' have been found in the repositories
*** Error code 70


Stop.
make: stopped in /usr/core

Title: Re: Upgrade error?
Post by: franco on June 15, 2018, 04:11:38 pm
Hi Martin,

Yes, newer ISC-DHCP on master, not yet in the release repo.

Change firmware flavour to "(other)" and use:

"snapshots/latest" for OpenSSL
"snapshots/libressl" for LibreSSL

Otherwise it will fix itself when 18.1.10 is out, or modify Makefile to use version 43 instead of 44.


Cheers,
Franco
Title: Re: Upgrade error?
Post by: marjohn56 on June 15, 2018, 04:18:04 pm
I'll mod the makefile, it's easier. :)
Title: Re: Upgrade error?
Post by: marjohn56 on June 15, 2018, 04:21:14 pm
oh oh.. obviously not.. I'll do it the other way.


Code: [Select]


root@gateway:/usr/core # make upgrade
pkg: No package(s) matching rrdtool
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'rrdtool' have been found in the                                                      repositories
*** Error code 70


Stop.



Edit: Just commented out rrdtool and we're OK.
Title: Re: Upgrade error?
Post by: franco on June 15, 2018, 04:39:55 pm
Yes, a bit of movement in the dev packages soon. rrdtool used to be rrdtool12. You can follow the changes in the Makefile and revert manually as necessary. Removing temporarily works too. :)


Cheers,
Franco
Title: Re: Upgrade error?
Post by: marjohn56 on June 15, 2018, 11:25:11 pm
Yeah... it was probably not a good idea... the system got really upset without rrdtool and I ended up having to rebuild the system, back at 238 now. :)


Think the error in util.inc with too few args in vsprintf was cured after that, not stopping anything from working though.


That'll teach me to use my live system as a test system!  ::)
Title: Re: Upgrade error?
Post by: marjohn56 on June 17, 2018, 12:45:02 pm
Ah.. now I see, rename rrdtool to rrdtool12 in the makefile too... NOW it works :)