Solved Upgrade from 9.2 -> 9.3

Hi,

I just upgraded from 9.2-RELEASE to 9.3-RELEASE. In order to do this, I ran freebsd-update -r 9.3-RELEASE upgrade, and after: /usr/sbin/freebsd-update install. After reboot, I re-ran /usr/sbin/freebsd-update install and I got this message:

Code:
Installing updates...




install: ///usr/src/contrib/bind9/libtool.m4 exists but is not a directory
install: ///usr/src/contrib/bind9/libtool.m4/libtool.m4: Not a directory
install: ///usr/src/contrib/bind9/libtool.m4/ltoptions.m4: Not a directory
install: ///usr/src/contrib/bind9/libtool.m4/ltsugar.m4: Not a directory
install: ///usr/src/contrib/bind9/libtool.m4/ltversion.m4: Not a directory
install: ///usr/src/share/man/man4/axge.4: No such file or directory
install: ///usr/src/share/man/man4/mpr.4: No such file or directory
install: ///usr/src/share/man/man4/mrsas.4: No such file or directory
install: ///usr/src/share/man/man4/qlxgbe.4: No such file or directory
install: ///usr/src/share/man/man4/qlxge.4: No such file or directory
install: ///usr/src/share/man/man4/urndis.4: No such file or directory
install: ///usr/src/share/man/man4/usb_template.4: No such file or directory
install: ///usr/src/share/man/man4/vt.4: No such file or directory
install: ///usr/src/share/man/man4/wsp.4: No such file or directory
install: ///usr/src/share/man/man9/SDT.9: No such file or directory
install: ///usr/src/share/man/man9/pget.9: No such file or directory

Completing this upgrade requires removing old shared object files.
Please rebuild all installed 3rd party software (e.g., programs
installed from the ports tree) and then run "/usr/sbin/freebsd-update install"
again to finish installing updates.

According to some URL on the net, I saw that portupgrade is the command to use. I never used portupgrade on this system, I usually use portmaster. Can I rebuild all my 3rd third-party software even with portmaster?

Thank you.
 
The error is not related to any port so commands that act on ports are not going to solve it.

rm /usr/src/contrib/bind9/libtool.m4 && mkdir -p /usr/src/contrib/bind9/libtool.m4
mkdir -p /usr/src/share/man/man{4,9}
 
What do port upgrade issues have to do with errors seen while upgrading the base system? freebsd-update and portupgrade do totally different things at totally different times.
 
Back
Top