Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563832 - dev-java/bcpkix-1.50-r2 stable request
Summary: dev-java/bcpkix-1.50-r2 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2015-10-22 22:11 UTC by William L. Thomson Jr.
Modified: 2015-10-24 14:19 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 William L. Thomson Jr. 2015-10-22 22:11:31 UTC
There is an issue with dev-java/bcpkix-1.50-r1, it has SLOT=0, and depends on other stuff with SLOT=0. But the package has the following

bcpkix-1.50-r1.ebuild
SLOT="0"

CDEPEND="dev-java/bcprov:${SLOT}"

JAVA_GENTOO_CLASSPATH="bcprov-${SLOT}"

The last part does not work, this results in bcprov-0, which does not exist.

^[[01m^[[31;06m!!! ERROR: Package bcprov-0 was not found!^[[0m
 * ERROR: dev-java/bcpkix-1.50-r1::gentoo failed (compile phase):
 *   java-config --classpath=bcprov-0 failed

Not sure how this revision ever was marked stable. Either someone touched a stable ebuild and did not modify keywords to unstable. Or even worse it was not tested when marked stable... Either way this can never succeed, even with bcprov:0 installed, as java packages are never installed with -0 slot appended to package name. That only happens for slot values > 0.

Please remove dev-java/bcpkix-1.50-r1.ebuild when stabilizing 1.50-r2. There might be some blockers for stabilization as things might rely on bcpkix:0. Those would need to be updated to bcpkix:1.50 or bcpkix:1.52 from bcpkix:0, and stabilized as well.

18:08 <wltjr> !rdep dev-java/bcpkix
18:08 <willikins> Reverse RDEPEND for dev-java/bcpkix:
                  dev-java/ant-ivy-2.3.0-r1 dev-java/ant-ivy-2.3.0-r2
                  dev-java/bcmail-1.50-r1 dev-java/bcmail-1.50-r2
                  dev-java/bcmail-1.52-r1 dev-java/bcmail-1.52-r2
                  dev-java/itext-5.5.4 dev-java/itext-5.5.4-r1
                  dev-java/itext-5.5.4-r2

18:08 <wltjr> !ddep dev-java/bcpkix
18:08 <willikins> Reverse DEPEND for dev-java/bcpkix: dev-java/ant-ivy-2.3.0-r1
                  dev-java/ant-ivy-2.3.0-r2 dev-java/bcmail-1.50-r1
                  dev-java/bcmail-1.50-r2 dev-java/bcmail-1.52-r1
                  dev-java/bcmail-1.52-r2 dev-java/itext-5.5.4
                  dev-java/itext-5.5.4-r1 dev-java/itext-5.5.4-r2
Comment 1 Patrice Clement gentoo-dev 2015-10-24 14:19:31 UTC
Fixed whilst merging https://github.com/gentoo/gentoo/pull/283.