Task #1132
Find and investigate cyclic deps detection tools
| Status: | Closed | Start date: | 09/01/2010 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | Paul Zubarev | % Done: | 80% |
||
| Category: | investigation | Spent time: | 2.00 hours | ||
| Target version: | 0.2-alpha |
Description
regular deb package usually has dependencies on other deb packages. If we consider set of debs we could have cyclic dependencies like:
package1.deb depends on package2.deb
package2.deb depends on package3.deb and package4.deb
package3.deb depends on package1.deb
There is a cycle: package1.deb -> package2.deb -> package3.deb -> package1.deb
We have to google which cyclic dependency detection tools are available and describe it here http://osll.spb.ru/wiki/mtf/_package_cycling_
History
Updated by Paul Zubarev over 1 year ago
- Category set to investigation
- % Done changed from 0 to 80
All pakage-managers can calculate dependecies defacto in installation time. I haven't found tool which can did it.
Updated by Paul Zubarev about 1 year ago
- Status changed from New to Resolved
All tool are integrated to existing package managers. No special tool was found.
Updated by Kirill Krinkin about 1 year ago
- Status changed from Resolved to Closed