Project

General

Profile

Bug #3418

Updated by bill-auger over 1 year ago

* steps to reproduce:
<pre>
# pacman -S pcr/h-client
</pre>


* expected result:
h-client installs successfully

* actual result:

$ doas pacman -S pcr/h-client

<pre>
doas (user@host) password:
resolving dependencies...
warning: cannot resolve "python2", a dependency of "h-client"
warning: cannot resolve "python2-distribute", a dependency of "h-client"
warning: cannot resolve "python2-pycurl", a dependency of "h-client"
warning: cannot resolve "libglade", a dependency of "pygtk"
warning: cannot resolve "python2-cairo", a dependency of "pygtk"
warning: cannot resolve "python2-gobject2", a dependency of "pygtk"
warning: cannot resolve "pygtk", a dependency of "h-client"
:: The following package cannot be upgraded due to unresolvable dependencies:
h-client

:: Do you want to skip the above package for this upgrade? [y/N] y
looking for conflicting packages...
there is nothing to do
</pre> $

Back