On Thu, 13 Sep 2012, Christian Rössel wrote:
Creating directory ./lib
Copying file GNUmakefile
Copying file README-release
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
3 out of 3 hunks ignored -- saving rejects to file
/tmp/glOFXVw3/announce-gen.rej
gnulib/gnulib-tool: *** patch file gl/build-aux/announce-gen.diff didn't
apply cleanly
gnulib/gnulib-tool: *** Stop.
If I do bootstrap, then I run into this error instead:
% ./bootstrap
bootstrap: running: git submodule update
bootstrap: running: gnulib/gnulib-tool --no-changelog --avoid=dummy
--libtool --macro-prefix=GL --aux-dir=build-aux
--m4-base=m4--local-dir=gl --symlink --import announce-gen
do-release-commit-and-tag...
Module list with included dependencies (indented):
announce-gen
do-release-commit-and-tag
gendocs
git-version-gen
gitlog-to-changelog
gnu-web-doc-update
gnumakefile
gnupload
maintainer-makefile
readme-release
useless-if-before-free
vc-list-files
File list:
build-aux/announce-gen
build-aux/do-release-commit-and-tag
build-aux/gendocs.sh
build-aux/git-version-gen
build-aux/gitlog-to-changelog
build-aux/gnu-web-doc-update
build-aux/gnupload
build-aux/useless-if-before-free
build-aux/vc-list-files
doc/gendocs_template
m4/00gnulib.m4
m4/gnulib-common.m4
top/GNUmakefile
top/README-release
top/maint.mk
Creating m4/gnulib-cache.m4
Finished.
You may need to add #include directives for the following .h files.
Don't forget to
- add "lib/Makefile" to AC_CONFIG_FILES in ./configure.ac,
- mention "lib" in SUBDIRS in Makefile.am,
- mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
- mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
- invoke GL_EARLY in ./configure.ac, right after AC_PROG_CC,
- invoke GL_INIT in ./configure.ac.
bootstrap: running: make bootstrap-deps ...
bootstrap: running: autoreconf --symlink --install .
Makefile.am: error: required file './ChangeLog' not found
autoreconf: automake failed with exit status: 1
If I do 'touch ChangeLog' then it works.
I have gnulib git from http://www.gnu.org/software/gnulib/ checked out
in parallel with the libtool git source tree.
After running configure, I get this error from 'make check'
% gmake check
GEN public-submodule-commit
fatal: Not a valid commit name
576e46cb89ee781ec9f8352723b5dc96d3c7fd1f
/usr/local/libexec/git-core/git-submodule: line 241: test:
576e46cb89ee781ec9f8352723b5dc96d3c7fd1f: unary operator expected
Stopping at 'gnulib'; script returned non-zero status.
maint.mk: found non-public submodule commit
gmake: *** [public-submodule-commit] Error 1
Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool