Bug 160630

Summary: Missing BuildReq in cvs
Product: Red Hat Enterprise Linux 4 Reporter: Andreas Thienemann <andreas>
Component: cvsAssignee: Martin Stransky <stransky>
Status: CLOSED NEXTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.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: 2005-07-21 11:06:52 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 Andreas Thienemann 2005-06-16 08:07:05 UTC
During a testbuild of cvs-1.11.17-5 in mock, the following problem in the
buildprocess manifests itself:

checking for vim... no
checking for vi... no
checking for emacs... no
checking for nano... no
checking for pico... no
checking for edit... no
configure: error:
    Failed to find a text file editor.  CVS cannot be compiled
    without a default log message editor.  Searched for
    `vim vi emacs nano pico edit'.  Try `configure --with-editor'.
error: Bad exit status from /var/tmp/rpm-tmp.148 (%build)

It seems cvs won't build without an installed editor.
Thus it would be good if the specfile either contains a BuildRequire for an
editor or the --with-editor command is used during the %configure phase.
As the current cvs builds from redhat use vim as the standard editor, the latter
option would probably be the easiest choice.