RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Doug Sampson
> You are rebuilding the server, you need to rebuild the client part. > > # cd /usr/ports/databases/postgresql84-client > # make config > unselect GSSAPI > # make FORCE_PKG_REGISTER=yes install clean > cetus-root@/usr/ports/databases/postgresql84-server# cd ../postgresql84-client cetus-root@/usr

RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Sergio de Almeida Lenzi
Try this; pkg_delete -f postgresql-server postgresql-client make sure it has been removed... than. cd /usr/ports/databases/postgresql84-server make clean config In the configuration menu UNMARK GSSAPI then cd /usr/ports/databases/postgresql84-client make clean config In the configuration m

Re: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Johan Hendriks
Doug Sampson schreef: Try to build postgresql84-client with explicit disabling GSSAPI: make -DWITHOUT_GSSAPI install. Nope, doesn't work. This is what I did: cetus-root@/usr/ports/databases/postgresql84-server# make -DWITHOUT_GSSAPI install clean <..snip..> ===> Cleaning for postgresql-s

RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Doug Sampson
> Try to build postgresql84-client with explicit disabling GSSAPI: > make -DWITHOUT_GSSAPI install. > Nope, doesn't work. This is what I did: cetus-root@/usr/ports/databases/postgresql84-server# make -DWITHOUT_GSSAPI install clean <..snip..> ===> Cleaning for postgresql-server-8.4.9_2 cetus

Re: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Ruslan Mahmatkhanov
Doug Sampson wrote on 03.11.2011 00:08: As far i understand you built postgresql ports with enabled option GSSAPI (it is off by default). Disable it and rebuild postgresql. This gssapi support is broken. Okay, so I uninstalled postgresql84-server, did a 'make config' to exclude GSSAPI support

RE: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Doug Sampson
> As far i understand you built postgresql ports with enabled option > GSSAPI (it is off by default). Disable it and rebuild postgresql. > This > gssapi support is broken. > Okay, so I uninstalled postgresql84-server, did a 'make config' to exclude GSSAPI support, rebuilt the port from scratch.

Re: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Ruslan Mahmatkhanov
Doug Sampson wrote on 02.11.2011 22:53: I am having trouble updating the postgresql-contrib port from version 8.4.8 to 8.4.9. Below is what I'm seeing when I attempt to upgrade: corvus-root@/usr/ports/lang/php52# portmaster postgresql-contrib <..snip..> cc -O2 -pipe -fno-strict-aliasing -Wall