Hello everyone,
At the end of the upgrade process, before executing
Because I installed most of the ports using
So I began to lock the few ports that I will actually rebuild with
and then ran:
What should I do now? I don't want to mess up everything, so is it safe to try
At the end of the upgrade process, before executing
freebsd-update install for the last time, the system asked to upgrade 3rd party packages too.Because I installed most of the ports using
pkg (and a few ones using portmaster, only the ones that required a change in the options), I wanted to use pkg-static to upgrade most of the ports, as described in the handbook (§24.2.3.). (I recently asked about this.)So I began to lock the few ports that I will actually rebuild with
portmaster in a second step...
Code:
# pkg unlock -yq --all
# pkg lock -y lang/php5-extensions
Locking php5-extensions-1.7
# pkg lock -y lang/php5
Locking php5-5.4.37
# pkg lock -y ftp/proftpd
Locking proftpd-1.3.5_6
Code:
# pkg-static upgrade -f
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (251 candidates): 100%
Processing candidates (251 candidates): 29%
php5-5.4.37 is locked and may not be modified
Processing candidates (251 candidates): 100%
Child process pid=66756 terminated abnormally: Segmentation fault
#
portmaster -af?