Open tex opened 3 months ago
I will look into this when I have time. The error message is not quite right, since based on your description the build actually was successful, but removing build dependencies from the build chroot failed, which caused the installation to fail.
The issue is that cargo is a virtual package. Installing the package next time succeeded because the package was built successfully and the built package was cached.
My time to work on these issues is quite limited as I am currently doing my mandatory military service, so I will fix this when I have the time. The current workaround is running decman twice.
First run of 'sudo decman' got this:
Next run of 'sudo decman' did not build it again as it found already built package and installed it without any problem.