X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 9655F3A465D for ; Mon, 1 Nov 2004 19:23:20 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 36962-07 for ; Mon, 1 Nov 2004 19:23:10 +0000 (GMT) Received: from news.hub.org (news.hub.org [200.46.204.72]) by svr1.postgresql.org (Postfix) with ESMTP id 93B443A3CBB for ; Mon, 1 Nov 2004 19:23:10 +0000 (GMT) Received: from news.hub.org (news.hub.org [200.46.204.72]) by news.hub.org (8.12.9/8.12.9) with ESMTP id iA1JN9J7038496 for ; Mon, 1 Nov 2004 19:23:09 GMT (envelope-from news@news.hub.org) Received: (from news@localhost) by news.hub.org (8.12.9/8.12.9/Submit) id iA1IraE9028634 for pgsql-docs@postgresql.org; Mon, 1 Nov 2004 18:53:36 GMT From: Gaetano Mendola X-Newsgroups: comp.databases.postgresql.docs Subject: Recent "make check" failure Date: Mon, 01 Nov 2004 19:52:55 +0100 Organization: PYRENET Midi-pyrenees Provider Lines: 40 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@pyrenet.fr User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime To: pgsql-docs@postgresql.org X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200411/15 X-Sequence-Number: 2650 Hi all, a doc patch about the recent "make check" failure. *** regress.sgml 2004-11-01 19:51:05.000000000 +0100 --- regress.sgml.orig 2004-11-01 19:46:00.000000000 +0100 *************** *** 48,57 **** This will first build several auxiliary files, such as some sample user-defined trigger functions, and then run the test driver ! script. On some platforms if you want perform a make check without ! install it first, you have to build postgres with: ! "configure --disable-rpath". ! At the end you should see something like ====================== --- 48,54 ---- This will first build several auxiliary files, such as some sample user-defined trigger functions, and then run the test driver ! script. At the end you should see something like ====================== Regards Gaetano Mendola