Bug 517361 - autopoint tool fails due to missing cvs binary
Summary: autopoint tool fails due to missing cvs binary
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gettext
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-13 15:47 UTC by Daniel Berrangé
Modified: 2009-09-01 07:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-01 07:39:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2009-08-13 15:47:25 UTC
Description of problem:
I have a package which needs to run 'autoreconf' during its build to re-generate autotools files. I have a BuildRequires: autoconf automake libtool gettext  to pull in the neccessary pieces for autoreconf to run, however it still fails because for some crazy reason 'autopoint' requires CVS but does not depend on it

+ autoreconf -if
autopoint: *** cvs program not found
autopoint: *** Stop.
autoreconf: autopoint failed with exit status: 1
error: Bad exit status from /var/tmp/rpm-tmp.wXXjKZ (%build)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.wXXjKZ (%build)

http://koji.fedoraproject.org/koji/getfile?taskID=1603572&name=build.log

# rpm -q gettext --requires | grep cvs


Note the missing dep on cvs, even though it is used.

Version-Release number of selected component (if applicable):
gettext-0.17-12.fc11.i586


How reproducible:
Always

Steps to Reproduce:
1. yum install gettext
2. make sure cvs is not installed
3. Ru autopoint
  
Actual results:
Fails due to missing cvs

Expected results:
Installing the RPM installs all binaries required for the RPM to work.

Additional info:

Comment 1 Jens Petersen 2009-08-31 09:22:43 UTC
Sorry this is bug 469555.

Ok, I will revert that change in the next build.


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