[MacPorts] #71815: llvm-16 does not create non-suffixed aliases
MacPorts
noreply at macports.org
Sun Jan 12 07:31:44 UTC 2025
#71815: llvm-16 does not create non-suffixed aliases
-------------------------+--------------------
Reporter: brandelune | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Resolution: | Keywords:
Port: llvm |
-------------------------+--------------------
Comment (by brandelune):
This is what I get:
{{{
sudo port select llvm
Password:
Available versions for llvm:
mp-llvm-16
none
}}}
If I use the available version, I get this:
{{{
sudo port select mp-llvm-16
Warning: Unable to get active selected version: The specified group 'mp-
llvm-16' does not exist.
Error: The 'list' command failed: The specified group 'mp-llvm-16' does
not exist.
}}}
If I use the way the version that is referred to for the install
(llvm-16), I get this:
{{{
sudo port select llvm-16
Warning: Unable to get active selected version: The specified group
'llvm-16' does not exist.
}}}
I’ve checked the message after the llvm-16 install and the only thing I
get is:
{{{
sudo port install llvm-16
---> Computing dependencies for llvm-16
---> Fetching archive for llvm-16
---> Attempting to fetch llvm-16-16.0.6_1.darwin_21.x86_64.tbz2 from
https://kmq.jp.packages.macports.org/llvm-16
---> Attempting to fetch llvm-16-16.0.6_1.darwin_21.x86_64.tbz2.rmd160
from https://kmq.jp.packages.macports.org/llvm-16
---> Installing llvm-16 @16.0.6_1
---> Activating llvm-16 @16.0.6_1
---> Cleaning llvm-16
---> Scanning binaries for linking errors
---> No broken files found.
---> No broken ports found.
}}}
If creating the aliases to actually make use of llvm is a requirement, it
seems to me that the information should be available in that part of the
install process. For most of the other packages, that does not seem to be
a requirement and the aliases seem to be automatically created.
--
Ticket URL: <https://trac.macports.org/ticket/71815#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list