Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-2391

net-misc/networkmanager-1.0.2 dependency issue with 'dhclient' USE flag

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical (System) Critical (System)
    • None
    • None
    • funtoo-current
      x86-32bit

      Portage issues the following error message when attempting to update NetworkManager from 1.0.0 to 1.0.2

      emerge
      !!! The following update has been skipped due to unsatisfied dependencies:
      
      net-misc/networkmanager:0
      
      emerge: there are no ebuilds to satisfy "=net-misc/dhcp-4[client]".
      (dependency required by "net-misc/networkmanager-1.0.2[dhclient]" [ebuild])
      
      

      My USE flags for NetworkManager are

      NetworkManager USE flags
      consolekit dhclient -dhcpcd ncurses nss ppp resolvconf wifi
      

      If I change line 68 of the .ebuild from this

      before
              dhclient? ( =net-misc/dhcp-4[client] )
      

      to this

      after
              dhclient? ( >=net-misc/dhcp-4[client] )
      

      the dependency issue is resolved.

            Unassigned Unassigned
            tassietux tassietux
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: