ports/152134: [ERROR] cannot portupgrade 'slony1-1.2.20' to 'slony1-1.2.21' (databases/slony1)
Vick Khera
vivek at khera.org
Thu Nov 11 13:10:10 UTC 2010
The following reply was made to PR ports/152134; it has been noted by GNATS.
From: Vick Khera <vivek at khera.org>
To: bug-followup at freebsd.org
Cc:
Subject: Re: ports/152134: [ERROR] cannot portupgrade 'slony1-1.2.20' to
'slony1-1.2.21' (databases/slony1)
Date: Thu, 11 Nov 2010 08:01:58 -0500
It looks like slony is failing to finish its own internal config
script, which is complaing about an old libpq.so library.
Run this: find /usr -name libpq.so\* -print
and delete any old random libpq.so.N files for N < the max number you
find, which should be 5.
The other option is that your libpq is requiring some other library,
and your configuration is not showing that to slony, so the compile
fails entirely for any libpq program.
More information about the freebsd-ports-bugs
mailing list