You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make -C ${PORTSDIR}/ports-mgmt/pkg clean all reinstall
Could you update the make code to auto-fix rather than run the code above? Does that make sense to?
The text was updated successfully, but these errors were encountered:
computeronix
changed the title
pkg 1.21 version installed and tools expected 1.19
pkg 1.21 version installed and tools expected 1.19 - auto-fix?
Jan 4, 2025
This is not a workaround. It’s a manual step that is necessary at the moment — and could trash your build host package database given any recent FreeBSD pkg incompatibility.
When running
error occurs if pkg version 1.21 that the script version expects 1.91
workaround:
cd /usr/ports/ports-mgmt/pkg sudo make clean sudo make sudo make reinstall
after:
verify pkg version is 1.19
Looks like related to: #442
make -C ${PORTSDIR}/ports-mgmt/pkg clean all reinstall
Could you update the make code to auto-fix rather than run the code above? Does that make sense to?
The text was updated successfully, but these errors were encountered: