Bug 165773

Summary: inn package from fc4 cannot be installed
Product: [Fedora] Fedora Reporter: Filip Miletic <filmil>
Component: innAssignee: Martin Stransky <stransky>
Status: CLOSED WONTFIX QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-15 14:18:14 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 Filip Miletic 2005-08-11 22:44:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; sr-YU; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6

Description of problem:
The package won't install with the following message:

The following packages have unmet dependencies:
  inn: Depends: /usr/lib/news/lib/innshellvars.pl but it is not installable
E: Broken packages

(I use apt-get to install, but this should not matter)

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

How reproducible:
Always

Steps to Reproduce:
1. Try to install the appropriate inn package

Actual Results:  The error message prints.

Expected Results:  The package should have been instaled.

Additional info:

Comment 1 Filip Miletic 2005-08-11 23:06:42 UTC
*** Bug 165774 has been marked as a duplicate of this bug. ***

Comment 2 Martin Stransky 2005-08-15 14:18:14 UTC
It's a bug in apt-get, because inn provides innshellvars.pl:

$rpm -qp --provides inn-2.4.2-3.i386.rpm | grep pl
perl(::usr/lib/innshellvars.pl)

$rpm -qp --requires inn-2.4.2-3.i386.rpm | grep pl
/usr/lib/news/lib/innshellvars.pl
perl(bigint.pl)
perl(ftp.pl)
perl(getopts.pl)

It works fine with yum and rpm...