Solved devel/llvm19 requires older version of lang/python311 while new version of python is available

nxjoseph@

Developer
Code:
[00:00:03] [Dry Run] Checking packages for missing dependencies
[00:00:03] [Dry Run] Deleting llvm19-19.1.7_1.pkg: missing dependency: python311-3.11.13_1
# pkg search python311
python311-3.11.14              Interpreted object-oriented programming language

Why the llvm requires older version of the python?

Does the llvm port needs to be bumped? Bumping it by 1 causing llvm to use the new python version.
 
Python port version is updated and llvm wants the older version of python, what would happen if I didn't dry-run it? Can both versions of python311 exist at the same time?

I bumped llvm on my own and I think it now uses new python.

Code:
# pkg info -d llvm19 | grep python
        python311-3.11.14
 

Attachments

  • Screenshot_20251024-140419_Chrome.png
    Screenshot_20251024-140419_Chrome.png
    178 KB · Views: 133
Back
Top