-
Notifications
You must be signed in to change notification settings - Fork 203
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
16.1.5: Could not find package: ngattach #25
Comments
ngattach is a new port, you need to rebuild (or force rebuild) ports in order to pick it up:
|
Thanks, but shouldn't Also,
|
You cannot magically turn a 16.1(.0) packages set into a 16.1.x set, it will fail at some point because ports need to be switched, updated and removed. Plus you're updating the GUI, but not the vulnerable packages that way... My advice is to recompile the ports completely. It's what we do for every release or deal with the aftermath yourself:
|
Also, you're trying to build 16.1.5 from a tools.git perspective past 16.1.5, because dhcp 4.3 isn't used there.
This will avoid the next clash when core.git will want DHCP 4.2, not 4.3... |
I think I understand. You only make the dot zero release available as a download, because people may not necessarily want to install the latest version and there will be problems if packages are newer than core.
Since I have a local ports tree, I don't care about updating packages to generate core. The only think I'm after is the GUI.
They are all compiled from source, just not when building the packages "image" from which I extract the GUI.
But then I would be stuck on an old branch which only gets the latest updates from upstream once a week. I stumbled upon another problem which makes it impossible to compile ports
When manually running the command, I can see why:
|
Fixes this, devfs is mounted inside the jail. |
Nope, same problem
|
A runaway process is stuck in the jail, that's likely why devfs won't unmount. |
Thanks, it was configd. All good after that. |
Following the process defined earlier in the 16.1 cycle, I now get
I can install mpd5 just fine from ports, so there seems to be some package issue.
The text was updated successfully, but these errors were encountered: