Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298941 - Circular dependency: acl, gettext, attr
Summary: Circular dependency: acl, gettext, attr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-30 08:00 UTC by Rabbe Fogelholm
Modified: 2009-12-30 19:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rabbe Fogelholm 2009-12-30 08:00:29 UTC
Platform is SUSE Enterprise Desktop 10 SP 2. Bootstrapping fails at the `emerge -e system' step:

emerge -e system
Calculating dependencies  ^H^H... done!

[nomerge      ] sys-apps/gawk-3.1.7  USE="nls*" 
[nomerge      ]  sys-devel/gettext-0.17  USE="acl nls -doc -emacs -nocxx -openmp" 
[ebuild  N    ]   virtual/acl-0 
[ebuild  N    ]    sys-apps/acl-2.2.47-r1  USE="nls (-nfs)" 
[ebuild  N    ]     sys-apps/attr-2.4.43  USE="nls" 
[ebuild  N    ]      sys-devel/gettext-0.17  USE="acl nls -doc -emacs -nocxx -openmp" 

 * Error: circular dependencies:

('ebuild', '/', 'virtual/acl-0', 'merge') depends on
  ('ebuild', '/', 'sys-apps/acl-2.2.47-r1', 'merge') (runtime)
('ebuild', '/', 'sys-devel/gettext-0.17', 'merge') depends on
  ('ebuild', '/', 'virtual/acl-0', 'merge') (buildtime)
('ebuild', '/', 'sys-apps/attr-2.4.43', 'merge') depends on
  ('ebuild', '/', 'sys-devel/gettext-0.17', 'merge') (buildtime)
('ebuild', '/', 'sys-apps/acl-2.2.47-r1', 'merge') depends on
  ('ebuild', '/', 'sys-devel/gettext-0.17', 'merge') (buildtime)
  ('ebuild', '/', 'sys-apps/attr-2.4.43', 'merge') (buildtime)

 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.
Comment 1 Fabian Groffen gentoo-dev 2009-12-30 08:16:53 UTC
yesterday acl was unmasked for the prefix/linux profiles
Comment 2 Jonathan Callen (RETIRED) gentoo-dev 2009-12-30 19:16:26 UTC
This has now been fixed, acl is no longer enabled by default (you have to set USE=acl to get it)