Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154633 - autoconf SLOTs seem wrong and are giving me problems
Summary: autoconf SLOTs seem wrong and are giving me problems
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-09 21:07 UTC by Tim Cera
Modified: 2006-11-09 23: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 Tim Cera 2006-11-09 21:07:01 UTC
Emerge will not let me have autoconf-2.59 and autoconf-2.60 installed at the same time.  Problem is that there are some ebuilds that look for one or the other and I have not been able to update my system.  

The SLOT for autoconf-2.60 I think should be "2.6" or "${PV:0:3}", but because it equals "2.5" I can't have both autoconfs. I am actually really surprised that this hasn't affected other people.

autoconf-2.13.ebuild:SLOT="${PV:0:3}"
autoconf-2.59-r7.ebuild:SLOT="${PV:0:3}"
autoconf-2.60.ebuild:SLOT="2.5"

Kindest regards,
Tim
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-09 23:54:06 UTC
No. If there's any ebuild that has hard dependency on autoconf-2.59, file a bug about that ebuild. The slots are just fine.