On Dec 5, 2012, at 05:58 , Noah Slater <nslater@apache.org> wrote:
> On 4 December 2012 19:45, Jan Lehnardt <jan@apache.org> 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
--
|