Kevin O'Gorman schreef: > Thanks, I *did* miss that. Unfortunately, it doesn't fix the problem. > Below, I try an emerge, then dump the files again. > Maybe I missed two things? >
Yes. You've unmasked (in /etc/portage/package.unmask) a specific version of the docs (1.4.99, because you used an = sign, and a version number). However, you're trying to install version 1.5.0 whatever, which you have not unmasked. Change the line in package unmask to reflect the correct version number. HTH, Holly > ++ kevin > > > > treat 1.5-bundles # emerge -av sun-jdk sun-sdk-docs > > These are the packages that I would merge, in order: > > Calculating dependencies - > !!! All ebuilds that could satisfy "=dev-java/java-sdk-docs-1.5.0*" > have been masked. > !!! One of the following masked packages is required to complete your request: > - dev-java/java-sdk-docs-1.5.0 (masked by: package.mask, ~x86 keyword) > # <[EMAIL PROTECTED]> > # lotsa things in the tree don't compile with 1.5 yet > # 1.5 defaults too -target 1.5 making downgrading to a 1.4(/1.3) > # impossible, see bug 65937 for more information/discussion > > > For more information, see MASKED PACKAGES section in the emerge man page or > section 2.2 "Software Availability" in the Gentoo Handbook. > !!! (dependency required by "dev-java/sun-jdk-1.5.0.03" [ebuild]) > > treat 1.5-bundles # cat /etc/portage/package.unmask > >>=dev-java/sun-jdk-1.4.99 >>=dev-java/sun-sdk-docs-1.4.99 > > treat 1.5-bundles # cat /etc/portage/package.keywords > app-office/gnucash quotes > dev-java/sun-jdk ~x86 > dev-java/sun-jre-bin ~x86 > dev-java/sun-sdk-docs ~x86 > treat 1.5-bundles # > -- gentoo-user@gentoo.org mailing list