pkg and llvm80

Somethings wrong with it....

Code:
pkg install llvm80
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
llvm80 has no direct installation candidates, change it to llvm35? [Y/n]: n
llvm80 has no direct installation candidates, change it to llvm38? [Y/n]: n
llvm80 has no direct installation candidates, change it to llvm40? [Y/n]: n
llvm80 has no direct installation candidates, change it to llvm50? [Y/n]: n
llvm80 has no direct installation candidates, change it to llvm60? [Y/n]: n
llvm80 has no direct installation candidates, change it to llvm70? [Y/n]: n
pkg: No packages available to install matching 'llvm80' have been found in the repositories
 
Are you perhaps on the quarterly branch? It looks like this was added a few weeks ago so it probably wasn't included in the last quarterly update.
 
Maybe, but that change happened a few hours ago. It's highly unlikely the package has already been built or updated.
 
Ii's only the strange message, the "normal" message is:
Code:
The most recent version of packages are already installed
if there is no newer package.
 
Look at pkg version -vR, I'm betting it shows up as 'orphaned'.
 
If the last commit to the port fixes the build issues the package will show up again in a couple of days. Because it had build errors the package disappeared from the package repository (hence the 'orphaned' status).
 
Back
Top