octave-maintainers
[Top][All Lists]
Advanced

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

Re: fail to compile mercurial code due to regex-match.cc error


From: Qianqian Fang
Subject: Re: fail to compile mercurial code due to regex-match.cc error
Date: Mon, 23 Jan 2012 18:12:39 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0

On 01/23/2012 05:45 PM, Jordi Gutiérrez Hermoso wrote:
2012/1/23 Qianqian Fang<address@hidden>:
On 01/23/2012 04:50 PM, Jordi Gutiérrez Hermoso wrote:
What hg revision are you at? "hg id" should say.
the hg id output is dd3c5325039c+
This is an old revision from September last year. When you do "hg
pull", you only get new revisions, but you don't update your working
directory to them. Do hg update after "hg pull" to update your code to
the revision you just pulled, or do "hg pull -u" to do it in one step.

thanks for the explanation, I did run hg update previously,
but it failed with the following message:

pulling subrepo gnulib
abort: repository [git]git://git.sv.gnu.org/gnulib not found!

then I went to octave/gnulib and did a "git pull" manually
and updated gnulib successfully. Is this sufficient?

Also, the + indicates that you have modifications in your working
tree. If you try to update your working directory right now, you may
get conflicts between your changes and the tip revision on this branch
that you have just pulled. If you don't want to keep those changes,
you can do "hg up --clean", THIS WILL ERASE YOUR CHANGES, so be
careful. Use "hg status" and "hg diff" to inspect your changes.

hg status shows 108 files with "!" at the beginning,
not sure what that means. Is this related to the hg
version issue below? my hg is 1.4.3.

Qianqian

So try to update your working directory. If that succeeds, try autogen, etc.

Note that you will need Mercurial at least 1.8 from now on. Here is a
PPA for Ubuntu that may help you get that version of Mercurial if you
don't already have it:

     https://launchpad.net/~mercurial-ppa/+archive/releases

HTH,
- Jordi G. H.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]