I continue to be unable to reproduce these problems.

Running on a 64bit Ubuntu 11.10 VM I installed the following packages
using apt-get:
  sudo apt-get install postgresql
  sudo apt-get install postgresql-contrib postgresql-server-dev-all

I build the cartridge:

glandrum@ubuntu:~/RDKit_2012_03_1/Code/PgSQL/rdkit$ make

Install it (notice the "sudo"):

glandrum@ubuntu:~/RDKit_2012_03_1/Code/PgSQL/rdkit$ sudo make install

Create a postgresql account for my user:

glandrum@ubuntu:~/RDKit_2012_03_1/Code/PgSQL/rdkit$ sudo su postgres
postgres@ubuntu:/home/glandrum/RDKit_2012_03_1/Code/PgSQL/rdkit$
createuser glandrum
Shall the new role be a superuser? (y/n) y

And then run the tests:

glandrum@ubuntu:~/RDKit_2012_03_1/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" ==============
NOTICE:  database "contrib_regression" does not exist, skipping
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.
=====================

Can you please check your configuration to make sure that the packages
are all installed and the appropriate accounts are there?

-greg

------------------------------------------------------------------------------
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