I have installed Funtoo from stage3, carefully following the Install Guide, rebooted, adjusted my profile and run
# ego sync
# emerge -uaDN @world
and got an error message:
*Error: circular dependencies:
(net-dns/avahi-0.8.0/0::core-kit, ebuild scheduled for merge) depends on
(x11-libs/gtk+-3.24.23-r2:3/3::gnome-kit, ebuild scheduled for merge) (buildtime)
(net-print/cups-2.2.11-r1:0/0::desktop-kit, ebuild scheduled for merge) (buildtime)
(net-dns/avahi-0.8.0/0::core-kit, ebuild scheduled for merge) (buildtime)
It might be possible to break this cycle
by applying any of the following changes:
- net-print/cups-2.2.11-r1 (Change USE: -zeroconf)
- net-dns/avahi-0.8 (Change USE: -gtk)
- x11-libs/gtk+-3.24.23-r2 (Change USE: -cups)
Note that this change can be reverted, once the package has been installed
I haven´t been able to find instructions on the syntax of /etc/portage/package.use and I wonder whether this would be correct:
Question
fredmyra
I have installed Funtoo from stage3, carefully following the Install Guide, rebooted, adjusted my profile and run
# ego sync # emerge -uaDN @world
and got an error message:
*Error: circular dependencies: (net-dns/avahi-0.8.0/0::core-kit, ebuild scheduled for merge) depends on (x11-libs/gtk+-3.24.23-r2:3/3::gnome-kit, ebuild scheduled for merge) (buildtime) (net-print/cups-2.2.11-r1:0/0::desktop-kit, ebuild scheduled for merge) (buildtime) (net-dns/avahi-0.8.0/0::core-kit, ebuild scheduled for merge) (buildtime) It might be possible to break this cycle by applying any of the following changes: - net-print/cups-2.2.11-r1 (Change USE: -zeroconf) - net-dns/avahi-0.8 (Change USE: -gtk) - x11-libs/gtk+-3.24.23-r2 (Change USE: -cups) Note that this change can be reverted, once the package has been installed
I haven´t been able to find instructions on the syntax of /etc/portage/package.use and I wonder whether this would be correct:
echo 'net-print/cups-2.2.11-r1 -zeroconf' >> /etc/portage/package.use
solved
Link to comment
Share on other sites
1 answer to this question
Recommended Posts