Bug 76670

Summary: gettext rpm depends on libgcj
Product: [Retired] Red Hat Linux Reporter: Need Real Name <nephros>
Component: gettextAssignee: Leon Ho <llch>
Status: CLOSED NOTABUG QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: mitr, srevivo
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-16 01:18:44 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 Need Real Name 2002-10-24 19:09:45 UTC
From Bugzilla Helper:
User-Agent: Opera/6.1 (Linux 2.4.20-pre10-ac1 i686; U)  [en]

Description of problem:
the gettext rpm (at least for i386, but i'd guess for others too) depends in libgcj.

While this is not a bug, with libgcj having a respectable size (25462079 according to rpm -qi) and surely not being used by everything that uses gettext (mostly autogen.sh and source tarballs the GNU autotools chain) I'd suggest this dependency to be removed...

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. do not install either gettext or libgcj
2. download gettext-0.11.4-3.i386.rpm
3. rpm -i gettext-0.11.4-3.i386.rpm
	

Actual Results:  rpm cmplaind about missing dependency "libgcj.so.3"

Expected Results:  gettext surely works without libgcj, too.

Additional info:

Comment 1 Leon Ho 2002-12-16 01:18:44 UTC
The library dependancy is not something that set in spec file. It automatically add it 
whatever it requires in the code. I supsect is the gettext for java require that. I don't 
think we could delete java support.