<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 12px;" lang="x-unicode">Hi,
<br>
<br>
I have to build freeipa package for centos server. I've downloaded
*.src.rpm file but after rpmbuild -ba command I receive the following
error:
<br>
<br>
tg-admin i18n compile
<br>
Traceback (most recent call last):
<br>
  File "/usr/bin/tg-admin", line 5, in ?
<br>
    from pkg_resources import load_entry_point
<br>
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2479,
in ?
<br>
    working_set.require(__requires__)
<br>
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585,
in require
<br>
    needed = self.resolve(parse_requirements(requirements))
<br>
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 483,
in resolve
<br>
    raise DistributionNotFound(req)  # XXX put more info here
<br>
pkg_resources.DistributionNotFound: Cheetah>=2.0.1
<br>
make[4]: *** [locales/ja/LC_MESSAGES/messages.mo] Error 1
<br>
make[4]: Leaving directory
`/home/kzajac/rpmbuild/BUILD/freeipa-1.2.2/ipa-server/ipa-gui'
<br>
make[3]: *** [all-recursive] Error 1
<br>
make[3]: Leaving directory
`/home/kzajac/rpmbuild/BUILD/freeipa-1.2.2/ipa-server/ipa-gui'
<br>
make[2]: *** [all-recursive] Error 1
<br>
make[2]: Leaving directory
`/home/kzajac/rpmbuild/BUILD/freeipa-1.2.2/ipa-server'
<br>
make[1]: *** [all] Error 2
<br>
make[1]: Leaving directory
`/home/kzajac/rpmbuild/BUILD/freeipa-1.2.2/ipa-server'
<br>
make: *** [all] Error 1
<br>
error: Bad exit status from /var/tmp/rpm-tmp.88078 (%build)
<br>
</div>
</body>
</html>