Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

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.