Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794025 - app-portage/ java-ebuilder-9999: ignores dev-java/protobuf-java-3.15.8
Summary: app-portage/ java-ebuilder-9999: ignores dev-java/protobuf-java-3.15.8
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-03 11:16 UTC by Volkmar W. Pogatzki
Modified: 2022-06-24 13:08 UTC (History)
1 user (show)

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


Attachments
the pom (mysql-connector-java-8.0.25.pom.xml,2.45 KB, application/xml)
2021-06-03 11:16 UTC, Volkmar W. Pogatzki
Details
The generated ebuild (jdbc-mysql-8.0.25-r2.ebuild,1.21 KB, text/plain)
2021-06-03 11:17 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2021-06-03 11:16:55 UTC
Created attachment 713415 [details]
the pom

Even though the package has the correct MAVEN_ID it states "!!!groupId-not-found!!!"

qgrep -e 'MAVEN.*protobuf'
dev-java/protobuf-java/protobuf-java-3.15.8.ebuild:MAVEN_ID="com.google.protobuf:protobuf-java:3.15.8"


KEYWORDS="~amd64 ~ppc64 ~x86"

# Common dependencies
# POM: mysql-connector-java-${PV}.pom.xml
# com.google.protobuf:protobuf-java:3.11.4 -> !!!groupId-not-found!!!

CDEPEND="
    !!!groupId-not-found!!!
"
Comment 1 Volkmar W. Pogatzki 2021-06-03 11:17:36 UTC
Created attachment 713418 [details]
The generated ebuild
Comment 2 Volkmar W. Pogatzki 2022-06-24 13:08:13 UTC
Old version has gone