dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

package with both non-conflicting and conflicting dependencies will result in installation of orphaned pakages. #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install a package 'x'.
2. Try installing a package 'a' which depends on 'b' and 'c', where 'c' 
conflicts with 'x'.

What is the expected output? What do you see instead?
I expect a, b, and c to remain uninstalled because of the conflict between 'c' 
and 'x'. Instead, 'b' is installed, while 'a' and 'c' remain uninstalled. This 
leaves 'b' as an orphaned package.

What version of the product are you using? On what operating system?
Version 0.3.0

Please provide any additional information below.

Original issue reported on code.google.com by ericaust...@gmail.com on 7 Jul 2015 at 8:42