Bug 172368

Summary: Missing dependency: httpd
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-04 01:43:07 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 Jan Kratochvil 2005-11-03 13:25:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050923 Galeon/1.3.21

Description of problem:
Missing BuildRequires: byacc


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

How reproducible:
Always

Steps to Reproduce:
1. rpm -e byacc
2. rpmbuilb -bb httpd.spec


Actual Results:  yacc -d /home/lace/src/rpm/BUILD/httpd-2.0.54/modules/ssl/ssl_expr_parse.y
make[4]: yacc: Command not found
make[4]: *** [ssl_expr_parse.h] Error 127
make[4]: Leaving directory `/home/lace/src/rpm/BUILD/httpd-2.0.54/prefork/modules/ssl'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/home/lace/src/rpm/BUILD/httpd-2.0.54/prefork/modules/ssl'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/home/lace/src/rpm/BUILD/httpd-2.0.54/prefork/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/home/lace/src/rpm/BUILD/httpd-2.0.54/prefork'
make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.78975 (%build)


Expected Results:  Successfully built package.


Additional info:

Comment 1 Joe Orton 2005-11-03 16:46:41 UTC
When this fails, what is the output of:

  cd /home/lace/src/rpm/BUILD/httpd-2.0.54/prefork
  ls -l modules/ssl/ssl_expr_* ../modules/ssl/ssl_expr_*


Comment 2 Jan Kratochvil 2005-11-04 01:43:07 UTC
Sorry, it was due to my patch of some httpd header and its dependencies causing
the rebuild. I should check it more thoroughly next time.