09-09-2020, 10:11 PM
(09-09-2020, 07:42 PM)vandys Wrote: So I tried to add the Alpine dev files (gcc, etc.)
Now the packaging is very pissed:
mesa-git-glapi-0_git20200323-r0:
breaks: mesa-dev-20.0.7-r0[mesa-glapi=20.0.7-r0]
satisfies: mesa-git-dri-gallium-0_git20200323-r0[mesa-git-glapi]
mesa-git-dri-gallium-0_git20200323-r0[so:libglapi.so.0]
mesa-git-gl-0_git20200323-r0[so:libglapi.so.0]
mesa-git-gles-0_git20200323-r0[so:libglapi.so.0]
mesa-git-egl-0_git20200323-r0[so:libglapi.so.0]
mesa-osmesa-20.0.7-r0[so:libglapi.so.0]
and many more like this?
Please add the entire command you ran, not just the broken bit. You also need to tell us exactly what your setup is. Which OS? Which kernel? Etc...
My guess is that at some point somebody installed a specific version of a library and updating is about to break that, or that the package manager has fixed dependencies.
If this is aptitude run (and post the results of):
`sudo apt-get update; sudo apt-get upgrade; sudo apt-get install --fixing-missing`