I just started using gitlog-to-changelog for a project which I
maintain using VPATH builds -- that is, I run "configure" somewhere
other than in $(srcdir). I found that gitlog-to-changelog didn't
work as well as I had hoped because there is no ./.git.
The gen-ChangeLog rule in coreutils checks f
Hi,
Daiki Ueno writes:
> The 'announce-gen' script fails when Digest::SHA (not Digest::SHA1) is
> installed:
>
> Can't locate object method "new" via package "Digest::SHA1" (perhaps you
> forgot to load "Digest::SHA1"?) at ../gnulib/build-aux/announce-gen line 165.
> zsh: exit 25./gnuli
On 07/14/2014 10:04 AM, Daiki Ueno wrote:
> Hi,
>
> Daiki Ueno writes:
>
>> The 'announce-gen' script fails when Digest::SHA (not Digest::SHA1) is
>> installed:
>>
>> Can't locate object method "new" via package "Digest::SHA1" (perhaps you
>> forgot to load "Digest::SHA1"?) at ../gnulib/build
* Daiki Ueno (u...@gnu.org) [20140713 22:51]:
> I've pushed a fix for this anyway:
> http://git.savannah.gnu.org/cgit/gettext.git/commit/?h=maint&id=e1bd11a1
Seems the fix doesn't adapt the testsuite as I get failures in the autopoint
tests with the patch applied:
FAIL: autopoint-2
FAIL: autopoi
Philipp Thomas writes:
>> I've pushed a fix for this anyway:
>> http://git.savannah.gnu.org/cgit/gettext.git/commit/?h=maint&id=e1bd11a1
>
> Seems the fix doesn't adapt the testsuite as I get failures in the autopoint
> tests with the patch applied:
>
> FAIL: autopoint-2
> FAIL: autopoint-3
Yes,