Skip to content

Conversation

svmhdvn
Copy link
Contributor

@svmhdvn svmhdvn commented Oct 7, 2025

This fixes an annoying message that shows up for every built port when building with QEMU:

"pkg-static: Both ABI_FILE and OSVERSION are set, ABI_FILE overrides OSVERSION"

This fixes an annoying message that shows up for every built port
when building with QEMU:

"pkg-static: Both ABI_FILE and OSVERSION are set, ABI_FILE overrides OSVERSION"
@bdrewery
Copy link
Member

bdrewery commented Oct 7, 2025

I'm not sure about this one. pkg owns ABI_FILE but it doesn't own OSVERSION. OSVERSION is used by ports.

@bdrewery
Copy link
Member

bdrewery commented Oct 7, 2025

@bapt how should we make this warning go away? The variables are different purposes, why is pkg warning about it?

@bapt
Copy link
Member

bapt commented Oct 8, 2025

if ABI_FILE is defined with a valid version I should probably ignore OSVERSION if defined in env and not via command line and bot issue warning in this case

@bapt
Copy link
Member

bapt commented Oct 8, 2025

aka yes this should fixed on pkg side

@bdrewery bdrewery added the pkg label Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants