Compare it with this one:

georgep@george-VB:~/local/rdkit/rdkit_trunk/Code/PgSQL/rdkit$ make
installcheck
/usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress
--inputdir=. --psqldir='/usr/lib/postgresql/9.1/bin'
--dbname=contrib_regression rdkit-91 props btree molgist bfpgist-91 sfpgist
slfpgist fps
(using postmaster on Unix socket, default port)
============== dropping database "contrib_regression" ==============
DROP DATABASE
============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries        ==============
test rdkit-91                 ... FAILED
test props                    ... FAILED
test btree                    ... FAILED
test molgist                  ... FAILED
test bfpgist-91               ... FAILED
test sfpgist                  ... FAILED
test slfpgist                 ... FAILED
test fps                      ... FAILED

======================
 8 of 8 tests failed.
======================

The differences that caused some tests to fail can be viewed in the
file
"/home/georgep/local/rdkit/rdkit_trunk/Code/PgSQL/rdkit/regression.diffs".
 A copy of the test summary that you see
above is saved in the file
"/home/georgep/local/rdkit/rdkit_trunk/Code/PgSQL/rdkit/regression.out".

make: *** [installcheck] Error 1

gpdb=# create extension rdkit with schema rdkit;
FATAL:  failed to initialize rdkit.tanimoto_threshold to 0.5
FATAL:  failed to initialize rdkit.tanimoto_threshold to 0.5
The connection to the server was lost. Attempting reset: Succeeded.
gpdb=#


On 30 May 2012 14:49, Adrian Schreyer <[email protected]> wrote:

> 64-bit, PostgreSQL packages are from the official archive. I simply do
> 'make' followed by 'sudo make install' and then
>
> create schema rdkit;
> create extension rdkit with schema rdkit;
>
> and that's it.
>
> $ make installcheck
>
> /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress
> --inputdir=. --psqldir='/usr/lib/postgresql/9.1/bin'
> --dbname=contrib_regression rdkit-91 props btree molgist bfpgist-91
> sfpgist slfpgist fps
> (using postmaster on Unix socket, default port)
> ============== dropping database "contrib_regression" ==============
> DROP DATABASE
> ============== creating database "contrib_regression" ==============
> CREATE DATABASE
> ALTER DATABASE
> ============== running regression test queries        ==============
> test rdkit-91                 ... ok
> test props                    ... ok
> test btree                    ... ok
> test molgist                  ... ok
> test bfpgist-91               ... ok
> test sfpgist                  ... ok
> test slfpgist                 ... ok
> test fps                      ... ok
>
> =====================
>  All 8 tests passed.
> =====================
>
> On Wed, May 30, 2012 at 2:43 PM, Jan Holst Jensen <[email protected]>
> wrote:
> > How odd. Adrian, are you using a 32-bit or 64-bit version of Ubuntu
> 12.04 ?
> >
> > Cheers
> > -- Jan
> >
> >
> > On 2012-05-30 15:26, Adrian Schreyer wrote:
> >>
> >> Yes, I could build and install the cartridge without problems
> >> (Release_2012.03.1) on 12.04.
> >>
> >> On Wed, May 30, 2012 at 2:23 PM, George Papadatos<[email protected]>
> >>  wrote:
> >>>
> >>> Hi Jan,
> >>>
> >>> Mine is exactly the same:
> >>> gcc test.c -I/usr/include/postgresql/9.1/server;./a.out
> >>> 90103
> >>>
> >>> So, I am back to square 1!
> >>>
> >>> I am starting to get a bit desperate here, has anyone ever successfully
> >>> built the cartridge from the trunk on a plain Ubuntu 12.04?
> >>>
> >>> Many thanks for your help,
> >>>
> >>> George
> >
> >
>
------------------------------------------------------------------------------
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/
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to