Bug 2104242
Summary: | adapt zlib to removal of java on i686 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
Component: | zlib | Assignee: | Matej Mužila <mmuzila> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jaromir.capik, java-maint-sig, jchaloup, jhuttana, jvanek, jwakely, ljavorsk, mmuzila, odubaj, panovotn, pkubat, pmikova, praiskup, sgehwolf, zzambers |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-02 13:53:41 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2083750 |
Description
jiri vanek
2022-07-05 19:06:26 UTC
Do you have more hints how Zlib is actually affected? I tested zlib build now and java-17-openjdk doesn't seem to be installed for build. Perhaps that is only a build-dep of subversion/juinut/etc? Git only uses the 'subversion' package, not 'subversion-javahl', so is not affected. I'm not sure how was the dependency list produced, but I consider it invalid. As I didn't get any additional information from reporter, I'm closing this bug. (In reply to Jonathan Wakely from comment #2) > Git only uses the 'subversion' package, not 'subversion-javahl', so is not > affected. git needs zlib, zlib doesn't need git (In reply to Matej Mužila from comment #3) > git needs zlib, zlib doesn't need git zlib BuildRequires: glibc (like most of the OS). glibc BuildRequires: gawk, and gawk BuildRequires: git, and git BuildRequires: subversion (for some svn2git tests), and subversion has a subpackage that uses java. zlib<-glibc<-gawk<-git<-subversion<-java-11-openjdk-devel zlib<-glibc<-gettext<-git<-subversion<-java-11-openjdk-devel zlib<-glibc<-procps-ng<-git<-subversion<-java-11-openjdk-devel zlib<-libtool<-findutils<-git<-subversion<-java-11-openjdk-devel So building zlib does "depend" on git ... but only if you use a broken tool to find dependencies. In practice, no changes in git affect zlib in any way (except removing git from the distro entirely!) The needinfo request[s] on this closed bug have been removed as they have been unresolved for 365 days |