Bug 176110

Summary: obscure package naming makes it hard to find missing packages
Product: [Fedora] Fedora Reporter: John Ellson <john.ellson>
Component: tomcat5Assignee: Vivek Lakshmanan <viveklak>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: sundaram
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.5.25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-05 13:42: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:

Description John Ellson 2005-12-19 16:09:44 UTC
Description of problem:
Trying to install tomcat5 I get:
   error: Failed dependencies:
        jta is needed by tomcat5-5.0.30-8jpp_6fc.i386

I eventually tracked this down by looking at a system that has everything
blindly installed.  It is provided by:  geronimo-specs-compat-1.0-0.M2.2jpp_4fc.2

Why doesn't tomcat5 refer to a meaningful package name?

Version-Release number of selected component (if applicable):
geronimo-specs-compat-1.0-0.M2.2jpp_4fc.2
tomcat5-5.0.30-8jpp_6fc.i386

How reproducible:


Steps to Reproduce:
1. rpm -Uvh tomcat5-5.0.30-8jpp_6fc.i386.rpm
2.
3.
  
Actual results:
error: Failed dependencies:
     jta is needed by tomcat5-5.0.30-8jpp_6fc.i386

Expected results:
error: Failed dependencies:
     geronimo-specs-compat is needed by tomcat5-5.0.30-8jpp_6fc.i386


Additional info:

Comment 1 Rahul Sundaram 2005-12-19 16:29:23 UTC
A package with version number doesnt look that meaningless to me. What would you
suggest as a alternative?

If you want to install the whole bunch of Java apps you can use yum

# yum groupinstall "Java Development"

Comment 2 John Ellson 2005-12-19 16:33:43 UTC
I don't get a reference to a package and version number.  I just get "jta"

I don't wish to use yum.  I want to be able to use just rpm.   If yum
can resolve "jta" to a package with just rpm queries, how does it do it?

Comment 3 Devrim GUNDUZ 2008-01-05 13:42:41 UTC
Already fixed in current releases. Closing.