[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [install-locale] Error in "make install"

From: Reynaldo Nogueras <nogueras_r_at_hotmail.com>
Date: 2004-11-05 01:06:03 CET

I think I got it. Your questions led me to look at the Makefile and what was
the MSGFMT...
The line in Makefile was correct
MSGFMT=/usr/bin/msgfmt

Below in the Makefile, there was a section commented out:
---------------------------------
# For systems with bind_textdomain_codeset, just leave the Content-Type:
# header alone.
#.po.mo:
# $(MSGFMT) -o $@ $<
---------------------------------

   So I uncommented both lines and re-ran make:

---------------------------------
#make
------ making all in apr
------ completed all in apr
------ making all in apr-util
Making all in xml/expat
------ completed all in apr-util
------ making all in neon
cd src && make

  Compilation complete. run 'make install' (as root?) to install neon.

------ completed all in neon
/usr/bin/msgfmt -o subversion/po/de.mo subversion/po/de.po
/usr/bin/msgfmt -o subversion/po/es.mo subversion/po/es.po
/usr/bin/msgfmt -o subversion/po/ja.mo subversion/po/ja.po
/usr/bin/msgfmt -o subversion/po/nb.mo subversion/po/nb.po
/usr/bin/msgfmt -o subversion/po/pl.mo subversion/po/pl.po
/usr/bin/msgfmt -o subversion/po/pt_BR.mo subversion/po/pt_BR.po
/usr/bin/msgfmt -o subversion/po/sv.mo subversion/po/sv.po
/usr/bin/msgfmt -o subversion/po/zh_CN.mo subversion/po/zh_CN.po
/usr/bin/msgfmt -o subversion/po/zh_TW.mo subversion/po/zh_TW.po

---------------------------------

  Then, all the .mo files appeared in the po directory
make clean...make...make install....all good to go...
   Now something strange happened but I'm not going to pay much attention to
it...just FYI, I cant run make check anymore.

Thank you very much,
Ray

>From: Erik Huelsmann <ehuels@gmail.com>
>Reply-To: Erik Huelsmann <ehuels@gmail.com>
>To: Reynaldo Nogueras <nogueras_r@hotmail.com>
>CC: users@subversion.tigris.org
>Subject: Re: [install-locale] Error in "make install"
>Date: Thu, 4 Nov 2004 23:32:39 +0100
>
> > ---------------------------------
> > # grep ^MSGFMT Makefile
> > MSGFMT: not found
> > # Usage; grep -hblcnsviw pattern file . . .
>
>Ok, that did not return what I had hoped. Is there a line in your
>Makefile which starts with 'MSGFMT =' ? If so, what does the complete
>line look like?
> > # ls subversion/po
> > total 1690
> > -rw-r--r-- 1 user root 176545 Sep 24 03:21
>de.po
> > -rw-r--r-- 1 user root 173541 Oct 7 03:21
>es.po
> > -rw-r--r-- 1 user root 225339 Sep 26 03:21
>ja.po
> > -rw-r--r-- 1 user root 183444 Oct 17 03:21
>nb.po
> > -rw-r--r-- 1 user root 177613 Oct 5 03:21
>pl.po
> > -rw-r--r-- 1 user root 171694 Sep 23 03:21
>pt_BR.po
> > -rw-r--r-- 1 user root 170975 Sep 29 03:21
>sv.po
> > -rw-r--r-- 1 user root 164822 Oct 13 03:21
>zh_CN.po
> > -rw-r--r-- 1 user root 173190 Oct 14 03:21
>zh_TW.po
>
>Is this before or after running make? I'd like the output after running
>make.
>
> >
> > ---------------------------------
> > #make
> > ------ making all in apr
> > ------ completed all in apr
> > ------ making all in apr-util
> > ------ completed all in apr-util
> > ------ making all in neon
> > cd src && make
>
>This is not the output from the complete subversion build (running
>'make' in the toplevel dir).
>
>did you give the 'build-log' output from 'make 2>&1 1>build-log'?
>
>bye,
>
>
>Erik.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 5 01:08:32 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.