This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 67e9e7e554bb7af7076bc39d1f922c57f7b1759c (commit)
via 4f18b3e1f47a0bcc6dca59195889bc257d91f8af (commit)
from cb1760dc0bdf89c67c62a76ab1e8e6686775a0c8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/wmaker-crm.git/commit/67e9e7e554bb7af7076bc39d1f922c57f7b1759c
commit 67e9e7e554bb7af7076bc39d1f922c57f7b1759c
Author: Doug Torrance <[email protected]>
Date: Tue Feb 9 11:52:05 2016 -0500
check-doc: Ignore with-aix-soname in check-cmdline-options-doc.sh
Control: tags -1 forwarded [email protected]
libtool 2.4.4 will add a --with-aix-soname option. Ignore it when checking
whether INSTALL-WMAKER is up to date.
Fixes Debian bug #814213 [1]. Proposed fix to Debian package at [2].
From: Chris Lamb <[email protected]>
Subject: wmaker: FTBFS: Error: program option '--with-aix-soname' is not
in
the documentation './INSTALL-WMAKER'
Date: Tue, 09 Feb 2016 09:59:14 +0100
Dear Maintainer,
wmaker fails to build from source in unstable/amd64:
[..]
make check-local
make[4]: Entering directory '/home/lamby/temp/
cdt.20160209093619.fGSQWYa4PE/wmaker-0.95.7'
./script/check-cmdline-options-doc.sh \
--program "./configure" --text-doc "./INSTALL-WMAKER" \
--ignore-prg 'with-PACKAGE,without-PACKAGE # only template
names from
Autoconf' \
--ignore-prg
'program-prefix,program-suffix,program-transform-name
# in INSTALL' \
--ignore-prg
'version,quiet,srcdir,build,host,cache-file,no-create
# in INSTALL' \
--ignore-prg 'enable-silent-rules,disable-silent-rules # should
be in
INSTALL' \
--ignore-prg
'enable-dependency-tracking,disable-dependency-tracking
# in INSTALL' \
--ignore-prg 'enable-shared,enable-static # should be in
INSTALL' \
--ignore-prg 'disable-option-checking,enable-fast-install #
should be
in INSTALL' \
--ignore-prg
'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot
# for libtool' \
--ignore-prg 'runstatedir #new in autoconf 2.70, backported in
Debian' \
--ignore-prg 'with-x # no use, it would not work without X'
Error: program option '--with-aix-soname' is not in the documentation
'./INSTALL-WMAKER'
Makefile:951: recipe for target 'configure-documentation' failed
make[4]: *** [configure-documentation] Error 1
[..]
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814213
[2] http://anonscm.debian.org/cgit/pkg-wmaker/wmaker.git/commit/?id=dd955a7
diff --git a/Makefile.am b/Makefile.am
index e925ab6..638cfed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,7 @@ configure-documentation:
--ignore-prg 'disable-option-checking,enable-fast-install #
should be in INSTALL' \
--ignore-prg
'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \
--ignore-prg 'runstatedir #new in autoconf 2.70, backported in
Debian' \
+ --ignore-prg 'with-aix-soname #new in libtool 2.4.4' \
--ignore-prg 'with-x # no use, it would not work without X'
.PHONY: configure-documentation
http://repo.or.cz/wmaker-crm.git/commit/4f18b3e1f47a0bcc6dca59195889bc257d91f8af
commit 4f18b3e1f47a0bcc6dca59195889bc257d91f8af
Author: Doug Torrance <[email protected]>
Date: Tue Feb 9 11:52:04 2016 -0500
check-doc: Ignore runstatedir in check-cmdline-options-doc.sh
autoconf 2.70 will add a --runstatedir option, Debian has backported it.
Ignore it when checking whether INSTALL-WMAKER is up to date.
Patch by Andreas Metzler from Debian package [1].
[1] https://sources.debian.net/src/wmaker/0.95.7-3/debian/patches/
56_ignore_runstatedir.diff/
diff --git a/Makefile.am b/Makefile.am
index d0b6688..e925ab6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,6 +106,7 @@ configure-documentation:
--ignore-prg 'enable-shared,enable-static # should be in
INSTALL' \
--ignore-prg 'disable-option-checking,enable-fast-install #
should be in INSTALL' \
--ignore-prg
'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \
+ --ignore-prg 'runstatedir #new in autoconf 2.70, backported in
Debian' \
--ignore-prg 'with-x # no use, it would not work without X'
.PHONY: configure-documentation
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].