Welcome to CRUX bug tracking.
FS#1605 - prt-get: add check for missing dependencies of installed packages.
Attached to Project:
CRUX
Opened by Alexandr Savca (chinarulezzz) - Monday, 05 March 2018, 16:06 GMT
Last edited by Predrag Ivanovic (pedja) - Monday, 18 March 2019, 15:00 GMT
Opened by Alexandr Savca (chinarulezzz) - Monday, 05 March 2018, 16:06 GMT
Last edited by Predrag Ivanovic (pedja) - Monday, 18 March 2019, 15:00 GMT
|
DetailsIn one release lifetime, the software can obtain new dependencies (libinput for example) and it would be good if 'prt-get' can show that. Also, some packages can be manually deleted (after installing for example), and there is no need to remember whether this package is a dependency of other port or not. We can always check where we've mistaken.
I made the patch to prt-get to check for missing dependencies of currently installed ports. By the way, I'm not familiar with C++, and the code can look awful)) There is a usage example: https://paste.pound-python.org/show/8DqIKor5T4PegZUB2cxH/ |
This task depends upon
Can anyone help out?