Is this a make error ?

View: New views
4 Messages — Rating Filter:   Alert me  

Is this a make error ?

by Ken Benseman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone,

I have just run "svn update" on trunk and updated to revision 13505.

After running "./autogen.sh" without a problem. On running "make" I got this output in the terminal;

xxxxxx@... make
Making all in m4
make[1]: Entering directory `/genealogy/gramps_3.x/trunk/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/m4'
Making all in po
make[1]: Entering directory `/genealogy/gramps_3.x/trunk/po'
file=`echo nb | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file nb.po
nb.po:2322:33: invalid control sequence
/usr/bin/msgfmt: found 1 fatal error
make[1]: *** [nb.gmo] Error 1
make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/po'
make: *** [all-recursive] Error 1
xxxxxx@office-desktop

I have just updated my system to Ubuntu 9.10. Is this a system error, or an error in gramps that needs a bug report filed.

Thanks,
Ken.



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

Re: Is this a make error ?

by Espen Berg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm sorry!
It was my mistake.  a % was misplaced in the file nb.po.  I've
corrected and committed the fix.


Espen



2009/11/6 Ken Benseman <ken.mymail@...>:

> Hello everyone,
>
> I have just run "svn update" on trunk and updated to revision 13505.
>
> After running "./autogen.sh" without a problem. On running "make" I got this
> output in the terminal;
>
> xxxxxx@office-desktop:/genealogy/gramps_3.x/trunk$ make
> Making all in m4
> make[1]: Entering directory `/genealogy/gramps_3.x/trunk/m4'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/m4'
> Making all in po
> make[1]: Entering directory `/genealogy/gramps_3.x/trunk/po'
> file=`echo nb | sed 's,.*/,,'`.gmo \
>       && rm -f $file && /usr/bin/msgfmt -o $file nb.po
> nb.po:2322:33: invalid control sequence
> /usr/bin/msgfmt: found 1 fatal error
> make[1]: *** [nb.gmo] Error 1
> make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/po'
> make: *** [all-recursive] Error 1
> xxxxxx@office-desktop
>
> I have just updated my system to Ubuntu 9.10. Is this a system error, or an
> error in gramps that needs a bug report filed.
>
> Thanks,
> Ken.
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gramps-devel mailing list
> Gramps-devel@...
> https://lists.sourceforge.net/lists/listinfo/gramps-devel
>
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

Re: Is this a make error ?

by Benny Malengier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/6 Ken Benseman <ken.mymail@...>:

> Hello everyone,
>
> I have just run "svn update" on trunk and updated to revision 13505.
>
> After running "./autogen.sh" without a problem. On running "make" I got this
> output in the terminal;
>
> xxxxxx@office-desktop:/genealogy/gramps_3.x/trunk$ make
> Making all in m4
> make[1]: Entering directory `/genealogy/gramps_3.x/trunk/m4'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/m4'
> Making all in po
> make[1]: Entering directory `/genealogy/gramps_3.x/trunk/po'
> file=`echo nb | sed 's,.*/,,'`.gmo \
>       && rm -f $file && /usr/bin/msgfmt -o $file nb.po
> nb.po:2322:33: invalid control sequence
> /usr/bin/msgfmt: found 1 fatal error
> make[1]: *** [nb.gmo] Error 1
> make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/po'
> make: *** [all-recursive] Error 1
> xxxxxx@office-desktop
>
> I have just updated my system to Ubuntu 9.10. Is this a system error, or an
> error in gramps that needs a bug report filed.

All works in my system. I see nb.po got updated recently, do svn up.

As this is development, you don't install it, so it sufficies to go in
directory src, and run make there:

cd src
make
cd ..

Then start gramps trunk with:
python src/gramps.py

Benny

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel

Re: Is this a make error ?

by Ken Benseman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benny Malengier wrote:
2009/11/6 Ken Benseman ken.mymail@...:
  
Hello everyone,

I have just run "svn update" on trunk and updated to revision 13505.

After running "./autogen.sh" without a problem. On running "make" I got this
output in the terminal;

xxxxxx@... make
Making all in m4
make[1]: Entering directory `/genealogy/gramps_3.x/trunk/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/m4'
Making all in po
make[1]: Entering directory `/genealogy/gramps_3.x/trunk/po'
file=`echo nb | sed 's,.*/,,'`.gmo \
      && rm -f $file && /usr/bin/msgfmt -o $file nb.po
nb.po:2322:33: invalid control sequence
/usr/bin/msgfmt: found 1 fatal error
make[1]: *** [nb.gmo] Error 1
make[1]: Leaving directory `/genealogy/gramps_3.x/trunk/po'
make: *** [all-recursive] Error 1
xxxxxx@office-desktop

I have just updated my system to Ubuntu 9.10. Is this a system error, or an
error in gramps that needs a bug report filed.
    

All works in my system. I see nb.po got updated recently, do svn up.

As this is development, you don't install it, so it sufficies to go in
directory src, and run make there:

cd src
make
cd ..

Then start gramps trunk with:
python src/gramps.py

Benny

  
Espen, Thanks. I ran "svn update" again and everything completed correctly.

Benny, Espen committed an update to correct this about 20 min ago.
Espen

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gramps-devel mailing list
Gramps-devel@...
https://lists.sourceforge.net/lists/listinfo/gramps-devel