Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166564
Collapse All | Expand All

(-)bin/emerge (+9 lines)
Lines 2054-2059 Link Here
2054
					self.altlist()
2054
					self.altlist()
2055
				print "!!! Error: circular dependencies:"
2055
				print "!!! Error: circular dependencies:"
2056
				print
2056
				print
2057
				# Reduce the noise level to a minimum via elimination of root
2058
				# nodes.
2059
				while True:
2060
					root_nodes = mygraph.root_nodes(
2061
						ignore_priority=DepPriority.SOFT)
2062
					if not root_nodes:
2063
						break
2064
					for node in root_nodes:
2065
						mygraph.remove(node)
2057
				mygraph.debug_print()
2066
				mygraph.debug_print()
2058
				sys.exit(1)
2067
				sys.exit(1)
2059
2068

Return to bug 166564