Bug 161089 - Missing BuildRequires dependency on cvs
Summary: Missing BuildRequires dependency on cvs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: mc
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Denys Vlasenko
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On: 185520
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-20 15:01 UTC by Andreas Thienemann
Modified: 2015-01-08 00:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-15 15:16:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Andreas Thienemann 2005-06-20 15:01:08 UTC
During a testbuild of mc-4.6.1-0.8.1 in mock, the rebuild process
stops with the following error:

+ CFLAGS='-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -g -pipe -m64'
+ ./autogen.sh --with-screen=slang --host=x86_64-redhat-linux-gnu
--build=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux
-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr
/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec
--localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info --enable-charset
autopoint: *** cvs program not found
autopoint: *** Stop.
error: Bad exit status from /var/tmp/rpm-tmp.51781 (%build)

This problem seems to be present in rawhide as well.

Adding cvs to the BuildRequires: list should fix this issue.

Comment 1 Jindrich Novy 2005-06-22 13:32:04 UTC
The rawhide mc doesn't call autogen.sh at all therefore it doesn't call
autopoint and doesn't need the cvs dependency. I'll try to fix this by avoiding
the call of autogen and using configure instead.


Note You need to log in before you can comment on or make changes to this bug.