dskvr / opkg

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

With circular dependencies, all installed packages are marked as autoinstalled #167

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create package 'a' that depends on 'b'
2. Create package 'b' that depends on 'a'
3. opkg install a

What is the expected output? What do you see instead?
I expect 'a' and 'b' to be installed, and 'b' to be marked as 'autoinstalled' 
while 'a' is not marked as autoinstalled because it was explicitly installed.

Instead both 'a' and 'b' are marked as autoinstalled.

What version of the product are you using? On what operating system?
0.3.0 Linux Mint 17.1 x64

Please provide any additional information below.

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