Bug 449554
Summary: | yum in mock builds pulls in i386 java during x86_64 builds | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matt Domsch <matt_domsch> | ||||||
Component: | yum | Assignee: | Seth Vidal <skvidal> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 9 | CC: | ffesti, james.antill, katzj, pmatilai, tim.lauridsen | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 3.2.17-2 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2008-08-06 21:43:39 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: | 449526, 449576 | ||||||||
Attachments: |
|
Description
Matt Domsch
2008-06-02 20:39:04 UTC
The patch in #449056 does _not_ resolve the problem. Created attachment 307911 [details]
root.log
can you recreate the chroot in question and run: yum -d 5 resolvedep java-devel I would like to see some more output from it ]# yum --installroot=$(pwd)/root -d 5 resolvedep java-devel Config time: 0.041 Yum Version: 3.2.14 COMMAND: yum --installroot=/var/lib/mock/fedora-development-x86_64- gridengine/root -d 5 resolvedep java-devel Installroot: /var/lib/mock/fedora-development-x86_64-gridengine/root Ext Commands: java-devel Reading Local RPMDB rpmdb time: 0.000 Setting up Package Sacks pkgsack time: 0.374 Searching pkgSack for dep: java-devel Potential match for java-devel from 1:java-1.6.0-openjdk-devel-1.6.0.0- 0.14.b09.fc10.x86_64 Matched 1:java-1.6.0-openjdk-devel-1.6.0.0-0.14.b09.fc10.x86_64 to require for java-devel Potential match for java-devel from 1:java-1.6.0-openjdk-devel-1.6.0.0- 0.14.b09.fc10.i386 Matched 1:java-1.6.0-openjdk-devel-1.6.0.0-0.14.b09.fc10.i386 to require for java-devel Potential match for java-devel from java-1.5.0-gcj-devel-1.5.0.0-21.fc9.x86_64 Matched java-1.5.0-gcj-devel-1.5.0.0-21.fc9.x86_64 to require for java-devel 0:java-1.5.0-gcj-devel-1.5.0.0-21.fc9.x86_64 Created attachment 308295 [details]
yum-install-log.txt
yum -d 7 install java-devel
I have tried with yum-3.2.17-2.fc9.noarch (not sure if that is relevant info): # rpm -qa | grep ^java java-1.6.0-openjdk-devel-1.6.0.0-0.16.b09.fc9.x86_64 java-1.6.0-openjdk-1.6.0.0-0.16.b09.fc9.x86_64 java-1.6.0-openjdk-plugin-1.6.0.0-0.16.b09.fc9.x86_64 java-1.5.0-gcj-1.5.0.0-21.fc9.x86_64 java_cup-0.10-0.k.6jpp.2.x86_64 # yum -d 5 resolvedep java-devel --noplugins Config time: 0.162 Yum Version: 3.2.17 COMMAND: yum -d 5 resolvedep java-devel --noplugins Installroot: / Ext Commands: java-devel Reading Local RPMDB rpmdb time: 0.000 Setting up Package Sacks pkgsack time: 0.446 Searching pkgSack for dep: java-devel Potential match for java-devel from 1:java-1.6.0-openjdk- devel-1.6.0.0-0.16.b09.fc9.i386 Matched 1:java-1.6.0-openjdk-devel-1.6.0.0-0.16.b09.fc9.i386 to require for java-devel Potential match for java-devel from 1:java-1.6.0-openjdk- devel-1.6.0.0-0.16.b09.fc9.x86_64 Matched 1:java-1.6.0-openjdk-devel-1.6.0.0-0.16.b09.fc9.x86_64 to require for java-devel Potential match for java-devel from java-1.5.0-gcj-devel-1.5.0.0-21.fc9.x86_64 Matched java-1.5.0-gcj-devel-1.5.0.0-21.fc9.x86_64 to require for java-devel Potential match for java-devel from 1:java-1.6.0-openjdk- devel-1.6.0.0-0.10.b09.fc9.x86_64 Matched 1:java-1.6.0-openjdk-devel-1.6.0.0-0.10.b09.fc9.x86_64 to require for java-devel Potential match for java-devel from 1:java-1.6.0-openjdk- devel-1.6.0.0-0.10.b09.fc9.i386 Matched 1:java-1.6.0-openjdk-devel-1.6.0.0-0.10.b09.fc9.i386 to require for java-devel 0:java-1.5.0-gcj-devel-1.5.0.0-21.fc9.x86_64 I'm not sure, this might be fixed in 3.2.17-2 ... as we fixed a similar looking ppc vs. ppc64 problem. Matt can you try it? It's in updates-testing atm. but is being pushed to stable today. yes, appears fixed, thanks. |