[Fedora-i18n-bugs] [Bug 606746] gettext requires CVS????

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 22 13:36:47 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=606746

--- Comment #4 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 2010-06-22 09:36:44 EDT ---
Well,
With previous gettext-0.17-17.fc14.i686 /usr/bin/autopoint says:
--------------------------------------------------------------
   342  # Check availability of the CVS program.
   343  (cvs -v) >/dev/null 2>/dev/null || func_fatal_error "cvs program not
found"
--------------------------------------------------------------

Now gettext-0.18.1.1/NEWS says:
--------------------------------------------------------------
    10  * Installation options:
    11    The configure option --with-cvs is deprecated. The 'autopoint'
program will
    12    now use the 'git' program by default to compress its archive. If the
    13    configure option --without-git is specified, 'autopoint' will not
rely on
    14    'git', but will instead rely on a locally installed a 3 MB large
archive.
--------------------------------------------------------------
and actually gettext-0.18.1.1-1.fc14.i686 /usr/bin/autopoint says:
--------------------------------------------------------------
   389  case "git" in
   390    dir)
   399      ;;
   400  
   401    cvs)
   448      (cvs -v) >/dev/null 2>/dev/null || func_fatal_error "cvs program
not found"
   512      ;;
   513  
   514    git)
   515      # Check availability of the git program.
   516      (git --version) >/dev/null 2>/dev/null || func_fatal_error "git
program not found"
---------------------------------------------------------------
so now not cvs but git is mandatory....

I think requiring all people using gettext to install git should be
avoided. IMO srpms which actually use autopoint should additional
"BR: git", or in more radical way, autopoint should be split out
into subpackages.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list