Bug 151087

Summary: the zsh spec file lack BuildRequires: texi2html
Product: [Fedora] Fedora Reporter: Nathan G. Grennan <redhat-bugzilla>
Component: zshAssignee: Colin Walters <walters>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-15 22:26:04 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 Nathan G. Grennan 2005-03-14 19:21:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050309 Galeon/1.3.19

Description of problem:
I tried to recompile zsh from source rpm and found the error below.

make[1]: Entering directory `/home/builder/rpmbuild/BUILD/zsh-4.2.1/Doc'
texi2html -expand info -split chapter ./zsh.texi
make[1]: texi2html: Command not found
make[1]: *** [zsh_toc.html] Error 127
make[1]: Leaving directory `/home/builder/rpmbuild/BUILD/zsh-4.2.1/Doc'
make: *** [html] Error 2


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

How reproducible:
Always

Steps to Reproduce:
1. rpm -e texi2html
2. rpm -i zsh-4.2.1-2.src.rpm
3. cd /usr/src/redhat/SPECS
4. rpmbuild -bb zsh.spec
  

Actual Results:  make[1]: texi2html: Command not found

Expected Results:  No error

Additional info:

Comment 1 Andreas Thienemann 2006-05-15 22:26:04 UTC

*** This bug has been marked as a duplicate of 191811 ***