On Dec 5, 2012, at 18:14 , Jan Lehnardt <[email protected]> wrote: > make -j5 fails with https://friendpaste.com/2KfwQCQ8kFhqY3ni1hi4zB > > But I remember a note somewhere that this isn’t supported yet. > > Is this hard to get going?
FYI: I rebased 1536-feature-add-docs to master. We can now cherry-pick/merge this branch into master & 1.3.x. Cheers Jan -- > > Cheers > Jan > -- > > > On Dec 5, 2012, at 12:42 , Jan Lehnardt <[email protected]> wrote: > >> >> On Dec 5, 2012, at 05:58 , Noah Slater <[email protected]> wrote: >> >>> On 4 December 2012 19:45, Jan Lehnardt <[email protected]> wrote: >>> >>>> >>>> The `locale` settings are: >>>> >>>>> locale >>>> LANG= >>>> LC_COLLATE="C" >>>> LC_CTYPE="UTF-8" >>>> LC_MESSAGES="C" >>>> LC_MONETARY="C" >>>> LC_NUMERIC="C" >>>> LC_TIME="C" >>>> LC_ALL= >>>> >>>> Setting: >>>> >>>> LC_CTYPE=C >>>> export LC_CTYPE >>>> >>> >>> That's odd. >>> >>> I don't consider this a release blocker for now, as the docs are pre-built. >>> Let's see if this is a common problem, and fix it up if it is. >> >> Cool. >> >>>> Passes the doc build, but make fails with: >>>> >>>> make[2]: *** No rule to make target `THANKS', needed by `THANKS.gz'. >>>> Stop. >>>> make[1]: *** [all-recursive] Error 1 >>>> make: *** [all] Error 2 >>>> >>>> >>> This should not happen. I suspect you're not running on a pristine source. >>> Please run "./bootstrap" and try again. >> >> Ah yes, this was with the locale error, fixing the LC_CTYPE and then just >> running >> `make` again. With a fresh start, it doesn’t happen. >> >> Cheers >> Jan >> -- >> >
