Bug 295861 - Bugzilla dependency on 'which' not in rpm
Summary: Bugzilla dependency on 'which' not in rpm
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: bugzilla
Version: 6
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: John Berninger
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-19 06:32 UTC by J Robinson
Modified: 2007-12-29 14:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-29 14:07:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description J Robinson 2007-09-19 06:32:09 UTC
Description of problem:

Bugzilla rpm dependency on 'which' not noted in rpm

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

bugzilla.noarch 0:3.0.1-0.fc6

How reproducible:

install bugzilla via yum on FC6 when the 'which' package is not installed.

Steps to Reproduce:
1. yum -y remove which bugzilla
2. yum -y install bugzilla

  
Actual results:

  Installing: perl-XML-Twig                ####################### [43/44] 
  Installing: bugzilla                     ####################### [44/44] 
Can't exec "which": No such file or directory at Bugzilla/Install/Localconfig.pm
line 355, <DATA> line 225.
Use of uninitialized value in pattern match (m//) at
Bugzilla/Install/Localconfig.pm line 356, <DATA> line 225.
Use of uninitialized value in string eq at Bugzilla/Install/Localconfig.pm line
356, <DATA> line 225.
Can't exec "which": No such file or directory at Bugzilla/Install/Localconfig.pm
line 368, <DATA> line 225.
Use of uninitialized value in pattern match (m//) at
Bugzilla/Install/Localconfig.pm line 369, <DATA> line 225.
Use of uninitialized value in string eq at Bugzilla/Install/Localconfig.pm line
369, <DATA> line 225.
Can't exec "which": No such file or directory at Bugzilla/Install/Localconfig.pm
line 382, <DATA> line 225.
Use of uninitialized value in pattern match (m//) at
Bugzilla/Install/Localconfig.pm line 383, <DATA> line 225.
Use of uninitialized value in string eq at Bugzilla/Install/Localconfig.pm line
383, <DATA> line 225.


Expected results:

That the dependency on 'which' would be noted in the rpm, and installed by yum
as a prerequisite.

Additional info:

Comment 1 Fedora Update System 2007-10-24 07:15:02 UTC
bugzilla-3.0.2-1.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update bugzilla'


Note You need to log in before you can comment on or make changes to this bug.