Weird. Looks like you're getting a test failure in PCRE...(!)
On Fri, Jun 20, 2014 at 5:03 PM, harven <[email protected]> wrote: > > > Le vendredi 20 juin 2014 21:30:56 UTC+2, Elliot Saba a écrit : > >> Can you run `make` again? Sometimes, due to parallel makefile rules, the >> cause of an error can be hard to see. Please post the output of `make` >> again, which should fail immediately and give us an idea as to why it >> didn't work. >> -E >> >> > I ran make again, it did not fail immediately. I now get > > ----------------------- > [...] > /(){2,4294967295}/I > -Failed: number too big in {} quantifier at offset 15 > +Failed: numbers out of order in {} quantifier at offset 15 > > > "(?i:a)(?i:b)(?i:c)(?i:d)(?i:e)(?i:f)(?i:g)(?i:h)(?i:i)(?i:j)(k)(?i:l)A\1B"I > Capturing subpattern count = 1 > FAIL: RunTest > > Testing pcregrep > pcregrep version 8.31 2012-07-06 > Testing pcregrep UTF-8 features > Testing pcregrep newline settings > PASS: RunGrepTest > =================== > 1 of 6 tests failed > =================== > Makefile:1376: recipe for target 'check-TESTS' failed > make[5]: *** [check-TESTS] Error 1 > Makefile:1629: recipe for target 'check-am' failed > make[4]: *** [check-am] Error 2 > Makefile:1632: recipe for target 'check' failed > make[3]: *** [check] Error 2 > Makefile:491: recipe for target 'pcre-8.31/checked' failed > make[2]: *** [pcre-8.31/checked] Error 2 > > Makefile:43: recipe for target 'julia-release' failed > make[1]: *** [julia-release] Error 2 > Makefile:32: recipe for target 'release' failed > make: *** [release] Error 2 > ------------------- > > >
