You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
(4) |
3
(1) |
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
(1) |
14
(4) |
15
(7) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
(1) |
26
(2) |
27
(12) |
28
(2) |
29
(17) |
30
(1) |
31
(1) |
|
|
From: Joshua D. D. <jd...@co...> - 2012-05-31 17:30:05
|
On 05/30/2012 01:10 PM, Joshua D. Drake wrote: > > > Hello, > > I am about to setup a VM for a test Drupal instance to get a test site > up. I was wondering if there were folks in the community that would like > to help provide content so that the core team can determine if it is a > direction they would like to go? Alrighty then... looks like I have a weekend project. Sincerely, jD https://lists.sourceforge.net/lists/listinfo/postgres-xc-general -- Command Prompt, Inc. - http://www.commandprompt.com/ PostgreSQL Support, Training, Professional Services and Development The PostgreSQL Conference - http://www.postgresqlconference.org/ @cmdpromptinc - @postgresconf - 509-416-6579 |
From: Joshua D. D. <jd...@co...> - 2012-05-30 20:10:56
|
Hello, I am about to setup a VM for a test Drupal instance to get a test site up. I was wondering if there were folks in the community that would like to help provide content so that the core team can determine if it is a direction they would like to go? Sincerely, jD |
From: Marcos M. <mar...@gm...> - 2012-05-29 23:39:14
|
Hi, Installing flex/bison and performing a make clean, and configure solved my issues. Thanks Michael! Regards, Marcos On May 29, 2012, at 7:13 PM, koi...@gm... wrote: > Readline and libz are not installed by default in ubuntu 10.4. As Michael pointed out, you should install them. This is the same as building PostgreSQL binary from the scratch. > > --- > Koichi Suzuki > > On 2012/05/30, at 7:57, Michael Paquier <mic...@gm...> wrote: > >> >> >> On Wed, May 30, 2012 at 7:47 AM, Marcos Mendez <mar...@gm...> wrote: >> Hi, >> >> No I did not install those. I believe I read somewhere that I only needed that for source build straight from git. I installed flex and bison and ran configure and make, but no joy. I'm including the configure log. >> XC code has the same library dependencies as postgres. >> You need to install the same libraries depending on the options you specify at configure step. >> >> Also try to clean up your tarball. >> You should do a make clean, re-run configure, and try make once again. >> -- >> Michael Paquier >> http://michael.otacoo.com >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Marcos M. <mar...@gm...> - 2012-05-29 23:17:53
|
Hi, I had installed: build-essentials, libreadline, zlib1g-dev. So I had that part covered. Now I need to find what else needs to be installed. Thanks! Regards, Marcos On May 29, 2012, at 7:13 PM, koi...@gm... wrote: > Readline and libz are not installed by default in ubuntu 10.4. As Michael pointed out, you should install them. This is the same as building PostgreSQL binary from the scratch. > > --- > Koichi Suzuki > > On 2012/05/30, at 7:57, Michael Paquier <mic...@gm...> wrote: > >> >> >> On Wed, May 30, 2012 at 7:47 AM, Marcos Mendez <mar...@gm...> wrote: >> Hi, >> >> No I did not install those. I believe I read somewhere that I only needed that for source build straight from git. I installed flex and bison and ran configure and make, but no joy. I'm including the configure log. >> XC code has the same library dependencies as postgres. >> You need to install the same libraries depending on the options you specify at configure step. >> >> Also try to clean up your tarball. >> You should do a make clean, re-run configure, and try make once again. >> -- >> Michael Paquier >> http://michael.otacoo.com >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: <koi...@gm...> - 2012-05-29 23:14:17
|
Readline and libz are not installed by default in ubuntu 10.4. As Michael pointed out, you should install them. This is the same as building PostgreSQL binary from the scratch. --- Koichi Suzuki On 2012/05/30, at 7:57, Michael Paquier <mic...@gm...> wrote: > > > On Wed, May 30, 2012 at 7:47 AM, Marcos Mendez <mar...@gm...> wrote: > Hi, > > No I did not install those. I believe I read somewhere that I only needed that for source build straight from git. I installed flex and bison and ran configure and make, but no joy. I'm including the configure log. > XC code has the same library dependencies as postgres. > You need to install the same libraries depending on the options you specify at configure step. > > Also try to clean up your tarball. > You should do a make clean, re-run configure, and try make once again. > -- > Michael Paquier > http://michael.otacoo.com > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Michael P. <mic...@gm...> - 2012-05-29 22:57:57
|
On Wed, May 30, 2012 at 7:47 AM, Marcos Mendez <mar...@gm...>wrote: > Hi, > > No I did not install those. I believe I read somewhere that I only needed > that for source build straight from git. I installed flex and bison and ran > configure and make, but no joy. I'm including the configure log. > XC code has the same library dependencies as postgres. You need to install the same libraries depending on the options you specify at configure step. Also try to clean up your tarball. You should do a make clean, re-run configure, and try make once again. -- Michael Paquier http://michael.otacoo.com |
From: Marcos M. <mar...@gm...> - 2012-05-29 22:48:00
|
Hi, No I did not install those. I believe I read somewhere that I only needed that for source build straight from git. I installed flex and bison and ran configure and make, but no joy. I'm including the configure log. Regards, Marcos On May 29, 2012, at 6:27 PM, Michael Paquier wrote: > > > On Wed, May 30, 2012 at 5:11 AM, Marcos Mendez <mar...@gm...> wrote: > New to postgres-xc. Trying to give it a test drive. I'm installing it on Ubuntu, but having some issues. It seems that some files which are perhaps auto-generated are not in the tar downloads for 0.97 or 1.0 beta 2, such as > gtm_opt_scanner.c .h, etc. I'm following the basic instructions of download the tar.gz, ./configure and make. Also, as a side note, some of the docs mention qmake and some make. What should I use? > gtm_opt_scanner.c is generated automatically at each make by using flex. It doesn't need to be in tarball. > Did you install this library? > -- > Michael Paquier > http://michael.otacoo.com |
From: Michael P. <mic...@gm...> - 2012-05-29 22:27:31
|
On Wed, May 30, 2012 at 5:11 AM, Marcos Mendez <mar...@gm...>wrote: > New to postgres-xc. Trying to give it a test drive. I'm installing it on > Ubuntu, but having some issues. It seems that some files which are perhaps > auto-generated are not in the tar downloads for 0.97 or 1.0 beta 2, such as > gtm_opt_scanner.c .h, etc. I'm following the basic instructions of > download the tar.gz, ./configure and make. Also, as a side note, some of > the docs mention qmake and some make. What should I use? > gtm_opt_scanner.c is generated automatically at each make by using flex. It doesn't need to be in tarball. Did you install this library? -- Michael Paquier http://michael.otacoo.com |
From: Marcos M. <mar...@gm...> - 2012-05-29 20:11:31
|
Hi, New to postgres-xc. Trying to give it a test drive. I'm installing it on Ubuntu, but having some issues. It seems that some files which are perhaps auto-generated are not in the tar downloads for 0.97 or 1.0 beta 2, such as gtm_opt_scanner.c .h, etc. I'm following the basic instructions of download the tar.gz, ./configure and make. Also, as a side note, some of the docs mention qmake and some make. What should I use? Regards, Marcos |
From: Nicola V. <nvi...@gm...> - 2012-05-29 09:00:35
|
On 29 May 2012, at 10:31 , Michael Paquier wrote: > > > On Tue, May 29, 2012 at 5:12 PM, Nicola Vitacolonna <nvi...@gm...> wrote: > Sorry, I should have explained better. What I do is the following: > > 1) Download the 1.0beta2 source tarball; > 2) Apply the patches from from Mason and Michael (see earlier messages in this thread); > 3) ./configure && make world > > It is my understanding that jade should not be needed for the above to build. Instead, I get the error that I have reported. > This way of doing is incorrect. Simply applying the commits I did on the beta2 tarball IS not enough because you still need to generate the sgml files from sgmlin. You will have to wait for the next 1.0.0 release tarball to do that. Don't worry the issue has been fixed. > > For the time being, I suggest that you launch make and make install directly in contrib folder to install correctly all the modules. > Regards, Thanks for the clarification. And to all who have replied, thanks for the excellent support! Now I have a fully functional Postgres-XC on OS X. Nicola |
From: Michael P. <mic...@gm...> - 2012-05-29 08:31:16
|
On Tue, May 29, 2012 at 5:12 PM, Nicola Vitacolonna <nvi...@gm...>wrote: > Sorry, I should have explained better. What I do is the following: > > 1) Download the 1.0beta2 source tarball; > 2) Apply the patches from from Mason and Michael (see earlier messages in > this thread); > 3) ./configure && make world > > It is my understanding that jade should not be needed for the above to > build. Instead, I get the error that I have reported. > This way of doing is incorrect. Simply applying the commits I did on the beta2 tarball IS not enough because you still need to generate the sgml files from sgmlin. You will have to wait for the next 1.0.0 release tarball to do that. Don't worry the issue has been fixed. For the time being, I suggest that you launch make and make install directly in contrib folder to install correctly all the modules. Regards, -- Michael Paquier http://michael.otacoo.com |
From: Nicola V. <nvi...@gm...> - 2012-05-29 08:30:16
|
Yes, “make” does work, but it does not build the contrib, as far as I can see. Nicola On 29 May 2012, at 10:19 , Koichi Suzuki wrote: > Just "make" should work. Then you can install binaries, not > documents, by "make install". > ---------- > Koichi Suzuki > > > 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: >> Sorry, I should have explained better. What I do is the following: >> >> 1) Download the 1.0beta2 source tarball; >> 2) Apply the patches from from Mason and Michael (see earlier messages in >> this thread); >> 3) ./configure && make world >> >> It is my understanding that jade should not be needed for the above to >> build. Instead, I get the error that I have reported. >> >> Nicola >> >> >> On 29 May 2012, at 09:56 , Koichi Suzuki wrote: >> >> The problem occurred when you compile the document. Do you really >> need the document compiled by yourself? This is the issue of Jade >> runtime environment. Document compilation needs many more resources >> for Jade. Ubuntu 10.4 provides sufficient resources and need very >> small tweak to build pdf files. In fact, we need docbook-xsl. >> >> In the case of PostgreSQL release, tarball includes html and man >> files. PDF are released separately. We're planning the same in >> V1.0 product release. >> >> If you'd like to compile the document, information on >> https://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Reference_Manual >> may help. >> >> Good luck. >> ---------- >> Koichi Suzuki >> >> >> 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: >> >> On 29 May 2012, at 06:40 , Michael Paquier wrote: >> >> >> I just fixed the jade dependency with commit 1e42775. >> >> https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 >> >> It will be included in the next release tarball. >> >> >> >> Thanks, but I’m afraid that it doesn’t fix it yet: >> >> >> […] >> >> ../../../src/pgxc/tools/makesgml/makesgml -i ref/vacuumdb.sgmlin -o >> >> ref/vacuumdb.sgml -I XC -I EN -E PG -E JP >> >> make -C ../../../src/pgxc/tools/makesgml >> >> make[4]: Nothing to be done for `all'. >> >> ../../../src/pgxc/tools/makesgml/makesgml -i ref/values.sgmlin -o >> >> ref/values.sgml -I XC -I EN -E PG -E JP >> >> { \ >> >> echo "<!ENTITY version \"1.1devel\">"; \ >> >> echo "<!ENTITY majorversion \"9.1\">"; \ >> >> } > version.sgml >> >> "/usr/bin/perl" ./mk_feature_tables.pl YES >> >> ../../../src/backend/catalog/sql_feature_packages.txt >> >> ../../../src/backend/catalog/sql_features.txt > features-supported.sgml >> >> "/usr/bin/perl" ./mk_feature_tables.pl NO >> >> ../../../src/backend/catalog/sql_feature_packages.txt >> >> ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml >> >> "/usr/bin/perl" ./generate-errcodes-table.pl >> >> ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml >> >> jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d >> >> stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml >> >> make[3]: jade: No such file or directory >> >> make[3]: *** [HTML.index] Error 1 >> >> make[2]: *** [all] Error 2 >> >> make[1]: *** [all] Error 2 >> >> make: *** [world-doc-xc-recurse] Error 2 >> >> >> Nicola >> >> |
From: Koichi S. <koi...@gm...> - 2012-05-29 08:20:06
|
Just "make" should work. Then you can install binaries, not documents, by "make install". ---------- Koichi Suzuki 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: > Sorry, I should have explained better. What I do is the following: > > 1) Download the 1.0beta2 source tarball; > 2) Apply the patches from from Mason and Michael (see earlier messages in > this thread); > 3) ./configure && make world > > It is my understanding that jade should not be needed for the above to > build. Instead, I get the error that I have reported. > > Nicola > > > On 29 May 2012, at 09:56 , Koichi Suzuki wrote: > > The problem occurred when you compile the document. Do you really > need the document compiled by yourself? This is the issue of Jade > runtime environment. Document compilation needs many more resources > for Jade. Ubuntu 10.4 provides sufficient resources and need very > small tweak to build pdf files. In fact, we need docbook-xsl. > > In the case of PostgreSQL release, tarball includes html and man > files. PDF are released separately. We're planning the same in > V1.0 product release. > > If you'd like to compile the document, information on > https://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Reference_Manual > may help. > > Good luck. > ---------- > Koichi Suzuki > > > 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: > > On 29 May 2012, at 06:40 , Michael Paquier wrote: > > > I just fixed the jade dependency with commit 1e42775. > > https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 > > It will be included in the next release tarball. > > > > Thanks, but I’m afraid that it doesn’t fix it yet: > > > […] > > ../../../src/pgxc/tools/makesgml/makesgml -i ref/vacuumdb.sgmlin -o > > ref/vacuumdb.sgml -I XC -I EN -E PG -E JP > > make -C ../../../src/pgxc/tools/makesgml > > make[4]: Nothing to be done for `all'. > > ../../../src/pgxc/tools/makesgml/makesgml -i ref/values.sgmlin -o > > ref/values.sgml -I XC -I EN -E PG -E JP > > { \ > > echo "<!ENTITY version \"1.1devel\">"; \ > > echo "<!ENTITY majorversion \"9.1\">"; \ > > } > version.sgml > > "/usr/bin/perl" ./mk_feature_tables.pl YES > > ../../../src/backend/catalog/sql_feature_packages.txt > > ../../../src/backend/catalog/sql_features.txt > features-supported.sgml > > "/usr/bin/perl" ./mk_feature_tables.pl NO > > ../../../src/backend/catalog/sql_feature_packages.txt > > ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml > > "/usr/bin/perl" ./generate-errcodes-table.pl > > ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml > > jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d > > stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml > > make[3]: jade: No such file or directory > > make[3]: *** [HTML.index] Error 1 > > make[2]: *** [all] Error 2 > > make[1]: *** [all] Error 2 > > make: *** [world-doc-xc-recurse] Error 2 > > > Nicola > > |
From: Nicola V. <nvi...@gm...> - 2012-05-29 08:12:59
|
Sorry, I should have explained better. What I do is the following: 1) Download the 1.0beta2 source tarball; 2) Apply the patches from from Mason and Michael (see earlier messages in this thread); 3) ./configure && make world It is my understanding that jade should not be needed for the above to build. Instead, I get the error that I have reported. Nicola On 29 May 2012, at 09:56 , Koichi Suzuki wrote: > The problem occurred when you compile the document. Do you really > need the document compiled by yourself? This is the issue of Jade > runtime environment. Document compilation needs many more resources > for Jade. Ubuntu 10.4 provides sufficient resources and need very > small tweak to build pdf files. In fact, we need docbook-xsl. > > In the case of PostgreSQL release, tarball includes html and man > files. PDF are released separately. We're planning the same in > V1.0 product release. > > If you'd like to compile the document, information on > https://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Reference_Manual > may help. > > Good luck. > ---------- > Koichi Suzuki > > > 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: >> On 29 May 2012, at 06:40 , Michael Paquier wrote: >> >> I just fixed the jade dependency with commit 1e42775. >> https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 >> It will be included in the next release tarball. >> >> >> Thanks, but I’m afraid that it doesn’t fix it yet: >> >> […] >> ../../../src/pgxc/tools/makesgml/makesgml -i ref/vacuumdb.sgmlin -o >> ref/vacuumdb.sgml -I XC -I EN -E PG -E JP >> make -C ../../../src/pgxc/tools/makesgml >> make[4]: Nothing to be done for `all'. >> ../../../src/pgxc/tools/makesgml/makesgml -i ref/values.sgmlin -o >> ref/values.sgml -I XC -I EN -E PG -E JP >> { \ >> echo "<!ENTITY version \"1.1devel\">"; \ >> echo "<!ENTITY majorversion \"9.1\">"; \ >> } > version.sgml >> "/usr/bin/perl" ./mk_feature_tables.pl YES >> ../../../src/backend/catalog/sql_feature_packages.txt >> ../../../src/backend/catalog/sql_features.txt > features-supported.sgml >> "/usr/bin/perl" ./mk_feature_tables.pl NO >> ../../../src/backend/catalog/sql_feature_packages.txt >> ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml >> "/usr/bin/perl" ./generate-errcodes-table.pl >> ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml >> jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d >> stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml >> make[3]: jade: No such file or directory >> make[3]: *** [HTML.index] Error 1 >> make[2]: *** [all] Error 2 >> make[1]: *** [all] Error 2 >> make: *** [world-doc-xc-recurse] Error 2 >> >> Nicola |
From: Koichi S. <koi...@gm...> - 2012-05-29 07:56:35
|
The problem occurred when you compile the document. Do you really need the document compiled by yourself? This is the issue of Jade runtime environment. Document compilation needs many more resources for Jade. Ubuntu 10.4 provides sufficient resources and need very small tweak to build pdf files. In fact, we need docbook-xsl. In the case of PostgreSQL release, tarball includes html and man files. PDF are released separately. We're planning the same in V1.0 product release. If you'd like to compile the document, information on https://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Reference_Manual may help. Good luck. ---------- Koichi Suzuki 2012/5/29 Nicola Vitacolonna <nvi...@gm...>: > On 29 May 2012, at 06:40 , Michael Paquier wrote: > > I just fixed the jade dependency with commit 1e42775. > https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 > It will be included in the next release tarball. > > > Thanks, but I’m afraid that it doesn’t fix it yet: > > […] > ../../../src/pgxc/tools/makesgml/makesgml -i ref/vacuumdb.sgmlin -o > ref/vacuumdb.sgml -I XC -I EN -E PG -E JP > make -C ../../../src/pgxc/tools/makesgml > make[4]: Nothing to be done for `all'. > ../../../src/pgxc/tools/makesgml/makesgml -i ref/values.sgmlin -o > ref/values.sgml -I XC -I EN -E PG -E JP > { \ > echo "<!ENTITY version \"1.1devel\">"; \ > echo "<!ENTITY majorversion \"9.1\">"; \ > } > version.sgml > "/usr/bin/perl" ./mk_feature_tables.pl YES > ../../../src/backend/catalog/sql_feature_packages.txt > ../../../src/backend/catalog/sql_features.txt > features-supported.sgml > "/usr/bin/perl" ./mk_feature_tables.pl NO > ../../../src/backend/catalog/sql_feature_packages.txt > ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml > "/usr/bin/perl" ./generate-errcodes-table.pl > ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml > jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d > stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml > make[3]: jade: No such file or directory > make[3]: *** [HTML.index] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all] Error 2 > make: *** [world-doc-xc-recurse] Error 2 > > Nicola |
From: Nicola V. <nvi...@gm...> - 2012-05-29 07:48:24
|
On 29 May 2012, at 06:40 , Michael Paquier wrote: > I just fixed the jade dependency with commit 1e42775. > https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 Sorry, this is the correct output, from the patched tarball: $ make world make -C doc-xc all make -C tools all make -C makesgml all gcc -DPGXC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I../../../src/include -c -o makesgml.o makesgml.c gcc -DPGXC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv makesgml.o -L../../../src/port -lpthread -Wl,-dead_strip_dylibs -o makesgml make -C src all make -C sgml all ../../tools/makesgml/makesgml -i postgres.sgmlin -o postgres.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i acronyms.sgmlin -o acronyms.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i adminpack.sgmlin -o adminpack.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i advanced.sgmlin -o advanced.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i arch-dev.sgmlin -o arch-dev.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i array.sgmlin -o array.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i auth-delay.sgmlin -o auth-delay.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i auto-explain.sgmlin -o auto-explain.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i backup.sgmlin -o backup.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i biblio.sgmlin -o biblio.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i bki.sgmlin -o bki.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i btree-gin.sgmlin -o btree-gin.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i btree-gist.sgmlin -o btree-gist.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i catalogs.sgmlin -o catalogs.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i charset.sgmlin -o charset.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i chkpass.sgmlin -o chkpass.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i citext.sgmlin -o citext.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i client-auth.sgmlin -o client-auth.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i common.sgmlin -o common.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i config.sgmlin -o config.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i contacts.sgmlin -o contacts.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i contrib-spi.sgmlin -o contrib-spi.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i contrib.sgmlin -o contrib.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i cube.sgmlin -o cube.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i datatype.sgmlin -o datatype.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i datetime.sgmlin -o datetime.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i dblink.sgmlin -o dblink.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ddl.sgmlin -o ddl.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i dfunc.sgmlin -o dfunc.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i dict-int.sgmlin -o dict-int.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i dict-xsyn.sgmlin -o dict-xsyn.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i diskusage.sgmlin -o diskusage.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i dml.sgmlin -o dml.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i docguide.sgmlin -o docguide.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i dummy-seclabel.sgmlin -o dummy-seclabel.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i earthdistance.sgmlin -o earthdistance.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ecpg.sgmlin -o ecpg.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i errcodes.sgmlin -o errcodes.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i extend.sgmlin -o extend.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i external-projects.sgmlin -o external-projects.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i fdwhandler.sgmlin -o fdwhandler.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i features.sgmlin -o features.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i file-fdw.sgmlin -o file-fdw.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i filelist.sgmlin -o filelist.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i func.sgmlin -o func.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i fuzzystrmatch.sgmlin -o fuzzystrmatch.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i geqo.sgmlin -o geqo.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i gin.sgmlin -o gin.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i gist.sgmlin -o gist.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i high-availability.sgmlin -o high-availability.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i history.sgmlin -o history.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i hstore.sgmlin -o hstore.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i indexam.sgmlin -o indexam.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i indices.sgmlin -o indices.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i info.sgmlin -o info.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i information_schema.sgmlin -o information_schema.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i install-windows.sgmlin -o install-windows.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i installation.sgmlin -o installation.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i intagg.sgmlin -o intagg.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i intarray.sgmlin -o intarray.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i intro.sgmlin -o intro.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i isn.sgmlin -o isn.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i keywords.sgmlin -o keywords.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i legal.sgmlin -o legal.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i libpq.sgmlin -o libpq.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i lo.sgmlin -o lo.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i lobj.sgmlin -o lobj.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ltree.sgmlin -o ltree.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i maintenance.sgmlin -o maintenance.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i manage-ag.sgmlin -o manage-ag.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i monitoring.sgmlin -o monitoring.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i mvcc.sgmlin -o mvcc.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i nls.sgmlin -o nls.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i notation.sgmlin -o notation.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i oid2name.sgmlin -o oid2name.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pageinspect.sgmlin -o pageinspect.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i passwordcheck.sgmlin -o passwordcheck.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i perform.sgmlin -o perform.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgarchivecleanup.sgmlin -o pgarchivecleanup.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgbench.sgmlin -o pgbench.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgbuffercache.sgmlin -o pgbuffercache.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgcrypto.sgmlin -o pgcrypto.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgfreespacemap.sgmlin -o pgfreespacemap.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgnotice.sgmlin -o pgnotice.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgonly.sgmlin -o pgonly.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgrowlocks.sgmlin -o pgrowlocks.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgstandby.sgmlin -o pgstandby.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgstatstatements.sgmlin -o pgstatstatements.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgstattuple.sgmlin -o pgstattuple.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgtestfsync.sgmlin -o pgtestfsync.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgtrgm.sgmlin -o pgtrgm.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pgupgrade.sgmlin -o pgupgrade.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i planstats.sgmlin -o planstats.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i plhandler.sgmlin -o plhandler.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i plperl.sgmlin -o plperl.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i plpgsql.sgmlin -o plpgsql.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i plpython.sgmlin -o plpython.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i pltcl.sgmlin -o pltcl.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i problems.sgmlin -o problems.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i protocol.sgmlin -o protocol.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i queries.sgmlin -o queries.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i query.sgmlin -o query.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i recovery-config.sgmlin -o recovery-config.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i reference.sgmlin -o reference.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i regress.sgmlin -o regress.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-7.4.sgmlin -o release-7.4.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-8.0.sgmlin -o release-8.0.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-8.1.sgmlin -o release-8.1.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-8.2.sgmlin -o release-8.2.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-8.3.sgmlin -o release-8.3.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-8.4.sgmlin -o release-8.4.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-9.0.sgmlin -o release-9.0.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-9.1.sgmlin -o release-9.1.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-old.sgmlin -o release-old.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release-xc-1.0.sgmlin -o release-xc-1.0.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i release.sgmlin -o release.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i rowtypes.sgmlin -o rowtypes.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i rules.sgmlin -o rules.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i runtime.sgmlin -o runtime.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i seg.sgmlin -o seg.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i sepgsql.sgmlin -o sepgsql.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i sourcerepo.sgmlin -o sourcerepo.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i sources.sgmlin -o sources.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i spi.sgmlin -o spi.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i sql.sgmlin -o sql.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i sslinfo.sgmlin -o sslinfo.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i standalone-install.sgmlin -o standalone-install.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i start.sgmlin -o start.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i storage.sgmlin -o storage.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i syntax.sgmlin -o syntax.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i tablefunc.sgmlin -o tablefunc.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i test-parser.sgmlin -o test-parser.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i textsearch.sgmlin -o textsearch.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i trigger.sgmlin -o trigger.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i tsearch2.sgmlin -o tsearch2.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i typeconv.sgmlin -o typeconv.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i unaccent.sgmlin -o unaccent.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i user-manag.sgmlin -o user-manag.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i uuid-ossp.sgmlin -o uuid-ossp.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i vacuumlo.sgmlin -o vacuumlo.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i wal.sgmlin -o wal.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xaggr.sgmlin -o xaggr.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xconly.sgmlin -o xconly.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xfunc.sgmlin -o xfunc.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xindex.sgmlin -o xindex.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xml2.sgmlin -o xml2.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xoper.sgmlin -o xoper.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xplang.sgmlin -o xplang.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i xtypes.sgmlin -o xtypes.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/abort.sgmlin -o ref/abort.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/allfiles.sgmlin -o ref/allfiles.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_aggregate.sgmlin -o ref/alter_aggregate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_collation.sgmlin -o ref/alter_collation.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_conversion.sgmlin -o ref/alter_conversion.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_database.sgmlin -o ref/alter_database.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_default_privileges.sgmlin -o ref/alter_default_privileges.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_domain.sgmlin -o ref/alter_domain.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_extension.sgmlin -o ref/alter_extension.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_foreign_data_wrapper.sgmlin -o ref/alter_foreign_data_wrapper.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_foreign_table.sgmlin -o ref/alter_foreign_table.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_function.sgmlin -o ref/alter_function.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_group.sgmlin -o ref/alter_group.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_index.sgmlin -o ref/alter_index.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_language.sgmlin -o ref/alter_language.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_large_object.sgmlin -o ref/alter_large_object.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_node.sgmlin -o ref/alter_node.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_opclass.sgmlin -o ref/alter_opclass.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_operator.sgmlin -o ref/alter_operator.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_opfamily.sgmlin -o ref/alter_opfamily.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_role.sgmlin -o ref/alter_role.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_schema.sgmlin -o ref/alter_schema.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_sequence.sgmlin -o ref/alter_sequence.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_server.sgmlin -o ref/alter_server.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_table.sgmlin -o ref/alter_table.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_tablespace.sgmlin -o ref/alter_tablespace.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_trigger.sgmlin -o ref/alter_trigger.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_tsconfig.sgmlin -o ref/alter_tsconfig.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_tsdictionary.sgmlin -o ref/alter_tsdictionary.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_tsparser.sgmlin -o ref/alter_tsparser.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_tstemplate.sgmlin -o ref/alter_tstemplate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_type.sgmlin -o ref/alter_type.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_user.sgmlin -o ref/alter_user.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_user_mapping.sgmlin -o ref/alter_user_mapping.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/alter_view.sgmlin -o ref/alter_view.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/analyze.sgmlin -o ref/analyze.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/begin.sgmlin -o ref/begin.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/checkpoint.sgmlin -o ref/checkpoint.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/clean_connection.sgmlin -o ref/clean_connection.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/close.sgmlin -o ref/close.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/cluster.sgmlin -o ref/cluster.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/clusterdb.sgmlin -o ref/clusterdb.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/comment.sgmlin -o ref/comment.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/commit.sgmlin -o ref/commit.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/commit_prepared.sgmlin -o ref/commit_prepared.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/copy.sgmlin -o ref/copy.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_aggregate.sgmlin -o ref/create_aggregate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_barrier.sgmlin -o ref/create_barrier.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_cast.sgmlin -o ref/create_cast.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_collation.sgmlin -o ref/create_collation.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_conversion.sgmlin -o ref/create_conversion.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_database.sgmlin -o ref/create_database.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_domain.sgmlin -o ref/create_domain.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_extension.sgmlin -o ref/create_extension.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_foreign_data_wrapper.sgmlin -o ref/create_foreign_data_wrapper.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_foreign_table.sgmlin -o ref/create_foreign_table.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_function.sgmlin -o ref/create_function.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_group.sgmlin -o ref/create_group.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_index.sgmlin -o ref/create_index.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_language.sgmlin -o ref/create_language.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_node.sgmlin -o ref/create_node.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_nodegroup.sgmlin -o ref/create_nodegroup.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_opclass.sgmlin -o ref/create_opclass.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_operator.sgmlin -o ref/create_operator.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_opfamily.sgmlin -o ref/create_opfamily.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_role.sgmlin -o ref/create_role.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_rule.sgmlin -o ref/create_rule.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_schema.sgmlin -o ref/create_schema.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_sequence.sgmlin -o ref/create_sequence.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_server.sgmlin -o ref/create_server.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_table.sgmlin -o ref/create_table.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_table_as.sgmlin -o ref/create_table_as.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_tablespace.sgmlin -o ref/create_tablespace.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_trigger.sgmlin -o ref/create_trigger.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_tsconfig.sgmlin -o ref/create_tsconfig.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_tsdictionary.sgmlin -o ref/create_tsdictionary.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_tsparser.sgmlin -o ref/create_tsparser.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_tstemplate.sgmlin -o ref/create_tstemplate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_type.sgmlin -o ref/create_type.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_user.sgmlin -o ref/create_user.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_user_mapping.sgmlin -o ref/create_user_mapping.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/create_view.sgmlin -o ref/create_view.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/createdb.sgmlin -o ref/createdb.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/createlang.sgmlin -o ref/createlang.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/createuser.sgmlin -o ref/createuser.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/deallocate.sgmlin -o ref/deallocate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/declare.sgmlin -o ref/declare.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/delete.sgmlin -o ref/delete.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/discard.sgmlin -o ref/discard.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/do.sgmlin -o ref/do.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_aggregate.sgmlin -o ref/drop_aggregate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_cast.sgmlin -o ref/drop_cast.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_collation.sgmlin -o ref/drop_collation.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_conversion.sgmlin -o ref/drop_conversion.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_database.sgmlin -o ref/drop_database.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_domain.sgmlin -o ref/drop_domain.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_extension.sgmlin -o ref/drop_extension.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_foreign_data_wrapper.sgmlin -o ref/drop_foreign_data_wrapper.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_foreign_table.sgmlin -o ref/drop_foreign_table.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_function.sgmlin -o ref/drop_function.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_group.sgmlin -o ref/drop_group.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_index.sgmlin -o ref/drop_index.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_language.sgmlin -o ref/drop_language.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_node.sgmlin -o ref/drop_node.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_nodegroup.sgmlin -o ref/drop_nodegroup.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_opclass.sgmlin -o ref/drop_opclass.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_operator.sgmlin -o ref/drop_operator.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_opfamily.sgmlin -o ref/drop_opfamily.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_owned.sgmlin -o ref/drop_owned.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_role.sgmlin -o ref/drop_role.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_rule.sgmlin -o ref/drop_rule.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_schema.sgmlin -o ref/drop_schema.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_sequence.sgmlin -o ref/drop_sequence.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_server.sgmlin -o ref/drop_server.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_table.sgmlin -o ref/drop_table.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_tablespace.sgmlin -o ref/drop_tablespace.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_trigger.sgmlin -o ref/drop_trigger.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_tsconfig.sgmlin -o ref/drop_tsconfig.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_tsdictionary.sgmlin -o ref/drop_tsdictionary.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_tsparser.sgmlin -o ref/drop_tsparser.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_tstemplate.sgmlin -o ref/drop_tstemplate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_type.sgmlin -o ref/drop_type.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_user.sgmlin -o ref/drop_user.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_user_mapping.sgmlin -o ref/drop_user_mapping.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/drop_view.sgmlin -o ref/drop_view.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/dropdb.sgmlin -o ref/dropdb.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/droplang.sgmlin -o ref/droplang.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/dropuser.sgmlin -o ref/dropuser.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/ecpg-ref.sgmlin -o ref/ecpg-ref.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/end.sgmlin -o ref/end.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/execute.sgmlin -o ref/execute.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/execute_direct.sgmlin -o ref/execute_direct.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/explain.sgmlin -o ref/explain.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/fetch.sgmlin -o ref/fetch.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/grant.sgmlin -o ref/grant.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/gtm.sgmlin -o ref/gtm.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/gtm_ctl.sgmlin -o ref/gtm_ctl.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/gtm_proxy.sgmlin -o ref/gtm_proxy.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/initdb.sgmlin -o ref/initdb.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/initgtm.sgmlin -o ref/initgtm.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/insert.sgmlin -o ref/insert.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/listen.sgmlin -o ref/listen.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/load.sgmlin -o ref/load.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/lock.sgmlin -o ref/lock.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/move.sgmlin -o ref/move.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/notify.sgmlin -o ref/notify.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_basebackup.sgmlin -o ref/pg_basebackup.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_config-ref.sgmlin -o ref/pg_config-ref.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_controldata.sgmlin -o ref/pg_controldata.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_ctl-ref.sgmlin -o ref/pg_ctl-ref.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_dump.sgmlin -o ref/pg_dump.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_dumpall.sgmlin -o ref/pg_dumpall.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_resetxlog.sgmlin -o ref/pg_resetxlog.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pg_restore.sgmlin -o ref/pg_restore.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pgxc_clean-ref.sgmlin -o ref/pgxc_clean-ref.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/pgxc_ddl.sgmlin -o ref/pgxc_ddl.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/postgres-ref.sgmlin -o ref/postgres-ref.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/postmaster.sgmlin -o ref/postmaster.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/prepare.sgmlin -o ref/prepare.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/prepare_transaction.sgmlin -o ref/prepare_transaction.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/psql-ref.sgmlin -o ref/psql-ref.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/reassign_owned.sgmlin -o ref/reassign_owned.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/reindex.sgmlin -o ref/reindex.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/reindexdb.sgmlin -o ref/reindexdb.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/release_savepoint.sgmlin -o ref/release_savepoint.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/reset.sgmlin -o ref/reset.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/revoke.sgmlin -o ref/revoke.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/rollback.sgmlin -o ref/rollback.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/rollback_prepared.sgmlin -o ref/rollback_prepared.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/rollback_to.sgmlin -o ref/rollback_to.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/savepoint.sgmlin -o ref/savepoint.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/security_label.sgmlin -o ref/security_label.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/select.sgmlin -o ref/select.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/select_into.sgmlin -o ref/select_into.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/set.sgmlin -o ref/set.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/set_constraints.sgmlin -o ref/set_constraints.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/set_role.sgmlin -o ref/set_role.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/set_session_auth.sgmlin -o ref/set_session_auth.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/set_transaction.sgmlin -o ref/set_transaction.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/show.sgmlin -o ref/show.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/start_transaction.sgmlin -o ref/start_transaction.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/truncate.sgmlin -o ref/truncate.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/unlisten.sgmlin -o ref/unlisten.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/update.sgmlin -o ref/update.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/vacuum.sgmlin -o ref/vacuum.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/vacuumdb.sgmlin -o ref/vacuumdb.sgml -I XC -I EN -E PG -E JP ../../tools/makesgml/makesgml -i ref/values.sgmlin -o ref/values.sgml -I XC -I EN -E PG -E JP { \ echo "<!ENTITY version \"1.0beta2\">"; \ echo "<!ENTITY majorversion \"9.1\">"; \ } > version.sgml '/usr/bin/perl' ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-supported.sgml '/usr/bin/perl' ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml '/usr/bin/perl' ./generate-errcodes-table.pl ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml make[3]: jade: No such file or directory make[3]: *** [HTML.index] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all] Error 2 make: *** [world-doc-xc-recurse] Error 2 |
From: Nicola V. <nvi...@gm...> - 2012-05-29 07:40:45
|
On 29 May 2012, at 06:40 , Michael Paquier wrote: > I just fixed the jade dependency with commit 1e42775. > https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 > It will be included in the next release tarball. Thanks, but I’m afraid that it doesn’t fix it yet: […] ../../../src/pgxc/tools/makesgml/makesgml -i ref/vacuumdb.sgmlin -o ref/vacuumdb.sgml -I XC -I EN -E PG -E JP make -C ../../../src/pgxc/tools/makesgml make[4]: Nothing to be done for `all'. ../../../src/pgxc/tools/makesgml/makesgml -i ref/values.sgmlin -o ref/values.sgml -I XC -I EN -E PG -E JP { \ echo "<!ENTITY version \"1.1devel\">"; \ echo "<!ENTITY majorversion \"9.1\">"; \ } > version.sgml "/usr/bin/perl" ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-supported.sgml "/usr/bin/perl" ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml "/usr/bin/perl" ./generate-errcodes-table.pl ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml make[3]: jade: No such file or directory make[3]: *** [HTML.index] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all] Error 2 make: *** [world-doc-xc-recurse] Error 2 Nicola |
From: Michael P. <mic...@gm...> - 2012-05-29 04:40:57
|
I just fixed the jade dependency with commit 1e42775. https://github.com/postgres-xc/postgres-xc/commit/1e42775468b013c840a3c170108fd439716c9c04 It will be included in the next release tarball. -- Michael Paquier http://michael.otacoo.com |
From: Michael P. <mic...@gm...> - 2012-05-29 02:20:57
|
On Tue, May 29, 2012 at 4:18 AM, Nicola Vitacolonna <nvi...@gm...>wrote: > Oh, right. > Btw, apparently “make world” needs jade to build the docs. PostgreSQL does > not have such requirement. Is it possible to build everything (contrib in > particular) without that dependency? > We shouldn't need jade when doing make world inside the tarball, html and man documentation are already compiled inside it. Thanks for reporting that. I'll try to look at that when I can grab some time. -- Michael Paquier http://michael.otacoo.com |
From: Nicola V. <nvi...@gm...> - 2012-05-28 19:19:08
|
Oh, right. Btw, apparently “make world” needs jade to build the docs. PostgreSQL does not have such requirement. Is it possible to build everything (contrib in particular) without that dependency? Nicola On 28 May 2012, at 02:39 , Koichi Suzuki wrote: > It is gmake, in fact. > ---------- > Koichi Suzuki > > > 2012/5/28 Nicola Vitacolonna <nvi...@gm...>: >> On 27/mag/2012, at 20:59, Nicola Vitacolonna wrote: >> >>> >>> On 27/mag/2012, at 16:47, Mason wrote: >>> >>>> On Sat, May 26, 2012 at 7:32 PM, Michael Paquier >>>> <mic...@gm...> wrote: >>>>> >>>>> >>>>> On Sun, May 27, 2012 at 4:58 AM, Nicola Vitacolonna <nvi...@gm...> >>>>> wrote: >>>>>> >>>>>> Hi all, >>>>>> I have tried to build v1.0beta2 on OS X 10.7.4, using gmake 3.82 and gcc >>>>>> 4.2.1, but the process fails at an early stage with: >>>>>> >>>>>> ar crs libgtm.a gtm_opt_scanner.o aset.o mcxt.o gtm_utils.o elog.o >>>>>> assert.o stringinfo.o gtm_lock.o gtm_list.o gtm_serialize.o >>>>>> gtm_serialize_debug.o gtm_opt_handler.o >>>>>> ranlib libgtm.a >>>>>> Undefined symbols for architecture x86_64: >>>>>> "_threadinfo_key", referenced from: >>>>>> _AllocSetContextCreate in aset.o >>>>>> _AllocSetAlloc in aset.o >>>>>> _AllocSetRealloc in aset.o >>>>>> _current_memcontext in mcxt.o >>>>>> _MemoryContextSwitchTo in mcxt.o >>>>>> _MemoryContextCreate in mcxt.o >>>>>> _MemoryContextInit in mcxt.o >>>>>> etc... >>>>>> >>>>>> Since the architecture (x86_64) is supported, I am just wondering whether >>>>>> there is something so specific to Linux platforms that it is impossible or >>>>>> very hard to port Postgres-XC to other OSes, or whether I am just missing >>>>>> something. >>>>> >>>>> MacOSX is based on free-BSD, so there should not be that many problems to >>>>> compile... >>>>> But the module whose compilation is failing here is GTM, a module exclusive >>>>> to XC that has been developed and tested only on Linux platforms. I recall >>>>> that it is possible to compile it by modifying a but the Makefiles, and I >>>>> recall one guy who did some development in OSX. So Mason, any ideas about >>>>> how to compile XC in OSX? >>>>> I have ne experience developing XC in MacOS, but if someone has a patch to >>>>> allow compilation on OSX, I will gladly commit it. >>>> >>>> I am attaching a short patch that I use. I am still using Mac OS X 10.6.8. >>> >>> Thanks a lot, now everything builds fine (OS X 10.7.4)! >>> I also had to delete src/gtm/path/libgtmpath.a before building. Probably, that file should not be in the source tarball. >> >> Btw, it seems that “make” will do (no need for gmake). >> Nicola >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Koichi S. <koi...@gm...> - 2012-05-28 00:40:00
|
It is gmake, in fact. ---------- Koichi Suzuki 2012/5/28 Nicola Vitacolonna <nvi...@gm...>: > On 27/mag/2012, at 20:59, Nicola Vitacolonna wrote: > >> >> On 27/mag/2012, at 16:47, Mason wrote: >> >>> On Sat, May 26, 2012 at 7:32 PM, Michael Paquier >>> <mic...@gm...> wrote: >>>> >>>> >>>> On Sun, May 27, 2012 at 4:58 AM, Nicola Vitacolonna <nvi...@gm...> >>>> wrote: >>>>> >>>>> Hi all, >>>>> I have tried to build v1.0beta2 on OS X 10.7.4, using gmake 3.82 and gcc >>>>> 4.2.1, but the process fails at an early stage with: >>>>> >>>>> ar crs libgtm.a gtm_opt_scanner.o aset.o mcxt.o gtm_utils.o elog.o >>>>> assert.o stringinfo.o gtm_lock.o gtm_list.o gtm_serialize.o >>>>> gtm_serialize_debug.o gtm_opt_handler.o >>>>> ranlib libgtm.a >>>>> Undefined symbols for architecture x86_64: >>>>> "_threadinfo_key", referenced from: >>>>> _AllocSetContextCreate in aset.o >>>>> _AllocSetAlloc in aset.o >>>>> _AllocSetRealloc in aset.o >>>>> _current_memcontext in mcxt.o >>>>> _MemoryContextSwitchTo in mcxt.o >>>>> _MemoryContextCreate in mcxt.o >>>>> _MemoryContextInit in mcxt.o >>>>> etc... >>>>> >>>>> Since the architecture (x86_64) is supported, I am just wondering whether >>>>> there is something so specific to Linux platforms that it is impossible or >>>>> very hard to port Postgres-XC to other OSes, or whether I am just missing >>>>> something. >>>> >>>> MacOSX is based on free-BSD, so there should not be that many problems to >>>> compile... >>>> But the module whose compilation is failing here is GTM, a module exclusive >>>> to XC that has been developed and tested only on Linux platforms. I recall >>>> that it is possible to compile it by modifying a but the Makefiles, and I >>>> recall one guy who did some development in OSX. So Mason, any ideas about >>>> how to compile XC in OSX? >>>> I have ne experience developing XC in MacOS, but if someone has a patch to >>>> allow compilation on OSX, I will gladly commit it. >>> >>> I am attaching a short patch that I use. I am still using Mac OS X 10.6.8. >> >> Thanks a lot, now everything builds fine (OS X 10.7.4)! >> I also had to delete src/gtm/path/libgtmpath.a before building. Probably, that file should not be in the source tarball. > > Btw, it seems that “make” will do (no need for gmake). > Nicola > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Nicola V. <nvi...@gm...> - 2012-05-27 19:07:06
|
On 27/mag/2012, at 20:59, Nicola Vitacolonna wrote: > > On 27/mag/2012, at 16:47, Mason wrote: > >> On Sat, May 26, 2012 at 7:32 PM, Michael Paquier >> <mic...@gm...> wrote: >>> >>> >>> On Sun, May 27, 2012 at 4:58 AM, Nicola Vitacolonna <nvi...@gm...> >>> wrote: >>>> >>>> Hi all, >>>> I have tried to build v1.0beta2 on OS X 10.7.4, using gmake 3.82 and gcc >>>> 4.2.1, but the process fails at an early stage with: >>>> >>>> ar crs libgtm.a gtm_opt_scanner.o aset.o mcxt.o gtm_utils.o elog.o >>>> assert.o stringinfo.o gtm_lock.o gtm_list.o gtm_serialize.o >>>> gtm_serialize_debug.o gtm_opt_handler.o >>>> ranlib libgtm.a >>>> Undefined symbols for architecture x86_64: >>>> "_threadinfo_key", referenced from: >>>> _AllocSetContextCreate in aset.o >>>> _AllocSetAlloc in aset.o >>>> _AllocSetRealloc in aset.o >>>> _current_memcontext in mcxt.o >>>> _MemoryContextSwitchTo in mcxt.o >>>> _MemoryContextCreate in mcxt.o >>>> _MemoryContextInit in mcxt.o >>>> etc... >>>> >>>> Since the architecture (x86_64) is supported, I am just wondering whether >>>> there is something so specific to Linux platforms that it is impossible or >>>> very hard to port Postgres-XC to other OSes, or whether I am just missing >>>> something. >>> >>> MacOSX is based on free-BSD, so there should not be that many problems to >>> compile... >>> But the module whose compilation is failing here is GTM, a module exclusive >>> to XC that has been developed and tested only on Linux platforms. I recall >>> that it is possible to compile it by modifying a but the Makefiles, and I >>> recall one guy who did some development in OSX. So Mason, any ideas about >>> how to compile XC in OSX? >>> I have ne experience developing XC in MacOS, but if someone has a patch to >>> allow compilation on OSX, I will gladly commit it. >> >> I am attaching a short patch that I use. I am still using Mac OS X 10.6.8. > > Thanks a lot, now everything builds fine (OS X 10.7.4)! > I also had to delete src/gtm/path/libgtmpath.a before building. Probably, that file should not be in the source tarball. Btw, it seems that “make” will do (no need for gmake). Nicola |
From: Nicola V. <nvi...@gm...> - 2012-05-27 18:59:51
|
On 27/mag/2012, at 16:47, Mason wrote: > On Sat, May 26, 2012 at 7:32 PM, Michael Paquier > <mic...@gm...> wrote: >> >> >> On Sun, May 27, 2012 at 4:58 AM, Nicola Vitacolonna <nvi...@gm...> >> wrote: >>> >>> Hi all, >>> I have tried to build v1.0beta2 on OS X 10.7.4, using gmake 3.82 and gcc >>> 4.2.1, but the process fails at an early stage with: >>> >>> ar crs libgtm.a gtm_opt_scanner.o aset.o mcxt.o gtm_utils.o elog.o >>> assert.o stringinfo.o gtm_lock.o gtm_list.o gtm_serialize.o >>> gtm_serialize_debug.o gtm_opt_handler.o >>> ranlib libgtm.a >>> Undefined symbols for architecture x86_64: >>> "_threadinfo_key", referenced from: >>> _AllocSetContextCreate in aset.o >>> _AllocSetAlloc in aset.o >>> _AllocSetRealloc in aset.o >>> _current_memcontext in mcxt.o >>> _MemoryContextSwitchTo in mcxt.o >>> _MemoryContextCreate in mcxt.o >>> _MemoryContextInit in mcxt.o >>> etc... >>> >>> Since the architecture (x86_64) is supported, I am just wondering whether >>> there is something so specific to Linux platforms that it is impossible or >>> very hard to port Postgres-XC to other OSes, or whether I am just missing >>> something. >> >> MacOSX is based on free-BSD, so there should not be that many problems to >> compile... >> But the module whose compilation is failing here is GTM, a module exclusive >> to XC that has been developed and tested only on Linux platforms. I recall >> that it is possible to compile it by modifying a but the Makefiles, and I >> recall one guy who did some development in OSX. So Mason, any ideas about >> how to compile XC in OSX? >> I have ne experience developing XC in MacOS, but if someone has a patch to >> allow compilation on OSX, I will gladly commit it. > > I am attaching a short patch that I use. I am still using Mac OS X 10.6.8. Thanks a lot, now everything builds fine (OS X 10.7.4)! I also had to delete src/gtm/path/libgtmpath.a before building. Probably, that file should not be in the source tarball. Thanks again for the great support, Nicola |
From: Mason <ma...@us...> - 2012-05-27 14:47:10
|
On Sat, May 26, 2012 at 7:32 PM, Michael Paquier <mic...@gm...> wrote: > > > On Sun, May 27, 2012 at 4:58 AM, Nicola Vitacolonna <nvi...@gm...> > wrote: >> >> Hi all, >> I have tried to build v1.0beta2 on OS X 10.7.4, using gmake 3.82 and gcc >> 4.2.1, but the process fails at an early stage with: >> >> ar crs libgtm.a gtm_opt_scanner.o aset.o mcxt.o gtm_utils.o elog.o >> assert.o stringinfo.o gtm_lock.o gtm_list.o gtm_serialize.o >> gtm_serialize_debug.o gtm_opt_handler.o >> ranlib libgtm.a >> Undefined symbols for architecture x86_64: >> "_threadinfo_key", referenced from: >> _AllocSetContextCreate in aset.o >> _AllocSetAlloc in aset.o >> _AllocSetRealloc in aset.o >> _current_memcontext in mcxt.o >> _MemoryContextSwitchTo in mcxt.o >> _MemoryContextCreate in mcxt.o >> _MemoryContextInit in mcxt.o >> etc... >> >> Since the architecture (x86_64) is supported, I am just wondering whether >> there is something so specific to Linux platforms that it is impossible or >> very hard to port Postgres-XC to other OSes, or whether I am just missing >> something. > > MacOSX is based on free-BSD, so there should not be that many problems to > compile... > But the module whose compilation is failing here is GTM, a module exclusive > to XC that has been developed and tested only on Linux platforms. I recall > that it is possible to compile it by modifying a but the Makefiles, and I > recall one guy who did some development in OSX. So Mason, any ideas about > how to compile XC in OSX? > I have ne experience developing XC in MacOS, but if someone has a patch to > allow compilation on OSX, I will gladly commit it. I am attaching a short patch that I use. I am still using Mac OS X 10.6.8. Mason |
From: Michael P. <mic...@gm...> - 2012-05-27 06:47:04
|
On 2012/05/27, at 13:09, "Joshua D. Drake" <jd...@co...> wrote: > > Hello, > > Following up on this, it appears that Joomla support Postgres in the idea that Postgres is available through their abstraction layer. However, the driver doesn't appear to exist (at least in completed form). Therefore I suggest Drupal or DjangoCMS. > > Thoughts? Both would serve the same purpose and both look to have the same level of support with Postgres. Drupal looks to have however a stronger community. > Regards, Michael |