<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 16, 2016 at 4:04 AM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks! The patch fixed the problem and I confirmed that &quot;make all&quot;<br>
does not build the docs.<br>
<br>
Before you commit/push, please fix following &quot;git apply&quot;<br>
warnings. There are some unnecessary trailing spaces.<br>
<br>
$ git apply ~/autoconf_fix.diff<br>
/home/t-ishii/autoconf_fix.diff:12: trailing whitespace.<br>
docs:<br>
/home/t-ishii/autoconf_fix.diff:13: trailing whitespace.<br>
        $(MAKE) -C doc all<br>
/home/t-ishii/autoconf_fix.diff:14: trailing whitespace.<br>
.PHONY: docs<br>
/home/t-ishii/autoconf_fix.diff:39: trailing whitespace.<br>
docs:<br>
/home/t-ishii/autoconf_fix.diff:40: trailing whitespace.<br>
        $(MAKE) -C doc all<br>
warning: squelched 2 whitespace errors<br>
warning: 7 lines add whitespace errors.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>Thanks for pointing this out. I have pushed the fix after taking care of the white spaces.</div><div> </div><div>Best regards</div><div>Muhammad Usama</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.jp</a><br>
<br>
&gt; Hi<br>
&gt;<br>
&gt; On Wed, Jun 15, 2016 at 10:59 AM, Tatsuo Ishii &lt;<a href="mailto:ishii@postgresql.org">ishii@postgresql.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Usama,<br>
&gt;&gt;<br>
&gt;&gt; I think current configure related files are broken since your SGML<br>
&gt;&gt; patch was introduced. If so, please fix it. I need to tweak version<br>
&gt;&gt; info toward 3.6.<br>
&gt;&gt;<br>
&gt;<br>
&gt; The problem was somehow the m4 files part of the SGML patch were not<br>
&gt; checked in the repository.<br>
&gt; Please find the attached patch if it solves the issue at your end. I have<br>
&gt; also altered the base Makefile.am<br>
&gt; So that only &#39;$make docs&#39; will build the docs and &#39;$make all&#39; will not<br>
&gt; build the documentation.<br>
&gt;<br>
&gt; Kind regards<br>
&gt; Muhammad Usama<br>
&gt;<br>
&gt;<br>
&gt;&gt; $ autoreconf<br>
&gt;&gt; Makefile.am:7: error: can_build_docs does not appear in AM_CONDITIONAL<br>
&gt;&gt; doc/src/sgml/Makefile.am:11: warning: &#39;:=&#39;-style assignments are not<br>
&gt;&gt; portable<br>
&gt;&gt; doc/src/sgml/Makefile.am:11: warning: wildcard $(srcdir: non-POSIX<br>
&gt;&gt; variable name<br>
&gt;&gt; doc/src/sgml/Makefile.am:11: (probably a GNU make extension)<br>
&gt;&gt; doc/src/sgml/Makefile.am:14: warning: &#39;:=&#39;-style assignments are not<br>
&gt;&gt; portable<br>
&gt;&gt; doc/src/sgml/Makefile.am:14: warning: filter-out<br>
&gt;&gt; %bookindex.sgml,$(ALLSGML: non-POSIX variable name<br>
&gt;&gt; doc/src/sgml/Makefile.am:14: (probably a GNU make extension)<br>
&gt;&gt; doc/src/sgml/Makefile.am:89: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:92: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:95: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:98: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:101: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:105: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:117: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:120: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:157: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:161: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:172: warning: &#39;%&#39;-style pattern rules are a GNU<br>
&gt;&gt; make extension<br>
&gt;&gt; doc/src/sgml/Makefile.am:187: warning: wildcard $(srcdir: non-POSIX<br>
&gt;&gt; variable name<br>
&gt;&gt; doc/src/sgml/Makefile.am:187: (probably a GNU make extension)<br>
&gt;&gt; autoreconf: automake failed with exit status: 1<br>
&gt;&gt; $ make<br>
&gt;&gt; /bin/bash ./config.status --recheck<br>
&gt;&gt; running CONFIG_SHELL=/bin/bash /bin/bash ./configure<br>
&gt;&gt; --prefix=/home/t-ishii/work/pgpool-II/current --no-create --no-recursion<br>
&gt;&gt; checking for gcc... gcc<br>
&gt;&gt; checking whether the C compiler works... yes<br>
&gt;&gt; checking for C compiler default output file name... a.out<br>
&gt;&gt; checking for suffix of executables...<br>
&gt;&gt; checking whether we are cross compiling... no<br>
&gt;&gt; [snip]<br>
&gt;&gt; checking lex output file root... lex.yy<br>
&gt;&gt; checking lex library... -lfl<br>
&gt;&gt; checking whether yytext is a pointer... yes<br>
&gt;&gt; checking for bison... bison -y<br>
&gt;&gt; ./configure: line 12045: PGAC_PROG_NSGMLS: command not found<br>
&gt;&gt; ./configure: line 12046: PGAC_PROG_JADE: command not found<br>
&gt;&gt; ./configure: line 12047: syntax error near unexpected token `4.2&#39;<br>
&gt;&gt; ./configure: line 12047: `PGAC_CHECK_DOCBOOK(4.2)&#39;<br>
&gt;&gt; make: *** [config.status] エラー 2<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt; --<br>
&gt;&gt; Tatsuo Ishii<br>
&gt;&gt; SRA OSS, Inc. Japan<br>
&gt;&gt; English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
&gt;&gt; Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.jp</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; pgpool-hackers mailing list<br>
&gt;&gt; <a href="mailto:pgpool-hackers@pgpool.net">pgpool-hackers@pgpool.net</a><br>
&gt;&gt; <a href="http://www.pgpool.net/mailman/listinfo/pgpool-hackers" rel="noreferrer" target="_blank">http://www.pgpool.net/mailman/listinfo/pgpool-hackers</a><br>
&gt;&gt;<br>
</div></div></blockquote></div><br></div></div>