Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253635 - libtool-2.2.6a depends on itself because of autotools.eclass
Summary: libtool-2.2.6a depends on itself because of autotools.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 00:46 UTC by Javier Villavicencio (RETIRED)
Modified: 2009-01-04 16:54 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 Javier Villavicencio (RETIRED) gentoo-dev 2009-01-04 00:46:17 UTC
Encountered it while building stages, autotools.eclass DEPENDs on sys-devel/libtool, and libtool-2.2.6a.ebuild uses the autotools.eclass.
Reproducible by unmerging libtool and trying to emerge it again:

dschubba / # emerge libtool

Calculating dependencies... done!

[ebuild  N    ] sys-devel/libtool-2.2.6a  USE="-vanilla"
 
 * Error: circular dependencies:
 
('ebuild', '/', 'sys-devel/libtool-2.2.6a', 'merge') depends on
  ('ebuild', '/', 'sys-devel/libtool-2.2.6a', 'merge') (hard)
 
 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.

Emerges just fine if --nodeps.
Comment 1 SpanKY gentoo-dev 2009-01-04 16:54:11 UTC
hacked in autotools.eclass

http://sources.gentoo.org/eclass/autotools.eclass?r1=1.81&r2=1.82