On Nov 10, 2004, at 2:07 AM, Gary K Olson wrote:

I have not been able to get postgresql74-ssl to complete the build. Here is the end of build attempt:

Preparing to replace postgresql74-ssl 7.4.5-21 (using .../postgresql74-ssl_7.4.6-22_darwin-powerpc.deb) ...
- creating /sw/var/tmp if necessary: ok
- starting postgresql (just to be sure): ok
- creating postgres user in database (if needed): /sw/var/lib/dpkg/tmp.ci/preinst: line 103: 16752 Trace/BPT trap /sw/bin/createuser-7.4 -U postgres -a -d -e -i 2 postgres >/dev/null 2>&1
ok
Unpacking replacement postgresql74-ssl ...
dpkg: error processing /sw/fink/dists/unstable/crypto/binary-darwin-powerpc/postgresql74- ssl_7.4.6-22_darwin-powerpc.deb (--install):
trying to overwrite `/sw/bin/adddepend-7.4', which is also in package postgresql74
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/postgresql74- ssl_7.4.6-22_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package postgresql74-ssl-7.4.6-22

I have gotten postgresql74-ssl-shlibs to compile properly. Here are my particulars:


Package manager version: 0.23.1
Distribution version: 0.7.1.rsync
OSX 10.3.6
unstable branch
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
with XTools 1.5 and cc1plus_1.2
Apple X11

Does anyone know what I can do? Has this happened to others? I saw where there had been some trouble with postgresql74-ssl earlier in the list, but it was a different problem. Any help would be appreciated.

Gary K. Olson




This looks like the oft-encountered problem that happens when trying to replace a non-ssl version with an -ssl version--sometimes the packages don't automatically replace each other, or if one has picked a mix of -ssl and non-ssl components of a package by always using the default option when fink asks to resolve a virtual dependency.


Techically, the build did complete but the installation failed (so it won't take forever to fix!).

Basically you need to check what non-ssl postgresql74 packages you have installed and remove them by force:

sudo dpkg --remove --force-depends <names of packages>

Then install postgresql74-ssl.

--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to