On 2016年05月25日 16:30, Burton, Ross wrote: > > On 25 May 2016 at 08:11, Zhenbo Gao > wrote: > > connman get conflicts with networkmanager when building > the project. > > > Do you mean installing connman and networkmanager at the same time > breaks networking? > Nope, if my project include connman and networkmanager at the same time, the compile step will fail: ... Computing transaction...error: Can't install xfce4-power-manager-1.4.4-r0.0@corei7_64: unable to install provider for networkmanager: error: networkmanager-1.0.4-r0.0@corei7_64 conflicts with connman-1.30-r0.0@corei7_64 ... The dependence relationship is: xfce4-power-manager --> networkmanager packagegroup-self-hosted --> connman Anyway, the patch is not suitable, Koen Kooi has suggested me another way to solve my problem. Thanks, Zhenbo > Ross