From: DIMI <nic...@un...> - 2013-11-03 12:57:12
|
Hi, I’m trying to update Homebrew’s formula for Postgres-XC to build v1.1. After following the suggestion from Nikhil at http://sourceforge.net/mailarchive/forum.php?thread_name=82E44F89-543A-44F2-8AF8-F6909B5DC561%40uniud.it&forum_name=postgres-xc-bugs, I can get a successful build if I use: ./configure <args> make make install but the build still fails if I use ./configure <args> make install-world (which is what the formula does currently). When I try manually I get: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc-xc install /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src install /Applications/Xcode.app/Contents/Developer/usr/bin/make -C sgml install { \ echo "<!ENTITY version \"1.1\">"; \ echo "<!ENTITY majorversion \"9.2\">"; \ } > 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]: *** [install] Error 2 make[1]: *** [install] Error 2 make: *** [install-world-doc-xc-recurse] Error 2 I thought this issue with Jade was fixed with 1.0. Is this a regression? Nicola |