Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg 1.21 version installed and tools expected 1.19 - auto-fix? #446

Open
computeronix opened this issue Jan 4, 2025 · 1 comment
Open
Labels
support Community support

Comments

@computeronix
Copy link
Contributor

computeronix commented Jan 4, 2025

When running

make base kernel packages arm-3G DEVICE=RPI

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

pkg -v

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?

@computeronix 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
@fichtner
Copy link
Member

fichtner commented 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.

@fichtner fichtner added the support Community support label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Community support
Development

No branches or pull requests

2 participants