Bug 191946

Summary: nano Missing BuildRequire on groff
Product: [Fedora] Fedora Reporter: Andreas Thienemann <andreas>
Component: nanoAssignee: David Woodhouse <dwmw2>
Status: CLOSED RAWHIDE QA Contact:
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-16 16:45:23 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:    
Bug Blocks: 191529    
Attachments:
Description Flags
Patch, adding the missing buildreqs none

Description Andreas Thienemann 2006-05-16 15:45:39 UTC
nano-1.3.8-1.2.1 won't build in mock:

make[5]: Entering directory `/builddir/build/BUILD/nano-1.3.8/doc/man/fr'
cat nano.1 | groff -t -mandoc -Thtml > nano.1.html
/bin/sh: groff: command not found
make[5]: *** [nano.1.html] Error 127
make[5]: Leaving directory `/builddir/build/BUILD/nano-1.3.8/doc/man/fr'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/builddir/build/BUILD/nano-1.3.8/doc/man'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/builddir/build/BUILD/nano-1.3.8/doc/man'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/builddir/build/BUILD/nano-1.3.8/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/nano-1.3.8'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.37848 (%build)



Attached is a patch, adding the BuildRequire: groff line

Comment 1 Andreas Thienemann 2006-05-16 15:45:40 UTC
Created attachment 129209 [details]
Patch, adding the missing buildreqs

Comment 2 David Woodhouse 2006-05-16 16:45:23 UTC
Fixed in 1.3.11-1; building now...