I'm upgrading from 14.4 to 15.1 and currently on this step:
I have 2 different AI's saying two completely different things. I'm using synth to rebuild all my ports.
I'm assuming I need to do all of this before running
Code:
Completing this upgrade requires removing old shared object files.
Please upgrade or rebuild all installed 3rd party software (e.g.,
programs installed with pkg or from the ports tree) and then run
'freebsd-update [options] install' again to finish installing updates.
I have 2 different AI's saying two completely different things. I'm using synth to rebuild all my ports.
I'm assuming I need to do all of this before running
freebsd-update install again?
Code:
su (change to root)
screen
rm -rf /var/synth/live_packages/All/*.pkg
sudo rm -f /var/db/gitup/ports /var/db/gitup/ports.history
gitup ports
synth just-build `cat /home/mayhem/build.list`
synth rebuild-repository
pkg delete -af
/usr/sbin/pkg bootstrap -f
pkg install `cat /home/mayhem/install.list`