libtool
[Top][All Lists]
Advanced

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

daily snapshot broken again


From: Peter O'Gorman
Subject: daily snapshot broken again
Date: Mon, 28 Nov 2011 13:29:40 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14

Hi,

Looks like there was no daily snapshot for a couple of weeks because the script was doing (the apparently naive):
git pull
./bootstrap
./configure
make
make distcheck

and the gnulib submodule never got updated, so bootstrap failed with:
  top/README-release
  top/maint.mk
2 out of 2 hunks FAILED -- saving rejects to file /tmp/glI22454/gitlog-to-changelog.rej gnulib/gnulib-tool: *** patch file gl/build-aux/gitlog-to-changelog.diff didn't apply cleanly
gnulib/gnulib-tool: *** Stop.

I just manually did cd libtool/gnulib; git pull to "fix" it, but it seems like something is broken somewhere if git pull; ./bootstrap does not do the right thing.

Peter



reply via email to

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