Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 116319

Summary: Build requires userinput
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: dhcpAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2004-03-25 20:50:46 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:
Bug Depends On: 116596    
Bug Blocks: 114963    

Description Enrico Scholz 2004-02-20 00:21:57 UTC
Description of problem:

| $ rpmbuild --rebuild dhcp-3.0.1rc12-2.src.rpm 
| ...
| sed -e "s#ETCDIR#/etc#g" -e "s#DBDIR#/var/lib/dhcp#g" \
|         -e "s#RUNDIR#/var/run#g" < dhcpd.conf.5 >dhcpd.conf.man5
| nroff -man dhcpd.conf.man5 >dhcpd.conf.cat5

--> Build stops until I press C-d


Same for all (??) the other manpages.


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

dhcp-3.0.1rc12-2

Comment 1 Daniel Walsh 2004-03-25 20:15:54 UTC
Does 
rpmbuild --rebuild dhcp-3.0.1rc12-2.src.rpm < /dev/null 
solve your problem?

Dan

Comment 2 Enrico Scholz 2004-03-25 20:50:46 UTC
Probably caused by bug #116596 and disappeared in recent versions.