Re: [Ekiga-devel-list] Error building 20080611 snapshot



Eugen Dedu a écrit :
Mauricio Teixeira wrote:
Hey guys,

I'm trying to build the 20080611 snapshot, and I get the following error:


make[3]: Leaving directory `/builddir/build/BUILD/ekiga/src'
make[2]: Leaving directory `/builddir/build/BUILD/ekiga/src'
Making all in po
make[2]: Entering directory `/builddir/build/BUILD/ekiga/po'
file=`echo am | sed 's,.*/,,'`.gmo \
          && rm -f $file &&  -o $file am.po
file=`echo ar | sed 's,.*/,,'`.gmo \
          && rm -f $file &&  -o $file ar.po
/bin/sh: line 1: -o: command not found
make[2]: *** [am.gmo] Error 127
make[2]: *** Waiting for unfinished jobs....
/bin/sh: line 1: -o: command not found
make[2]: *** [ar.gmo] Error 127
make[2]: Leaving directory `/builddir/build/BUILD/ekiga/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/ekiga'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.40346 (%build)

Any help would be much appreciated.

Try in the ekiga directory:
$ grep GMSG po/Makefile

Also, do you have gettext installed?

Yes, it definitely looks like there's a missing build tool. I guess the Makefile has something like this somewhere :
TOOL =
and later on :
$(TOOL) -o ...
where it should have TOOL=/usr/bin/tool...

Now the question is, what tool?

Snark


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]